diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2010-03-12 18:31:48 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2010-03-20 20:53:21 +1100 |
commit | adab0dabcc95d02c3ab2076f0db5e5f94b30a96d (patch) | |
tree | 9f1062385c5b9adb46f68289372e94d7a7e34885 | |
parent | 2e58c944cdaf63a23ebd35c43d31e639e1e23d9f (diff) | |
download | git-adab0dabcc95d02c3ab2076f0db5e5f94b30a96d.tar.gz git-adab0dabcc95d02c3ab2076f0db5e5f94b30a96d.tar.xz |
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-x | gitk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11610,3 +11610,9 @@ if {[tk windowingsystem] eq "win32"} { } getcommits {} + +# Local variables: +# mode: tcl +# indent-tabs-mode: t +# tab-width: 8 +# End: |