compendium

ref: 57e2cbd87e032d57f17383476c0f1ad2352e9856

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