From 1aefeaf491c94aec00bb8efec313762e23c7a862 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Wed, 13 Nov 2024 02:22:42 +0400 Subject: editorconfig + fix nvim whichkey --- stylua/.stylua.toml | 3 --- stylua/stylua.toml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 stylua/.stylua.toml create mode 100644 stylua/stylua.toml (limited to 'stylua') diff --git a/stylua/.stylua.toml b/stylua/.stylua.toml deleted file mode 100644 index 364ef9c..0000000 --- a/stylua/.stylua.toml +++ /dev/null @@ -1,3 +0,0 @@ -indent_type = "Spaces" -indent_width = 2 -no_call_parentheses = true diff --git a/stylua/stylua.toml b/stylua/stylua.toml new file mode 100644 index 0000000..364ef9c --- /dev/null +++ b/stylua/stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +indent_width = 2 +no_call_parentheses = true -- cgit v1.2.3