Emacs default settings for editing C and C++: indent at 100 columns

For consistency with the clang-format settings.

[skip ci]
dcontrib-log
Sébastien Villemot 2023-11-28 18:10:38 +01:00
parent c3d91d5ce8
commit 54e72a4d35
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
((c-mode . ((indent-tabs-mode . nil)
(fill-column . 100)
(c-file-style . "gnu")))
(c++-mode . ((indent-tabs-mode . nil)
(fill-column . 100)
(c-file-style . "gnu")))
(makefile-mode . ((indent-tabs-mode . t)))
(octave-mode . ((indent-tabs-mode . nil)