android_mt6572_jiabo/external/libweave/.clang-format
2025-09-05 16:56:03 +08:00

8 lines
225 B
YAML

---
Language: Cpp
# Usage: git clang-format -f m/master --style=file
BasedOnStyle: Chromium
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
...