Merge pull request #1609 from bertocq/chore/add_editorconfig

Add editorconfig file with basic rules
This commit is contained in:
Raimond Garcia
2017-06-08 12:15:26 +02:00
committed by GitHub

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false