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:
@@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*.js]
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user