diff --git a/lua/.stylua.toml b/lua/.stylua.toml new file mode 100644 index 0000000..df96b7b --- /dev/null +++ b/lua/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true