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
This came up in #414 and I ran into it a few times.
Unified and automatically formatable styling makes it easier for different contributors to work on the code. Instead of piece-meal changes that make individual PRs difficult to follow, I would like to do one big bang reformat, ideally while there are no other open PRs.
What are the most common formatters? Ideally we should not require any special setup from users with auto-formatting IDEs. At the least, users of (say) IntelliJ, Eclipse, and VS Code don't need to do anything to stop their editor from enforcing the wrong format; better would be if these also automatically enforce the right format.
In any case, we should enforce this formatting in PR pipelines, probably in a separate job for clarity.
The text was updated successfully, but these errors were encountered:
This came up in #414 and I ran into it a few times.
Unified and automatically formatable styling makes it easier for different contributors to work on the code. Instead of piece-meal changes that make individual PRs difficult to follow, I would like to do one big bang reformat, ideally while there are no other open PRs.
What are the most common formatters? Ideally we should not require any special setup from users with auto-formatting IDEs. At the least, users of (say) IntelliJ, Eclipse, and VS Code don't need to do anything to stop their editor from enforcing the wrong format; better would be if these also automatically enforce the right format.
In any case, we should enforce this formatting in PR pipelines, probably in a separate job for clarity.
The text was updated successfully, but these errors were encountered: