compendium

ref: 3fcb79fb9c2f9b1977e5512b4c4a63aaef03a3b3

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