feat(ci): Run clang-format to check files.

This commit is contained in:
Pete Johanson
2020-09-10 15:02:37 -04:00
parent 160f296bfb
commit 296a89ce63
2 changed files with 29 additions and 0 deletions

4
.clang-format Normal file
View File

@@ -0,0 +1,4 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
SortIncludes: false