25 lines
No EOL
675 B
JSON
25 lines
No EOL
675 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"explorer.fileNesting.patterns": {
|
|
".gitignore": ".gitattributes, .envrc, readme",
|
|
"flake.nix": "flake.lock, shell.nix, secrets.nix"
|
|
},
|
|
"files.exclude": {
|
|
".git-crypt": true
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "fish-fhs",
|
|
"terminal.integrated.profiles.linux": {
|
|
"fish-fhs": {
|
|
"args": [
|
|
"--user",
|
|
"--pty",
|
|
"--quiet",
|
|
"--same-dir",
|
|
"--service-type=exec",
|
|
"fish"
|
|
],
|
|
"path": "systemd-run"
|
|
}
|
|
}
|
|
} |