runtimeverification / rv-predict

Code for improved rv-predict and installer
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

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

Open shd101wyy opened 5 years ago

shd101wyy commented 5 years ago

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.

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!