diff options
Diffstat (limited to 'stylua.toml')
| -rw-r--r-- | stylua.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..4ac5841 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,12 @@ +call_parentheses = "Always" +collapse_simple_statement = "Always" +column_width = 80 +indent_type = "Spaces" +indent_width = 4 +line_endings = "Unix" +quote_style = "AutoPreferDouble" +space_after_function_names = "Never" +syntax = "LuaJIT" + +[sort_requires] +enabled = true |
