diff options
| -rw-r--r-- | stylua.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stylua.lua b/stylua.lua new file mode 100644 index 0000000..0fd4cb5 --- /dev/null +++ b/stylua.lua @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = false |
