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 using Format from the extension, an empty line is always added to the end of the file.
This doesn't happen when using the built-in formatter from Visual Studio.
An empty line is added even when InsertNewlineAtEOF option is set to false in the .clang-format file.
Used versions:
Clang Power Tools: 2023.9.0
LLVM: 17.0.1
The text was updated successfully, but these errors were encountered:
When using Format from the extension, an empty line is always added to the end of the file.
This doesn't happen when using the built-in formatter from Visual Studio.
An empty line is added even when
InsertNewlineAtEOF
option is set to false in the .clang-format file.Used versions:
2023.9.0
17.0.1
The text was updated successfully, but these errors were encountered: