Skip to content

Commit

Permalink
chore: remove format-specific config from the global config
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Dec 13, 2024
1 parent dbfeb09 commit d9f2f79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"editor.detectIndentation": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.guides.bracketPairs": true,
"editor.quickSuggestions": {
"other": true,
Expand Down Expand Up @@ -67,9 +68,5 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"yaml.format.enable": false,
"css.format.spaceAroundSelectorSeparator": true,
"scss.format.spaceAroundSelectorSeparator": true,
"scss.format.newlineBetweenRules": false
}
}

0 comments on commit d9f2f79

Please # to comment.