Add .editorconfig: 4-space default, tabs for Go and Makefile

This commit is contained in:
2026-07-22 22:24:04 +07:00
parent 8c4ec4bd44
commit 7a36d91d8a

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
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
[*.go]
indent_style = tab