mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
32 lines
591 B
YAML
32 lines
591 B
YAML
DEFAULT:
|
|
options: >-
|
|
--style=otbs
|
|
--indent=spaces=4
|
|
--break-blocks
|
|
--pad-oper
|
|
--pad-comma
|
|
--pad-header
|
|
--unpad-paren
|
|
--delete-empty-lines
|
|
--add-braces
|
|
--align-pointer=name
|
|
--align-reference=name
|
|
--max-continuation-indent=120
|
|
--keep-one-line-statements
|
|
--break-after-logical
|
|
include:
|
|
- "*.c"
|
|
- "*.h"
|
|
- "*.cpp"
|
|
- "*.hpp"
|
|
|
|
# Exclude mocked components and generated files
|
|
mocks_and_generated:
|
|
check: false
|
|
include:
|
|
- "build*/"
|
|
- "components/mocks/"
|
|
- "managed_components/"
|
|
- "*.pb.h"
|
|
- "*.pb.c"
|