stylua 2.3.0

A code formatter for Lua
Documentation
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{rs,toml}]
indent_style = space
indent_size = 4

[*.lua]
indent_style = tab
indent_size = 4

[*.{md,markdown}]
indent_style = space
indent_size = 2

[*.{yaml,yml}]
indent_style = space
indent_size = 2