Add .editorconfig (refs #59)

This commit is contained in:
2026-07-27 02:03:44 +07:00
parent 2aaeeb4966
commit a8a424d75f

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