mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
1011e001d8
Add indentation of preprocessor directives. Signed-off-by: Stefan Weil <sw@weilnetz.de>
6 lines
131 B
YAML
6 lines
131 B
YAML
---
|
|
BasedOnStyle: Google
|
|
# Enforce always the same pointer alignment.
|
|
DerivePointerAlignment: false
|
|
IndentPPDirectives: AfterHash
|