compendium

ref: e36f7d5312842ebd953d270e10e170ae90f9f6b4

./.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