compendium

ref: 6e7257758a1af5bf75b6a660ebe2a3dfa453accf

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