Last active
April 26, 2019 08:42
-
-
Save brunob/d16beef0f181a55e24b5 to your computer and use it in GitHub Desktop.
Personal config file for PrettyCSS https://github.com/fidian/PrettyCSS/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cssLevel": 3, | |
"autocorrect": "", | |
"propertiesLowerCase": "", | |
"valuesLowerCase": "", | |
"at_pre": "", | |
"at_whitespace": " ", | |
"at_post": "\n", | |
"atblock_pre": " {\n\t", | |
"atblock_post": "\r}", | |
"block_pre": " { ", | |
"block_post": "}", | |
"cdo": "", | |
"cdc": "", | |
"combinator_pre": " ", | |
"combinator_post": " ", | |
"topcomment_pre": "\n", | |
"topcomment_post": "\n", | |
"comment_pre": "", | |
"comment_post": "", | |
"declaration_pre": "", | |
"declaration_post": " ", | |
"functionComma": ",", | |
"functionSpace": " ", | |
"important": "!important", | |
"indent": "\t", | |
"keyframe_pre": "", | |
"keyframe_post": "", | |
"keyframeselector_pre": "", | |
"keyframeselector_post": "", | |
"property_pre": "", | |
"property_post": "", | |
"ruleset_pre": "", | |
"ruleset_post": "\n", | |
"selector_pre": "", | |
"selector_whitespace": " ", | |
"selector_comma": ",\n", | |
"selector_post": "", | |
"stylesheet_pre": "", | |
"stylesheet_whitespace": "", | |
"stylesheet_post": "", | |
"value_pre": " ", | |
"value_post": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to convert it to stylelint, first shot not working on things like that
.littlefoot-footnote__button:hover,
<= no new line here...