Zernit/workspace/Zernif/.vscode/settings.json
2020-01-25 15:44:45 +00:00

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": "",
}