Skip to content

Commit

Permalink
changed python formater
Browse files Browse the repository at this point in the history
  • Loading branch information
nicvagn committed Sep 4, 2024
1 parent 69d0217 commit 3a74a02
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/plugins/formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ return {
markdown = { "prettier" },
graphql = { "prettier" },
lua = { "stylua" },
python = { "isort", "black" },
python = { "isort", "yapf" },
},
formatters = {
black = {
prepend_args = { "--line-length", "79" },
},
},

format_on_save = {
lsp_fallback = true,
async = false,
Expand Down

0 comments on commit 3a74a02

Please sign in to comment.