Add insertSpaces and tabSize rules

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-25 20:53:02 +02:00
parent 1ec41bc7c5
commit 9710cde149
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D

View File

@ -1,3 +1,5 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2
}