In my sublime by defoult I have Tab-size:2, and all code looks good, but when I push it to the repo - my code became unreal for read, it has huge indents.
Is this normal, or I something missed?
In my sublime by defoult I have Tab-size:2, and all code looks good, but when I push it to the repo - my code became unreal for read, it has huge indents.
Is this normal, or I something missed?
You should be able to avoid this using spaces instead of tabs. Set translate_tabs_to_spaces
to true. See Indentation Settings for details.