mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-24 17:01:36 +02: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
|