summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-12-09 20:06:40 +0100
committerChristian Persch <chpe@gnome.org>2012-12-09 21:05:44 +0100
commit8ba817407b892b62b99ae69ebcd594f4131f2fa9 (patch)
treead21653131135a0051b5a84e2ea973eaa2352d41 /.dir-locals.el
parent8e67b51a03dbbd87cfb184fca1d3b53767d5bad5 (diff)
downloadgnome-terminal-8ba817407b892b62b99ae69ebcd594f4131f2fa9.tar.gz
Update
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..4182da82
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+((c-mode . ((c-file-style . "GNU")
+ (indent-tabs-mode . nil)
+ (c-basic-offset . 8)
+ (tab-width . 8)
+ (show-trailing-whitespace . t))))