Normalize whitespaces in yml files

This commit is contained in:
Andrej730
2026-08-27 16:27:26 +05:00
parent 028497d4c0
commit 5903c3c895
9 changed files with 44 additions and 43 deletions
+1
View File
@@ -286,6 +286,7 @@ PATTERNS = (
"*.i",
"*.cmake",
"*/CMakeLists.txt",
"*.yml",
)
REPO_ROOT = Path(subprocess.check_output(["git", "rev-parse", "--show-toplevel"], text=True).strip())