.stylua.toml 182 B

123456789
  1. column_width = 120
  2. line_endings = "Unix"
  3. # indent_type = "Spaces"
  4. indent_type = "Tabs"
  5. # indent_width = 2
  6. indent_width = 3
  7. quote_style = "AutoPreferDouble"
  8. call_parentheses = "None"