chore: makefile utilities

This commit is contained in:
2025-12-20 16:09:15 +01:00
parent f324854d42
commit 6f3ac01245
3 changed files with 46 additions and 2 deletions
+5 -1
View File
@@ -5,8 +5,12 @@ root = true
[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
indent_size = 2