add .yammlint

This commit is contained in:
vincent 2021-04-22 09:29:55 +02:00
parent 5c1c218dee
commit e6ee2a55ec

11
.yamllint Normal file
View File

@ -0,0 +1,11 @@
---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning
allow-non-breakable-words: true
comments:
min-spaces-from-content: 1