Skip to content

Commit

Permalink
Tidy up settings for built-in CSS formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed May 7, 2022
1 parent 3744688 commit cd6b55c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"css.format.newlineBetweenRules": true,
"css.format.newlineBetweenSelectors": true,
"css.format.spaceAroundSelectorSeparator": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.guides.bracketPairsHorizontal": "active",
Expand All @@ -25,8 +28,5 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"files.trimTrailingWhitespace": false
},
"css.format.newlineBetweenRules": true,
"css.format.newlineBetweenSelectors": true,
"css.format.spaceAroundSelectorSeparator": true
}
}

0 comments on commit cd6b55c

Please sign in to comment.