Skip to content

Style cleanup#946

Open
elreydetodo wants to merge 7 commits intocandrews:masterfrom
elreydetodo:style-cleanup
Open

Style cleanup#946
elreydetodo wants to merge 7 commits intocandrews:masterfrom
elreydetodo:style-cleanup

Conversation

@elreydetodo
Copy link
Copy Markdown
Contributor

No description provided.

The Kotlin style guide says explicitly to use 4 spaces instead of tabs
for indentation.

https://kotlinlang.org/docs/coding-conventions.html#indentation
This patch was generated with this commant:
git grep -l "\t" -- **/*.java | xargs sed -i -e "s/\t/    /g"

This commit contains no changes other than whitespaces.
When listing stuff, generally keep lists alpha sorted. It makes it
easier to find stuff.
It's a lot easier to find stuff when it's alpha sorted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant