mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-03 23:35:36 +00:00
Use black formatter for Python
Former-commit-id: 5016dc7fba032bc178dbbbfb7d9f2fe398519610
This commit is contained in:
parent
c2fdf35ed9
commit
a0e0224a8d
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -2,6 +2,7 @@
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"xaver.clang-format",
|
||||
"akiramiyakoda.cppincludeguard"
|
||||
"akiramiyakoda.cppincludeguard",
|
||||
"ms-python.black-formatter"
|
||||
]
|
||||
}
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -7,6 +7,9 @@
|
||||
"files.encoding": "shiftjis",
|
||||
"editor.defaultFormatter": "xaver.clang-format"
|
||||
},
|
||||
"[python]":{
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"editor.tabSize": 2,
|
||||
"files.associations": {
|
||||
"source_location": "cpp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user