[JS] Set indent to two

This commit is contained in:
Marcel Kapfer 2022-03-30 16:57:54 +02:00
parent 55136714ea
commit 66b7f9b05e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 7 additions and 0 deletions

View File

@ -1609,6 +1609,13 @@ Source: [[https://github.com/ksjogo/typoscript-mode][GitHub: ksjogo/typoscript-m
:mode "\\.typoscript\\'")
#+end_src
#+begin_src emacs-lisp
(use-package js
:config
(setq js-indent-level 2))
#+end_src
** YAML
YAML major mode for Emacs.