Advertisement
Guest User

fourmolu.yaml

a guest
Feb 21st, 2025
89
0
221 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.59 KB | Source Code | 0 0
  1. indentation: 2
  2. function-arrows: leading-args
  3. comma-style: leading
  4. import-export-style: leading
  5. import-grouping: by-scope-then-qualified
  6. indent-wheres: false
  7. record-brace-space: false
  8. newlines-between-decls: 0
  9. haddock-style: single-line
  10. let-style: inline
  11. trailing-section-operators: false
  12. fixities:
  13.  - infixr 9 .
  14.   - infixl 9 !!
  15.   - infixr 8 ^, ^^, **
  16.   - infixl 7 *, /
  17.   - infixr 6 <>
  18.  - infixl 6 +, -
  19.   - infixr 5 ++
  20.   - infixl 4 <$>, <$, $>, <*>, <*, *>, <**>
  21.  - infixr 3 >~<, /\, &&
  22.   - infixr 2 \/, ||
  23.  - infixr 1 =<<
  24.   - infixl 1 >>, >>=
  25.   - infixr 0 $, $!
  26. respectful: true
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement