Default case of switch node in AST to keep pos
[hiphop-php.git] / hphp / hack / .ocamlformat
blob737b96fe0826eeba966eacd3f7c5f3a59be2ab1f
1 # -*- conf -*-
3 break-cases = all
4 break-fun-decl = smart
5 break-infix = fit-or-vertical
6 break-separators = after-and-docked
7 break-sequences = true
8 break-string-literals = never
9 cases-exp-indent = 2
10 disambiguate-non-breaking-match = true
11 exp-grouping = preserve
12 field-space = tight-decl
13 if-then-else = k-r
14 indicate-nested-or-patterns = unsafe-no
15 leading-nested-match-parens = true
16 let-open = short
17 parens-tuple-patterns = always
18 sequence-blank-line = preserve-one
19 sequence-style = terminator
20 space-around-records = true
21 space-around-variants = true
22 type-decl = sparse
23 wrap-fun-args = false