Browse Source
This will automatically configure proper indent settings for new contributors using emacs. Signed-off-by: William Casarin <jb55@jb55.com>ppa-0.6.1
William Casarin
7 years ago
committed by
Rusty Russell
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
((c-mode . ((c-file-style . "linux") |
|||
(indent-tabs-mode . t) |
|||
(show-trailing-whitespace . t) |
|||
(c-basic-offset . 8) |
|||
(tab-width . 8) |
|||
)) |
|||
) |
Loading…
Reference in new issue