Skip to content
Snippets Groups Projects
Commit 15f619183ec3 authored by jfp's avatar jfp
Browse files

Use black as default formatter

parent d52d50ed7fd1
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@
"editor.formatOnSave": false,
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.blackArgs": [
"black-formatter.args": [
"--line-length",
......@@ -13,3 +13,3 @@
"--line-length",
"79"
"88"
],
......@@ -15,4 +15,4 @@
],
"python.formatting.provider": "black",
"python.formatting.blackPath": "C:/Users/jfpie/foss.vmsgenerations.org/vmspython/Scripts/blue.exe"
}
\ No newline at end of file
"python.formatting.provider": "none",
"black-formatter.path": ["C:/Users/jfpie/foss.vmsgenerations.org/venv310/Scripts/black.exe"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment