add yamllint rules

This commit is contained in:
2026-01-20 10:41:57 +00:00
parent 10ea783b78
commit 8019dbf397

12
.yamllint Normal file
View File

@ -0,0 +1,12 @@
# .yamllint
extends: default
rules:
line-length:
max: 120
level: warning
indentation:
indent: 2
level: error
document-start:
level: warning