From 189d244d36d4ebb2189b698adb21f51cf1c4176a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:22:12 +0200 Subject: Revert "Normalize line endings" This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c. --- nvim/stylua.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'nvim/stylua.toml') 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 @@ -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 +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