Switch to tabs as default
This commit is contained in:
parent
56bed6b44a
commit
08ef40170c
@ -609,11 +609,10 @@
|
|||||||
(setq-default basic-offset 4)
|
(setq-default basic-offset 4)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
And generally indenting with spaces is more common, so make that
|
Use tabs as god intended:
|
||||||
the default:
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Language Server Protocol
|
*** Language Server Protocol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user