chore: nvim autopep8 line limit
This commit is contained in:
parent
6cd0437fb5
commit
f09e2a9ec1
@ -223,7 +223,10 @@ none_ls.setup({
|
||||
none_ls.builtins.formatting.stylua,
|
||||
none_ls.builtins.diagnostics.sqlfluff,
|
||||
none_ls.builtins.formatting.sqlfluff,
|
||||
require("none-ls.formatting.autopep8").with({ filetypes = { "starlark", "python" } }),
|
||||
require("none-ls.formatting.autopep8").with({
|
||||
filetypes = { "starlark", "python" },
|
||||
extra_args = { "--max-line-length", "100" },
|
||||
}),
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
if client.supports_method("textDocument/formatting") then
|
||||
|
Loading…
x
Reference in New Issue
Block a user