Merge "Remove the quotes of True value in yaml file"
[iec.git] / .yamllint.conf
1 extends: default
2
3 rules:
4    line-length:
5      max: 120
6    truthy: disable
7    document-start: disable