mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-15 14:49:57 +00:00
Fixup: Config file name in code style script
Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -27,7 +27,7 @@ import sys
|
|||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
UNCRUSTIFY_SUPPORTED_VERSION = "0.75.1"
|
UNCRUSTIFY_SUPPORTED_VERSION = "0.75.1"
|
||||||
CONFIG_FILE = "codestyle.cfg"
|
CONFIG_FILE = ".uncrustify.cfg"
|
||||||
UNCRUSTIFY_EXE = "uncrustify"
|
UNCRUSTIFY_EXE = "uncrustify"
|
||||||
UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]
|
UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]
|
||||||
STDOUT_UTF8 = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
|
STDOUT_UTF8 = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
|
||||||
|
|||||||
Reference in New Issue
Block a user