aboutsummaryrefslogtreecommitdiff
path: root/nvim/stylua.toml
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-12 09:22:12 +0200
committerThomas Schmucker <ts@its1.de>2026-08-12 09:22:12 +0200
commit189d244d36d4ebb2189b698adb21f51cf1c4176a (patch)
tree3a6a9847dafabea051997b1a9cbc124a242ec1d3 /nvim/stylua.toml
parent6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (diff)
downloaddotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.gz
dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.bz2
dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.zip
Revert "Normalize line endings"
This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.
Diffstat (limited to 'nvim/stylua.toml')
-rw-r--r--nvim/stylua.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/nvim/stylua.toml b/nvim/stylua.toml
index 133302c..28b83c7 100644
--- a/nvim/stylua.toml
+++ b/nvim/stylua.toml
@@ -1,13 +1,13 @@
1syntax = "All" 1syntax = "All"
2column_width = 120 2column_width = 120
3line_endings = "Unix" 3line_endings = "Unix"
4indent_type = "Spaces" 4indent_type = "Spaces"
5indent_width = 2 5indent_width = 2
6quote_style = "AutoPreferDouble" 6quote_style = "AutoPreferDouble"
7call_parentheses = "Always" 7call_parentheses = "Always"
8collapse_simple_statement = "ConditionalOnly" 8collapse_simple_statement = "ConditionalOnly"
9space_after_function_names = "Never" 9space_after_function_names = "Never"
10block_newline_gaps = "Never" 10block_newline_gaps = "Never"
11 11
12[sort_requires] 12[sort_requires]
13enabled = false 13enabled = false