NihalJain commented on code in PR #121: URL: https://github.com/apache/hbase-connectors/pull/121#discussion_r1291541123
########## dev-support/.scalafmt.conf: ########## @@ -16,18 +16,39 @@ # # Template based off apache spark: https://github.com/apache/spark/blob/master/dev/.scalafmt.conf +# Align settings align = none align.openParenDefnSite = false align.openParenCallSite = false align.tokens = [] + +# Rewrites +rewrite.rules = [Imports] + +# Imports +rewrite.imports.sort = scalastyle +rewrite.imports.groups = [ Review Comment: This order is based on what we have for java. See https://github.com/apache/hbase-connectors/blob/master/dev-support/eclipse.importorder -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
