You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding Intellij style xml and applied to all java code (#20734)
* added intellij-codestyle.xml and sample of it being applied to some java code-gen classes
* code-format changes ONLY
* few more format changes since last merge with master
* applied code-style to all java one last time
LOGGER.info("Extracted templates to '{}' directory. Refer to https://openapi-generator.tech/docs/templating for customization details.", outputDirPath);
@Option(name = {"--full-details"}, title = "full generator details", description = "displays CLI options as well as other configs/mappings (implies --instantiation-types, --reserved-words, --language-specific-primitives, --import-mappings, --feature-set)")
@Option(name = {"-d", "--docsite"}, description = "format for docusaurus site output", hidden = true)
24
+
@Option(name = {"-d", "--docsite"}, description = "format for docusaurus site output", hidden = true)
27
25
privateBooleandocusaurus = false;
28
26
29
-
@Option(name = {"--github-nested-index"}, description = "format for github index at docs/generators/README.md", hidden = true)
30
-
privateBooleangithubNestedIndex = false;
27
+
@Option(name = {"--github-nested-index"}, description = "format for github index at docs/generators/README.md", hidden = true)
28
+
privateBooleangithubNestedIndex = false;
31
29
32
-
@Option(name = {"-i", "--include"},
30
+
@Option(name = {"-i", "--include"},
33
31
description = "comma-separated list of stability indexes to include (value: all,beta,stable,experimental,deprecated). Excludes deprecated by default.",
0 commit comments