comparison mupdf-source/.gitattributes @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
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