Skip to content
Snippets Groups Projects
Commit 61c3cb62 authored by David Trattnig's avatar David Trattnig
Browse files

Style: Black settings for VSCode

parent f34a086a
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,10 @@
"**/tmp": true,
"python/**": true
},
"python.formatting.provider": "black"
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"99"
],
"python.linting.enabled": true
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment