Skip to content
Snippets Groups Projects
Verified Commit 54e72a4d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

For consistency with the clang-format settings.

[skip ci]
parent c3d91d5c
No related branches found
No related tags found
No related merge requests found
((c-mode . ((indent-tabs-mode . nil) ((c-mode . ((indent-tabs-mode . nil)
(fill-column . 100)
(c-file-style . "gnu"))) (c-file-style . "gnu")))
(c++-mode . ((indent-tabs-mode . nil) (c++-mode . ((indent-tabs-mode . nil)
(fill-column . 100)
(c-file-style . "gnu"))) (c-file-style . "gnu")))
(makefile-mode . ((indent-tabs-mode . t))) (makefile-mode . ((indent-tabs-mode . t)))
(octave-mode . ((indent-tabs-mode . nil) (octave-mode . ((indent-tabs-mode . nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment