Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/.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 # editorconfig.org settings for mupdf project | |
| 2 | |
| 3 root = true | |
| 4 | |
| 5 [*] | |
| 6 indent_style = tab | |
| 7 insert_final_newline = true | |
| 8 trim_trailing_whitespace = true | |
| 9 end_of_line = lf | |
| 10 | |
| 11 [memento.*] | |
| 12 indent_style = space | |
| 13 indent_size = 4 | |
| 14 | |
| 15 [*.json] | |
| 16 indent_style = space | |
| 17 indent_size = 2 | |
| 18 | |
| 19 [*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}] | |
| 20 | |
| 21 # Visual C++ Code Style settings | |
| 22 | |
| 23 cpp_generate_documentation_comments = xml | |
| 24 | |
| 25 # Visual C++ Formatting settings | |
| 26 | |
| 27 cpp_indent_braces = false | |
| 28 cpp_indent_multi_line_relative_to = innermost_parenthesis | |
| 29 cpp_indent_within_parentheses = indent | |
| 30 cpp_indent_preserve_within_parentheses = true | |
| 31 cpp_indent_case_contents = true | |
| 32 cpp_indent_case_labels = false | |
| 33 cpp_indent_case_contents_when_block = false | |
| 34 cpp_indent_lambda_braces_when_parameter = true | |
| 35 cpp_indent_goto_labels = one_left | |
| 36 cpp_indent_preprocessor = leftmost_column | |
| 37 cpp_indent_access_specifiers = false | |
| 38 cpp_indent_namespace_contents = true | |
| 39 cpp_indent_preserve_comments = false | |
| 40 cpp_new_line_before_open_brace_namespace = ignore | |
| 41 cpp_new_line_before_open_brace_type = ignore | |
| 42 cpp_new_line_before_open_brace_function = ignore | |
| 43 cpp_new_line_before_open_brace_block = ignore | |
| 44 cpp_new_line_before_open_brace_lambda = ignore | |
| 45 cpp_new_line_scope_braces_on_separate_lines = false | |
| 46 cpp_new_line_close_brace_same_line_empty_type = false | |
| 47 cpp_new_line_close_brace_same_line_empty_function = false | |
| 48 cpp_new_line_before_catch = true | |
| 49 cpp_new_line_before_else = false | |
| 50 cpp_new_line_before_while_in_do_while = false | |
| 51 cpp_space_before_function_open_parenthesis = ignore | |
| 52 cpp_space_within_parameter_list_parentheses = false | |
| 53 cpp_space_between_empty_parameter_list_parentheses = false | |
| 54 cpp_space_after_keywords_in_control_flow_statements = true | |
| 55 cpp_space_within_control_flow_statement_parentheses = false | |
| 56 cpp_space_before_lambda_open_parenthesis = false | |
| 57 cpp_space_within_cast_parentheses = false | |
| 58 cpp_space_after_cast_close_parenthesis = false | |
| 59 cpp_space_within_expression_parentheses = false | |
| 60 cpp_space_before_block_open_brace = true | |
| 61 cpp_space_between_empty_braces = false | |
| 62 cpp_space_before_initializer_list_open_brace = false | |
| 63 cpp_space_within_initializer_list_braces = false | |
| 64 cpp_space_preserve_in_initializer_list = true | |
| 65 cpp_space_before_open_square_bracket = false | |
| 66 cpp_space_within_square_brackets = false | |
| 67 cpp_space_before_empty_square_brackets = false | |
| 68 cpp_space_between_empty_square_brackets = false | |
| 69 cpp_space_group_square_brackets = false | |
| 70 cpp_space_within_lambda_brackets = false | |
| 71 cpp_space_between_empty_lambda_brackets = false | |
| 72 cpp_space_before_comma = false | |
| 73 cpp_space_after_comma = true | |
| 74 cpp_space_remove_around_member_operators = false | |
| 75 cpp_space_before_inheritance_colon = false | |
| 76 cpp_space_before_constructor_colon = false | |
| 77 cpp_space_remove_before_semicolon = true | |
| 78 cpp_space_after_semicolon = false | |
| 79 cpp_space_remove_around_unary_operator = false | |
| 80 cpp_space_around_binary_operator = ignore | |
| 81 cpp_space_around_assignment_operator = ignore | |
| 82 cpp_space_pointer_reference_alignment = ignore | |
| 83 cpp_space_around_ternary_operator = ignore | |
| 84 cpp_wrap_preserve_blocks = one_liners |
