mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
Merge pull request #438 from master30f/file-cleanup
Remove .vscode and .gitmodules
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -80,3 +80,4 @@ confdefs.h
|
|||||||
cmake-build-debug
|
cmake-build-debug
|
||||||
*.o.tmp
|
*.o.tmp
|
||||||
xcode/*
|
xcode/*
|
||||||
|
.vscode
|
0
.gitmodules
vendored
0
.gitmodules
vendored
20
.vscode/c_cpp_properties.json
vendored
20
.vscode/c_cpp_properties.json
vendored
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Mac",
|
|
||||||
"includePath": [
|
|
||||||
"${workspaceFolder}/**"
|
|
||||||
],
|
|
||||||
"defines": [],
|
|
||||||
"macFrameworkPath": [
|
|
||||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
||||||
],
|
|
||||||
"compilerPath": "/usr/bin/clang",
|
|
||||||
"cStandard": "c23",
|
|
||||||
"cppStandard": "c++23",
|
|
||||||
"intelliSenseMode": "macos-clang-arm64",
|
|
||||||
"configurationProvider": "vector-of-bool.cmake-tools"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
32
.vscode/settings.json
vendored
32
.vscode/settings.json
vendored
@@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
|
|
||||||
"restructuredtext.confPath": "${workspaceFolder}/docs/source",
|
|
||||||
"workbench.colorTheme": "Default Light+ Experimental",
|
|
||||||
"editor.fontSize": 14,
|
|
||||||
"editor.formatOnSave": false,
|
|
||||||
"workbench.colorCustomizations": {
|
|
||||||
"[Default Light*]": {
|
|
||||||
"editor.background": "#fefefe",
|
|
||||||
"sideBar.background": "#fefefe",
|
|
||||||
"sideBar.foreground": "#343436",
|
|
||||||
"sideBarTitle.foreground": "#343436",
|
|
||||||
"sideBar.border": "#e2e2e4",
|
|
||||||
"statusBar.background": "#fefefe",
|
|
||||||
"titleBar.activeBackground": "#fefefe",
|
|
||||||
"tab.activeBackground": "#f4fff4aa",
|
|
||||||
"tab.inactiveBackground": "#fefefe",
|
|
||||||
"activityBar.background": "#fefefe",
|
|
||||||
"editorGroupHeader.tabsBackground": "#fefefe"
|
|
||||||
},
|
|
||||||
"[Default Dark*]": {
|
|
||||||
"editor.background": "#1D1D25",
|
|
||||||
"sideBar.background": "#1D1D25",
|
|
||||||
"statusBar.background": "#1D1D25",
|
|
||||||
"titleBar.activeBackground": "#1D1D25",
|
|
||||||
"tab.activeBackground": "#2C2C3A",
|
|
||||||
"tab.inactiveBackground": "#1D1D25",
|
|
||||||
"activityBar.background": "#1D1D25",
|
|
||||||
"editorGroupHeader.tabsBackground": "#1D1D25"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
|
Reference in New Issue
Block a user