clang-format: use default value for line width (80)

This commit is contained in:
Zdenko Podobný 2022-12-12 16:55:34 +01:00
parent 0680ba870e
commit 04551ce2a6

View File

@ -1,7 +1,7 @@
BasedOnStyle: Google
# Modifications for Tesseract.
ColumnLimit: 100
# Only merge empty functions.
AllowShortFunctionsOnASingleLine: Empty
# Do not allow short if statements.