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

Replace tabs with spaces before merge: --expandtab #16

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

borisbrodski
Copy link

Speficy

--expandtab={count-of-space}

to replace all indentation tabs with specified amount of spaces
prior to the git merge.

Note: this is just a subset of the git's -Xignore-all-space
functionality. Misalignment after the tab replacement will still result in the
merge conflicts.

Closes: #13

Speficy

    --expandtab={count-of-space}

to replace all indentation tabs with specified amount of spaces
prior to the git merge.

Note: this is just a subset of the git's -Xignore-all-space
functionality. Misalignment after the tab replacement will still result in the
merge conflicts.

Closes: cecom#13
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