commit 03c31f0aff35f83f528646d4a36338a09595911b parent c24b87fb931515d719d01598d57c695a9bbba6a3 Author: William Casarin <jb55@jb55.com> Date: Sun, 23 Sep 2018 12:33:00 -0700 dir locals Diffstat:
A | .dir-locals.el | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el @@ -0,0 +1,7 @@ +((c-mode . ((c-file-style . "linux") + (indent-tabs-mode . t) + (show-trailing-whitespace . t) + (c-basic-offset . 8) + (tab-width . 8) + )) +)+ \ No newline at end of file