Skip to content

Reapply clang format #776

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

Merged
merged 2 commits into from
May 22, 2018

Conversation

BillyDonahue
Copy link
Contributor

@BillyDonahue BillyDonahue commented May 20, 2018

We have a .clang-format file in the root of the project.
This change just applies it.

Clang-format also reorders #include directives, exposing a missing #include in json_tool.h, so fix that too.

redo PR #775

  $ clang-format --version
  clang-format version 7.0.0 (tags/google/stable/2018-01-11)
  $ clang-format -i --style=file $(find . -name '*.cpp' -o -name '*.h')
@BillyDonahue BillyDonahue changed the title Apply clang format Reapply clang format May 22, 2018
@cdunn2001 cdunn2001 merged commit cfab607 into open-source-parsers:master May 22, 2018
@cdunn2001
Copy link
Contributor

Thanks, @BillyDonahue.

@BillyDonahue BillyDonahue deleted the apply_clang_format branch May 24, 2018 05:54
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.

2 participants