Files
east-utils/code/east-datafile-utils/.editorconfig

26 lines
299 B
INI
Raw Normal View History

2025-08-09 02:29:43 +08:00
# top-most EditorConfig file
root = true
[*]
charset = utf-8
indent_style = space
2025-08-09 11:12:09 +08:00
indent_size = 4
2025-08-09 02:29:43 +08:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.js]
2025-08-09 11:12:09 +08:00
indent_size = 4
[*.ts]
indent_size = 4
2025-08-09 02:29:43 +08:00
[*.py]
indent_size = 4
2025-08-09 11:12:09 +08:00
[*.java]
indent_size = 4
[*.xml]
indent_size = 2