5 // Created by Jeff Mesnil on 19/10/08.
6 // Copyright 2008 Jeff Mesnil (http://jmesnil.net/). All rights reserved.
9 @interface PBGitDefaults
: NSObject
14 + (int) commitMessageViewVerticalLineLength
;
15 + (BOOL
) isGistEnabled
;
16 + (BOOL
) isGravatarEnabled
;
17 + (BOOL
) confirmPublicGists
;
18 + (BOOL
) isGistPublic
;
19 + (BOOL
)showWhitespaceDifferences
;
20 + (BOOL
)openCurDirOnLaunch
;
21 + (BOOL
)showOpenPanelOnLaunch
;