Files
ota-admin-portal/.vscode/settings.json
Drew Taylor b7223b8bc6 CEC-464 can filters forms (#118)
* can filters forms and lists

* unit tests

* updating warnings and tests

* merge develop

* fixed snapshots

* update jest mocks

* updating tests
2022-03-03 11:33:07 -08:00

7 lines
137 B
JSON

{
"editor.formatOnSave": true,
// spacing
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false
}