VSCodium configuration
This commit is contained in:
parent
f53b61eb10
commit
7ca3f5c342
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.fontFamily": "'Fira Code', 'monospace', monospace",
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.wordWrap": "on",
|
||||||
|
"editor.acceptSuggestionOnEnter": "off",
|
||||||
|
"editor.inlineSuggest.enabled": false,
|
||||||
|
"editor.minimap.enabled": false,
|
||||||
|
"files.eol": "\n",
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"terminal.external.linuxExec": "alacritty",
|
||||||
|
"terminal.integrated.defaultProfile.linux": "fish"
|
||||||
|
}
|
Loading…
Reference in a new issue