feat: add .editorconfig

This commit is contained in:
2025-10-04 12:50:47 +08:00
parent faba8a05e6
commit 7b1044214f

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = false
[*.{nix,lua,yaml,css}]
indent_size = 2
[Makefile]
indent_size = 4