Files
docs/.yamllint
T

17 lines
268 B
Plaintext
Raw Normal View History

2022-03-02 22:40:24 +01:00
---
extends: default
rules:
comments:
require-starting-space: true
ignore-shebangs: true
min-spaces-from-content: 2
document-start:
present: true
level: error
indentation:
spaces: 2
line-length: disable
truthy:
check-keys: false