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

Apply style from .clang-format to all files. #44

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2018

  1. Apply .clang-format to all files.

    Formatting with git clang-format was not consistent with some existing
    code. Applied the `.clang-format` file to all C++ files with:
    `clang-format --style=file **/*.h **/*.cc -i`
    MichaelGrupp committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    0203800 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    3f14388 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Flaky test?

    MichaelGrupp committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    43d0a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    8c7ca35 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Ran clang-format.

    gaschler committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    03c6b82 View commit details
    Browse the repository at this point in the history