Files
website-typo3/.editorconfig
T
2021-07-27 14:06:11 +02:00

13 lines
216 B
INI

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