purescript-backend-optimizer/.editorconfig
Nathan Faubion 5572d84874
Factor out build and CLI utils. (#8)
* 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
2022-07-14 11:07:41 -07:00

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