For reasons of hadware
, I am the only one on my team who is using Sublime Text 3, the others are using Eclipse Luna or Mars, so far nothing.
However since the exchange I have had some problems in the commit
part,
because my files started to have divergences in several lines, and when I check what it is, it's just the tab
spacing.
I have already checked the question of tab-size
, both are with 4, and encoding
both are with UTF-8
.
Would there be any other configuration that could cause this divergence?
I think that if it were the case of encode
should not cause error in the spacing of the entire file instead of just a few fragments?
Issue
I was checking the commits again so I found the option, ShowWhiteSpace Characters
in eclipse.
And in the line where the errors are occurring has this peculiarity:
As you can see at the end of the line there is ¤
, does anyone know what character this is? and what is it for? it is set when I give enter
in eclipse.