You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|