ansible-role-bind9/.yamllint.yaml

18 lines
301 B
YAML
Raw Permalink Normal View History

2023-02-08 16:56:13 +00:00
#
# 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