Use consistent indentation style#1776
Merged
yegor256 merged 3 commits intoyegor256:masterfrom Mar 10, 2025
Merged
Conversation
Contributor
Author
|
@yegor256 please review |
Owner
|
@Alan-95-hub we use two-spaces indentation in the README for better readability. You believe it's a problem? |
Contributor
Author
|
@yegor256 not at all, I just think it should be consistent. Currently there are 3 different styles used: 2 spaces, 4 spaces and tabs. I can change it to 2 spaces everywhere in README, would that be okay? |
Contributor
Author
|
@yegor256 made an edit, now README consistently uses 2 spaces in code examples |
Contributor
Author
|
@yegor256 please review the updated version |
Contributor
Author
|
@yegor256 please review |
Owner
|
@Alan-95-hub thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noticed an inconsistent use of indentation in README code examples (4 spaces, 2 spaces, tabs). I converted them all to style used by cactoos (4 spaces).