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
Is your feature request related to a problem? Please describe.
In order to provide easier contribution guidance, it would be good to include automated code formatting for all languages.
Describe the solution you'd like
In similar projects, pre-commit has been a great tool for this. This project is somewhat complex in that it uses multiple languages, each with its own coding standards. The proposed formatters are:
Is your feature request related to a problem? Please describe.
In order to provide easier contribution guidance, it would be good to include automated code formatting for all languages.
Describe the solution you'd like
In similar projects,
pre-commit
has been a great tool for this. This project is somewhat complex in that it uses multiple languages, each with its own coding standards. The proposed formatters are:python
: blacktypescript
: existing tslint rulesgo
: go fmtc++
: clang-format (up for further investigation)Describe alternatives you've considered
Live and let live!
Additional context
This would improve the posture of https://bestpractices.coreinfrastructure.org/en/projects/5788
The text was updated successfully, but these errors were encountered: