Files
handlebars.js/.editorconfig
T
Nils Knappmeier 9119265204 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
2017-01-06 10:14:59 +01:00

8 lines
97 B
INI

root = true
[*.js]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true