aboutsummaryrefslogtreecommitdiff
path: root/nvim/stylua.toml
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-08 17:25:42 +0100
committerThomas Schmucker <ts@its1.de>2026-01-08 17:25:42 +0100
commit1f2dad0be57a20bca63b251d0b22c57839a6f794 (patch)
tree56844c50cfc60b54b5a8b886113de3e95b551f5e /nvim/stylua.toml
parentcab771e6d1cc578e956f8bd9e3544cd0502b65a9 (diff)
downloaddotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.tar.gz
dotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.tar.bz2
dotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.zip
Neovim: Benutze conform.nvim als Standard-Formater
Diffstat (limited to 'nvim/stylua.toml')
-rw-r--r--nvim/stylua.toml13
1 files changed, 13 insertions, 0 deletions
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 @@
1syntax = "All"
2column_width = 120
3line_endings = "Unix"
4indent_type = "Spaces"
5indent_width = 2
6quote_style = "AutoPreferDouble"
7call_parentheses = "Always"
8collapse_simple_statement = "ConditionalOnly"
9space_after_function_names = "Never"
10block_newline_gaps = "Never"
11
12[sort_requires]
13enabled = false