gitignore, vscode settings (#792)
This commit is contained in:
parent
5a15b449c0
commit
717bdbf55f
|
@ -14,3 +14,4 @@ doxygen/
|
||||||
.idea
|
.idea
|
||||||
workspace.xml
|
workspace.xml
|
||||||
java_console_binary
|
java_console_binary
|
||||||
|
.vscode
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"editor.detectIndentation": false,
|
||||||
|
"editor.insertSpaces": false
|
||||||
|
}
|
Loading…
Reference in New Issue