aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/.stylua.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.stylua.toml')
-rw-r--r--nvim/.stylua.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml
new file mode 100644
index 0000000..df96b7b
--- /dev/null
+++ b/nvim/.stylua.toml
@@ -0,0 +1,6 @@
+column_width = 120
+line_endings = "Unix"
+indent_type = "Spaces"
+indent_width = 2
+quote_style = "AutoPreferDouble"
+no_call_parentheses = true