1 Commits

Author SHA1 Message Date
a8a424d75f Add .editorconfig (refs #59) 2026-07-27 02:03:44 +07:00

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