aboutsummaryrefslogtreecommitdiff
path: root/.stylua.toml
diff options
context:
space:
mode:
authorsiduck <siduck@tutanota.com>2022-04-27 08:57:33 +0530
committersiduck <siduck@tutanota.com>2022-04-27 08:57:33 +0530
commit8705dff465f8330f0fd3904620d8b89a0f6bd639 (patch)
tree8689384358c1b8058bc79cd20127b1b313ff3fb0 /.stylua.toml
parentfinish shortcut method and update readme (diff)
format | add stylua.toml
Diffstat (limited to '.stylua.toml')
-rw-r--r--.stylua.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.stylua.toml b/.stylua.toml
new file mode 100644
index 0000000..e9bf648
--- /dev/null
+++ b/.stylua.toml
@@ -0,0 +1,6 @@
+column_width = 120
+line_endings = "Unix"
+indent_type = "Spaces"
+indent_width = 3
+quote_style = "AutoPreferDouble"
+no_call_parentheses = true