mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
style(code-server): move manual settings to top of settings.json object
This commit is contained in:
parent
294e77e082
commit
4247784e4e
1 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,14 @@
|
|||
{
|
||||
"editor.tokenColorCustomizations": {
|
||||
"textMateRules": [
|
||||
{
|
||||
"scope": "meta.function-call.generic.python",
|
||||
"settings": {
|
||||
"foreground": "#DCDCAA"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"workbench.colorTheme": "Default Dark Modern",
|
||||
"keyboard.layout": "0000041D",
|
||||
"editor.bracketPairColorization.enabled": false,
|
||||
|
|
@ -22,15 +32,5 @@
|
|||
"window.customMenuBarAltFocus": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.tokenColorCustomizations": {
|
||||
"textMateRules": [
|
||||
{
|
||||
"scope": "meta.function-call.generic.python",
|
||||
"settings": {
|
||||
"foreground": "#DCDCAA"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"files.trimFinalNewlines": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue