Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
529 B

4 years ago
  1. Language: Cpp
  2. BasedOnStyle: Google
  3. ColumnLimit: 80
  4. AllowShortBlocksOnASingleLine: false
  5. AllowShortFunctionsOnASingleLine: false
  6. AllowShortIfStatementsOnASingleLine: false
  7. AllowShortLoopsOnASingleLine: false
  8. BinPackArguments: false
  9. BinPackParameters: false
  10. BreakConstructorInitializers: AfterColon
  11. AllowAllParametersOfDeclarationOnNextLine: false
  12. ConstructorInitializerAllOnOneLineOrOnePerLine: true
  13. ExperimentalAutoDetectBinPacking: false
  14. KeepEmptyLinesAtTheStartOfBlocks: false
  15. DerivePointerAlignment: false
  16. SortIncludes: false