mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
rename methods to follow java conventions by default
This commit is contained in:
parent
091650f33c
commit
fb9b27763f
@ -131,7 +131,7 @@ namespace Twiglet.CS2J.Translator
|
||||
TranslatorExceptionIsThrowable = false;
|
||||
TranslatorBlanketThrow = true;
|
||||
TranslatorMakeJavadocComments = true;
|
||||
TranslatorMakeJavaNamingConventions = false;
|
||||
TranslatorMakeJavaNamingConventions = true;
|
||||
|
||||
EnumsAsNumericConsts = false;
|
||||
UnsignedNumbersToSigned = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user