stylua fixes

This commit is contained in:
armandogaliati 2024-06-08 08:35:01 -03:00
parent fcac6f65d0
commit 5c3df06138
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
column_width = 120
column_width = 80
line_endings = "Unix"
indent_type = "Tab"
indent_width = 2
indent_width = 1
quote_style = "AutoPreferSingle"
call_parentheses = "None"

View File

@ -658,7 +658,6 @@ require('lazy').setup({
}
end,
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--
@ -674,7 +673,8 @@ require('lazy').setup({
yaml = { 'prettier' },
markdown = { 'prettier' },
graphql = { 'prettier' },
javascript = { { 'prettierd', 'prettier' } },
javascript = { 'prettierd', 'prettier' },
lua = {'stylua'},
},
},
},