Set indentation level to 2

This commit is contained in:
2023-04-27 18:50:59 +02:00
parent 34af171ca3
commit d65a20323d

View File

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