Skip to content

Instantly share code, notes, and snippets.

@wilpig
Created April 9, 2021 15:41
Show Gist options
  • Save wilpig/07d423103a3e37ddb7991781ab07cd9a to your computer and use it in GitHub Desktop.
Save wilpig/07d423103a3e37ddb7991781ab07cd9a to your computer and use it in GitHub Desktop.
---
extends: default
rules:
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons:
max-spaces-before: 0
max-spaces-after: -1
level: warning
commas:
max-spaces-before: 0
min-spaces-after: 0
max-spaces-after: -1
level: warning
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
level: warning
hyphens:
level: warning
indentation:
level: warning
indent-sequences: consistent
line-length: disable
truthy: disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment