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
Sometimes a part of the code is more readable if various elements are aligned manually instead of using auto formatting. Clang-format has this feature where auto formatter ignores the lines between // clang-format off and // clang-format on .
Proposed solution
The text was updated successfully, but these errors were encountered:
Hope I did not make a duplicate feature request or something that already exists as I don't program in gdscript a lot and is not very familiar with this plugin.
Godot version
4.3.stable
VS Code version
1.95.3
Godot Tools VS Code extension version
2.3.0
System information
Windows 10
Problem statement
Sometimes a part of the code is more readable if various elements are aligned manually instead of using auto formatting. Clang-format has this feature where auto formatter ignores the lines between
// clang-format off
and// clang-format on
.Proposed solution
The text was updated successfully, but these errors were encountered: