mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 11: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,
|
||||
sources = {
|
||||
formatting.black.with({
|
||||
extra_args = { "--fast" },
|
||||
extra_args = { "--fast", "--line-length", "100" },
|
||||
}),
|
||||
formatting.stylua,
|
||||
formatting.prettier,
|
||||
|
Loading…
Reference in New Issue
Block a user