compendium

ref: c10983bdc5c6c9a09f53d4cbad05327354233f9b

./.yamllint


---
# vim: ft=yaml
# It extends the default conf by adjusting some options.

extends: default

rules:
  comments-indentation: disable  # don't bother me with this rule
  line-length:
    max: 120