15 lines
No EOL
202 B
JSON
15 lines
No EOL
202 B
JSON
{
|
|
"[rust]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
|
|
"[typescript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
|
|
"rust-analyzer.linkedProjects": ["./gui/Cargo.toml"]
|
|
} |