Added ".editorconfig"-file that specifies the indent for javascript-files (#1292)

* see http://editorconfig.org/
* This file only includes very basic settings. It may be expanded in the future
This commit is contained in:
Nils Knappmeier
2017-01-06 10:14:59 +01:00
committed by GitHub
parent d117b3e0f9
commit 9119265204
+7
View File
@@ -0,0 +1,7 @@
root = true
[*.js]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true