Skip to content

Commit dff8072

Browse files
committed
auto-format python with Black
1 parent 2d571ef commit dff8072

File tree

2 files changed

+262
-201
lines changed

2 files changed

+262
-201
lines changed

.vscode/settings.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,9 @@
8787
},
8888
"editor.formatOnSave": true,
8989
"cmake.sourceDirectory": "${workspaceFolder}/third-party/OpenXR-SDK",
90-
"cmake.configureOnOpen": false
91-
}
90+
"cmake.configureOnOpen": false,
91+
"[python]": {
92+
"editor.defaultFormatter": "ms-python.black-formatter"
93+
},
94+
"python.formatting.provider": "none"
95+
}

0 commit comments

Comments
 (0)