-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format native code #1356
Comments
As long as it is consistent and has a tool to enforce it, I am in favor of it. |
Random thought: although they probably are not the latest (or event recent) C++ standard perhaps it is worth to consider the same practices as done in dotnet/runtime for their native code. |
|
I found some helpful code here as well: https://github.com/dotnet/jitutils |
I propose to use
clang-format
for formatting the native code. I have no preference regarding what style we should use 😉The text was updated successfully, but these errors were encountered: