8 lines
234 B
JSON
8 lines
234 B
JSON
{
|
|
"explorer.fileNesting.patterns": {
|
|
".gitignore": ".gitattributes, .envrc, readme",
|
|
"flake.nix": "flake.lock, shell.nix, checks.nix"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file"
|
|
}
|