Skip to content

Convert tabs to spaces in all Java source files#610

Merged
QuintinWillison merged 3 commits intomainfrom
feature/tabs-to-spaces
Oct 1, 2020
Merged

Convert tabs to spaces in all Java source files#610
QuintinWillison merged 3 commits intomainfrom
feature/tabs-to-spaces

Conversation

@QuintinWillison
Copy link
Copy Markdown
Contributor

The big whitespace expansion.

Hard to review in depth, I get that, but a peruse would be appreciated. Thanks.

Quintin Willison added 3 commits October 1, 2020 15:29
On macOS, I used:
find . -name '*.java' ! -type d -exec bash -c 'gexpand -i -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
Copy link
Copy Markdown
Member

@paddybyers paddybyers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

Base automatically changed from feature/introduce-checkstyle to main October 1, 2020 16:33
@QuintinWillison QuintinWillison merged commit 5cf9e01 into main Oct 1, 2020
@QuintinWillison QuintinWillison deleted the feature/tabs-to-spaces branch October 1, 2020 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants