language-data/.yamllint.yml
2023-01-10 11:26:18 +01:00

15 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