comparison mupdf-source/thirdparty/harfbuzz/.editorconfig @ 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 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