code: settings.json
This commit is contained in:
parent
3c0a7a7d56
commit
de9501cee5
1 changed files with 13 additions and 0 deletions
13
.config/Code - OSS/User/settings.json
Normal file
13
.config/Code - OSS/User/settings.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"workbench.colorTheme": "Solarized Dark",
|
||||||
|
"editor.fontSize": 16,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"window.menuBarVisibility": "hidden",
|
||||||
|
"git.confirmSync": false,
|
||||||
|
"editor.fontFamily": "Terminus (TTF)",
|
||||||
|
"go.useLanguageServer": true,
|
||||||
|
"debug.console.fontFamily": "monospace",
|
||||||
|
"terminal.integrated.fontFamily": "monospace",
|
||||||
|
"git.autofetch": true
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue