11 lines
204 B
JSON
11 lines
204 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"result": true,
|
||
|
".direnv": true
|
||
|
},
|
||
|
"files.readonlyInclude": {
|
||
|
"target/**": true
|
||
|
},
|
||
|
"nix.formatterPath": "nixfmt"
|
||
|
}
|