compendium

ref: cc4371dedb196aec7bb3c5fa21a0d6551ec544b7

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