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
"clang-format is aggressive so it may actually cause code to fail. For example clang-format rearranges the order of includes according to the selected style."
Just FYI you can turn that off. Add "SortIncludes: false" to your ~/.clang-format file.
(you might also consider "ReflowComments: false" if you haven't already)
regards
G
The text was updated successfully, but these errors were encountered:
Thanks, but this is a fork of the upstream SdFat so the comment in the README.md comes from there, not us. You may want to ping him on his repo w/this information...
"clang-format is aggressive so it may actually cause code to fail. For example clang-format rearranges the order of includes according to the selected style."
Just FYI you can turn that off. Add "SortIncludes: false" to your ~/.clang-format file.
(you might also consider "ReflowComments: false" if you haven't already)
regards
G
The text was updated successfully, but these errors were encountered: