Skip to content

Instantly share code, notes, and snippets.

@snarlysodboxer
Created June 19, 2020 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snarlysodboxer/fb9a6a753541206cf013de8aef1b09c1 to your computer and use it in GitHub Desktop.
Save snarlysodboxer/fb9a6a753541206cf013de8aef1b09c1 to your computer and use it in GitHub Desktop.
# .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