{ "python.formatting.provider": "black", "python.formatting.blackArgs": [ "-S", "-C", "-l 120" ], "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.rulers": [ 120 ], "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": "active", "vetur.format.options.tabSize": 4, "vetur.format.enable": false }