Skip to content

Instantly share code, notes, and snippets.

@gjjones
Last active October 10, 2016 21:10
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 gjjones/fd095757789e1af5b432964db33c49a0 to your computer and use it in GitHub Desktop.
Save gjjones/fd095757789e1af5b432964db33c49a0 to your computer and use it in GitHub Desktop.
{
"rules": {
"at-rule-semicolon-newline-after": "always",
"block-closing-brace-newline-after": "always",
"block-closing-brace-newline-before": "always",
"block-opening-brace-newline-after": "always",
"block-opening-brace-space-before": "always",
"color-hex-case": "lower",
"declaration-colon-space-after": "always",
"declaration-colon-space-before": "never",
"indentation": 2,
"selector-combinator-space-after": "always",
"selector-combinator-space-before": "always",
"selector-list-comma-newline-after": "always",
"selector-list-comma-space-before": "never",
"string-quotes": "double"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment