]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Add a .dir-locals.el file for Emacs.
authorTobias Rittweiler <trittweiler@gmail.com>
Wed, 14 Nov 2018 12:43:58 +0000 (13:43 +0100)
committerTobias Rittweiler <trittweiler@gmail.com>
Wed, 14 Nov 2018 12:43:58 +0000 (13:43 +0100)
It specifies not to use TABs and to indent by 4 spaces.

.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..bb7424e
--- /dev/null
@@ -0,0 +1,3 @@
+((c-mode . ((indent-tabs-mode  . nil)
+            (c-file-style      . "gnu")
+            (c-basic-offset    . 4))))