compendium

ref: 83c493711f4080ec3cc96484c9b3617041bbe1a9

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