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
+3 -3
View File
@@ -15,9 +15,9 @@
]]
return {
cmd = { 'cmake-language-server' },
cmd = { "cmake-language-server", },
single_file_support = true,
init_options = {
buildDirectory = "build"
}
buildDirectory = "build",
},
}