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