Skip to content

Commit

Permalink
Merge pull request #7 from circled9/feature/editorconfig
Browse files Browse the repository at this point in the history
add .editorconfig
  • Loading branch information
circled9 authored Feb 14, 2021
2 parents 81c7e45 + 8159d85 commit f9fd407
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[COMMIT_EDITMSG]
max_line_length = 0

0 comments on commit f9fd407

Please sign in to comment.