cordle/.editorconfig
2025-12-18 12:09:29 +00:00

9 lines
152 B
INI

root = true
[*.{c,h}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true