summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-05-19 11:25:06 -0400
committerPaul Smith <psmith@gnu.org>2019-05-19 15:27:26 -0400
commitda2b275658af2cb973a3c8b6e3c17ed47c03e560 (patch)
tree9757e0969adfd35b00780b7fab731b727c869ed0 /.dir-locals.el
parentf32ca1666f12a053fece8f2ef5da45f3b1b5822c (diff)
downloadmake-git-da2b275658af2cb973a3c8b6e3c17ed47c03e560.tar.gz
Update developer customizations
* .ccls: Remove -std=c99: it disables __attribute__ causing warnings. * .dir-locals.el: Force the C coding style to "gnu". * make-gdb.py: Add GDB macros for pretty-printing GNU make structs. * scripts/copyright-update: Use GNULIB_SRCDIR to find update-copyright.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f71d12d4..30736ec2 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -14,4 +14,5 @@
"/tests/work$"
"/make-[0-9]"))
))
+ (c-mode . ((c-file-style . "gnu")))
)