Skip to content

Instantly share code, notes, and snippets.

@taylorbryant
Created January 10, 2018 02:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save taylorbryant/1041b80df41a942835942d8351eabb3d to your computer and use it in GitHub Desktop.
Save taylorbryant/1041b80df41a942835942d8351eabb3d to your computer and use it in GitHub Desktop.
My personal CSScomb config
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "single",
"sort-order-fallback": "abc",
"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-after-selector-delimiter": " ",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
@dmytro-shapovalov
Copy link

Thank you, @taylorbryant!

@jklue
Copy link

jklue commented Aug 19, 2021

Yes, thank you @taylorbryant!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment