summaryrefslogtreecommitdiffstats
path: root/nvim/.stylua.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-13 21:38:36 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-13 21:38:36 +0100
commit0872d52e7127434a1a0cddaa30510f42a1bf22c1 (patch)
tree0300a741c9812d4ade1ec7ffd55b15a66e17684b /nvim/.stylua.toml
parente6fd7b60e1d6e7869baed548ffbd620d8d3e32b9 (diff)
Adds a neovim from scratch neovim scratch
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