* Add stylish-haskell.yaml, update spacing to 4 in configs * update travis * lol * major formatting stuff * fix parse error * fix * warnings, more tidying up * Add style guide [ci skip] * faster build perhaps * cabbal * sigh
447 B
447 B
Style Guide
- Please use
stylish-haskellon the project to keep imports consistent and clean. We have a custom.stylish-haskell.yamlfile. You can runstylish-haskellfrom vim with:%! stylish-haskell. - Four space indent.
- Prefer indentation over any other form of alignment.
- If text goes off the screen due to four space indentation, factor out functions and values into names to reduce indentation.