Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up formatting of entire repo #49

Merged
merged 6 commits into from
May 25, 2020
Merged

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    1995242 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespace.

    Ran the command
    
    ```
    find . -type f -name '*.txt' | xargs --replace=FILE sed --in-place 's/[[:space:]]\+$//' FILE
    ```
    
    Source: https://stackoverflow.com/a/10711226/1404966
    vtjeng committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a7461a5 View commit details
    Browse the repository at this point in the history
  3. Turn formatting off in 3 blocks and pre-format two other code locatio…

    …ns to avoid ugly re-spacing.
    vtjeng committed May 25, 2020
    Configuration menu
    Copy the full SHA
    8235fec View commit details
    Browse the repository at this point in the history
  4. Apply JuliaFormatter v0.5.4.

    ```
    julia -e 'using Pkg; Pkg.activate(tempname()); Pkg.add(PackageSpec(name="JuliaFormatter", version="0.5.4")); using JuliaFormatter; format(".", verbose=true)'
    ```
    vtjeng committed May 25, 2020
    Configuration menu
    Copy the full SHA
    cc3ae3c View commit details
    Browse the repository at this point in the history
  5. Manual fixes to conv2d.jl.

    vtjeng committed May 25, 2020
    Configuration menu
    Copy the full SHA
    2263153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7a4027 View commit details
    Browse the repository at this point in the history