12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"name": "RustWallet",
|
|
"dockerFile": "Dockerfile",
|
|
"settings": {
|
|
"editor.formatOnSave": true,
|
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
|
"files.exclude": {
|
|
"**/CODE_OF_CONDUCT.md": true,
|
|
"**/LICENSE": true
|
|
}
|
|
}
|
|
} |