From ff9111a22c26c385bc08f0236e9f5224394ba374 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Jul 2024 11:05:26 -0500 Subject: [PATCH] Some settings adjustments. --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f872afc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "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", +}