Last active
February 25, 2020 11:49
-
-
Save mhitza/9372fed3a40d48af489327c7fe8c60b4 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"rules": { | |
"indentation": 4, | |
"block-opening-brace-space-before": "always", | |
"block-closing-brace-newline-before": "always", | |
"block-opening-brace-newline-after": "always", | |
"selector-list-comma-newline-after": "always", | |
"string-quotes": "single", | |
"selector-combinator-space-after": "always", | |
"selector-combinator-space-before": "always", | |
"declaration-block-semicolon-newline-after": "always", | |
"declaration-colon-space-before": "never", | |
"declaration-colon-space-after": "always", | |
"no-missing-end-of-source-newline": true, | |
"rule-empty-line-before": "always", | |
"selector-id-pattern": "(![.*]+)", | |
"selector-class-pattern": "[a-z0-9_-]+", | |
"selector-no-qualifying-type": true, | |
"color-hex-case": "lower" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment