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

Convert tabs to spaces in all Java source files #610

Merged
merged 3 commits into from
Oct 1, 2020

Conversation

QuintinWillison
Copy link
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
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