Skip to content

Commit

Permalink
Configure linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Dec 22, 2017
1 parent 95d98fb commit 4e64e10
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hlint.yaml
@@ -0,0 +1,4 @@
---
- ignore:
name: Redundant do
within: spec
22 changes: 22 additions & 0 deletions .stylish-haskell.yaml
@@ -0,0 +1,22 @@
---
steps:
- simple_align:
cases: false
top_level_patterns: false
records: false
- imports:
align: none
list_align: after_alias
pad_module_names: false
long_list_align: new_line_multiline
empty_list_align: right_after
list_padding: 4
separate_lists: false
space_surround: false
- language_pragmas:
style: vertical
align: false
remove_redundant: true
- trailing_whitespace: {}
columns: 80
newline: native

0 comments on commit 4e64e10

Please sign in to comment.