11 lines
347 B
JSON
11 lines
347 B
JSON
|
{
|
||
|
"editor.fontFamily": "FiraCode Nerd Font",
|
||
|
"editor.hover.delay": 1500,
|
||
|
"editor.bracketPairColorization.enabled": true,
|
||
|
"editor.guides.bracketPairs": true,
|
||
|
"editor.guides.bracketPairsHorizontal": true,
|
||
|
"editor.guides.highlightActiveBracketPair": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"sops.defaults.ageKeyFile": "age.key"
|
||
|
}
|