Skip to content

Commit

Permalink
clang-format: use default value for line width (80)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Dec 12, 2022
1 parent 0680ba8 commit 04551ce
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 @@
BasedOnStyle: Google

# Modifications for Tesseract.
ColumnLimit: 100

# Only merge empty functions.
AllowShortFunctionsOnASingleLine: Empty
# Do not allow short if statements.
Expand Down

0 comments on commit 04551ce

Please sign in to comment.