tesseract/.clang-format
Stefan Weil d7db470893 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 10:09:57 +02:00

5 lines
101 B
YAML

---
BasedOnStyle: Google
# Enforce always the same pointer alignment.
DerivePointerAlignment: false