compendium

ref: 6d7c73b83238f0ec0fc81e74aaa40051d7083743

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