This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/.editorconfig
2016-06-24 02:18:54 +01:00

14 lines
215 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml}]
indent_style = space
indent_size = 4
[{package.json,bower.json}]
indent_style = space
indent_size = 2