Include latest props in .editorconfig

http://editorconfig.org
This commit is contained in:
Sindre Sorhus
2012-08-29 00:28:35 +02:00
parent e86007289c
commit cb7ca10103

View File

@@ -1,8 +1,10 @@
; editorconfig.org
# editorconfig.org
root = true
; Unix-style newlines
[*]
end_of_line = LF
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true