Format workspace with CodeFormat

This commit is contained in:
2023-09-02 17:29:59 +02:00
parent 214ffd053d
commit ae3bc212a9
63 changed files with 1205 additions and 1061 deletions
+5 -5
View File
@@ -16,10 +16,10 @@
return {
cmd = {
'clangd',
'--clang-tidy',
'--enable-config',
'--log=verbose'
"clangd",
"--clang-tidy",
"--enable-config",
"--log=verbose",
},
single_file_support = true,
}
}