Fixup: Config file name in code style script
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
0ebc12ea41
commit
ae93a3f984
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import sys
|
|||
from typing import List
|
||||
|
||||
UNCRUSTIFY_SUPPORTED_VERSION = "0.75.1"
|
||||
CONFIG_FILE = "codestyle.cfg"
|
||||
CONFIG_FILE = ".uncrustify.cfg"
|
||||
UNCRUSTIFY_EXE = "uncrustify"
|
||||
UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]
|
||||
STDOUT_UTF8 = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue