Skip to content

Instantly share code, notes, and snippets.

@exalted
Created April 30, 2017 17:29
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 exalted/64dffd2ebae6e325c745bac18b13f95c to your computer and use it in GitHub Desktop.
Save exalted/64dffd2ebae6e325c745bac18b13f95c to your computer and use it in GitHub Desktop.
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": false,
"element-case": "lower",
"eof-newline": true,
"leading-zero": true,
"quotes": "double",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment