We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c511ad6 commit 5cfa3e0Copy full SHA for 5cfa3e0
.clang-format
@@ -2,6 +2,10 @@
2
# Defaults for all languages.
3
BasedOnStyle: Google
4
5
-ColumnLimit: 120
+# Setting ColumnLimit to 0 so developer choices about where to break lines are maintained.
6
+# Developers are responsible for adhering to the 120 character maximum.
7
+ColumnLimit: 0
8
+SortIncludes: false
9
+DerivePointerAlignment: false
10
11
...
0 commit comments