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

此提交包含在:
2026-07-22 22:24:04 +07:00
父節點 8c4ec4bd44
當前提交 7a36d91d8a
+15
查看文件
@@ -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