We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50807e4 commit 59b4badCopy full SHA for 59b4bad
.dir-locals.el
@@ -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