mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
emacs: add .dir-locals.el for linux style C
This will automatically configure proper indent settings for new contributors using emacs. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
758317387e
commit
5043e201b8
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
@ -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
Block a user