You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/11/13 17:22:13 UTC

[GitHub] [phoenix] shahrs87 edited a comment on pull request #935: PHOENIX-6186 - Store last DDL timestamp in System.Catalog

shahrs87 edited a comment 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:
users@infra.apache.org