mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
9 lines
143 B
YAML
9 lines
143 B
YAML
|
|
---
|
||
|
|
# https://yamllint.readthedocs.io/en/stable/index.html
|
||
|
|
extends: default
|
||
|
|
rules:
|
||
|
|
line-length:
|
||
|
|
max: 100
|
||
|
|
truthy:
|
||
|
|
check-keys: false
|