1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-18 13:57:04 +00:00

feat(VSCodium): Reorder some settings

Minor refactoring in settings.  Also removed settings that were already
set to their default.

The `window.commandCenter` default is `true` when the custom title bar
is enabled.
This commit is contained in:
Dionisio E Alonso 2024-05-08 18:33:00 -03:00
parent 93e11c29d3
commit f031db10b9

View File

@ -8,6 +8,7 @@
"editor.rulers": [79]
},
"editor.renderWhitespace": "boundary",
"editor.lineNumbers": "relative",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"terminal.integrated.fontFamily": "'Go Mono'",
@ -24,6 +25,4 @@
"--ignore-missing-imports",
"--follow-imports=silent"
],
"editor.lineNumbers": "relative",
"window.commandCenter": true
}