Files
oam/examples/dotfiles/.yamllint.yaml
2023-10-14 21:11:45 +02:00

11 lines
194 B
YAML

---
# See https://yamllint.readthedocs.io/en/stable/configuration.html for
# more information
extends: default
rules:
line-length:
allow-non-breakable-inline-mappings: true
max: 120