Browse Source

add .clang-format

yancey 2 years ago
parent
commit
a0c9cce148
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .clang-format

+ 4 - 0
.clang-format

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