We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bbcba commit c6a7471Copy full SHA for c6a7471
1 file changed
clang-format/ClangFormatCommand.mm
@@ -142,6 +142,7 @@ - (void)performCommandWithInvocation:(XCSourceEditorCommandInvocation*)invocatio
142
// parse style
143
llvm::StringRef configString(reinterpret_cast<const char*>(config.bytes),
144
config.length);
145
+ clang::format::getPredefinedStyle("LLVM", language, &format);
146
auto error = clang::format::parseConfiguration(configString, &format);
147
if (error) {
148
completionHandler([NSError
0 commit comments