1
0
Fork 0

formatter: remove isort

This commit is contained in:
Felipe 2023-04-14 23:11:03 -04:00
parent 0080ca78f2
commit b8135dbaef
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -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,
},