compendium

ref: 3f562ca67ebe6869afe1cb4c321907dd56cf0013

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