mirror of
https://github.com/ilyakooo0/compaREST.git
synced 2024-11-23 14:07:11 +03:00
iko
d50b2ba645
* Fixed ProdCons value pairs in report * normalizeProdConsOrientation -> orientProdCons * Applied fix to PathFragmentsDontMatch
9 lines
484 B
YAML
9 lines
484 B
YAML
indentation: 2
|
|
comma-style: leading # for lists, tuples etc. - can also be 'trailing'
|
|
record-brace-space: true # rec {x = 1} vs. rec{x = 1}
|
|
indent-wheres: true # 'false' means save space by only half-indenting the 'where' keyword
|
|
diff-friendly-import-export: false # 'false' uses Ormolu-style lists
|
|
respectful: true # don't be too opinionated about newlines etc.
|
|
haddock-style: single-line # '--' vs. '{-'
|
|
newlines-between-decls: 1 # number of newlines between top-level declarations
|