You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
973 B
42 lines
973 B
version=0.25.1
|
|
assignment-operator=end-line
|
|
break-cases=fit
|
|
break-fun-decl=wrap
|
|
break-fun-sig=wrap
|
|
break-infix=wrap
|
|
break-infix-before-func=false
|
|
break-separators=before
|
|
break-sequences=true
|
|
cases-exp-indent=2
|
|
cases-matching-exp-indent=normal
|
|
doc-comments=before
|
|
doc-comments-padding=2
|
|
doc-comments-tag-only=default
|
|
dock-collection-brackets=false
|
|
exp-grouping=preserve
|
|
field-space=loose
|
|
if-then-else=compact
|
|
indicate-multiline-delimiters=space
|
|
indicate-nested-or-patterns=unsafe-no
|
|
infix-precedence=indent
|
|
leading-nested-match-parens=false
|
|
let-and=sparse
|
|
let-binding-spacing=compact
|
|
let-module=compact
|
|
margin=80
|
|
max-indent=68
|
|
module-item-spacing=sparse
|
|
ocp-indent-compat=false
|
|
parens-ite=false
|
|
parens-tuple=always
|
|
parse-docstrings=true
|
|
sequence-blank-line=preserve-one
|
|
sequence-style=terminator
|
|
single-case=compact
|
|
space-around-arrays=true
|
|
space-around-lists=true
|
|
space-around-records=true
|
|
space-around-variants=true
|
|
type-decl=sparse
|
|
wrap-comments=false
|
|
wrap-fun-args=true
|
|
|