summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-04-09 10:46:27 +0200
committerKarel Klic <kklic@redhat.com>2010-04-09 10:46:27 +0200
commitd74d9e7731aa5c2e8113237fe938adb252465c37 (patch)
tree02560e6ebda8f532e58392e3abcf36b34b62c2d0 /.dir-locals.el
parent6f66d156c5ad1e0b361e4a837cfba46a1ed8603b (diff)
downloadabrt-d74d9e7731aa5c2e8113237fe938adb252465c37.tar.gz
abrt-d74d9e7731aa5c2e8113237fe938adb252465c37.tar.xz
abrt-d74d9e7731aa5c2e8113237fe938adb252465c37.zip
Emacs project-wide code-style settings
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))))