1 Star 0 Fork 39

gdLin600 / Tesseract-OCR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan Weil 提交于 2021-04-07 17:59 . clang-format: Clean formatting rules
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
1
https://gitee.com/lingd600_admin/Tesseract-OCR.git
git@gitee.com:lingd600_admin/Tesseract-OCR.git
lingd600_admin
Tesseract-OCR
Tesseract-OCR
main

搜索帮助