CxLLM-SDK/.editorconfig
cx-git-agent d5d36a1db4
Some checks failed
ci / build (${{ matrix.os }}) (macos-14) (push) Has been cancelled
chore: snapshot local working tree (2026-05-17T20:24:08Z)
2026-05-17 15:27:25 -05:00

16 lines
218 B
INI

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