1
0

Update editorconfig

This commit is contained in:
Noah 2014-12-05 17:45:29 -08:00
parent a4db02673c
commit 56a3fb098f

View File

@ -3,13 +3,20 @@ root = true
# Unix-style newlines on every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
# Python files use space indents
[*.py]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
# format:dosini