Skip to content

Commit

Permalink
[README.md] use wildcards in gitattribute configuration with --git
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
chrissimpkins committed May 3, 2020
1 parent b7c258f commit b2370df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ Git can be configured to automatically use a specific tool to diff specific file
2. Tell Git to use that specific tool for supported file types. This may also be done at multiple places. Each repository may have it's own `.gitattributes` file, a user may have one setting global defaults in `$XDG_HOME/git/attributes`, or there may be a system wide default file. Wherever you choose to place this, the lines are the same:

```gitattributes
.otf diff=fdiff
.ttf diff=fdiff
*.otf diff=fdiff
*.ttf diff=fdiff
```

### Options
Expand Down

0 comments on commit b2370df

Please sign in to comment.