This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
tesseract
Watch
1
Star
0
Fork
0
You've already forked tesseract
mirror of
https://github.com/tesseract-ocr/tesseract.git
synced
2024-11-23 18:49:08 +08:00
Code
Issues
Actions
10
Packages
Projects
Releases
Wiki
Activity
b970fae201
tesseract
/
.clang-format
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add configuration for clang-format 7 It is based on Google style: clang-format-7 -i -style=Google -dump-config >.clang-format Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-05-24 23:33:05 +08:00
---
Simplify configuration for clang-format Instead of using a detailed configuration, use Google base style and add the extras. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-05-26 16:09:57 +08:00
BasedOnStyle: Google
# Enforce always the same pointer alignment.
Update configuration for clang-format Don't derive the pointer alignment. Always use left alignment. Remove also spaces at line endings. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-05-24 23:35:54 +08:00
DerivePointerAlignment: false
Reference in New Issue
Copy Permalink