Skip to content

Commit

Permalink
Use .clang-format to describe style, rather than inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Apr 6, 2019
1 parent 4f90e0f commit 43885e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Language: Cpp
BasedOnStyle: Google
2 changes: 1 addition & 1 deletion build-aux/clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

git ls-files -z -- '*.cc' '*.hh' | xargs -0 clang-format -i -style=Google
git ls-files -z -- '*.cc' '*.hh' | xargs -0 clang-format -i

0 comments on commit 43885e1

Please sign in to comment.