Created
October 7, 2008 20:43
-
-
Save baldur/15380 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set mainfont {Monaco 12} | |
2 set textfont {Monaco 12} | |
3 set uifont {"Monaco Bold" 12} | |
4 set tabstop 8 | |
5 set findmergefiles 0 | |
6 set maxgraphpct 50 | |
7 set maxwidth 16 | |
8 set cmitmode patch | |
9 set wrapcomment none | |
10 set autoselect 1 | |
11 set showneartags 1 | |
12 set showlocalchanges 1 | |
13 set datetimeformat {%Y-%m-%d %H:%M:%S} | |
14 set limitdiffs 1 | |
15 set bgcolor white | |
16 set fgcolor black | |
17 set colors {green red blue magenta darkgrey brown orange} | |
18 set diffcolors {red "#00a000" blue} | |
19 set diffcontext 3 | |
20 set selectbgcolor gray85 | |
21 set extdifftool meld | |
22 set geometry(main) 1274x775+5+45 | |
23 set geometry(topwidth) 1270 | |
24 set geometry(topheight) 286 | |
25 set geometry(pwsash0) "732 2" | |
26 set geometry(pwsash1) "874 2" | |
27 set geometry(botwidth) 777 | |
28 set geometry(botheight) 469 | |
29 set permviews {} | |
~ | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment