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 issue with BeforeHash is that since it's a relatively recent addition to clang-format, it may not be recognised for some users as most platforms don't provide the latest versions. We've gone with AfterHash for the time being so that there is at least some structure to them.
Would it make sense to update the coding conventions to match .clang-format, for the time being? This may help prevent further confusion until we are ready to fully transition to BeforeHash.
In docs/coding_conventions_c.md it says the following:
qmk_firmware/docs/coding_conventions_c.md
Line 23 in 59188bf
However, the .clang-format is set up as follows:
qmk_firmware/.clang-format
Line 15 in 59188bf
If you follow docs/coding_conventions_c.md, the .clang-format setting should look like this:
And I prefer the provision in docs/coding_conventions_c.md.
The text was updated successfully, but these errors were encountered: