11 lines
159 B
INI
11 lines
159 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = LF
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[*.hs]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
max_line_length = 80
|