diff mercurial/util.h @ 13297:613b8bd2284e

specify C indention style using Emacs file local variables
author Martin Geisler <mg@aragost.com>
date Wed, 26 Jan 2011 12:05:01 +0100
parents 09cb56b760b4
children a4e0908ce35b
line wrap: on
line diff
--- a/mercurial/util.h	Tue Jan 25 16:33:46 2011 -0800
+++ b/mercurial/util.h	Wed Jan 26 12:05:01 2011 +0100
@@ -103,3 +103,7 @@
 
 #endif /* _HG_UTIL_H_ */
 
+/* Local Variables:      */
+/* c-file-style: "linux" */
+/* indent-tabs-mode: t   */
+/* End:                  */