check-whitespace: normalize .yaml files

This commit is contained in:
Andrej730
2026-09-14 11:33:10 +05:00
parent 3ae023bffc
commit 032a361d16
4 changed files with 11 additions and 10 deletions
+1
View File
@@ -296,6 +296,7 @@ PATTERNS = (
"*.cmake", "*.cmake",
"*/CMakeLists.txt", "*/CMakeLists.txt",
"*.yml", "*.yml",
"*.yaml",
"*.bat", "*.bat",
"*.cmd", "*.cmd",
"*.sh", "*.sh",