mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
8a3710824b
* c_cc_d soooo close * d_cc_shape_colliders -> d_cc_d * ported over changes from #43 * Oops, didnt save * use better collision functions in bombf * bombf fixes * bombf actorPostCreate matching * fix * small fix for cCcD_UnkAttr Set function * more cleanup(?) for c_cc_d * d_cc_mass_s OK * Initial d_cc_s setup * some easy funcs --------- Co-authored-by: robojumper <robojumper@gmail.com>
25 lines
714 B
JSON
25 lines
714 B
JSON
{
|
|
"[c]": {
|
|
"files.autoSave": "onFocusChange",
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
|
|
},
|
|
"[cpp]": {
|
|
"files.autoSave": "onFocusChange",
|
|
"files.encoding": "utf8",
|
|
"editor.defaultFormatter": "xaver.clang-format"
|
|
},
|
|
// "[python]": {
|
|
// "editor.defaultFormatter": "ms-python.black-formatter"
|
|
// },
|
|
// "editor.tabSize": 2,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
".clangd": "yaml"
|
|
},
|
|
// Disable C/C++ IntelliSense, use clangd instead
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
}
|