mirror of
https://github.com/typeable/octopod.git
synced 2024-11-23 09:54:53 +03:00
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
|