Skip to content

Commit

Permalink
chore: add sops age key setting in vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Jul 24, 2023
1 parent 195425b commit 1a616bc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@
"**/kubernetes/**/*.sops.toml": "plaintext"
},
"yaml.schemas": {
"ansible": "ansible/*.yaml",
"Kubernetes": "kubernetes/*.yaml"
"ansible": "**/ansible/*.yaml",
"Kubernetes": "**/kubernetes/*.yaml"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
"editor.hover.delay": 1500,
"files.trimTrailingWhitespace": true,
"ansible.python.interpreterPath": "/usr/bin/python3",
"sops.defaults.ageKeyFile": "age.key"
}

0 comments on commit 1a616bc

Please sign in to comment.