gitignore, vscode settings (#792)

This commit is contained in:
Matthew Kennedy 2019-05-04 22:39:56 -07:00 committed by rusefi
parent ff5cdc05b6
commit 507501aa21
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ doxygen/
.idea
workspace.xml
java_console_binary
.vscode

4
firmware/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"editor.detectIndentation": false,
"editor.insertSpaces": false
}