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
Also, sometimes function arguments are in their own line, sometime we try to fill everything up to 80 chars and split, sometimes one per line (named BinPackParameters in clang-format)
I don't really care; we should just be consistent. I have a script that can reformat everything. We should just pick the correct option for clang-format.
Then, we ran rust clang-format in the CI and live happily long after.
The text was updated successfully, but these errors were encountered:
TApplencourt
changed the title
No consistancy style used in [code]
No consistancy style enforced in [code]
Jan 29, 2025
We use
template <backend Backend> class backend_traits {
andtemplate<auto& SpecName>
akaSpaceAfterTemplateKeyword
in clang formatAlso, sometimes function arguments are in their own line, sometime we try to fill everything up to 80 chars and split, sometimes one per line (named
BinPackParameters
in clang-format)I don't really care; we should just be consistent. I have a script that can reformat everything. We should just pick the correct option for clang-format.
Then, we ran rust clang-format in the CI and live happily long after.
The text was updated successfully, but these errors were encountered: