dap arghhh cmp
This commit is contained in:
@ -56,6 +56,16 @@ return {
|
||||
require("formatter.filetypes.cs").clangformat,
|
||||
-- require("formatter.filetypes.cs").dotnetformat,
|
||||
},
|
||||
gdscript = {
|
||||
function()
|
||||
return {
|
||||
exe = "gdformat",
|
||||
args = {
|
||||
"-l 100",
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
xml = {
|
||||
function()
|
||||
return {
|
||||
|
Reference in New Issue
Block a user