mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[neovim] Fix line-length for black formatter
This commit is contained in:
parent
2ebf440c20
commit
4c930ccf31
@ -14,7 +14,7 @@ none_ls.setup({
|
|||||||
debug = false,
|
debug = false,
|
||||||
sources = {
|
sources = {
|
||||||
formatting.black.with({
|
formatting.black.with({
|
||||||
extra_args = { "--fast" },
|
extra_args = { "--fast", "--line-length", "100" },
|
||||||
}),
|
}),
|
||||||
formatting.stylua,
|
formatting.stylua,
|
||||||
formatting.prettier,
|
formatting.prettier,
|
||||||
|
Loading…
Reference in New Issue
Block a user