feat: Set indentation level
This commit is contained in:
parent
3e1940d347
commit
3afebacb07
|
@ -257,8 +257,13 @@ numbers are disabled. For relative line numbers, set this to ~relative~.
|
||||||
(setq whitespace-line-column nil)
|
(setq whitespace-line-column nil)
|
||||||
(display-line-numbers-mode)
|
(display-line-numbers-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
(add-hook 'text-mode-hook #'custom/common-richtext-hook)
|
(add-hook 'text-mode-hook #'custom/common-richtext-hook)
|
||||||
|
(setq
|
||||||
|
typescript-indent-level 3
|
||||||
|
css-indent-offset 3
|
||||||
|
sh-indentation 3
|
||||||
|
nxml-indent-offset 3
|
||||||
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Shells
|
** Shells
|
||||||
|
|
Loading…
Reference in New Issue