aboutsummaryrefslogtreecommitdiff
path: root/nvim/dot-config/nvim-final/stylua.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/dot-config/nvim-final/stylua.toml')
-rw-r--r--nvim/dot-config/nvim-final/stylua.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/dot-config/nvim-final/stylua.toml b/nvim/dot-config/nvim-final/stylua.toml
deleted file mode 100644
index 4ac5841..0000000
--- a/nvim/dot-config/nvim-final/stylua.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-call_parentheses = "Always"
-collapse_simple_statement = "Always"
-column_width = 80
-indent_type = "Spaces"
-indent_width = 4
-line_endings = "Unix"
-quote_style = "AutoPreferDouble"
-space_after_function_names = "Never"
-syntax = "LuaJIT"
-
-[sort_requires]
-enabled = true