diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 000000000..7bd6ae55a --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;; The 'nil' configuration applies to all modes. +((nil . ((indent-tabs-mode . nil) + (tab-width . 2) ;; used by what? + (js-indent-level . 2) + (c-basic-offset . 3) + )))