Added the line-length to 80 like in the PEP-0008
This commit is contained in:
parent
5484c79615
commit
a761f804fe
@ -13,6 +13,7 @@
|
|||||||
"https://json.schemastore.org/docker-compose.json": "*.yaml"
|
"https://json.schemastore.org/docker-compose.json": "*.yaml"
|
||||||
},
|
},
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
|
"python.formatting.blackArgs": ["--line-length", "80"],
|
||||||
"python.pythonPath": "python3",
|
"python.pythonPath": "python3",
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"sh",
|
"sh",
|
||||||
|
Loading…
Reference in New Issue
Block a user