diff --git a/.clang-format b/.clang-format index c072fd5b..253a2f29 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ BasedOnStyle: Google # Modifications for Tesseract. -ColumnLimit: 100 + # Only merge empty functions. AllowShortFunctionsOnASingleLine: Empty # Do not allow short if statements.