diff --git a/.dir-locals.el b/.dir-locals.el index a963011f..da1a3b37 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -16,16 +16,16 @@ (indent-tabs-mode . t) (mode . bug-reference-prog))) (c-ts-mode . ((indent-tabs-mode . t) - (c-ts-mode-indent-style . linux) - (c-ts-mode-indent-offset . 8) + ;; (c-ts-indent-style . linux) + ;; (c-ts-indent-offset . 8) (mode . bug-reference-prog))) (c++-mode . ((c-file-style . "linux") (fill-column . 100) ;; (comment-fill-column . 80) (mode . bug-reference-prog))) (c++-ts-mode . ((indent-tabs-mode . t) - (c-ts-mode-indent-style . linux) - (c-ts-mode-indent-offset . 8) + ;; (c-ts-indent-style . linux) + ;; (c-ts-indent-offset . 8) (mode . bug-reference-prog))) (emacs-lisp-mode . ((indent-tabs-mode . nil) (mode . bug-reference-prog)))