Skip to content

Commit

Permalink
Reduce number of columns in clang-format
Browse files Browse the repository at this point in the history
Further reduce number of columns
  • Loading branch information
sbaldu committed Jan 6, 2024
1 parent 1f6da4c commit 85e5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 108
ColumnLimit: 90
NamespaceIndentation: All
SortIncludes: false
IndentWidth: 2
Expand Down

0 comments on commit 85e5f4a

Please sign in to comment.