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

[Close it if you want] Add clang-format support to format C/C++/Java code. #1036

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shd101wyy
Copy link
Contributor

@shd101wyy shd101wyy commented Nov 28, 2018

This pull request supports you to use clang-format to format C/C++/Java code in RV-Predict repository.

You may want to have clang-format installed: sudo apt install clang-format.

  • .clang-format
    Defines the style options we used to format code.

  • formatCode.py
    The scripts that calls clang-format to format code.
    You might want to modify it to skip the directories or files that you don't want to format.

So you run ./formatCode.py to format code in repository.

(I didn't run it and commit the formatted code because I don't know which directories or files to skip).

Feel free to close this PR.
Thanks!

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.

1 participant