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
Raw Normal View History

2020-11-09 17:52:34 +00:00
extends: default
ignore: |
vendor/
common/defs/ethereum/chains/
common/defs/ethereum/tokens/
2020-11-09 17:52:34 +00:00
rules:
# skip line length
line-length: disable
# skip "---" at the beginning
document-start: disable
2020-11-11 13:23:28 +00:00
comments-indentation: disable
indentation:
spaces: 2