|
|
@ -694,7 +694,7 @@ require('lazy').setup({
|
|
|
|
lua = { 'stylua' },
|
|
|
|
lua = { 'stylua' },
|
|
|
|
-- Conform can also run multiple formatters sequentially
|
|
|
|
-- Conform can also run multiple formatters sequentially
|
|
|
|
python = { 'black', 'ruff' },
|
|
|
|
python = { 'black', 'ruff' },
|
|
|
|
go = { 'gofumpt },
|
|
|
|
go = { 'gofumpt' },
|
|
|
|
sql = { 'sql-formatter' },
|
|
|
|
sql = { 'sql-formatter' },
|
|
|
|
--
|
|
|
|
--
|
|
|
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
|
|
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
|
|
|