You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Clang Format Plugin formatter is selected, the example code is formatted by it.
However, it is not a file so there is no path that can be passed to clang-format.
When an editor is active in the background, the file's path of this editor will be used but this might be misleading.
The best would probably be to use the workspace or project path (depending on the settings dialog) for the formatter test code.
The text was updated successfully, but these errors were encountered:
When the Clang Format Plugin formatter is selected, the example code is formatted by it.
However, it is not a file so there is no path that can be passed to
clang-format
.When an editor is active in the background, the file's path of this editor will be used but this might be misleading.
The best would probably be to use the workspace or project path (depending on the settings dialog) for the formatter test code.
The text was updated successfully, but these errors were encountered: