Markus Pesch
6b8b178405
Some checks reported errors
continuous-integration/drone/push Build was killed
18 lines
301 B
YAML
18 lines
301 B
YAML
#
|
|
# Documentation:
|
|
# https://yamllint.readthedocs.io/en/stable/
|
|
#
|
|
|
|
rules:
|
|
brackets:
|
|
forbid: false
|
|
min-spaces-inside: 0
|
|
max-spaces-inside: 2
|
|
min-spaces-inside-empty: 0
|
|
max-spaces-inside-empty: 0
|
|
indentation:
|
|
spaces: 2
|
|
indent-sequences: false
|
|
line-length:
|
|
max: 360
|