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
|
|
|
|
2025-01-07 14:42:56 -06:00
|
|
|
[{server,translation}.json]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
2024-12-27 16:30:18 -06:00
|
|
|
indent_size = 2
|
2025-01-07 14:42:56 -06:00
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2025-01-19 00:49:06 +02:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|