mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-26 03:14:19 +00:00
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"editor.rulers": [79],
|
|
"editor.tabSize": 4,
|
|
"emmet.includeLanguages": {
|
|
"jinja-html": "html"
|
|
},
|
|
"files.associations": {
|
|
".flaskenv": "env",
|
|
"*.env.tpl": "env",
|
|
"*.txt.j2": "jinja"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[jinja-html]": {
|
|
"editor.tabSize": 2
|
|
}
|
|
}
|