1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/.yamllint.yml

16 lines
271 B
YAML

extends: default
ignore: |
vendor/
common/defs/ethereum/chains/
common/defs/ethereum/tokens/
rules:
# skip line length
line-length: disable
# skip "---" at the beginning
document-start: disable
comments-indentation: disable
indentation:
spaces: 2