mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-20 04:56:10 +00:00
Initial commit
This commit is contained in:
30
dotfiles/.config/Code - OSS/User/settings.json
Normal file
30
dotfiles/.config/Code - OSS/User/settings.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.productIconTheme": "adwaita",
|
||||
"window.zoomLevel": 2,
|
||||
"editor.fontFamily": "'Ligconsolata', 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.inlineSuggest.enabled": true,
|
||||
"git.confirmSync": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.formatOnSave": false,
|
||||
"github.copilot.enable": {
|
||||
"*": false
|
||||
},
|
||||
"explorer.confirmDelete": false,
|
||||
"workbench.editorAssociations": {
|
||||
"*.pdf": "latex-workshop-pdf-hook"
|
||||
},
|
||||
"workbench.startupEditor": "none",
|
||||
"[c]": {
|
||||
"editor.defaultFormatter": "xaver.clang-format"
|
||||
},
|
||||
"window.titleBarStyle": "custom",
|
||||
"window.commandCenter": true,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"workbench.preferredDarkColorTheme": "Adwaita Dark",
|
||||
"workbench.preferredLightColorTheme": "Adwaita Light",
|
||||
"editor.renderLineHighlight": "none",
|
||||
"workbench.tree.indent": 12
|
||||
}
|
||||
Reference in New Issue
Block a user