shahrs87 commented on pull request #935: URL: https://github.com/apache/phoenix/pull/935#issuecomment-726892294
> I'm curious -- what is the source is for the "split lines indent 8 spaces" rule you mention? Actually found the property. It uses this property: `<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/>` The value 2 is multiplier of tabulation size property. `<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> ` Thats how it comes to 8 spaces. :) ` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
