mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[neovim] Fix line-length for black formatter
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user