Added ".editorconfig"-file that specifies the indent for javascript-f…
…iles (#1292) * see http://editorconfig.org/ * This file only includes very basic settings. It may be expanded in the future
- Loading branch information
| @@ -0,0 +1,7 @@ | ||
| root = true | ||
|
|
||
| [*.js] | ||
| indent_size = 2 | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
|
|