From 3fdc49364174c5760a6b374821477296a493e6fc Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 2 Oct 2025 16:41:24 +0200 Subject: [PATCH] [None] Make prettier suck a bit less --- nvim/lua/plugins/lsp/none-ls.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvim/lua/plugins/lsp/none-ls.lua b/nvim/lua/plugins/lsp/none-ls.lua index 9b6fdc3..ecff711 100755 --- a/nvim/lua/plugins/lsp/none-ls.lua +++ b/nvim/lua/plugins/lsp/none-ls.lua @@ -30,6 +30,8 @@ return { "4", "--bracket-spacing", "true", + "--bracket-same-line", + "true", "--arrow-parens", "avoid", "--jsx-single-quote", @@ -40,6 +42,8 @@ return { "false", "--single-quote", "true", + "--single-attribute-per-line", + "true", "--bracket-same-line", "true", "--vue-indent-script-and-style",