diff --git a/stylua.toml b/stylua.toml index 056139b..2ab5776 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,2 +1,10 @@ +line_endings = "Unix" +quote_style = "AutoPreferDouble" +indent_type = "Spaces" +call_parentheses = "Always" + +indent_width = 4 +column_width = 80 + [sort_requires] -enabled = true \ No newline at end of file +enabled = true