Skip to content

Instantly share code, notes, and snippets.

@mhitza
Last active February 25, 2020 11:49
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 mhitza/9372fed3a40d48af489327c7fe8c60b4 to your computer and use it in GitHub Desktop.
Save mhitza/9372fed3a40d48af489327c7fe8c60b4 to your computer and use it in GitHub Desktop.
{
"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