You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/12/20 18:13:05 UTC

[GitHub] b-slim closed pull request #6766: Add IntelliJ codestyle setting for "blank lines before package".

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org