branch: scratch/editorconfig-cc commit 7035295d428f49a9ed98d11e572116180bf60e6e Author: USAMI Kenta <tad...@zonu.me> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add jsonian-mode (#320) --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index d23bf65031..a62ecc0b41 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -214,6 +214,7 @@ This hook will be run even when there are no matching sections in (js2-mode js2-basic-offset) (js3-mode js3-indent-level) (json-mode js-indent-level) + (jsonian-mode jsonian-default-indentation) (latex-mode . editorconfig-set-indentation-latex-mode) (lisp-mode lisp-indent-offset) (livescript-mode livescript-tab-width)