LuaFormatter
LuaFormatter copied to clipboard
Read config from .editorconfig
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
quote_type = single
https://editorconfig.org/
Stylua already supports .editorconfig. Any progress on this?