Skip to content

Commit 5cfa3e0

Browse files
committed
update .clang-format to align with ORT
1 parent c511ad6 commit 5cfa3e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.clang-format

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Defaults for all languages.
33
BasedOnStyle: Google
44

5-
ColumnLimit: 120
5+
# 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
610

711
...

0 commit comments

Comments
 (0)