comparison mupdf-source/thirdparty/zxing-cpp/.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 insert_final_newline = true
5 trim_trailing_whitespace = true
6 charset = utf-8
7
8 [*.{cpp,c,h,html,py,kt,cs,qlm}]
9 indent_style = tab
10 indent_size = 4
11 max_line_length = 135
12
13 [CMakeLists.txt]
14 indent_style = space
15 indent_size = 4
16
17 [*.md]
18 trim_trailing_whitespace = false
19