Skip to content

Commit

Permalink
auto-format python with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Aug 14, 2023
1 parent 2d571ef commit dff8072
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 201 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@
},
"editor.formatOnSave": true,
"cmake.sourceDirectory": "${workspaceFolder}/third-party/OpenXR-SDK",
"cmake.configureOnOpen": false
}
"cmake.configureOnOpen": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
Loading

0 comments on commit dff8072

Please sign in to comment.