Files
website-typo3/.editorconfig
T

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 = 4
indent_style = space