Set indentation level to 2
This commit is contained in:
parent
34af171ca3
commit
d65a20323d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue