diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..758d417 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 100 diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..d04e235 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,7 @@ +syntax = "LuaJIT" +indent_type = "Spaces" +indent_width = 2 +column_width = 100 +quote_style = "ForceDouble" +call_parentheses = "NoSingleTable" +collapse_simple_statement = "ConditionalOnly"