From: Colin Walters Date: Thu, 12 Jan 2017 15:53:57 +0000 (-0500) Subject: .dir-locals.el: Standard Emacs indentation config X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~41^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a77017d87b74c5e2895cdd64ad098018929403f;p=ostree.git .dir-locals.el: Standard Emacs indentation config Better than having it per-file. Closes: #644 Approved by: jlebon --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..35140408 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((c-mode . ((indent-tabs-mode . nil) (c-file-style . "gnu"))))