diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | utils/.stylua.toml | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -19,3 +19,4 @@ eclipse.jdt.ls/ spell/ nv-settings.lua lv-settings.lua +./.stylua.toml diff --git a/utils/.stylua.toml b/utils/.stylua.toml new file mode 100644 index 00000000..df96b7b0 --- /dev/null +++ b/utils/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true |