compendium

ref: 6b9c2d597acdcb2e78d1ce34b0bd187276443a8c

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