aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-06-30 10:53:31 +0200
committersrdusr <trevorgray@srdusr.com>2023-06-30 10:53:31 +0200
commite31521eb345da221fb6d3418a849f37a644f80f5 (patch)
tree7ab9a14c64547470b544a3566849a55fb40b9942
parent73204f69868aff7b0d8cbbab86b3216d64e75155 (diff)
downloaddotfiles-e31521eb345da221fb6d3418a849f37a644f80f5.tar.gz
dotfiles-e31521eb345da221fb6d3418a849f37a644f80f5.zip
Add .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..3d01d23
--- /dev/null
+++ b/.stylua.toml
@@ -0,0 +1,6 @@
+column_width = 80
+line_endings = "Unix"
+indent_type = "Spaces"
+indent_width = 2
+quote_style = "AutoPreferDouble"
+call_parentheses = "Always"