forgejo-ci-runners/.vscode/settings.json

36 lines
1,005 B
JSON
Raw Normal View History

2024-09-07 14:50:44 -05:00
{
2025-01-01 16:16:50 -06:00
"editor.fontFamily": "CaskaydiaMono Nerd Font Mono",
2024-09-07 14:50:44 -05:00
"editor.hover.delay": 1500,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
"files.trimTrailingWhitespace": true,
2025-01-01 16:16:50 -06:00
"sops.defaults.ageKeyFile": "age.key",
"nix.enableLanguageServer": true,
"nix.serverPath": "/run/current-system/sw/bin/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["nixfmt"]
},
"diagnostics": {
"ignored": [],
"excludedFiles": []
}
},
"nix": {
"binary": "/run/current-system/sw/bin/nix",
"maxMemoryMB": null,
"flake": {
"autoEvalInputs": true,
"autoArchive": true,
"nixpkgsInputName": "nixpkgs"
}
}
},
"sops.binPath": "/run/current-system/sw/bin/sops",
"editor.formatOnSave": true
2024-09-07 14:50:44 -05:00
}