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

[incubator-druid] branch master updated: Add IntelliJ codestyle setting for "blank lines before package". (#6766)

This is an automated email from the ASF dual-hosted git repository.

bslim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fbf3d6  Add IntelliJ codestyle setting for "blank lines before package". (#6766)
6fbf3d6 is described below

commit 6fbf3d635b5a368fd9ba83acf77610239e3a06d1
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Thu Dec 20 10:13:03 2018 -0800

    Add IntelliJ codestyle setting for "blank lines before package". (#6766)
    
    Required to get IntelliJ to automatically format code for compliance
    with the check introduced in #6543.
---
 druid_intellij_formatting.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/druid_intellij_formatting.xml b/druid_intellij_formatting.xml
old mode 100755
new mode 100644
index ec25ed7..6e0a33c
--- 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" />


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