Files
ComfyUI_frontend/.editorconfig
bymyself 4837b12456 chore: add .editorconfig for cross-editor consistency
Matches existing oxfmt settings (2-space indent, LF, UTF-8).
Ensures consistent formatting defaults for non-VS Code editors.

Fixes #11073
2026-04-10 19:15:49 +00:00

13 lines
188 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