aboutsummaryrefslogtreecommitdiff
path: root/nvim/dot-config/nvim-final/stylua.toml
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-09 17:34:31 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-09 17:34:31 -0500
commit5e83a094476f28eb77508c8b470efe3dfd56de83 (patch)
treef0f39b694fcad8e408c2a41f3d3240dfce44c504 /nvim/dot-config/nvim-final/stylua.toml
parent6c17d2c74ea4daeb9dbf2c2b7aafeb86111b7f65 (diff)
some big changes
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