Better EditorConfig.

This commit is contained in:
Julien Fontanet 2013-11-05 01:22:52 +01:00
parent e302b33d3b
commit 047f8a7888

View File

@ -7,7 +7,14 @@ root = true
#
# Tab indentation (size of 4 spaces)
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespaces = true
# Special settings for NPM file.
[/package.json]
indent_size = 2
indent_style = space