compendium

ref: 3cf1ac4389f81f1c8a9c030aadcfcf4aff0108b6

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