mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"editor.rulers": [79],
|
|
"files.insertFinalNewline": true,
|
|
"python.terminal.activateEnvironment": false,
|
|
"[css]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[scss]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[jinja-html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[jinja-js]": {
|
|
"editor.tabSize": 2
|
|
}
|
|
}
|