Created
June 8, 2018 14:12
-
-
Save jodok/b087e9d2b1c920f90f8771f4c4ae1c08 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
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