From 1f2dad0be57a20bca63b251d0b22c57839a6f794 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 17:25:42 +0100 Subject: Neovim: Benutze conform.nvim als Standard-Formater --- nvim/stylua.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvim/stylua.toml (limited to 'nvim/stylua.toml') diff --git a/nvim/stylua.toml b/nvim/stylua.toml new file mode 100644 index 0000000..28b83c7 --- /dev/null +++ b/nvim/stylua.toml @@ -0,0 +1,13 @@ +syntax = "All" +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +collapse_simple_statement = "ConditionalOnly" +space_after_function_names = "Never" +block_newline_gaps = "Never" + +[sort_requires] +enabled = false -- cgit v1.3