Fork me on GitHub
#spacemacs
<
2018-01-18
>
pesterhazy09:01:35

Help! How do I set the javascript indentation level in spacemacs? It is set to 2 and this doesn't work:

(setq-default js2-basic-offset 4)
  (setq-default js-indent-level 4)

pesterhazy09:01:27

the minute I write this I realize that I have a .editorconfig overriding these settings