Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyagupta committed Apr 2, 2013
1 parent 6c3711f commit de8aff6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -62,8 +62,10 @@ using ascii or utf-8. To configure this as a diff driver,
1. Add `to-utf8` to your $PATH

2. Configure it as diff driver in your git config using:
git config diff.to-utf8.textconv to-utf8

git config diff.to-utf8.textconv to-utf8

3. In your project's `.gitattribues`, configure the relevant path to
use this diff driver. e.g.
*.strings diff=to-utf8 /* Cocoa Strings files */

*.strings diff=to-utf8 /* Cocoa Strings files */

0 comments on commit de8aff6

Please sign in to comment.