formatter: remove isort
This commit is contained in:
parent
0080ca78f2
commit
b8135dbaef
1 changed files with 0 additions and 3 deletions
3
init.lua
3
init.lua
|
|
@ -116,9 +116,6 @@ formatter.setup({
|
|||
lua = {
|
||||
require("formatter.filetypes.lua").stylua,
|
||||
},
|
||||
python = {
|
||||
require("formatter.filetypes.python").isort,
|
||||
},
|
||||
["*"] = {
|
||||
require("formatter.filetypes.any").remove_trailing_whitespace,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue