mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
5043e201b8
This will automatically configure proper indent settings for new contributors using emacs. Signed-off-by: William Casarin <jb55@jb55.com>
8 lines
193 B
EmacsLisp
8 lines
193 B
EmacsLisp
((c-mode . ((c-file-style . "linux")
|
|
(indent-tabs-mode . t)
|
|
(show-trailing-whitespace . t)
|
|
(c-basic-offset . 8)
|
|
(tab-width . 8)
|
|
))
|
|
)
|