element-call-Github/.vscode/settings.json
Šimon Brandner 9710cde149
Add insertSpaces and tabSize rules
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-25 20:53:02 +02:00

5 lines
87 B
JSON

{
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2
}