diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-05-18T20·39+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-05-18T20·39+0200 |
commit | a5481e70e4213595a9c48e0d73178ed9ffb9a073 (patch) | |
tree | 277ef540cf9a6ce6316b66d6bde5ec6599568924 /.stylish.haskell.yaml | |
parent | 5f6841afa263a7d5938e31eef8df1f8066cd7dd5 (diff) |
Refactoring: Moved Happstack things to Server.hs
Diffstat (limited to '.stylish.haskell.yaml')
-rw-r--r-- | .stylish.haskell.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.stylish.haskell.yaml b/.stylish.haskell.yaml new file mode 100644 index 000000000000..cb432ce231ba --- /dev/null +++ b/.stylish.haskell.yaml @@ -0,0 +1,20 @@ +steps: + - imports: + align: group + - language_pragmas: + style: vertical + remove_redundant: true + - records: {} + - trailing_whitespace: {} +columns: 120 +language_extensions: + - DeriveDataTypeable + - FlexibleContexts + - GeneralizedNewtypeDeriving + - MultiParamTypeClasses + - OverloadedStrings + - RecordWildCards + - ScopedTypeVariables + - TemplateHaskell + - TypeFamilies + - QuasiQuotes |