Making prettier allow for wider single-line entries
This commit is contained in:
@@ -478,7 +478,7 @@ require('formatter').setup {
|
|||||||
function()
|
function()
|
||||||
return {
|
return {
|
||||||
exe = 'prettier',
|
exe = 'prettier',
|
||||||
args = { '--stdin-filepath', vim.api.nvim_buf_get_name(0) },
|
args = { '--stdin-filepath', vim.api.nvim_buf_get_name(0), '--print-width', 120 },
|
||||||
stdin = true,
|
stdin = true,
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user