[neovim] Fix line-length for black formatter

This commit is contained in:
Daniel Carrillo 2024-03-08 19:16:23 +01:00
parent 2ebf440c20
commit 4c930ccf31
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -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,