From 1757ff83cb47bd2158b056b2de5c85dc24aff26a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 22 Apr 2024 17:24:14 +0530 Subject: Added a README, other small changes --- .dir-locals.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 7ad1da6..f7ea9f8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") -((c-mode . ((clang-format-mode . nil) +((c-mode . ((indent-tabs-mode . t) (flycheck-mode . nil) - (eval . (remove-hook 'c-mode-hook #'clang-format-mode))))) + (eval . (clang-format-mode 0))))) -- cgit v1.2.3-13-gbd6f