ESP32_Project/libraries/esp32cam-main/.clang-format

13 lines
286 B
Plaintext
Raw Normal View History

2024-02-07 10:25:05 +00:00
---
BasedOnStyle: Mozilla
AllowShortFunctionsOnASingleLine: Empty
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 100
Cpp11BracedListStyle: true
FixNamespaceComments: true
ReflowComments: false
SortIncludes: true
SortUsingDeclarations: true
SpacesInContainerLiterals: false