comparison mupdf-source/thirdparty/zxing-cpp/.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 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