aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: f7ea9f8fa732853fd0119d3622894296db417c5b (plain)
1
2
3
4
5
6
;;; Directory Local Variables         -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")

((c-mode . ((indent-tabs-mode . t)
            (flycheck-mode . nil)
            (eval . (clang-format-mode 0)))))