b-slim closed pull request #6766: Add IntelliJ codestyle setting for "blank
lines before package".
URL: https://github.com/apache/incubator-druid/pull/6766
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/druid_intellij_formatting.xml b/druid_intellij_formatting.xml
old mode 100755
new mode 100644
index ec25ed792de..6e0a33c9fd2
--- a/druid_intellij_formatting.xml
+++ b/druid_intellij_formatting.xml
@@ -128,6 +128,7 @@
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
</codeStyleSettings>
<codeStyleSettings language="JAVA">
+ <option name="BLANK_LINES_BEFORE_PACKAGE" value="1" />
<option name="CLASS_BRACE_STYLE" value="2" />
<option name="METHOD_BRACE_STYLE" value="2" />
<option name="CATCH_ON_NEW_LINE" value="true" />
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]