.stylua.toml 142 B

123456
  1. column_width = 120
  2. line_endings = "Unix"
  3. indent_type = "Spaces"
  4. quote_style = 'AutoPreferDouble'
  5. indent_width = 2
  6. call_parentheses = "Always"