mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
CONFIG_TEST_STRING="This Is~AString#$^#$&^(*&^#(*&^)(*@_)(#*_)(*_(*}Value"
|
|
CONFIG_TEST_NON_STRING=y
|
|
CONFIG_TEST_WHITESPACE= y
|
|
CONFIG_TEST_EMPTY=
|
|
CONFIG_TEST_POSITIVE_INT=110
|
|
CONFIG_TEST_HEX_INT=0x8000
|
|
CONFIG_TEST_NEGATIVE_INT=-9
|
|
CONFIG_PERFORMANCE_LEVEL=0
|