Skip to content

Commit

Permalink
update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed May 24, 2017
1 parent 9b864d7 commit 789e0e1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .editorconfig
@@ -1,10 +1,23 @@
# see http://editorconfig.org
# http://editorconfig.org

root = true

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

[*.{bat,cmd,ps1}]
end_of_line = crlf

[{Makefile,**.mk}]
indent_style = tab

[LICENSE]
insert_final_newline = false

[{Makefile,**.mk}]
indent_style = tab

0 comments on commit 789e0e1

Please sign in to comment.