comparison mupdf-source/thirdparty/harfbuzz/.editorconfig @ 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 root = true
2
3 [*]
4 charset = utf-8
5 trim_trailing_whitespace = true
6 end_of_line = lf
7 insert_final_newline = true
8
9 [*.{c,cc,h,hh,rl}]
10 tab_width = 8
11 indent_size = 2
12 indent_style = tab # should be space
13
14 [*.{py,sh}]
15 indent_style = tab
16
17 [{Makefile.am,Makefile.sources,configure.ac}]
18 tab_width = 8
19
20 [{meson.build,meson_options.txt}]
21 tab_width = 8
22 indent_style = space
23 indent_size = 2