tools: add .editorconfig

This commit is contained in:
2026-05-03 19:29:58 +02:00
parent dcf30ee389
commit a02e79d8af
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{Makefile.*,Makefile}]
indent_style = tab
indent_size = 2
+1 -1
View File
@@ -24,4 +24,4 @@ configure
src/margen* src/margen*
*.pkg.tar.zst *.pkg.tar.zst
pkg pkg
margen-* margen-*