Skip to content

Commit

Permalink
Add settings for built-in CSS formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Apr 18, 2022
1 parent 544d6ac commit d9027af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"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 d9027af

Please sign in to comment.