mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 00:35:41 +00:00
20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"editor.rulers": [79],
|
|
"files.insertFinalNewline": true,
|
|
"[css]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[jinja-html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[scss]": {
|
|
"editor.tabSize": 2
|
|
}
|
|
}
|