build: add lint makefile target

This commit is contained in:
2025-12-04 13:05:14 +02:00
parent cdd895d19a
commit 320874a61a
2 changed files with 8 additions and 0 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[Makefile]
indent_style = tab
indent_size = 4
tab_width = 4