Skip to content

Commit

Permalink
clang-format: set column limit to 80 explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Koviazin <[email protected]>
  • Loading branch information
mkmkme committed Aug 22, 2024
1 parent 80af13c commit 88901f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BasedOnStyle: LLVM
ColumnLimit: 80
IndentWidth: 4
BreakBeforeTernaryOperators: false
ReflowComments: false
Expand Down

0 comments on commit 88901f6

Please sign in to comment.