Skip to content

Commit

Permalink
editor config for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Aug 30, 2023
1 parent d708c58 commit c87e3ef
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 @@ -9,5 +9,8 @@
"source.fixAll.eslint": true
},

"eslint.workingDirectories": ["./ui"]
"eslint.workingDirectories": ["./ui"],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit c87e3ef

Please sign in to comment.