Skip to content

Commit

Permalink
Update line limit in clang-format to 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Sep 6, 2023
1 parent b30d62f commit 1964f58
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
Expand Up @@ -2,6 +2,7 @@
BasedOnStyle: Google

IndentWidth: 2
ColumnLimit: 80
ContinuationIndentWidth: 4
UseTab: Never
MaxEmptyLinesToKeep: 2
Expand Down Expand Up @@ -35,4 +36,3 @@ BinPackParameters: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false

IndentCaseLabels: true

0 comments on commit 1964f58

Please sign in to comment.