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
Create rules to enforce standard code formatting for Holohub.
Background: In a recent PR, where I added a few lines of code for a small fix, my VS code settings autoformatted the entire file and sorted include statements to some C/C++ standards (C++ VS Code Extension). However, I had to revert to avoid introducing formatting changes, which wasted time because the application also needed to be tested again.
Ideally, we should:
Define C++ formatting rules
Define Python formatting rules
Define Bash script formatting rules
Update VS Code settings to suggest formatting extensions
Update VS Code settings to enable format on close
The text was updated successfully, but these errors were encountered:
Create rules to enforce standard code formatting for Holohub.
Background: In a recent PR, where I added a few lines of code for a small fix, my VS code settings autoformatted the entire file and sorted include statements to some C/C++ standards (C++ VS Code Extension). However, I had to revert to avoid introducing formatting changes, which wasted time because the application also needed to be tested again.
Ideally, we should:
The text was updated successfully, but these errors were encountered: