wastebin-notifier/code/.pio/libdeps/d1_mini_pro/ArduinoJson/.clang-format
2023-06-29 21:43:32 +02:00

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