Set indentation level to 2

This commit is contained in:
coolneng 2023-04-27 18:50:59 +02:00
parent 34af171ca3
commit d65a20323d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -147,3 +147,5 @@
;; Disable Pyright's type checking ;; Disable Pyright's type checking
(after! lsp-pyright (after! lsp-pyright
(setq lsp-pyright-use-library-code-for-types nil)) (setq lsp-pyright-use-library-code-for-types nil))
;; Set indentation level to 2
(setq tab-width 2)