fastexcel/.editorconfig
tison e90e6b53ac
chore: tidy up repo settings (#246)
Signed-off-by: tison <wander4096@gmail.com>
2025-03-02 19:33:08 +08:00

10 lines
168 B
INI

root = true
[*.{groovy,java,kt,xml}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true