1
0
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:
Daniel Carrillo 2024-03-08 19:16:23 +01:00
parent 2ebf440c20
commit 4c930ccf31
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

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,