]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Add configuration for Emacs editor
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 21:47:15 +0000 (23:47 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 21:47:15 +0000 (23:47 +0200)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..6ba109c
--- /dev/null
@@ -0,0 +1,5 @@
+((c-mode
+  (indent-tabs-mode . t)
+  (tab-width . 8)
+  (c-basic-offset . 2)
+  (c-file-style . "linux")))