compendium

ref: 5625423e0bff6bd021a5f6112b0945a2d7af967f

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