diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:25:42 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:25:42 +0100 |
| commit | 1f2dad0be57a20bca63b251d0b22c57839a6f794 (patch) | |
| tree | 56844c50cfc60b54b5a8b886113de3e95b551f5e /nvim/stylua.toml | |
| parent | cab771e6d1cc578e956f8bd9e3544cd0502b65a9 (diff) | |
| download | dotfiles-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.toml | 13 |
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 @@ | |||
| 1 | syntax = "All" | ||
| 2 | column_width = 120 | ||
| 3 | line_endings = "Unix" | ||
| 4 | indent_type = "Spaces" | ||
| 5 | indent_width = 2 | ||
| 6 | quote_style = "AutoPreferDouble" | ||
| 7 | call_parentheses = "Always" | ||
| 8 | collapse_simple_statement = "ConditionalOnly" | ||
| 9 | space_after_function_names = "Never" | ||
| 10 | block_newline_gaps = "Never" | ||
| 11 | |||
| 12 | [sort_requires] | ||
| 13 | enabled = false | ||
