2020-01-25 15:56:00 +01:00
|
|
|
{
|
|
|
|
"editor.wordWrap": "on",
|
2020-01-25 16:44:45 +01:00
|
|
|
// To show invisibles
|
2020-01-25 15:56:00 +01:00
|
|
|
"editor.renderWhitespace": "all",
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.tabCompletion": "on",
|
2020-01-25 16:44:45 +01:00
|
|
|
// To get rid of annoying emoji in Cargo.toml
|
2020-01-25 15:56:00 +01:00
|
|
|
"crates.upToDateDecorator": "",
|
|
|
|
}
|