Files
thirdparty-ArduinoJson/.clang-format
2021-02-26 13:13:11 +01:00

10 lines
253 B
YAML

# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Google
Standard: Cpp03
AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
# Always break after if to get accurate coverage
AllowShortIfStatementsOnASingleLine: false