Make Java namespaces keep case by default (#7243)

Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
Casper
2022-04-13 19:01:48 -04:00
committed by GitHub
parent c6dbb22300
commit 79afe6c3d2

View File

@@ -36,7 +36,7 @@ Namer::Config JavaDefaultConfig() {
/*variants=*/Case::kKeep,
/*enum_variant_seperator=*/".",
/*escape_keywords=*/Namer::Config::Escape::AfterConvertingCase,
/*namespaces=*/Case::kUpperCamel,
/*namespaces=*/Case::kKeep,
/*namespace_seperator=*/".",
/*object_prefix=*/"",
/*object_suffix=*/"T",