diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-07 23:28:05 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-07 23:28:05 +0400 |
| commit | e87a8c64bc365cefcbe2876cc00b909299765226 (patch) | |
| tree | 5f45bb68ceaf86ea44d31d45250358f295498d6e /.vscode/settings.json | |
| parent | b05b068e45ff31a509e27473ae20ca006b7a3d68 (diff) | |
First version of report
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6cb391b..e1b28e0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "[bibtex]": { "files.encoding": "windows1251" + }, + "[latex]": { + "editor.tabSize": 2 } }
\ No newline at end of file |