Replies: 1 comment
-
@hsmalley I haven't set up any style guide for the scripts or anything else that isn't C/C++. For the C/C++ code, there are a few clang-format scripts that automatically apply the set style that all that code uses. A good strategy for the scripts is to match whatever you see nearby, but it's no big deal if it differs a little. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What style guide is expected/wanted for making contributions?
I noticed some files (for example install.sh) have different styles in the same file, so I was wondering what is preferred.
If wanted I could make a PR with pre-commit configured with the desired style(s) too.
Beta Was this translation helpful? Give feedback.
All reactions