libreoffice-online/.gitpod-files/settings.json
Muhammet Kara a47d70f26d Add default vscode settings for Gitpod
Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
Change-Id: I373f6c13a0c1f2634677ea600f90c1452b44283c
2021-07-13 12:38:31 +03:00

10 lines
150 B
JSON

{
"editor.renderWhitespace": "all",
"[css]": {
"editor.insertSpaces": false
},
"[javascript]": {
"editor.insertSpaces": false
},
}