summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2010-03-12 18:31:48 +0000
committerPaul Mackerras <paulus@samba.org>2010-03-20 20:53:21 +1100
commitadab0dabcc95d02c3ab2076f0db5e5f94b30a96d (patch)
tree9f1062385c5b9adb46f68289372e94d7a7e34885
parent2e58c944cdaf63a23ebd35c43d31e639e1e23d9f (diff)
downloadgit-adab0dabcc95d02c3ab2076f0db5e5f94b30a96d.tar.gz
gitk: Add emacs editor variable block
Help contributors use the correct indentation style. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-xgitk6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitk b/gitk
index ba91bba7e8..9da0526239 100755
--- a/gitk
+++ b/gitk
@@ -11610,3 +11610,9 @@ if {[tk windowingsystem] eq "win32"} {
}
getcommits {}
+
+# Local variables:
+# mode: tcl
+# indent-tabs-mode: t
+# tab-width: 8
+# End: