Skip to content

Commit

Permalink
adds a .clang-format file making Google style the default
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm authored and markmandel committed Apr 18, 2019
1 parent 17fc6d5 commit 1db42d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,6 +21,7 @@
!.gcloudignore
!.eslintrc.*
!.nycrc
!.clang-format
*.iml
bin
*.o
Expand Down
3 changes: 3 additions & 0 deletions sdks/cpp/.clang-format
@@ -0,0 +1,3 @@
# Use the Google style in this project.
# https://google.github.io/styleguide/cppguide.html
BasedOnStyle: Google

0 comments on commit 1db42d1

Please sign in to comment.