commit a43b5dc53221a670263d818329d022bcfee194d5 parent fedd62a8f3023bc8f198a78c9c1e6fdf55dfd799 Author: William Casarin <jb55@jb55.com> Date: Tue, 23 Oct 2018 19:31:52 -0700 style: change a bit Diffstat:
M | .dir-locals.el | | | 10 | ++++------ |
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el @@ -1,7 +1,6 @@ -((c-mode . ((c-file-style . "linux") - (indent-tabs-mode . t) +((c-mode . ((indent-tabs-mode . nil) (show-trailing-whitespace . t) - (c-basic-offset . 8) - (tab-width . 8) + (c-basic-offset . 4) + (tab-width . 4) )) -)- \ No newline at end of file +)