mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
add vscodium settings
This commit is contained in:
parent
70f2f2641a
commit
ce0886ddc6
2 changed files with 22 additions and 1 deletions
18
vscodium/settings.json
Normal file
18
vscodium/settings.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"editor.fontFamily": "'Fira Code'",
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"git.confirmSync": false,
|
||||
"update.mode": "none",
|
||||
"update.showReleaseNotes": false,
|
||||
"editor.fontLigatures": true,
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"workbench.startupEditor": "none",
|
||||
"git.autofetch": true,
|
||||
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"extensions.autoUpdate": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"editor.guides.bracketPairs": "active"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue