Skip to content

Commit 4624544

Browse files
chrissimpkinsalerque
authored andcommitted
[README.md] use wildcards in gitattribute configuration with --git option
1 parent 5348447 commit 4624544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Git can be configured to automatically use a specific tool to diff specific file
128128
2. Tell Git to actually 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:
129129

130130
```gitattributes
131-
.otf diff=fdiff
132-
.ttf diff=fdiff
131+
*.otf diff=fdiff
132+
*.ttf diff=fdiff
133133
```
134134

135135
### Options

0 commit comments

Comments
 (0)