[JS] Set indent to two
This commit is contained in:
parent
55136714ea
commit
66b7f9b05e
1 changed files with 7 additions and 0 deletions
|
@ -1609,6 +1609,13 @@ Source: [[https://github.com/ksjogo/typoscript-mode][GitHub: ksjogo/typoscript-m
|
||||||
:mode "\\.typoscript\\'")
|
:mode "\\.typoscript\\'")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package js
|
||||||
|
:config
|
||||||
|
(setq js-indent-level 2))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** YAML
|
** YAML
|
||||||
|
|
||||||
YAML major mode for Emacs.
|
YAML major mode for Emacs.
|
||||||
|
|
Loading…
Reference in a new issue