fancive_obsidian-parallel-r.../.editorconfig
wujunchen 22f0781334 chore: add .editorconfig for consistent formatting
Change-Id: I087941201d8ce1b801b4663c4897f005f275ed5a
2026-04-25 23:48:27 +08:00

15 lines
214 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.json]
indent_size = 2