We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello folks,
Found that the style checker doesn't verify the additional spaces between the elements, for example:
class TestClass { def testCall ( var = null ) { if ( var != null ) { for ( def i = 0 ; i < 2; i ++ ) testCall ( var ? null : { a , b -> null } ) } else { while ( false ) { def test1 = 'test1' def test2 = 'test2' def test3 = 'test3' def val = new TestClass( ) } } } }
And what it's doing right now by default - is just fixing the indent (replacing with tabs instead of double spaces), the rest is left the same...
The text was updated successfully, but these errors were encountered:
See also #941
Sorry, something went wrong.
No branches or pull requests
Hello folks,
Found that the style checker doesn't verify the additional spaces between the elements, for example:
And what it's doing right now by default - is just fixing the indent (replacing with tabs instead of double spaces), the rest is left the same...
The text was updated successfully, but these errors were encountered: