Skip to content
New issue

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

Add support for Scala Doc header style (SCALA_STYLE) #121

Closed
hsaputra opened this issue Jan 26, 2017 · 0 comments
Closed

Add support for Scala Doc header style (SCALA_STYLE) #121

hsaputra opened this issue Jan 26, 2017 · 0 comments
Assignees
Labels
is:enhancement Enhancement to an existing feature
Milestone

Comments

@hsaputra
Copy link

In Scala, the format of the license header is like this:

/**
  * Copyright © 2016 eBay ([email protected])
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */

the main different with JAVA_STYLE is the the new * is aligned with extra space compare to Java one.

@mathieucarbou mathieucarbou added this to the 4.0 milestone Feb 6, 2019
@mathieucarbou mathieucarbou self-assigned this Feb 6, 2019
@mathieucarbou mathieucarbou added is:enhancement Enhancement to an existing feature in-progress labels Feb 6, 2019
@ghost ghost added under-review and removed in-progress labels Feb 6, 2019
mathieucarbou added a commit that referenced this issue Feb 6, 2019
Close #121: Added new style: SCALA_STYLE
@ghost ghost removed the under-review label Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement Enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants