Adding clang-format for fomatter

This commit is contained in:
Ian Roddis
2024-03-25 12:55:59 -03:00
parent cb8a696737
commit 9afd942dfe
+8
View File
@@ -442,6 +442,14 @@ require('formatter').setup {
} }
end, end,
}, },
cpp = {
function()
return {
exe = 'clang-format',
stdin = true,
}
end,
},
} }
} }