Skip to content

Commit

Permalink
Ad configuration file for text editors
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Jan 7, 2021
1 parent 89c50e1 commit d397ddc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.{css,html,json,scss,yml}]
indent_size = 2

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE.txt]
insert_final_newline = false

[Makefile]
indent_style = tab

[*.{diff,patch}]
trim_trailing_whitespace = false

0 comments on commit d397ddc

Please sign in to comment.