diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
| commit | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch) | |
| tree | 75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /nvim/stylua.toml | |
| parent | 41c676453cd32fac760ff26e092c9dc81874739f (diff) | |
| download | dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2 dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip | |
Normalize line endings
Diffstat (limited to 'nvim/stylua.toml')
| -rw-r--r-- | nvim/stylua.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/nvim/stylua.toml b/nvim/stylua.toml index 28b83c7..133302c 100644 --- a/nvim/stylua.toml +++ b/nvim/stylua.toml | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | syntax = "All" | 1 | syntax = "All" |
| 2 | column_width = 120 | 2 | column_width = 120 |
| 3 | line_endings = "Unix" | 3 | line_endings = "Unix" |
| 4 | indent_type = "Spaces" | 4 | indent_type = "Spaces" |
| 5 | indent_width = 2 | 5 | indent_width = 2 |
| 6 | quote_style = "AutoPreferDouble" | 6 | quote_style = "AutoPreferDouble" |
| 7 | call_parentheses = "Always" | 7 | call_parentheses = "Always" |
| 8 | collapse_simple_statement = "ConditionalOnly" | 8 | collapse_simple_statement = "ConditionalOnly" |
| 9 | space_after_function_names = "Never" | 9 | space_after_function_names = "Never" |
| 10 | block_newline_gaps = "Never" | 10 | block_newline_gaps = "Never" |
| 11 | 11 | ||
| 12 | [sort_requires] | 12 | [sort_requires] |
| 13 | enabled = false | 13 | enabled = false |
