diff options
| author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-11 17:09:11 +0200 |
|---|---|---|
| committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-11 17:09:11 +0200 |
| commit | fb28e20b42bf2d4b621dd550271cad733871fc99 (patch) | |
| tree | 4fecaaafc164c764a2579a3db7968e27c8f06886 /.vscode | |
| parent | ef1c7e56de6c9083614b53d6645883c371775b22 (diff) | |
| parent | 79e58533af8bf585d79f8d0b5ca675ff66712b80 (diff) | |
Merge remote-tracking branch 'origin/master' into max/time
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 72f0e6b..25effcc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,8 @@ { + "editor.wordWrap": "wordWrapColumn", + "editor.wrappingIndent": "same", + "editor.wordWrapColumn": 85, + "files.trimTrailingWhitespace": true, "latex-workshop.latex.recipe.default": "latexmk", "latex-workshop.latex.tools": [ { |