From 5e83a094476f28eb77508c8b470efe3dfd56de83 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Fri, 9 Jan 2026 17:34:31 -0500 Subject: some big changes --- nvim/dot-config/nvim-final/stylua.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 nvim/dot-config/nvim-final/stylua.toml (limited to 'nvim/dot-config/nvim-final/stylua.toml') 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 -- cgit v1.2.3-71-gdd5e