oliverdavies.uk/.editorconfig

14 lines
227 B
INI
Raw Normal View History

2016-06-24 02:18:54 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2016-08-22 19:02:02 +01:00
[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml,*.sass,*.js}]
2016-06-24 02:18:54 +01:00
indent_style = space
indent_size = 4
[{package.json,bower.json}]
indent_style = space
indent_size = 2