]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add per-directory local variables for Emacs.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 20 Sep 2011 14:12:05 +0000 (16:12 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 20 Sep 2011 14:12:05 +0000 (16:12 +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..6a93d44
--- /dev/null
@@ -0,0 +1,5 @@
+;;; Emacs per-directory local variables
+;;; Set preferred style (k&r style, no tabs, basic offset of 4)
+((nil . ((indent-tabs-mode . nil)
+         (c-basic-offset . 4)
+         (c-file-style . "k&r"))))