aboutsummaryrefslogtreecommitdiff
path: root/.stylua.toml
diff options
context:
space:
mode:
authorsiduck <siduck@tutanota.com>2022-04-03 19:05:27 +0530
committerGitHub <noreply@github.com>2022-04-03 19:05:27 +0530
commit6c8b1495c3d2034188cc67c18e2ae5e8343cd504 (patch)
tree5ac04de196f0af364d123c74afb45e59fa979081 /.stylua.toml
parentAllow lower case color names (diff)
parentFormat colorizer with updated stylua config (diff)
Merge pull request #2 from br1anchen/master
Add support for 0xAARRGGBB and vritualtext mode fix
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