9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"editor.wordWrap": "on",
|
|
// To show invisibles
|
|
"editor.renderWhitespace": "all",
|
|
"editor.tabSize": 2,
|
|
"editor.tabCompletion": "on",
|
|
// To get rid of annoying emoji in Cargo.toml
|
|
"crates.upToDateDecorator": "",
|
|
} |