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

Reformat code according to Google C++ Style Guide #26

Closed
wants to merge 0 commits into from
Closed

Reformat code according to Google C++ Style Guide #26

wants to merge 0 commits into from

Conversation

artpropp
Copy link

@artpropp artpropp commented Oct 13, 2017

In order to resolve issue #7, I added the .clang-format file in the project's root with the command
lang-format -style=google -dump-config > .clang-format

Running clang-format -i -style=file Turn/**/*.h Turn/**/*.cpp then updates all files according to the style guide.
If one want's to use a linter while coding in VisualStudio, please follow the instructions mentioned in this blog article by rogeriodossantos

@tagniam
Copy link
Owner

tagniam commented Oct 15, 2017

Hi @artpropp, I will merge this as soon as I get Travis CI up and running, thanks

@tagniam
Copy link
Owner

tagniam commented Oct 26, 2017

Hey @artpropp, a lot has changed since this PR, which creates a lot of conflicts on your branch. Could you just include the .clang-format file without the reformat?

@artpropp artpropp closed this Oct 30, 2017
@artpropp
Copy link
Author

I will open a new PR, once I figure out how to automate code reformatting.

@Ashiroq Ashiroq mentioned this pull request Oct 29, 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.

2 participants