Notes/.editorconfig

23 lines
419 B
INI
Raw Permalink Normal View History

2024-12-22 15:32:52 +02:00
root = true
2024-12-22 15:45:54 +02:00
[*.{js,ts}]
2024-12-22 15:32:52 +02:00
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2024-12-27 16:30:18 -06:00
[{server,translation}.json]
charset = utf-8
end_of_line = lf
2024-12-27 16:30:18 -06:00
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true