From 3223fa64c9c7f993a20ac5ff0271bd98936b45e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 12 Jan 2024 14:57:28 +0100 Subject: emacs: Use smaller tabs for C --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index ef99206..82412f4 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -667,7 +667,7 @@ with a custom function that reads a list of mode-specific indentation settings. (defvar mango-indentation-settings '((bash-ts-mode :width 4) - (c-mode :width 8 :extra-vars (c-basic-offset)) + (c-mode :width 4 :extra-vars (c-basic-offset)) (css-mode :extra-vars (css-indent-offset)) (emacs-lisp-mode :spaces t) (graphviz-dot-mode :extra-vars (graphviz-dot-indent-width)) -- cgit v1.2.3