Add .editorconfig for consistent editor defaults (closes #27)
All checks were successful
check / check (push) Successful in 47s

This commit is contained in:
2026-07-27 01:52:33 +07:00
parent e0e5ae68a4
commit 8ccd2bfd45

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
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