Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Feb 5, 2024
1 parent d7f3553 commit 574adf6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.startupEditor": "newUntitledFile",
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
Expand All @@ -71,5 +68,5 @@
"yaml.format.enable": false,
"css.format.spaceAroundSelectorSeparator": true,
"scss.format.spaceAroundSelectorSeparator": true,
"scss.format.newlineBetweenRules": false,
"scss.format.newlineBetweenRules": false
}

0 comments on commit 574adf6

Please sign in to comment.