We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be07fac commit 00f80d1Copy full SHA for 00f80d1
.clang-format
@@ -0,0 +1,8 @@
1
+# Run the following command to reformat a file:
2
+# clang-format -i -style=Google <file>
3
+# Or use clang-format-diff to only reformat the changed lines:
4
+# https://clang.llvm.org/docs/ClangFormat.html
5
+BasedOnStyle: Google
6
+DerivePointerAlignment: false
7
+ColumnLimit: 100
8
+PointerAlignment: Left
0 commit comments