fix(Makefile): add yamllint as dedicated target

This commit is contained in:
Markus Pesch
2025-11-05 19:02:26 +01:00
parent 064e51d0c2
commit aa3cf45660
2 changed files with 9 additions and 3 deletions

View File

@@ -9,4 +9,7 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false
[Makefile]
indent_style = tab