ESP32_Project/libraries/esp32cam-main/.clang-format
2024-02-07 11:25:05 +01:00

13 lines
286 B
YAML

---
BasedOnStyle: Mozilla
AllowShortFunctionsOnASingleLine: Empty
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 100
Cpp11BracedListStyle: true
FixNamespaceComments: true
ReflowComments: false
SortIncludes: true
SortUsingDeclarations: true
SpacesInContainerLiterals: false