From 06d1242317f7159ccf3014f0a1480e7c56236ebb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 4 Jan 2026 21:28:36 -0500 Subject: add all sorts of things --- nvim/dot-config/nvim-final/stylua.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create 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 new file mode 100644 index 0000000..4ac5841 --- /dev/null +++ b/nvim/dot-config/nvim-final/stylua.toml @@ -0,0 +1,12 @@ +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