flash555588_ai-model-workbench/.editorconfig
2026-06-15 17:01:26 +08:00

16 lines
250 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
[*.{md,mdx}]
trim_trailing_whitespace = false