/ stylua.toml
stylua.toml
 1  indent_type = "Spaces"
 2  indent_width = 2
 3  column_width = 120
 4  line_endings = "Unix"
 5  quote_style = "AutoPreferSingle"
 6  call_parentheses = "Always"
 7  collapse_simple_statement = "Never"
 8  
 9  [sort_requires]
10  enabled = true