Add .editorconfig

See http://www.editorconfig.org/
pull/57/head
Jakub Jirutka 10 years ago
parent 0371904875
commit f860711cc5

@ -0,0 +1,7 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
Loading…
Cancel
Save