mirror of https://github.com/PrimeDecomp/prime.git
parent
c2fdf35ed9
commit
a0e0224a8d
|
@ -2,6 +2,7 @@
|
|||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"xaver.clang-format",
|
||||
"akiramiyakoda.cppincludeguard"
|
||||
"akiramiyakoda.cppincludeguard",
|
||||
"ms-python.black-formatter"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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…
Reference in New Issue