Skip to content

Commit 59b4bad

Browse files
author
Karel Klic
committed
Coding style for Emacs
1 parent 50807e4 commit 59b4bad

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+
;; Emacs settings for btparser
2+
((c-mode . ((c-file-style . "BSD")
3+
(c-basic-offset . 4)
4+
(indent-tabs-mode . nil)
5+
(show-trailing-whitespace . t))))

0 commit comments

Comments
 (0)