Skip to content

Instantly share code, notes, and snippets.

@jodok
Created June 8, 2018 14:12
Show Gist options
  • Save jodok/b087e9d2b1c920f90f8771f4c4ae1c08 to your computer and use it in GitHub Desktop.
Save jodok/b087e9d2b1c920f90f8771f4c4ae1c08 to your computer and use it in GitHub Desktop.
extends: default
rules:
document-start:
disable
empty-lines:
max: 1
max-start: 1
max-end: 1
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets:
min-spaces-inside: 0
max-spaces-inside: 1
indentation:
spaces: 2
indent-sequences: consistent
line-length: disable
new-line-at-end-of-file: disable
truthy: disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment