Add .editorconfig

This commit is contained in:
Zeex 2017-01-29 22:08:48 +06:00
parent d15fc2224b
commit 07d0db48d7

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{def,rc}]
indent_size = 4