Files
react-template/.editorconfig
2026-06-09 00:24:09 +02:00

19 lines
276 B
INI

root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.ts,*.tsx,*.js,*.jsx,*.css,*.scss}]
indent_size = 4
max_line_length = 120
[*.html]
indent_size = 4
[*.md]
trim_trailing_whitespace = false