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
The 2 force-pushes in #102 are both because I screwed up formatting whitespace by hand. I have been spoiled by rustfmt long enough that I guess I am out of practice.
The code style in shims.h is inconsistent (not to mention all the trailing whitespace) but the closest that I was able to get clang-format to match your dominant style is with the following config. Here is the resulting generated diff: dd382f1
Sounds good to me. I'll probably reformat everything with the defaults. The only syntactic decision I care about is the redundant use of namespace blocks.
The 2 force-pushes in #102 are both because I screwed up formatting whitespace by hand. I have been spoiled by rustfmt long enough that I guess I am out of practice.
References:
I have been using clang-format in https://github.com/dtolnay/cxx and been happy with it.
The code style in shims.h is inconsistent (not to mention all the trailing whitespace) but the closest that I was able to get clang-format to match your dominant style is with the following config. Here is the resulting generated diff: dd382f1
The text was updated successfully, but these errors were encountered: