aboutsummaryrefslogtreecommitdiff
path: root/.stylua.toml
diff options
context:
space:
mode:
authorBrian Chen <brianchen8990@gmail.com>2022-02-25 11:06:46 +0100
committerBrian Chen <brianchen8990@gmail.com>2022-02-25 11:06:46 +0100
commitb3b83cd4f03fe95c73c3aa0a3e8702ebbee93f54 (patch)
tree5ac04de196f0af364d123c74afb45e59fa979081 /.stylua.toml
parentUpdate HIGHLIGHT_MODE_NAMES with virtualtext (diff)
Format colorizer with updated stylua config
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