Skip to content

-Xignore-all-space not respected #13

@borisbrodski

Description

@borisbrodski

First of all, thank you for this awesome project!

We are using it for a quite a bit. It works flowerless with the exception of just one issue:

If we merge with

$ git merge -Xignore-all-space other-branch

the pom.xml files, that get processed my the pomutils merge engine get conflicts,
if they contain differences in space/tab indentation.

Put it simple, the -Xignore-all-space git merge flag doesn't get respected for the files, on which pomutils was involved.

  • Are there a trick to avoid it?

I'm looking into implementing an additional switch, like --expandtab 4, that will convert all tabs into 4 spaces in both files before exiting.

  • Do you have better suggestions?
  • Are you interested in a push request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions