Skip to content

Commit

Permalink
GDV-41: [CPP] clang-format to validate/fix style (apache#52)
Browse files Browse the repository at this point in the history
- added target "make stylecheck" to check style
- added target "make stylefix" to check style
- fixed README.md
- fixed ci script
- used stylefix to fix all existing style violations
  • Loading branch information
pravindra authored Jul 4, 2018
1 parent 5a39298 commit 6637eb8
Show file tree
Hide file tree
Showing 82 changed files with 1,218 additions and 8,131 deletions.
6 changes: 6 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 90
...

Loading

0 comments on commit 6637eb8

Please sign in to comment.