summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..27a148d3
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,9 @@
+;; Emacs settings for ABRT
+((c-mode . ((c-file-style . "BSD")
+ (c-basic-offset . 4)
+ (indent-tabs-mode . nil)
+ (show-trailing-whitespace . t)))
+ (c++-mode . ((c-file-style . "BSD")
+ (c-basic-offset . 4)
+ (indent-tabs-mode . nil)
+ (show-trailing-whitespace . t))))