higrow/lib/IotWebConf/.clang-format
Thomas Basler 6050fb6956 Migrated webserver to ESP Async Webserver
* Integrate IotWebConf as local library
* Add support for ESP Async Webserver to IotWebConf
* Changed application to work with Async Webserver
2019-11-14 19:55:11 +01:00

5 lines
147 B
YAML

BasedOnStyle: LLVM
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: InlineOnly
AlignAfterOpenBracket: AlwaysBreak
BreakBeforeBraces: Allman