dblume commited on 2025-04-22 23:04:32 Showing 1 changed files, with 3 additions and 0 deletions.
Doesn't really make sense for this Python project, but it's a good section to have in an .editorconfig
@@ -6,6 +6,9 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
+[Makefile]
+indent_style = tab
+
[*.{py,c,cpp,h,hpp,json,y{a,}ml}]
indent_style = space
indent_size = 4