Adds .editorconfig file

* All files: charset utf-8, lf line endings
* JS files: 2 spaces indent, trim trailing whitespace
This commit is contained in:
Florian Fuchs 2015-09-30 10:37:44 +02:00
parent 5ce8a7c020
commit 48dbf3a28b
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
[*.js]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true