Add .editorconfig

This commit is contained in:
Ismo Vuorinen
2016-08-15 12:26:04 +03:00
parent 7ec7677935
commit 99a2f8b7da

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false