weblate-podman-compose/.yamllint.yml
2023-06-10 22:31:57 -04:00

16 lines
296 B
YAML

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is maintained in https://github.com/WeblateOrg/meta/
#
extends: default
rules:
line-length:
max: 500
level: error
document-start: disable
indentation:
indent-sequences: false