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
As a user I want to change the format (a.k.a. code style) settings via the .clang-format file on project or on workspace level.
Since the .clang-format file is not visible to the user by default in the project explorer, because of the filtering for .* files, the solution could be, to add an open-format-file button in the editors preference/properties page.
When there is no such file, it should be created with a default content.
The text was updated successfully, but these errors were encountered:
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Jun 16, 2024
As a user I want to change the format (a.k.a. code style) settings via the
.clang-format
file on project or on workspace level.Since the
.clang-format
file is not visible to the user by default in the project explorer, because of the filtering for .* files, the solution could be, to add an open-format-file button in the editors preference/properties page.When there is no such file, it should be created with a default content.
The text was updated successfully, but these errors were encountered: