Ivan Zlenko created IGNITE-26112:
------------------------------------

             Summary: Forbid multiple empty lines in code base 
                 Key: IGNITE-26112
                 URL: https://issues.apache.org/jira/browse/IGNITE-26112
             Project: Ignite
          Issue Type: Improvement
          Components: gradle build system ai3
            Reporter: Ivan Zlenko
            Assignee: Ivan Zlenko


It will be better to enforce single empty line as a separator instead of 
allowing multiple ones. 

So we will have this
{code:java}
int I = 0;

int j = 0;{code}
Instead of this
{code:java}
int I = 0;


int j = 0;{code}
It will improve code consistency and readability.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to