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

Format the code using existing .clang-format #532

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

Conversation

borosko
Copy link

@borosko borosko commented Dec 30, 2021

The repo has a .clang-format defined, but since there is nothing enforcing it, it is possible to commit code not properly formatted.

Executed the following command from Command Prompt in the root of the repository, without any other changes:
for /r %a in (*.cpp *.h *.hpp) do "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\bin\clang-format.exe" -i "%a"

Here's the clang version used:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\bin\clang-format.exe" --version
clang-format version 12.0.0

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1637042349

  • 18 of 18 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 86.052%

Totals Coverage Status
Change from base Build 1383071410: 0.01%
Covered Lines: 802
Relevant Lines: 932

💛 - Coveralls

@borosko
Copy link
Author

borosko commented Mar 11, 2022

Is there anything else I should do here? Or should I just wait for someone to review and merge?

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