Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Cleanup line endings #245

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Cleanup line endings #245

merged 1 commit into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Cleanup line endings

    The exact commands to make this commit were:
    
    git reset --hard origin/master
    find -type f |  # list all regular files
      grep -E '\.(h|cpp|fsh|vsh|mm)|LICENSE$' |  # filter for text files
      xargs -n 1 -P $(nproc) sed -i 's:\s*$::'  # for each file, trim trailing whitespace including the CR
    git commit -a
    numberZero committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fd0cc39 View commit details
    Browse the repository at this point in the history