Created
June 19, 2020 07:13
-
-
Save snarlysodboxer/fb9a6a753541206cf013de8aef1b09c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .config/yamllint/config | |
--- | |
extends: default | |
rules: | |
empty-lines: | |
max-end: 1 | |
indentation: | |
indent-sequences: false | |
line-length: | |
max: 200 | |
allow-non-breakable-inline-mappings: true | |
truthy: | |
allowed-values: ["true", "false", "on"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment