mirror of https://github.com/searxng/searxng.git
[emacs] .dir-locals.el: in json-mode use indentation of 4
In JS + JSON we use indentation of 4. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
5c7167cd5a
commit
07e9d952cf
|
@ -91,7 +91,7 @@
|
|||
|
||||
(json-mode
|
||||
. ((eval . (progn
|
||||
(setq-local js-indent-level 2)
|
||||
(setq-local js-indent-level 4)
|
||||
(flycheck-checker . json-python-json)))))
|
||||
|
||||
(js-mode
|
||||
|
|
Loading…
Reference in New Issue