diff options
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 |