chore(conventions): EditorConfig for consistent coding styles

Closes #1609
This commit is contained in:
marcellino
2014-01-18 15:38:24 +01:00
committed by Pawel Kozlowski
parent a61112de05
commit f88546da0f
+18
View File
@@ -0,0 +1,18 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Tabs in JS unless otherwise specified
[**.js]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false