Merge pull request #369 from vinkla/patch-1

Add .editorconfig file
This commit is contained in:
Denis Sokolov
2016-01-16 00:28:01 +02:00
2 changed files with 17 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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
[*.{json,php}]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
+1
View File
@@ -1,6 +1,7 @@
docs/ export-ignore
examples/ export-ignore
tests/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore