Files
secret/.editorconfig
sneak 8ccd2bfd45
All checks were successful
check / check (push) Successful in 47s
Add .editorconfig for consistent editor defaults (closes #27)
2026-07-27 01:52:33 +07:00

13 lines
178 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab