website/.editorconfig
2025-04-09 13:19:13 +02:00

10 lines
162 B
INI

root = true
[*.{ts,js,vue,json}]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true