Hagia
log in
morj / dwierz
overview
files
history
wiki
Viewing at
indentation: 4
column-limit: 100
function-arrows: leading
comma-style: leading
import-export-style: leading
indent-wheres: true
record-brace-space: false
newlines-between-decls: 1
haddock-style: single-line
haddock-location-signature: trailing
let-style: auto # user choice
in-style: no-space
if-style: indented # ughhh
single-constraint-parens: never
single-deriving-parens: always
sort-constraints: false # tbd
sort-derived-classes: true
sort-deriving-clauses: false
trailing-section-operators: true # tbd
unicode: never
# Give the programmer more choice on where to insert blank lines
respectful: true

# Rules for grouping import declarations
import-grouping:
- name: "Qualified"
rules:
- qualified: yes
match: all
- name: "Explicit"
rules:
- qualified: no
match: all