duckstation/extras/yamllint-config.yaml

17 lines
258 B
YAML
Raw Normal View History

2024-02-03 16:36:25 +00:00
extends: default
rules:
line-length:
max: 200
indentation:
spaces: 2
indent-sequences: true
document-start:
present: false
document-end:
present: false
comments:
require-starting-space: true
min-spaces-from-content: 1