mirror of
https://github.com/aristanetworks/purescript-backend-optimizer.git
synced 2024-11-22 04:13:32 +03:00
5572d84874
* Factor out build and CLI utils. Additionally, this adds support for inline directives in module headers. This lets you declare module local directives (for any module binding) and exported directives (for local module bindings). * Trailing newline
10 lines
147 B
INI
10 lines
147 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|