From 6a6660ea31bbd0b64adc667147c5d0ebc4502db0 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Sun, 17 Dec 2023 20:33:33 +0100 Subject: [PATCH] nvim: added stylua.toml --- .config/nvim/stylua.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/nvim/stylua.toml diff --git a/.config/nvim/stylua.toml b/.config/nvim/stylua.toml new file mode 100644 index 0000000..f7eadb0 --- /dev/null +++ b/.config/nvim/stylua.toml @@ -0,0 +1,4 @@ +indent_type = "Spaces" +indent_width = 4 +column_width = 120 +quote_style = "ForceDouble"