From 185fba0551f090a9a598ab2ad080a74dedab4fcd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 12 Jan 2017 10:45:09 -0500 Subject: [PATCH] .dir-locals.el: Global Emacs style settings This ensures things get applied consistently. I was noticing some weird indentation in Spacemacs. Closes: #567 Approved by: jlebon --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..35140408 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((c-mode . ((indent-tabs-mode . nil) (c-file-style . "gnu"))))