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
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
find -type f |# list all regular files
grep -E '\.(h|cpp|fsh|vsh|mm)$'|# filter for text files
xargs -n 1 sed -i 's:\s*$::'# for each file, trim trailing whitespace including the CR
(and the same for LICENSE)
Should result in diff stats like:
Can be done easily with this bash snippet:
(and the same for LICENSE)
Should result in diff stats like:
which aren’t good for a PR but necessary
The text was updated successfully, but these errors were encountered: