Skip to content

Commit b2370df

Browse files
committed
[README.md] use wildcards in gitattribute configuration with --git option
1 parent b7c258f commit b2370df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Git can be configured to automatically use a specific tool to diff specific file
124124
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:
125125

126126
```gitattributes
127-
.otf diff=fdiff
128-
.ttf diff=fdiff
127+
*.otf diff=fdiff
128+
*.ttf diff=fdiff
129129
```
130130

131131
### Options

0 commit comments

Comments
 (0)