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