summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-12 14:57:28 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-12 14:57:28 +0100
commit3223fa64c9c7f993a20ac5ff0271bd98936b45e5 (patch)
tree4d7cb6098291efd1f118a3c62d8b38cac4e3c0c5
parentb4a180e55e6d68885990c04d583e45ac8aa2dd2d (diff)
emacs: Use smaller tabs for C
-rw-r--r--.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
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))