commit 86d8961ae206ed9e3085c7311e594ac235d188bd parent e2551087b362bf2822ce7221d09dc46da5cd353f Author: William Casarin <jb55@jb55.com> Date: Mon, 3 Jun 2019 23:57:31 -0700 add linux style I still need to convert to this Diffstat:
A | .dir-locals.el | | | 7 | +++++++ |
1 file changed, 7 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) + )) + )