Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/.gitattributes @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 # Macros: | |
| 2 [attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4 | |
| 3 [attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent | |
| 4 [attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8 | |
| 5 | |
| 6 # Source files: | |
| 7 * text=auto | |
| 8 Make* makefile | |
| 9 *.mk makefile | |
| 10 *.make makefile | |
| 11 *.[chm] tabs | |
| 12 *.java tabs | |
| 13 *.xml tabs | |
| 14 *.props spaces | |
| 15 *.targets spaces | |
| 16 *.vcxproj spaces | |
| 17 *.vcxproj.filters spaces | |
| 18 bin2coff.xml spaces | |
| 19 | |
| 20 # Documentation files: | |
| 21 *.txt spaces | |
| 22 | |
| 23 # Legacy source files: | |
| 24 memento.* spaces | |
| 25 | |
| 26 # Generated source files: | |
| 27 source/html/css-properties.h spaces | |
| 28 | |
| 29 # iOS project files: | |
| 30 *.xib spaces | |
| 31 *.xcscheme spaces | |
| 32 *.json spaces |
