-
Notifications
You must be signed in to change notification settings - Fork 13
/
.zprintrc
39 lines (38 loc) · 1.43 KB
/
.zprintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; This file is part of clj-docker-client.
;
; clj-docker-client is free software: you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; clj-docker-client is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU Lesser General Public License for more details.
;
; You should have received a copy of the GNU Lesser General Public License
; along with clj-docker-client. If not, see <http://www.gnu.org/licenses/>.
{:binding {:force-nl? true
:justify? true}
:fn-map {"defn" :arg1-force-nl
"defn-" :arg1-force-nl
"do" :flow
"fn" :arg1-force-nl
"format" :gt2-force-nl
"if" :arg1-force-nl
"try" :flow
"vector" :force-nl-body
"when" :arg1-force-nl
"when-not" :arg1-force-nl}
:list {:indent-arg 2
:respect-nl? true}
:vector {:respect-nl? true}
:map {:comma? false
:sort? false
:justify? true
:respect-nl? true
:lift-ns? false}
:pair {:justify? true}
:pair-fn {:hang? false}
:style :community
:width 120}