mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
don't make java conventions default (still too many problems :()
This commit is contained in:
parent
359ca8e18c
commit
b32c4f1e86
@ -127,7 +127,7 @@ namespace Twiglet.CS2J.Translator
|
|||||||
TranslatorExceptionIsThrowable = false;
|
TranslatorExceptionIsThrowable = false;
|
||||||
TranslatorBlanketThrow = true;
|
TranslatorBlanketThrow = true;
|
||||||
TranslatorMakeJavadocComments = true;
|
TranslatorMakeJavadocComments = true;
|
||||||
TranslatorMakeJavaNamingConventions = true;
|
TranslatorMakeJavaNamingConventions = false;
|
||||||
|
|
||||||
EnumsAsNumericConsts = false;
|
EnumsAsNumericConsts = false;
|
||||||
UnsignedNumbersToSigned = false;
|
UnsignedNumbersToSigned = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user