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

20 lines
254 B
Plaintext
Raw Normal View History

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