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

refactor coding style #13

Merged
merged 4 commits into from
Apr 25, 2016
Merged

refactor coding style #13

merged 4 commits into from
Apr 25, 2016

Commits on Apr 19, 2016

  1. add .clang-format

    Cristian MARTINEZ committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    af7e31c View commit details
    Browse the repository at this point in the history
  2. add .editorconfig

    Cristian MARTINEZ committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    926eab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. minor: remove trailing white spaces

    trim was done using the following command:
    
    find . -name \*.h -print -o -name \*.cpp -print -exec sed -i
    's/[[:space:]]*$//g' {} \;
    Cristian MARTINEZ committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    7d265fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b43b3 View commit details
    Browse the repository at this point in the history