- vscode settings

This commit is contained in:
ezolenko 2017-03-04 16:59:55 -07:00
parent c97acf84df
commit 903bd3fbf9

View File

@ -1,4 +1,5 @@
{
"editor.tabSize": 4,
"editor.useTabStops": true
"editor.useTabStops": true,
"editor.dragAndDrop": true
}