Created
December 14, 2014 21:12
-
-
Save ringods/c738ae3769155779099d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.cs filter=tabspace4 | |
*.xml filter=tabspace2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[filter "tabspace4"] | |
clean = cat | |
smudge = unexpand -t 4 --first-only | |
[filter "tabspace2"] | |
clean = cat | |
smudge = unexpand -t 2 --first-only |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@host:MyComponent$ git rm --cached -r . | |
user@host:MyComponent$ git reset --hard | |
user@host:MyComponent$ git add . | |
user@host:MyComponent$ git commit -m "Introducing space to tab conversion" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment