Skip to content

Commit 9800b3f

Browse files
sorganovwenyouya
authored andcommitted
Add .dir-locals.el for emacs
Let emacs know the style of C formatting used in the project Signed-off-by: Sergey Organov <[email protected]>
1 parent 50fe79d commit 9800b3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.dir-locals.el

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
((nil . ((indent-tabs-mode . t)
2+
(tab-width . 8)
3+
(fill-column . 80)))
4+
(c-mode . ((c-file-style . "Linux")))
5+
(java-mode . ((c-file-style . "Linux"))))

0 commit comments

Comments
 (0)