Added the line-length to 80 like in the PEP-0008

This commit is contained in:
Marcin Woźniak 2021-11-14 01:21:58 +01:00
parent 5484c79615
commit a761f804fe
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -13,6 +13,7 @@
"https://json.schemastore.org/docker-compose.json": "*.yaml"
},
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "80"],
"python.pythonPath": "python3",
"coc.preferences.formatOnSaveFiletypes": [
"sh",