mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
13 lines
349 B
YAML
13 lines
349 B
YAML
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: Google
|
|
Standard: c++11
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
IncludeBlocks: Preserve
|
|
IndentPPDirectives: AfterHash
|
|
DerivePointerAlignment: false
|
|
|
|
# Always break after if to get accurate coverage
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|