Files
website-typo3/.editorconfig
T
2018-04-18 17:24:00 +02:00

13 lines
212 B
INI

root = true
charset = utf-8
trim_trailing_whitespace = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{html,js}]
indent_size = 4
indent_style = space
[*.{css,scss}]
indent_size = 2
indent_style = space