Files
homepage/.editorconfig
T
2017-04-29 19:17:44 +03:00

17 lines
198 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{html,twig,yml}]
indent_size = 2
[gulpfile.js]
indent_size = 2
[Makefile]
indent_style = tab