aboutsummaryrefslogtreecommitdiff
path: root/.stylua.toml
diff options
context:
space:
mode:
authorzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-28 03:34:39 -0400
committerzbirenbaum <zacharyobirenbaum@gmail.com>2022-04-28 03:34:39 -0400
commit137aeab479f9ccba565f7ad3a68fa3fdf31dd038 (patch)
tree95fa9025dece6b2b30fd9e096f43d9f3b4df8cab /.stylua.toml
parentformat | add stylua.toml (diff)
fil nil error caused by jit, change stylua to two spaces
Diffstat (limited to '.stylua.toml')
-rw-r--r--.stylua.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.stylua.toml b/.stylua.toml
index e9bf648..0fd4cb5 100644
--- a/.stylua.toml
+++ b/.stylua.toml
@@ -1,6 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
-indent_width = 3
+indent_width = 2
quote_style = "AutoPreferDouble"
-no_call_parentheses = true
+no_call_parentheses = false