robot-rust/.vscode/settings.json

14 lines
338 B
JSON
Raw Permalink Normal View History

2020-11-25 04:37:18 +00:00
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": "languageDefined",
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.watcherExclude": {
"**/target": true
}
}