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

Conversation

MichaelGrupp
Copy link
Contributor

@MichaelGrupp MichaelGrupp commented Sep 17, 2018

Formatting with git clang-format was not consistent with some existing
code. Applied the .clang-format file's style to all C++ files with:
clang-format --style=file **/*.h **/*.cc -i

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 MichaelGrupp changed the title Apply .clang-format to all files. Apply style from .clang-format to all files. Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants