diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..ddc8c4b --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Tabs" +indent_width = 4 +quote_style = "AutoPreferDouble"