OpenIris/ESP/.clang-format
Zdzislaw Goik 58989b4567 feat: Initial implementation of Elegant OTA with support for API server (#41)
---------

Co-authored-by: ZanzyTHEbar <pyr0ndet0s97@gmail.com>
2023-03-24 22:27:58 +01:00

12 lines
274 B
YAML

---
BasedOnStyle: Chromium
AllowShortBlocksOnASingleLine: "false"
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: "false"
CompactNamespaces: "false"
Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
ReflowComments: "true"
UseTab: Never