mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"editor.rulers": [79],
|
|
"editor.tabSize": 4,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[javascript]": {
|
|
"editor.tabSize": 2,
|
|
}
|
|
}
|