mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
83cdcd0c01
- Remove duplicate entry - Try to use either "google" or default style settings - Use default column with 80 - Order settings and add more comments Signed-off-by: Stefan Weil <sw@weilnetz.de>
20 lines
486 B
YAML
20 lines
486 B
YAML
BasedOnStyle: Google
|
|
|
|
# Modifications for Tesseract.
|
|
|
|
# Only merge empty functions.
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
# Do not allow short if statements.
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentPPDirectives: AfterHash
|
|
|
|
# Default style for some settings.
|
|
|
|
AccessModifierOffset: -2
|
|
AllowShortLoopsOnASingleLine: false
|
|
# Enforce always the same pointer alignment.
|
|
DerivePointerAlignment: false
|
|
IncludeBlocks: Preserve
|
|
PointerAlignment: Right
|
|
SpacesBeforeTrailingComments: 1
|