Skip to content

Commit 44abe1d

Browse files
committed
update api
1 parent 17a2732 commit 44abe1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CodeFormatCSharpLib/src/CodeFormatCSharpLib.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ EMMY_API void UpdateCodeStyle(const char *workspaceUri, const char *configPath)
4444
CodeFormat &codeFormat = CodeFormat::GetInstance();
4545
codeFormat.UpdateCodeStyle(workspaceUri, configPath);
4646
}
47+
48+
EMMY_API void RemoveCodeStyle(const char *workspaceUri) {
49+
CodeFormat &codeFormat = CodeFormat::GetInstance();
50+
codeFormat.RemoveCodeStyle(workspaceUri);
51+
}
4752
}

0 commit comments

Comments
 (0)