forked from samisagit/natskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylish.yaml
More file actions
39 lines (38 loc) · 862 Bytes
/
stylish.yaml
File metadata and controls
39 lines (38 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
exit_code: error_on_format
steps:
- records:
equals: "same_line"
first_field: "indent 2"
field_comment: 0
deriving: 2
via: "indent 2"
- simple_align:
cases: always
top_level_patterns: always
records: always
multi_way_if: always
- imports:
align: global
list_align: after_alias
pad_module_names: true
long_list_align: multiline
empty_list_align: inherit
list_padding: 4
separate_lists: true
space_surround: false
post_qualify: false
group_imports: false
group_rules:
- match: ".*"
sub_group: "^[^.]+"
- language_pragmas:
style: vertical
align: true
remove_redundant: true
language_prefix: LANGUAGE
- tabs:
spaces: 8
- trailing_whitespace: {}
columns: 80
newline: native
cabal: true