From b4819e3187a14a993e3d00587c1c33346d2d0831 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 30 Jul 2024 20:55:16 +0200 Subject: [PATCH] chore(nvim): update stylua configuration --- .stylua.toml | 7 ------- nvim/stylua.toml | 8 ++++++-- 2 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml deleted file mode 100644 index a58d297..0000000 --- a/.stylua.toml +++ /dev/null @@ -1,7 +0,0 @@ -column_width = 200 -line_endings = "Unix" -indent_type = "Tabs" -indent_width = 4 -quote_style = "AutoPreferDouble" -call_parentheses = "Always" -collapse_simple_statement = "Never" diff --git a/nvim/stylua.toml b/nvim/stylua.toml index 5d6c50d..4a9995b 100644 --- a/nvim/stylua.toml +++ b/nvim/stylua.toml @@ -1,3 +1,7 @@ -indent_type = "Spaces" +call_parentheses = "Always" +collapse_simple_statement = "Never" +column_width = 200 +indent_type = "Tabs" indent_width = 2 -column_width = 120 \ No newline at end of file +line_endings = "Unix" +quote_style = "AutoPreferDouble"