mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
9 lines
229 B
YAML
9 lines
229 B
YAML
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: Google
|
|
Standard: Cpp03
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
# Always break after if to get accurate coverage
|
|
AllowShortIfStatementsOnASingleLine: false
|