summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: d4497f85cf78e5cae77ab92a5f514a01d3ec7370 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
extends: default

rules:
  empty-lines:
    max-end: 1
  line-length:
    max: 120
  comments:
    # prettier forces 1 space comment separator
    min-spaces-from-content: 1