add VSCodium config
This commit is contained in:
parent
9cbb9fcc88
commit
2538ebf96a
1 changed files with 12 additions and 0 deletions
12
VSCodium/User/settings.json
Normal file
12
VSCodium/User/settings.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"editor.fontSize": 16,
|
||||||
|
"editor.wordWrap": "on",
|
||||||
|
"omnisharp.useGlobalMono": "always",
|
||||||
|
"workbench.startupEditor": "none",
|
||||||
|
"workbench.colorTheme": "Cherry Midnight",
|
||||||
|
"git.openRepositoryInParentFolders": "always",
|
||||||
|
"git.autofetch": true,
|
||||||
|
"clangd.path": "/home/matt/.config/VSCodium/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/16.0.2/clangd_16.0.2/bin/clangd",
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"git.confirmSync": false
|
||||||
|
}
|
Loading…
Reference in a new issue