summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..e0bca42455
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+((nil . ((fill-column . 79)))
+ (c-mode . ((indent-tabs-mode . t)
+ (c-file-style . "linux")
+ (c-label-minimum-indentation . 0)
+ (c-hanging-braces-alist . '((namespace-open after)
+ (substatement-open after)
+ (brace-list-open after)))))
+ (python-mode . ((indent-tabs-mode . nil))))