summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-22 18:44:19 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-22 18:44:19 +0100
commit4e04b6822c1c7f908c7c5857df98dee4281ab1d7 (patch)
tree601d418855104e309f7bf496eeea8507e44dfad0
parentdecc826a2fb93b6793b0db1e915b5c27ff01708a (diff)
feat: add stylua config
-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..4c56db7
--- /dev/null
+++ b/.stylua.toml
@@ -0,0 +1,6 @@
+column_width = 88
+line_endings = "Unix"
+indent_type = "Spaces"
+indent_width = 2
+quote_style = "AutoPreferDouble"
+no_call_parentheses = true