Skip to content

Instantly share code, notes, and snippets.

@JulianeAlbuquerque
Last active October 6, 2016 17:58
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 JulianeAlbuquerque/5d801ea364c7f56c12fc3e25721ea92a to your computer and use it in GitHub Desktop.
Save JulianeAlbuquerque/5d801ea364c7f56c12fc3e25721ea92a to your computer and use it in GitHub Desktop.
config to csscomb installed on Atom and add in config of plugin atom-beautify
{
"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",
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
@JulianeAlbuquerque
Copy link
Author

config to csscomb installed on Atom and add in config of plugin atom-beautify

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