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

Change Scala style continuation indentation to be 2 spaces to match guide [skip ci] #5077

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

tgravescs
Copy link
Collaborator

fixes #4986

The scala style guide calls for 2 spaces of indentation at each level (https://docs.scala-lang.org/style/indentation.html).
Only exception to this that I know of is method declaration (https://github.com/databricks/scala-style-guide#indent). So here change our code style template to use the default 2 spaces for continuation identation. We can just remove the explicit 4 spaces and it goes back to default to 2.

…ala style guide calls for

Signed-off-by: Thomas Graves <tgraves@apache.org>
@tgravescs tgravescs added the build Related to CI / CD or cleanly building label Mar 28, 2022
@tgravescs tgravescs added this to the Mar 21 - Apr 1 milestone Mar 28, 2022
@tgravescs tgravescs self-assigned this Mar 28, 2022
@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs added task Work required that improves the product but is not user facing and removed build Related to CI / CD or cleanly building labels Mar 28, 2022
@abellina abellina merged commit 74ab237 into NVIDIA:branch-22.06 Mar 28, 2022
@tgravescs tgravescs deleted the ideaident2206 branch March 28, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants