C#: The stub generator should just format whitespaces.

This commit is contained in:
Michael Nebel
2023-02-20 16:26:39 +01:00
parent b8e123dc08
commit aa4b98bbd5

View File

@@ -109,7 +109,7 @@ with open(jsonFile) as json_data:
print("\n --> Generated stub files: " + rawSrcOutputDir)
print("\n* Formatting files")
run_cmd(['dotnet', 'format', rawSrcOutputDir])
run_cmd(['dotnet', 'format', 'whitespace', rawSrcOutputDir])
print("\n --> Generated (formatted) stub files: " + rawSrcOutputDir)