diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_patches b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_patches deleted file mode 100644 index 6857a8d4..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_patches +++ /dev/null @@ -1 +0,0 @@ -debian/patches diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_series b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_series deleted file mode 100644 index c2067066..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.quilt_series +++ /dev/null @@ -1 +0,0 @@ -series diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.version b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.version deleted file mode 100644 index 0cfbf088..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.pc/.version +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/AUTHORS b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/AUTHORS deleted file mode 100644 index 5d2c147f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/AUTHORS +++ /dev/null @@ -1,189 +0,0 @@ -Author: -2005 - 2016 : Ben Gardner - -Maintenance: -Guy Maurel -Michele Calgaro -Matthew Woehlke - -until 2022-11-22: -Other collaborators: -Alan Fineberg -Alexander GQ Gerasiov -Alex Henrie -André Berg -Andrei Alexandrescu -Andrey Starodubtsev -Anirban Pramanick -Antti Tapaninen -Arne Forlie -Arseniy Shestakov -asobhy -atauzki -Aurélien Gâteau -Benio -Ben Iofel -Ben Mayo -Beren Minor -Bi-Ruei, Chiu -Biswa96 -Biswapriyo Nath -B. Kevin Hardman -Bogdan Popescu -Brandon Slack -Brecht Sanders -Brendan Long -Brian Kelley -CharlieYJH -Chris Lalancette -Clemens Rabe -Clint Lawrence -Code Able -Cody Schafer -Corentin Noël -Dandielo -Daniel Chumak -Daniele Bartolini -Dan Rose -Dave Lee -David Catmull -David E. O'Brien -David Lechner -David Schaefgen -Dirk Thomas -Dittrich, Rico -Dmitry Marakasov -Dmitry Povolotsky -Dmytro Povolotskyi -Dundar Göc -Dženan Zukić -Eism -Emerson Knapp -Emmanuel Christophe -epac-tom -Ethan Gao -Florin Pop -Frank J. T. Wojcik -Gary Ash -Ger Hobbelt -Hackerpilot -Hannes Schmidt -hghdev -Huang-Ming Huang -Husk3r -Ilya Lyubimov -Ingo Brückl -Ivan Nazarenko -Ivan Romanov -Jakub Lukasiewicz -Jakub Schmidtke -Jan Weiß -Jason -JavDevGames -Jeremy H -Jeremy T Hilliker -Jim Meyering -Jiri Hruska -jodi.the.tigger@gmail.com -Jody Hagins -Joel Ostraat -Joergen Ibsen -Johnny Oskarsson -Jonas Hurrelmann -Jorengarenar -Joshua Gross -Joshua Parker -Julian Picht -Kalle Raiskila -Keepun -Kevin Wong -krys -Laurent Tréguier -Lauri Kasanen -lbmaian -Leon Breedt -Lorenz Haas -Lykurg -Maciej Bogusz -Manning, James -Marco Stephan -Marcus Nilsson -Marek Fort -Marius Zwicker -Mark Stegeman -Markus Geimer -Martin Delille -Martin Simonovsky -Martin Storsjo -Matthew McDole -Matthew Woehlke -Maxim Mikityanskiy -Max Smolens -MeXx -Michaël Peeters -Michele Calgaro -Mihai Popescu -Mike -Mike Gelfand -Mirko König -mjbogusz -MrTheMake -Nate -neok-m4700 -Nico Decker -Oleg Liatte -Oleg Smolsky -Owen Rudge -Pat Notz -Patrick Rohr -Paul Cercueil -Paul Smith -Pavel Geiger -Paweł Benetkiewicz -PerfectCarl -Peter Bruin -Peter Hartley -Peter Jonas -Peter Kolbus -Peter Tao -Peter Waller -Piet Van Reepingen -PMheart -Randolph R. Settgast -Randolph Settgast -RaveTheTadpole -Ray Strode -Richard Maxwell -Ricky Lopez -Roland Schulz -Roman Gordienko -Ryan Maxwell -Samish Chandra Kolli -Samish Kolli -Scott Bilas -Sebastian Andersson -Sebastian Bilek -S. Gilles -Shazron Abdullah -Siddharth Kannan -Slávek Banko -Spark-NF -Stefan Koch -Stefan Nunninger -Stephen Gilles -Steven Lee -Suhaib Ishaque -t-bltg -Tim Hütz -Timotheus Pokorra -Todd Richmond -Twigz -U-RDEC\ParkerJS -Vadim Zeitlin -Viktor Kireev -Vincent Rouillé -Vojtěch Balík -Vyacheslav Shegai -Waldir Pimenta -Yannick Bühler -Yegor Yefremov diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CMakeLists.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CMakeLists.txt deleted file mode 100644 index 2ea7cbe7..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CMakeLists.txt +++ /dev/null @@ -1,560 +0,0 @@ -cmake_minimum_required(VERSION 3.5) - -project(uncrustify) - -if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") - message(FATAL_ERROR " - In-source builds are not supported, please remove the `CMakeFiles' - folder and `CMakeCache.txt', and create a folder for the build: - mkdir build; cd build; cmake .. - ") -endif() - -include(CheckCXXCompilerFlag) -include(CheckIncludeFileCXX) -include(CheckSymbolExists) -include(CheckCXXSymbolExists) -include(CheckTypeSize) -include(CTest) - -if( ${CMAKE_VERSION} VERSION_LESS "3.12" ) - find_package( PythonInterp ) - if( NOT PYTHON_EXECUTABLE ) - message( FATAL_ERROR "Python is required, but was not found on your system" ) - endif() - else( ) - find_package(Python3 REQUIRED) - set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE}) -endif() - -# -# Check compiler flags -# -if(MSVC) - add_definitions(/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /wd4267) - add_definitions(/utf-8) -elseif(CMAKE_COMPILER_IS_GNUCXX) - set(gcc_warning_flags - -Wall - -Wextra - -Wshadow - -Wpointer-arith - -Wcast-qual - -Wcast-align - -Wc++11-extensions - ) - foreach(flag ${gcc_warning_flags}) - string(REGEX REPLACE "[^a-zA-Z0-9]+" "_" flag_var "CXXFLAG_${flag}") - CHECK_CXX_COMPILER_FLAG("${flag}" ${flag_var}) - if(${flag_var}) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${flag}") - endif() - unset(flag_var) - endforeach() - if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-field-initializers") - endif() - unset(gcc_warning_flags) -elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-deprecated-declarations") -endif() - -set(CMAKE_CXX_STANDARD 11) -set(CMAKE_CXX_STANDARD_REQUIRED YES) - -if(ENABLE_SANITIZER) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1 -fno-omit-frame-pointer -fsanitize=${ENABLE_SANITIZER}") -endif() - -#set(UNCRUSTIFY_SEPARATE_TESTS "True") - -include_directories( - ${PROJECT_BINARY_DIR}/src - ${PROJECT_SOURCE_DIR}/src - ${PROJECT_BINARY_DIR} -) - -# -# Determine config -# -if(WIN32) - # Windows builds use src/windows_compat.h instead of config.h -else() - # Generate config.h - set(avail_headers "") - - set(headers - inttypes.h - memory.h - stdint.h - stdlib.h - strings.h - string.h - sys/stat.h - sys/types.h - unistd.h - utime.h - ) - foreach(header ${headers}) - string(TOUPPER "${header}" header_uc) - string(REGEX REPLACE "[^A-Z0-9_]" "_" include_var "HAVE_${header_uc}") - check_include_file_cxx("${header}" ${include_var}) - if(${include_var}) - list(APPEND avail_headers ${header}) - endif() - unset(include_var) - unset(header_uc) - endforeach() - unset(headers) - - check_include_file("stdbool.h" HAVE_STDBOOL_H) - - set(symbols - memset - strcasecmp - strchr - strdup - strerror - strtol - strtoul - ) - foreach(symbol ${symbols}) - string(TOUPPER "${symbol}" symbol_uc) - string(REGEX REPLACE "[^A-Z0-9_]" "_" symbol_var "HAVE_${symbol_uc}") - check_cxx_symbol_exists("${symbol}" "${avail_headers}" ${symbol_var}) - unset(symbol_var) - unset(symbol_uc) - endforeach() - unset(symbols) - - unset(avail_headers) - - check_type_size(_Bool _BOOL LANGUAGE C) - - configure_file(src/config.h.in config.h @ONLY) -endif() - -# -# Generate uncrustify_version.h -# - -set(UNCRUSTIFY_VERSION "0.78.0_f") - -option(NoGitVersionString "Do not use make_version.py and git to build a version string" OFF) -if(NoGitVersionString) - configure_file(src/uncrustify_version.h.in uncrustify_version.h @ONLY) - add_custom_target(generate_version_header) # Dummy target -else() - # Add target to generate version header; - # do this every build to ensure git SHA is up to date - add_custom_target(generate_version_header - BYPRODUCTS "${PROJECT_BINARY_DIR}/uncrustify_version.h" - COMMAND - ${CMAKE_COMMAND} - -D PYTHON_EXECUTABLE:STRING=${PYTHON_EXECUTABLE} - -D SOURCE_DIR:PATH="${PROJECT_SOURCE_DIR}" - -D INPUT:PATH="${PROJECT_SOURCE_DIR}/src/uncrustify_version.h.in" - -D OUTPUT:PATH="${PROJECT_BINARY_DIR}/uncrustify_version.h" - -D UNCRUSTIFY_VERSION:STRING="${UNCRUSTIFY_VERSION}" - -P ${PROJECT_SOURCE_DIR}/cmake/GenerateVersionHeader.cmake - COMMENT "Generating version header" - ) - set_source_files_properties( - "${PROJECT_BINARY_DIR}/uncrustify_version.h" - PROPERTIES GENERATED TRUE - ) -endif() - -# -# Generate token_names.h -# -add_custom_command( - OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/token_names.h" - COMMAND ${CMAKE_COMMAND} - "-Dsrc_file=${PROJECT_SOURCE_DIR}/src/token_enum.h" - "-Ddst_file=${CMAKE_CURRENT_BINARY_DIR}/token_names.h" - -P "${PROJECT_SOURCE_DIR}/cmake/GenerateTokenNames.cmake" - MAIN_DEPENDENCY src/token_enum.h - COMMENT "Generating token_names.h" -) - -# Set up commands for generated source files -function(py_gen OUTPUT SCRIPT INPUT) - set(out "${PROJECT_BINARY_DIR}/src/${OUTPUT}") - set(deps "${PROJECT_SOURCE_DIR}/src/${INPUT}") - get_filename_component(outdir "${out}" DIRECTORY) - foreach(arg IN LISTS ARGN) - if (IS_ABSOLUTE "${arg}") - list(APPEND deps "${arg}") - else() - list(APPEND deps "${PROJECT_SOURCE_DIR}/src/${arg}") - endif() - endforeach() - - add_custom_command( - OUTPUT "${out}" - COMMAND ${CMAKE_COMMAND} -E make_directory "${outdir}" - COMMAND ${PYTHON_EXECUTABLE} - "${PROJECT_SOURCE_DIR}/scripts/${SCRIPT}" - "${out}" - ${deps} - DEPENDS ${deps} "${PROJECT_SOURCE_DIR}/scripts/${SCRIPT}" - MAIN_DEPENDENCY src/${INPUT} - COMMENT "Generating ${OUTPUT}" - ) -endfunction() - -py_gen(punctuator_table.h - make_punctuator_table.py - symbols_table.h -) - -py_gen(options.cpp - make_options.py - options.h - options.cpp.in -) - -py_gen(option_enum.h - make_option_enum.py - option.h - option_enum.h.in -) - -py_gen(option_enum.cpp - make_option_enum.py - option.h - option_enum.cpp.in -) - -py_gen(../etc/uncrustify.xml - make_katehl.py - ../etc/uncrustify.xml.in - "${PROJECT_BINARY_DIR}/uncrustify_version.h" - options.h - option.h - token_enum.h -) - -# -# Uncrustify -# -set(uncrustify_sources - src/align_add.cpp - src/align_asm_colon.cpp - src/align_assign.cpp - src/align_braced_init_list.cpp - src/align.cpp - src/align_eigen_comma_init.cpp - src/align_func_params.cpp - src/align_func_proto.cpp - src/align_init_brace.cpp - src/align_left_shift.cpp - src/align_log_al.cpp - src/align_nl_cont.cpp - src/align_oc_decl_colon.cpp - src/align_oc_msg_colons.cpp - src/align_oc_msg_spec.cpp - src/align_preprocessor.cpp - src/align_same_func_call_params.cpp - src/align_stack.cpp - src/align_struct_initializers.cpp - src/align_tab_column.cpp - src/align_tools.cpp - src/align_trailing_comments.cpp - src/align_typedefs.cpp - src/align_var_def_brace.cpp - src/args.cpp - src/backup.cpp - src/brace_cleanup.cpp - src/braces.cpp - src/calculate_closing_brace_position.cpp - src/change_int_types.cpp - src/check_template.cpp - src/chunk.cpp - src/ChunkStack.cpp - src/combine.cpp - src/combine_fix_mark.cpp - src/combine_labels.cpp - src/combine_tools.cpp - src/combine_skip.cpp - src/compat_posix.cpp - src/compat_win32.cpp - src/cs_top_is_question.cpp - src/detect.cpp - src/enum_cleanup.cpp - src/EnumStructUnionParser.cpp - src/EnumStructUnionParser.h - src/flag_braced_init_list.cpp - src/flag_decltype.cpp - src/flag_parens.cpp - src/indent.cpp - src/keywords.cpp - src/lang_pawn.cpp - src/language_names.cpp - src/language_tools.cpp - src/logger.cpp - src/logmask.cpp - src/log_rules.cpp - src/mark_functor.cpp - src/mark_question_colon.cpp - src/md5.cpp - src/newlines.cpp - src/option.cpp - src/options_for_QT.cpp - src/output.cpp - src/parameter_pack_cleanup.cpp - src/parens.cpp - src/parent_for_pp.cpp - src/parsing_frame.cpp - src/parsing_frame_stack.cpp - src/pragma_cleanup.cpp - src/pcf_flags.cpp - src/punctuators.cpp - src/quick_align_again.cpp - src/remove_duplicate_include.cpp - src/remove_extra_returns.cpp - src/rewrite_infinite_loops.cpp - src/semicolons.cpp - src/sorting.cpp - src/space.cpp - src/tokenize_cleanup.cpp - src/tokenize.cpp - src/uncrustify.cpp - src/uncrustify_emscripten.cpp - src/uncrustify_types.cpp - src/unc_ctype.cpp - src/unc_text.cpp - src/unc_tools.cpp - src/unicode.cpp - src/universalindentgui.cpp - src/width.cpp - ${PROJECT_BINARY_DIR}/src/options.cpp - ${PROJECT_BINARY_DIR}/src/option_enum.cpp -) - -set(uncrustify_headers - src/add_space_table.h - src/align_add.h - src/align_asm_colon.h - src/align_assign.h - src/align_braced_init_list.h - src/align_func_params.h - src/align_func_proto.h - src/align.h - src/align_eigen_comma_init.h - src/align_init_brace.h - src/align_left_shift.h - src/align_log_al.h - src/align_nl_cont.h - src/align_oc_decl_colon.h - src/align_oc_msg_colons.h - src/align_oc_msg_spec.h - src/align_preprocessor.h - src/align_same_func_call_params.h - src/align_stack.h - src/align_struct_initializers.h - src/align_tab_column.h - src/align_tools.h - src/align_trailing_comments.h - src/align_typedefs.h - src/align_var_def_brace.h - src/args.h - src/backup.h - src/base_types.h - src/brace_cleanup.h - src/braces.h - src/calculate_closing_brace_position.h - src/change_int_types.h - src/char_table.h - src/check_template.h - src/chunk.h - src/ChunkStack.h - src/combine.h - src/combine_fix_mark.h - src/combine_labels.h - src/combine_skip.h - src/combine_tools.h - src/compat.h - src/cs_top_is_question.h - src/detect.h - src/enum_cleanup.h - src/enum_flags.h - src/error_types.h - src/flag_braced_init_list.h - src/flag_decltype.h - src/flag_parens.h - src/indent.h - src/keywords.h - src/lang_pawn.h - src/language_names.h - src/language_tools.h - src/ListManager.h - src/logger.h - src/log_levels.h - src/logmask.h - src/log_rules.h - src/mark_functor.h - src/mark_question_colon.h - src/md5.h - src/newlines.h - src/option.h - src/options_for_QT.h - src/options.h - src/output.h - src/parameter_pack_cleanup.h - src/parens.h - src/parent_for_pp.h - src/parsing_frame.h - src/parsing_frame_stack.h - src/pragma_cleanup.h - src/pcf_flags.h - src/prototypes.h - src/punctuators.h - src/quick_align_again.h - src/remove_duplicate_include.h - src/remove_extra_returns.h - src/rewrite_infinite_loops.h - src/semicolons.h - src/sorting.h - src/space.h - src/symbols_table.h - src/token_enum.h - src/tokenize_cleanup.h - src/tokenize.h - src/unc_ctype.h - src/uncrustify.h - src/uncrustify_limits.h - src/uncrustify_types.h - src/unc_text.h - src/unc_tools.h - src/unicode.h - src/universalindentgui.h - src/width.h - src/windows_compat.h - ${PROJECT_BINARY_DIR}/src/option_enum.h - ${PROJECT_BINARY_DIR}/uncrustify_version.h -) - -set(uncrustify_docs - "${PROJECT_SOURCE_DIR}/AUTHORS" - "${PROJECT_SOURCE_DIR}/BUGS" - "${PROJECT_SOURCE_DIR}/ChangeLog" - "${PROJECT_SOURCE_DIR}/COPYING" - "${PROJECT_SOURCE_DIR}/HELP" - "${PROJECT_SOURCE_DIR}/README.md" -) - -add_executable(uncrustify ${uncrustify_sources} ${uncrustify_headers}) -add_dependencies(uncrustify generate_version_header) - -set_property(TARGET uncrustify APPEND PROPERTY - COMPILE_DEFINITIONS $<$,$>:DEBUG> -) - -# -# Generate uncrustify.1 -# -configure_file(man/uncrustify.1.in uncrustify.1 @ONLY) - -# -# Generate uncrustify.xml (katepart highlighting file) -# -add_custom_target(katehl - DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/etc/uncrustify.xml -) - -# -# Tests -# -if(BUILD_TESTING) - enable_testing() - add_subdirectory(tests) -endif() - -# -# Coverage -# -OPTION(ENABLE_CODECOVERAGE "Enable code coverage testing support") -if(ENABLE_CODECOVERAGE) - set(CODECOVERAGE_DEPENDS uncrustify) - include(${CMAKE_SOURCE_DIR}/cmake/CodeCoverage.cmake) -endif(ENABLE_CODECOVERAGE) - -# -# Build command to run uncrustify on its own sources -# -add_custom_target(format-sources) -foreach(source IN LISTS uncrustify_sources uncrustify_headers) - get_filename_component(source_name ${source} NAME) - add_custom_target(format-${source_name} - COMMAND uncrustify - -c forUncrustifySources.cfg - -lCPP --no-backup ${source} - COMMENT "Formatting ${source}" - WORKING_DIRECTORY ${uncrustify_SOURCE_DIR} - ) - add_dependencies(format-sources format-${source_name}) -endforeach() - -# -# Package -# -set(CPACK_PACKAGE_NAME "uncrustify") -set(CPACK_PACKAGE_VERSION "${UNCRUSTIFY_VERSION}") -set(CPACK_PACKAGE_VENDOR "Ben Gardner") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Code beautifier") -set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/README.md") -set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/COPYING") -set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md") -set(CPACK_SOURCE_IGNORE_FILES "/\\\\.git/;/\\\\.hg/;/tests/results/;/build.*/") -if(CMAKE_SYSTEM_NAME STREQUAL "Windows") - set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE) - set(CPACK_GENERATOR "ZIP") -endif() -include(CPack) - -# -# Install -# -if(MSVC) - install(TARGETS uncrustify DESTINATION ".") - install(FILES ${uncrustify_docs} - DESTINATION "." - ) - install(FILES "${PROJECT_SOURCE_DIR}/documentation/htdocs/index.html" - DESTINATION "doc" - ) - install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" - DESTINATION "cfg" - FILES_MATCHING PATTERN "*.cfg" - ) -else() - include(GNUInstallDirs) - install(TARGETS uncrustify - RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" - ) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/uncrustify.1" - DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" - ) - install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" - DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples" - FILES_MATCHING PATTERN "*.cfg" - ) - install(FILES ${uncrustify_docs} - DESTINATION "${CMAKE_INSTALL_DOCDIR}" - ) -endif() - -# -# Uninstall -# -get_directory_property(hasParent PARENT_DIRECTORY) -if(NOT hasParent) - add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/cmake/uninstall.cmake") -endif() - -# -# add to build the compile_commands.json file, to be used by clang-tidy -# -set(CMAKE_EXPORT_COMPILE_COMMANDS "ON" CACHE BOOL "to create the compile_commands.json file" FORCE) diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/ChangeLog b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/ChangeLog deleted file mode 100644 index a4492cf9..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/ChangeLog +++ /dev/null @@ -1,1690 +0,0 @@ -Change highlights in uncrustify-0.78.0 (November 2023) -------------------------------------------------------------------------------- - 50b364e02d4e6ebe5fa99d2d1de642f1a3fb6570 - Added : align_nl_cont_spaces May 11 2023 - 7c53d3cc66d939dc5b0de25868e947508e2353d5 - Added : sp_after_bit_colon Jun 28 2023 - Added : sp_before_bit_colon Jun 28 2023 - b4af21a59630315f79ec28bc5449c31f48194111 - Added : sp_between_ptr_ref Jul 14 2023 - 84780fef16da0552e7f44785d63d23a2b0e6a8b4 - Added : nl_min_after_func_body Aug 3 2023 - d8931537292a5cb897cfd561adf581d27087bfe4 - Added : sp_before_keyword_ptr_star Aug 10 2023 - 8ffe999d3382c6f516372627bd529917bc6611ae - Added : sp_before_global_scope_ptr_star Aug 10 2023 - Added : sp_before_scope_ptr_star Aug 10 2023 - f493e4d9e003648753e6574ba2cd61f5c0bd1352 - Added : sp_before_operator_ptr_star Aug 10 2023 - Added : sp_before_qualifier_ptr_star Aug 10 2023 - Removed : sp_before_keyword_ptr_star Aug 10 2023 - adbb82b0f6e551ef976e64a1351ca0eb05acf932 - Added : debug_use_the_exit_function_pop Aug 15 2023 - 2e0e019dc28cac0844b5cff81d05859ee1a02394 - Added : nl_max_after_func_body Aug 28 2023 - cb44fe733a2c1e0391cfa5afdac77f7e66d688e1 - Added : sp_cpp_lambda_argument_list_empty Sep 12 2023 - e058aafd4ee5e407e250a6b921886d2c00d6a622 - Added : align_func_proto_span_ignore_cont_lines Oct 21 2023 - -Change highlights in uncrustify-0.77.0 (May 2023) -------------------------------------------------------------------------------- - ea6c54eefe2f3272a4867d30920408c327167199 - Added : sp_cmt_cpp_pvs Jan 28 2023 - 74cf6ca40a0ce1b0d2499a92128ccde34bb48428 - Added : sp_inside_rparen Feb 15 2023 - Added : sp_func_call_user_inside_rparen Feb 15 2023 - Added : sp_inside_rparens Feb 15 2023 - 70fac8d68b8a697132a21c5c59a09fd91e0a0486 - Added : sp_cmt_cpp_lint Mar 18 2023 - 73d9ab72ce736e9689f56406302f6d62ddfc3835 - Added : sp_qualifier_ptr_star_trailing Apr 13 2023 - Added : sp_qualifier_unnamed_ptr_star Apr 13 2023 - Added : sp_qualifier_ptr_star_func Apr 13 2023 - 8b639a0b31637204da3d17dc29cc659def6f4cf7 - Added : mod_add_force_c_closebrace_comment Apr 19 2023 - -Change highlights in uncrustify-0.76.0 (November 2022) -------------------------------------------------------------------------------- - 1aea3d1fcb55dc2ca40dfe2b1d548685a415ef3a - Added : nl_collapse_empty_body_functions Apr 29 2022 - c7f5df072f56bb0e3a9b897e16b8e5fc283f3bcf - Added : set_numbering_for_html_output May 29 2022 - 92e4a36a5a78d9af523008aeb71e7acfe199269a - Added : mod_infinite_loop Jun 22 2022 - 6e807bcec01382b164562c8ae5939d2b5ee76877 - Added : mod_short_int Jun 28 2022 - Added : mod_long_int Jun 28 2022 - Added : mod_unsigned_int Jun 28 2022 - Added : mod_signed_int Jun 28 2022 - baad5db83faf5fb771cea8898760ad582227ccda - Added : mod_int_prefer_int_on_left Jul 6 2022 - Added : mod_int_long Jul 6 2022 - Added : mod_int_signed Jul 6 2022 - Added : mod_int_unsigned Jul 6 2022 - Added : mod_int_short Jul 6 2022 - e6a5458d32ca26c8b7d24f514115ebc36fce2348 - Added : nl_oc_msg_args_min_params Jul 9 2022 - 862369a315763ce1286732da3713414cd2533227 - Added : pp_space_after Jul 14 2022 - Added : pp_space_before Jul 14 2022 - Removed : pp_space Jul 14 2022 - be0d1664f901d1cbfa7bf7697a883adf4b709444 - Added : nl_throw_expr Jul 19 2022 - Added : mod_paren_on_throw Jul 19 2022 - 9e65feefa2d66c5d08049e53468cae682f66800d - Added : debug_sort_the_tracks Aug 2 2022 - b58f1298a3ddcd256ecb0688f6b18ca7c623f594 - Removed : pp_space_before Aug 6 2022 - a31e5c100de768b4fec45a3e1c2d1e008824b2c6 - Added : nl_var_def_blk_end_func_top Aug 11 2022 - Removed : nl_func_var_def_blk Aug 11 2022 - 56e2159b29c372ebd1e240d427c842b5bb0b2147 - Added : pp_indent_with_tabs Sep 6 2022 - 35075d50967014dd7127640d2505bca5dc21dfe5 - Added : pp_multiline_define_body_indent Sep 15 2022 - 5b88110f5bb685a9b298b247207e32c305366d18 - Added : nl_oc_msg_args_max_code_width Sep 20 2022 - 0c8e5e827d3b5a007247ef3d5ed937cf18378680 - Added : debug_decode_the_flags Oct 9 2022 - -Change highlights in uncrustify-0.75.0 (May 2022) -------------------------------------------------------------------------------- - 52131d9fa22fd0c655ae2510563ff85306d4bd27 - Added : mod_move_case_return Nov 25 2021 - d0008e933daca163ef8f7258f526e75fb8b5b160 - Added : sp_ptr_star_func_type Dec 8 2021 - a17751ae534cb7d1a8b505a111d7b8b50c9842d4 - Added : pp_indent_at_level0 Dec 14 2021 - 498c1b3a6c96c9dd8ec13a4c0f616acdb7a03cc5 - Added : align_braced_init_list_thresh Dec 16 2021 - Added : align_braced_init_list_span Dec 16 2021 - 8e811b9a57bc43d280aa592d8838cff93227968e - Added : align_assign_on_multi_var_defs Dec 18 2021 - 75d3c536789ef23d2d8568d891a4e3ba73aa7045 - Added : sp_byref_paren Dec 24 2021 - d8507bb212aa317dce0f51227b8fd862354e03c2 - Added : sp_not_not Dec 28 2021 - d9e2ae9aad5481f9da818909893e2f55d51ba392 - Added : indent_ignore_comma_paren Jan 4 2022 - Added : indent_ignore_comma_brace Jan 4 2022 - 8eff5202a58732e17f063af8360ff3e2691713aa - Added : indent_ignore_bool_paren Jan 13 2022 - 2c02f5c8285882ddf756992d842db12d0f98188a - Added : indent_ignore_arith Jan 18 2022 - 0664cacee7689cf838425e83f38fb84f5e71bc63 - Added : mod_full_paren_return_bool Jan 21 2022 - Added : mod_full_paren_assign_bool Jan 21 2022 - d593f257e88161a3ed1cff15b354c85e3da68992 - Added : sp_type_colon Jan 25 2022 - 026162b8da51660126863b42d00245e21a47d7c0 - Removed : indent_ignore_comma_paren Jan 28 2022 - Removed : indent_ignore_bool_paren Jan 28 2022 - Removed : indent_ignore_comma_brace Jan 28 2022 - 6cb50031c5e2e3681d69c3dafdbb865a5b6b6a2c - Added : indent_ignore_semicolon Feb 1 2022 - b6f55dd25fb6a12c7f81c0090f8ee42e8823ee93 - Added : sp_enum_brace Feb 2 2022 - 8aa0522fcc2ad468f1122943443f5ebf426fffc1 - Added : indent_ignore_before_class_colon Feb 4 2022 - 133fe55d6fc0b2e1695bd7a70ccd6d2dcd1b2262 - Added : indent_ignore_before_constr_colon Feb 4 2022 - c95460809c74a73459c61712ff2d9142dff101d7 - Added : indent_ignore_bool Feb 25 2022 - b37091110063b5c24b64516a49af09b8ca3cc18c - Added : indent_ignore_first_continue Feb 25 2022 - e84f08879a7cf53b0301099a64faadeacf04a3a5 - Added : indent_ignore_assign Mar 1 2022 - 6ef69ee2a359f2e1bd8517ba4af25b969951fa71 - Added : indent_ignore_case_brace Mar 9 2022 - 02a5e50419fd1bf7c9bf0ff9d208035b47db6fbf - Added : indent_namespace_inner_only Apr 12 2022 - 9040b9f068a179c3a09e0cf202a5ed7f91b2a12b - Added : pp_warn_unbalanced_if Apr 15 2022 - df2ef721c95105b62a9e0cb0e9985947a739a44b - Removed : sp_type_question Apr 30 2022 - -Change highlights in uncrustify-0.74.0 (November 2021) -------------------------------------------------------------------------------- - 4714d5d673d5b9c8f45d70c179f508d60130b18a - Added : nl_before_struct Mar 12 2021 - dbb2903a94668e147b588d3eebc3be917ac4ebca - Added : nl_before_ignore_after_case Jun 22 2021 - e97b93418c03cde680d6fd46209d7e43c5e09bfe - Added : sp_before_ptr_star_trailing Jul 1 2021 - Added : sp_after_ptr_star_trailing Jul 1 2021 - dd5a7c3b2ab64b903e888a264693a9edb7a98ee5 - Added : sp_sparen_paren Jul 19 2021 - 94941c2f9aa8952debab1f8257eb0625bc459392 - Added : pp_indent_in_guard Jul 28 2021 - 84d3b9276c007642c4bb73ff562008253e4fe014 - Added : indent_single_line_comments_before Jul 31 2021 - Added : indent_single_line_comments_after Jul 31 2021 - Removed : indent_sing_line_comments Jul 31 2021 - 0d956a006d64fddd4f8131e6a16a23f7e447cca3 - Added : sp_after_ellipsis Jul 31 2021 - 40bbb979ecf7ad36128150f5540a462c890d5e2c - Added : mod_remove_duplicate_include Aug 15 2021 - 97d24f3a05a53521ff2ce94928534f4bab0cc0af - Added : sp_between_semi_for_empty Aug 22 2021 - 63109e6253387480b8bfe7f73a7f2949865fc380 - Added : nl_before_brace_open Aug 27 2021 - 03c9ac261c9282b3cf5e92d69de70d6b4566d8e9 - Added : cmt_trailing_single_line_c_to_cpp Sep 1 2021 - 1525722486dba45aa053f2c83e3015fa64880443 - Added : sp_ellipsis_parameter_pack Sep 16 2021 - Added : sp_parameter_pack_ellipsis Sep 16 2021 - 2e33ac4314dfbfc18c56ec694b0eba3e6a1318f5 - Added : sp_byref_ellipsis Sep 21 2021 - Added : sp_ptr_type_ellipsis Sep 21 2021 - f19bf09cdce5822cf3d71065cb3900ea52f6e5c7 - Added : indent_ctor_init_following Sep 30 2021 - b1274c20bea3f8e2a8d6cd05cbb23c8d66f187a7 - Added : sp_before_emb_cmt Oct 8 2021 - Added : sp_num_after_emb_cmt Oct 8 2021 - Added : sp_before_tr_cmt Oct 8 2021 - Added : sp_num_before_emb_cmt Oct 8 2021 - Added : sp_num_before_tr_cmt Oct 8 2021 - Added : sp_after_emb_cmt Oct 8 2021 - Removed : sp_before_tr_emb_cmt Oct 8 2021 - Removed : sp_num_before_tr_emb_cmt Oct 8 2021 - 563d72fcae6e0aad6e5f0ff998992a48a6767986 - Added : pp_include_at_level Oct 11 2021 - 28486dbadcc4d0ff9376776eb63f3c3bd800cf2d - Added : sp_return Oct 12 2021 - 86105064d13fc60d14cfd134a8c3d402e7d27492 - Added : indent_comment_align_thresh Oct 13 2021 - 964db2ac20372c45621a55313cdfb1eeb8298800 - Added : indent_comment Oct 18 2021 - 92b9047256ece8d9ace2da5c743be2b9cc2b54d8 - Added : align_func_proto_amp_style Oct 23 2021 - Added : align_func_proto_star_style Oct 23 2021 - 094c79e06f6ec3111684b37b77063cf7af658105 - Added : indent_case_comment Oct 26 2021 - 7eb595caa38ced024a42ba1602d69e0387b8e3a1 - Added : indent_switch_body Nov 3 2021 - cf845deb008b45783ff94a1986131eb180fb54a8 - Added : sp_inside_for_close Nov 6 2021 - Added : sp_inside_for Nov 6 2021 - Added : sp_inside_for_open Nov 6 2021 - 2caaa17866c3b421de7e28670e85c8f8dade5a77 - Added : indent_ignore_label Nov 10 2021 - d8436ef370027bcfd289b19037c39ffdaf0ad4ff - Added : sp_ptr_star_func_var Nov 15 2021 - -Change highlights in uncrustify-0.73.0 (May 2021) -------------------------------------------------------------------------------- - - b514f25120b12db7b1ca57cdb93dd929a5bf43c4 - Added : indent_before_class_colon Nov 16 2020 - 39c969b69663f6e6cee9673e23d349a308edc44a - Added : sp_cmt_cpp_region Dec 9 2020 - 9ca37d0c32729570de2e51c97338bc567e124ae3 - Added : cmt_sp_before_doxygen_javadoc_tags Dec 24 2020 - Added : cmt_align_doxygen_javadoc_tags Dec 24 2020 - 84e2c750d19b47bbe2547141b092855ec1f64424 - Added : cmt_reflow_fold_regex_file Dec 24 2020 - 3a8e33a12839ca3bac2e1e0b49eb279362a2ab89 - Added : processing_cmt_as_regex Dec 31 2020 - c622135751824705979d37681fe16d9a60e3d77a - Added : cmt_reflow_indent_to_paragraph_start Jan 9 2021 - 9c0799aa096b68550507980a32a529099caf97c5 - Added : sp_cpp_lambda_argument_list Jan 19 2021 - 02054b1085166903e8c1384308ac7922cb57bd59 - Added : nl_do_leave_one_liners Jan 29 2021 - 6a4d27914fca0c64273fad979355e16021626f8a - Added : debug_truncate Feb 7 2021 - a711e96ef7be6afc9f014c4c7e1e5ea5347aad0d - Added : indent_comma_brace Mar 9 2021 - -Change highlights in uncrustify-0.72.0 (November 2020) -------------------------------------------------------------------------------- - new command option: - --debug-csv-format : Dump debug info to file in csv-delimited format. - - b29dfb58d6bebb79a961d0e709543a152d260dbc - Added : nl_inside_empty_func Aug 4 2020 - 5068a4a78d7770a7292ea7a016ab7ca0bf49cbf7 - Added : debug_timeout Sep 1 2020 - cf3e5acfb4d55b47b25b7e7daa2844e2998b47cc - Added : sp_inside_square_empty Sep 8 2020 - b66c26c669bf9752f468115f1e6444481c0b9e6d - Added : align_eigen_comma_init Sep 9 2020 - 7b5fd82fa5d6fc035ddfb7c087c5aeb7cf6f4bd7 - Added : pos_shift Sep 16 2020 - b61b7952835be3451cd1131baeda7b54cb61a50e - Added : donot_indent_func_def_close_paren Sep 26 2020 - 85001632261196dc1c2f3760dc9180e4c443f9ba - Added : donot_add_nl_before_cpp_comment Oct 14 2020 - -Change highlights in uncrustify-0.71.0 (May 2020) -------------------------------------------------------------------------------- - - 6bcfb640d908038402869cb3be7bd80adcdb4708 - Added : align_oc_msg_colon_xcode_like Nov 29 2019 - 2fd5aaf255e1d0369842f54ae8d444bcbc079c7b - Added : indent_compound_literal_return Nov 19 2019 - 4b74315b6cf8e91801b663c4171c1e0a9e12ea5b - Added : indent_sparen_extra Nov 19 2019 - f012dd24e2d116d867404667ce15c3309466046f - Added : sp_word_brace_init_lst Jan 21 2020 - Removed : sp_word_brace Jan 21 2020 - 466b8bcf5f8ee04686d2d7af62b5ce76241c777d - Added : nl_func_call_args Jan 24 2020 - 807e27e81112f28ae71b21f43718a1b859ad473a - Added : sp_before_oc_proto_list Feb 4 2020 - 94f18ac9c0c7c7fab64f14425aea69f0f49bb240 - Added : indent_off_after_assign Feb 7 2020 - 25e20f9e4ab389c06fc76bcf0dcb3fe07ab91aea - Added : indent_off_after_return Feb 7 2020 - cee950462787ab3b7725c5fb77fa38b992527e99 - Added : indent_oc_inside_msg_sel Feb 10 2020 - 2d04118314be95654f29fb32ae50b8cd46af8682 - Added : nl_func_call_args_multi_line_ignore_closures Dec 17 2019 - 369192830c01beedcfe87c432f9c26637c1e6587 - Added : indent_inside_ternary_operator Dec 9 2019 - 100db726b938d263c6c7f07530385dec0cdd711e - Added : use_form_feed_no_more_as_whitespace_character Feb 21 2020 - 24e27fe8cdda55e422b1db659f255da353b3022c - Added : debug_max_number_of_loops Feb 27 2020 - 30da6cafa6b0819c48a02513cadbc256a5b450c5 - Added : debug_line_number_to_protocol Mar 17 2020 - f5d8ee093eb521ecc0c57060b0009dd5f05e039e - Added : mod_sort_incl_import_prioritize_filename Mar 27 2020 - 8d595cb0721b299db8f1169c22d38d45df899a51 - Added : mod_sort_incl_import_ignore_extension Mar 27 2020 - 9f8b7754f03aa970ede730a5cd4e2cbd94f139cc - Added : mod_sort_incl_import_prioritize_extensionless Mar 27 2020 - 6d5829551886ee9e643e5d6019c5389dfa738c3b - Added : mod_sort_incl_import_prioritize_angle_over_quotes Mar 27 2020 - 27b33d779e7aa33c1ebc39a52e54c3a95bc153d4 - Added : mod_sort_incl_import_grouping_enabled Mar 27 2020 - ac62be9498fa195a54c0e2c76c438c641d68a917 - Added : disable_processing_nl_cont Apr 12 2020 - e2b17b724e00c6180c6bd6cb5b592e969c47b6a9 - Added : nl_before_opening_brace_func_class_def Apr 22 2020 - 981c761da5a4a71b059361a883c4bfff69148c49 - Added : nl_before_whole_file_endif Apr 24 2020 - Added : nl_after_whole_file_endif Apr 24 2020 - Added : nl_after_whole_file_ifdef Apr 24 2020 - Added : nl_before_whole_file_ifdef Apr 24 2020 - d55e9d21cd6377a38f741854baf1a561b984de36 - Added : nl_func_call_end Apr 29 2020 - -Change highlights in uncrustify-0.70.1 (November 2019) -------------------------------------------------------------------------------- - - 5114ea856acd79cbf52fd4261b83d423fafd98da - Added : nl_before_member Nov 17 2019 - Added : nl_after_member Nov 17 2019 - 1e911250996a7138e33006af1b664362b255f4b5 - Added : nl_template_end_multi_line Nov 17 2019 - Added : nl_template_start_multi_line Nov 17 2019 - Added : nl_template_args_multi_line Nov 17 2019 - 948bc227c46f89207346ad596e6199acb12d162f - Added : sp_before_vardef_square Nov 18 2019 - 1ff6fc2da0b1cdef35089a2d6ac3364fbba304be - Added : nl_template_start Nov 21 2019 - Added : nl_template_args Nov 21 2019 - Added : nl_template_end Nov 21 2019 - Removed : nl_template_end_multi_line Nov 21 2019 - Removed : nl_template_start_multi_line Nov 21 2019 - Removed : nl_template_args_multi_line Nov 21 2019 - 2df82073bb1e3bc85f75c2165a541ba906f76b8d - Added : indent_macro_brace Nov 18 2019 - 8cb5f1be52bcbcca4148cf0514b103dec5313c55 - Added : indent_switch_break_with_case Nov 25 2019 - -Change highlights in uncrustify-0.70.0 (is not released) -------------------------------------------------------------------------------- - - 710b9b90d063e1fac853b77ad9509bed37ff31ee - Added : mod_sort_case_sensitive May 12 2019 - 40c028454904f4fc87bd93b9703eaeb58fa57dd0 - Added : sp_before_square_asm_block Jul 29 2019 - b9b7f2fffb2c73925906ca7e5c8536d03c93c4bc - Added : nl_multi_line_sparen_open Aug 3 2019 - Added : nl_multi_line_sparen_close Aug 3 2019 - 83a014197001ea815f92d977fc30aa36dec39e1b - Added : sp_cpp_lambda_square_paren Aug 20 2019 - Added : sp_cpp_lambda_square_brace Aug 20 2019 - Added : sp_cpp_lambda_paren_brace Aug 20 2019 - Removed : sp_cpp_lambda_paren Aug 20 2019 - 8b6455c08c4f70b04b03b48c32fa14b9014354b4 - Added : use_sp_after_angle_always Sep 13 2019 - 264ec3c988b5667c971b0d6508b17d0c9337c82c - Added : sp_cpp_lambda_fparen Sep 13 2019 - 883ccefc3bf8c8cdf6b159f280e22c2d72ce83f5 - Added : sp_func_type_paren Oct 11 2019 - 8284db41edbb777829f26d247470c75d3d317641 - Added : nl_before_namespace Oct 8 2019 - Added : nl_after_namespace Oct 8 2019 - 3af190ceda3f8025028b5f8aae7541d35bda39c7 - Added : nl_template_class_def Oct 2 2019 - Added : nl_template_func_def_special Oct 2 2019 - Added : nl_template_using Oct 2 2019 - Added : nl_template_func_def Oct 2 2019 - Added : nl_template_class_decl Oct 2 2019 - Added : nl_template_var Oct 2 2019 - Added : nl_template_class_decl_special Oct 2 2019 - Added : nl_template_func Oct 2 2019 - Added : nl_template_func_decl_special Oct 2 2019 - Added : nl_template_func_decl Oct 2 2019 - Added : nl_template_class_def_special Oct 2 2019 - e9bc08c3baa3b7545a592b5e1d0d23e530c58b7f - Added : sp_trailing_return Oct 23 2019 - d783ecfe7f08b525eb882ff3a7c6525d8866d54b - Added : nl_oc_before_interface Oct 28 2019 - Added : nl_oc_before_implementation Oct 28 2019 - Added : nl_oc_before_end Oct 28 2019 - 3741e59342c5741020b84eba147b0c1dfde0154b - Added : indent_func_def_param_paren_pos_threshold Nov 6 2019 - 829b4124c02e36156489d06a8b33e3552e58d30b - Added : sp_brace_close_while Nov 8 2019 - Added : sp_while_paren_open Nov 8 2019 - Added : sp_do_brace_open Nov 8 2019 - ea6f4ac515c0ad5651be020a3295dcae01c3baf9 - Added : nl_create_list_one_liner Nov 11 2019 - -Change highlights in uncrustify-0.69.0 (May 2019) -------------------------------------------------------------------------------- - -Changing option: - - The option name is changed from 'align_assign_func_proto' to 'align_assign_func_proto_span' - Mar 4 17:19:40 2019 - -New options: - - align_constr_value_gap Apr 24 2019 - - align_constr_value_span Apr 24 2019 - - align_constr_value_thresh Apr 24 2019 - - align_func_proto_thresh Apr 5 2019 - - indent_col1_multi_string_literal Mar 31 2019 - - sp_paren_noexcept Jan 13 2019 - - sp_paren_qualifier Jan 11 2019 - - sp_type_question Jan 11 2019 - - sp_inside_angle_empty Dec 27 2018 - - nl_fdef_brace_cond Nov 29 2018 - - nl_func_call_start Nov 29 2018 - - -Change highlights in uncrustify-0.68 (November 2018) -------------------------------------------------------------------------------- - -New options: - - align_same_func_call_params_span Nov 9 - - align_same_func_call_params_thresh Nov 9 - - nl_class_leave_one_liner_groups Oct 17 - - nl_inside_namespace Aug 26 - - sp_return_brace Aug 21 - - align_assign_decl_func Jul 24 - - sp_brace_brace Jul 23 - - sp_after_decltype Jul 22 - - sp_decltype_paren Jul 22 - - align_right_cmt_same_level Jul 14 - - nl_oc_mdef_brace Jul 8 - - mod_enum_last_comma Jul 8 - - sp_type_ellipsis Jun 15 - - sp_paren_ellipsis Jun 15 - - sp_sizeof_ellipsis Jun 15 - - sp_sizeof_ellipsis_paren Jun 15 - - indent_continue_class_head May 30 - -Bugfix: - - Issue # 1709, 1713, 1729, 1736, 1739, 1740, 1748, 1752, 1755, 1758, 1760, - 1762, 1763, 1776, 1778, 1782, 1783, 1784, 1786, 1788, 1789, 1804, 1827, - 1832, 1838, 1839, 1854, 1865, 1867, 1870, 1875, 1876, 1888, 1904, 1916, - 1917, 1918, 1919, 1942, 1946, 1947, 1958, 1960, 1962, 1965, 1969, 1979, - 1982, 1985, 1997, 2000, 2001, 2009, 2014, 2015, 2024, 2028, 2032, 2033, - 2035, 2037, 2046, 2055 - - -Change highlights in uncrustify-0.67 (May 2018) -------------------------------------------------------------------------------- - -Changing option: - -Removed option: - -New options: - - indent_first_for_expr Apr 29 - - indent_semicolon_for_paren Apr 29 - - nl_oc_interface_brace Apr 13 - - nl_oc_implementation_brace Apr 13 - - indent_cpp_lambda_only_once Mar 24 - - indent_cs_delegate_body Mar 18 - - sp_after_noexcept Mar 18 - - indent_single_newlines Mar 6 - - sp_after_ptr_block_caret Feb 24 - - sp_after_oc_synchronized Feb 24 - - sp_inside_square_oc_array Feb 23 - - sp_oc_catch_paren Feb 23 - - sp_oc_catch_brace Feb 23 - - sp_oc_brace_catch Feb 23 - - nl_oc_catch_brace Feb 23 - - nl_oc_brace_catch Feb 23 - - nl_cs_property_leave_one_liners Feb 16 - - indent_member_single Feb 10 - - sp_func_call_user_paren_paren Feb 5 - - sp_func_call_user_inside_fparen Feb 5 - - sp_inside_braces_oc_dict Feb 5 - - nl_create_func_def_one_liner Jan 17 - - nl_namespace_two_to_one_liner Jan 15 - - nl_squeeze_paren_close Jan 15 - - sp_fparen_brace_initializer Jan 12 - - sp_cpp_before_struct_binding 2018 Jan 12 - - indent_align_paren Dec 14 - - nl_tsquare_brace Dec 9 - - indent_single_after_return Nov 28 - - indent_off_after_return_new Nov 28 - - indent_ignore_asm_block 2017 Nov 05 - -New keyword: - - __unused Apr 21 - - @synchronized Feb 24 - - @available Feb 23 - - fixed Feb 16 - - @protected Feb 4 - - @public Feb 4 - - __autoreleasing Feb 4 - - __bridge Feb 4 - - __bridge_retained Feb 4 - - __bridge_transfer Feb 4 - - __declspec Feb 4 - - __has_include Feb 4 - - __has_include_next Feb 4 - - __strong Feb 4 - - __typeof Feb 4 - - __unsafe_unretained Feb 4 - - __weak Feb 4 - - self Feb 4 - - unsafe_unretained 2018 Feb 4 - - where 2017 Dec 6 - -Bugfix: - - Debian issue #881249 "FTBFS on armel/i386/mips64el/s390x: cpp_33057 fails" - is fixed - - Adopt many bugfix and tests from UT: - 10000, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10011, - 10012, 10013, 10014, 10015, 10016, 10018, 10019, 10020, 10021, 10022, - 10023, 10024, 10025, 10027, 10028, 10029, 10030, 10031, 10032, 10033, - 10034, 10035, 10036, 10039, 10044, 10045, 10046, 10047, 10048, 10049, - 10050, 10051, 10052, 10053, 10054, 10054, 10055, 10056, 10057, 10058, - 10060, 10062, 10063, 10065, 10066, 10067, 10069, 10070, 10071, 10072, - 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10100, 10102, - 10103, 10104, - 60001, 60002, 60003, 60004, 60005, 60006, 60007, 60008, 60009, 60011, - 60012, 60013, 60014, 60015, 60016, 60017, 60018, 60019, 60020, 60021, - 60022, 60023, 60024, 60025, 60026, 60027, 60028, 60029, 60030, 60031, - 60032, 60033, 60034, 60036, 60037, 60038, 60039, 60040 - -New: - - Add crash handling for Windows - -Change highlights in uncrustify-0.66 (November 2017) -------------------------------------------------------------------------------- - -New options: - - sp_arith_additive Oct 17 - - sp_angle_colon Oct 17 - - nl_func_call_empty Sep 30 - - nl_func_call_paren_empty Sep 30 - - align_func_params_span Sep 29 - - align_func_params_thresh Sep 29 - - align_func_params_gap Sep 29 - - nl_func_call_paren Jul 25 - - indent_paren_after_func_def Jul 21 - - indent_paren_after_func_decl Jul 21 - - indent_paren_after_func_call Jul 21 - - nl_func_paren_empty Jul 07 - - nl_func_def_paren_empty Jul 07 - - indent_switch_pp Jun 22 - - pp_indent_case Jun 22 - - pp_indent_func_def Jun 22 - - pp_indent_extern Jun 22 - - pp_indent_brace Jun 22 - -Changing option: - - The option name is changed from 'align_number_left' to 'align_number_right' - -Bugfix: - - Issue # 548, 1098, 1103, 1108, 1112, 1127, 1134, 1158, 1165, 1170, 1187, - 1200, 1203, 1236, 1249, 1310, 1315, 1340, 1349, 1352, 1366 are fixed - -Change highlights in uncrustify-0.65 (May 2017) -------------------------------------------------------------------------------- - -New options: - - nl_before_if_closing_paren May 12 - - sp_after_type_brace_init_lst_open May 09 - - sp_before_type_brace_init_lst_close May 09 - - sp_inside_type_brace_init_lst May 09 - - sp_type_brace_init_lst May 09 - - nl_type_brace_init_lst May 09 - - nl_type_brace_init_lst_open May 09 - - nl_type_brace_init_lst_close May 09 - - mod_sort_oc_property_class_weight May 05 - - mod_full_brace_nl_block_rem_mlcond Mar 17 - - sp_inside_newop_paren_open Mar 13 - - sp_inside_newop_paren Mar 13 - - sp_after_newop_paren Mar 13 - - sp_inside_newop_paren_close Mar 13 - - pp_ignore_define_body Feb 18 - - sp_enum_colon Feb 13 - - nl_enum_class Feb 13 - - nl_enum_class_identifier Feb 13 - - nl_enum_identifier_colon Feb 13 - - nl_enum_colon_type Feb 13 - - indent_param Feb 01 - - include_category_0 Jan 24 - - include_category_1 Jan 24 - - include_category_2 2017 Jan 24 - - force_tab_after_define 2016 Dec 29 - - nl_max_blank_in_func Nov 26 - - indent_ternary_operator Nov 24 - - indent_using_block Oct 20 - -New: - - emscripten interface - - removal of autogen / configure build - - list options that are now AT_UNUM type - - change option name from align_number_left to align_number_right - -Removed option: - - dont_protect_xcode_code_placeholders - -Removed MS calling convention keywords: - - __cdecl, __clrcall, __fastcall, __stdcall, __thiscall, __vectorcall - -Bugfix: - - Issue # 324, 398, 404, 497, 525, 575, 633, 638, 643, 646, 663, 666, - 679, 682, 687, 726, 752, 753, 793, 815, 825, 842, 857, 859, 869, 870, - 889, 902, 916, 917, 928, 935, 938, 940, 972, 1002, 1005, 1020, 1030, - 1032, 1041, 1068, 1117, 1139 are fixed - - Proposal #381, 876 are adopted. - -Change highlights in uncrustify-0.64 (October 2016) -------------------------------------------------------------------------------- - -New: - - Support for new C#6 language elements. (Bug #672) - Expression filter with the keyword 'when' in try/catch is now supported. - Null conditional operator (?.) is now supported. - -New options: - - align_var_class_span Aug 23 - - align_var_class_thresh Aug 23 - - align_var_class_gap Aug 23 - - pos_enum_comma Aug 14 - - indent_token_after_brace Aug 3 - - cmt_multi_first_len_minimum Aug 2 - - nl_enum_own_lines Aug 1 - - nl_func_class_scope Jul 26 - - nl_squeeze_ifdef_top_level Jul 24 - - sp_super_paren Jul 21 - - sp_this_paren Jul 21 - - sp_angle_paren_empty Jul 21 - - sp_after_operator_sym_empty Jul 20 - - sp_skip_vbrace_tokens Jul 13 - - indent_cs_delegate_brace Jul 9 - - cmt_insert_before_inlines Jun 29 - - cmt_insert_before_ctor_dtor Jun 29 - - mod_full_brace_if_chain_only Jun 28 - - nl_func_decl_start_multi_line Jun 28 - - nl_func_def_start_multi_line Jun 28 - - nl_func_decl_args_multi_line Jun 28 - - nl_func_def_args_multi_line Jun 28 - - nl_func_decl_end_multi_line Jun 28 - - nl_func_def_end_multi_line Jun 28 - - nl_func_call_start_multi_line Jun 28 - - nl_func_call_args_multi_line Jun 28 - - nl_func_call_end_multi_line Jun 28 - - use_options_overriding_for_qt_macros Jun 16 - - sp_func_def_paren_empty Jun 15 - - sp_func_proto_paren_empty Jun 15 - - sp_func_class_paren_empty Jun 15 - - nl_oc_block_brace May 26 - - nl_split_if_one_liner May 26 - - nl_split_for_one_line May 24 - - nl_split_while_one_liner May 24 - - nl_after_func_class_proto May 12 - - nl_after_func_class_proto_group May 12 2016 - -Bugfix: - - Bugs #620, #651, #654, #662, #663, #664, #670, #671, #672, #674 are fixed - - Issues #322, #323, #359, #405, #408, #412, #478, #481, #495, #503, #509, #512, #513, #514, - #518, #519, #520, #521, #522, #524, #529, #530, #533, #536, #539, #542, - #543, #544, #546, #568 are fixed - - Proposals #409, #477 are implemented - - Issue #411 is partialy fixed - - -Change highlights in uncrustify-0.63 (Mar 2016) -------------------------------------------------------------------------------- - -New: - - The branch uncrustify4Qt is now merged. - - A configuration file for the sources of uncrustify is provided: - forUncrustifySources.cfg - - Some considerations about the problem "stable" are described at - forUncrustifySources.txt - - Simplify expressions such as: - if ((cpd.lang_flags & LANG_PAWN) != 0) - to - if (cpd.lang_flags & LANG_PAWN) - - introduce CT_STDCALL to work with typedef void (__stdcall *func)(); Bug # 633 - - introduce some more MS calling conventions: __cdecl, __clrcall, __fastcall, __thiscall, __vectorcall - https://msdn.microsoft.com/en-us/library/984x0h58.aspx - -New options: - - nl_before_func_class_def Apr 16 - - nl_before_func_class_proto Apr 16 - - nl_before_func_body_def Apr 25 - - nl_before_func_body_proto Apr 25 - - use_indent_continue_only_once Mar 7 2016 - -Bugfix: - - Simplify some more expressions. - - Bugfix for win32 for the flags. - - make test c/ 00617 stable - - make test c/ 02501 stable - - The issue #467 and the test tests/output/c/02100-i2c-core.c are not yet fixed. - - uncrustify all the sources with forUncrustifySources.cfg - - better descriptions for options - - bug #631 is fixed - - produce a better dump output - - DbConfig::configuredDatabase()->apply(db); is NOT a declaration of a variable - - bug # 657 is fixed: change 'mode' if necessary for 'pos_class_comma' - - fix 3 calls of unc_add_option for "align_oc_msg_colon_span", - "indent_oc_block_msg", "indent_oc_msg_colon" - - bugs #664, #662, #654, #653, #651 and #633 are fixed - -Reverse: - - space: drop vbrace tokens... 2014-09-01 06:33:17 - I cannot anderstand this change. - It makes some troubles: Bug # 637 - No test file for it found - Reverse the change until more informations could be found - -Change: - - CT_DC_MEMBER + CT_FOR into CT_DC_MEMBER + CT_FUNC_CALL - -Some more Qt-macros: - - Q_GADGET - - for_each - - -Change highlights in uncrustify4Qt-0.62 (Oct 2015) -------------------------------------------------------------------------------- -This is an extention of uncrustify to support Qt-macros - - Q_OBJECT - - Q_EMIT - - SLOT - - SIGNAL - - Q_FOREACH - - Q_FOREVER - -Change highlights in uncrustify4Qt-0.62 (Oct 2015) -------------------------------------------------------------------------------- -New options: - - use_indent_func_call_param - - -Change highlights in uncrustify-0.62 (2 Feb 2016) -------------------------------------------------------------------------------- -This release is just a roll-up of the past year. -Many bugs were squashed and many options were added. - -New options: - - string_replace_tab_chars - - disable_processing_cmt - - enable_processing_cmt - - enable_digraphs - - indent_class_on_colon - - indent_shift - - indent_min_vbrace_open - - indent_vbrace_open_on_tabstop - - sp_after_mdatype_commas - - sp_before_mdatype_commas - - sp_between_mdatype_commas - - sp_cmt_cpp_doxygen - - sp_cmt_cpp_qttr - - sp_between_new_paren - - nl_while_leave_one_liners - - nl_synchronized_brace - - nl_before_synchronized - - nl_after_synchronized - - nl_after_label_colon - - -Change highlights in uncrustify-0.61 (22 Dec 2014) -------------------------------------------------------------------------------- -This release is just a roll-up of the past two years. -Many bugs were squashed and many options were added. - -New options: - - indent_paren_open_brace - - indent_namespace_single_indent - - indent_constr_colon - - indent_oc_msg_prioritize_first_colon - - indent_oc_block_msg_xcode_style - - indent_oc_block_msg_from_keyword - - indent_oc_block_msg_from_colon - - indent_oc_block_msg_from_caret - - indent_oc_block_msg_from_brace - - sp_enum_paren - - sp_cparen_oparen - - sp_after_ptr_star_qualifier - - sp_after_constr_colon - - sp_before_constr_colon - - sp_fparen_dbrace - - sp_word_brace - - sp_word_brace_ns - - sp_cond_colon_before - - sp_cond_colon_after - - sp_cond_question_before - - sp_cond_question_after - - sp_cond_ternary_short - - align_keep_extra_space - - nl_cpp_lambda_leave_one_liners - - nl_brace_square - - nl_brace_fparen - - nl_constr_init_args - - nl_cpp_ldef_brace - - nl_paren_dbrace_open - - nl_constr_colon - - pos_constr_comma - - pos_constr_colon - - mod_add_long_namespace_closebrace_comment - - cmt_convert_tab_to_spaces - - -Change highlights in uncrustify-0.60 (1 Jan 2013) -------------------------------------------------------------------------------- -Objective C support was greatly enhanced in this release. -Many bugs were squashed and many options were added. - -New options: - - align_oc_msg_colon_first - - align_pp_define_together - - indent_ctor_init_leading - - indent_func_def_force_col1 - - indent_oc_block - - indent_oc_block_msg - - indent_oc_msg_colon - - ls_code_width - - nl_after_annotation - - nl_before_return - - nl_between_annotation - - nl_brace_struct_var - - nl_oc_msg_args - - nl_oc_msg_leave_one_liner - - nl_remove_extra_newlines - - nl_scope_brace - - nl_typedef_blk_end - - nl_typedef_blk_in - - nl_typedef_blk_start - - nl_unittest_brace - - nl_var_def_blk_end - - nl_var_def_blk_in - - nl_var_def_blk_start - - nl_version_brace - - sp_after_for_colon - - sp_after_oc_dict_colon - - sp_after_oc_msg_receiver - - sp_after_oc_property - - sp_after_throw - - sp_after_tparen_close - - sp_annotation_paren - - sp_before_for_colon - - sp_before_oc_dict_colon - - sp_before_pp_stringify - - sp_before_template_paren - - sp_cpp_lambda_assign - - sp_cpp_lambda_paren - - sp_extern_paren - - sp_inside_sparen_open - - sp_inside_tparen - - sp_permit_cpp11_shift - - sp_ptr_star_paren - -Changed default: - - sp_pp_stringify = ignore (was add) - -See commit.log for details. - - -Change highlights in uncrustify-0.59 (4 Oct 2011) -------------------------------------------------------------------------------- -The biggest change in this release was to rework the string handling to add -proper support for UTF-8 and UTF-16. - -New options: - - nl_case_colon_brace - - indent_ctor_init - - sp_before_tr_emb_cmt - - sp_num_before_tr_emb_cmt - - utf8_bom - - utf8_byte - - utf8_force - - sp_after_new - - nl_after_struct - - nl_after_class - - nl_property_brace - - nl_after_func_body_class - -See commit.log for details. - - -Change highlights in uncrustify-0.58 (19 May 2011) -------------------------------------------------------------------------------- -New options: - - tok_split_gte - - sp_catch_paren - - sp_scope_paren - - sp_version_paren - - cmt_insert_oc_msg_header - -See commit.log for details. - - -Change highlights in uncrustify-0.57 (25 Nov 2010) -------------------------------------------------------------------------------- -New options: - - sp_func_call_paren_empty - - nl_func_def_start - - nl_func_def_start_single - - nl_func_def_paren - - nl_func_def_args - - nl_func_def_empty - - nl_func_def_end - - nl_func_def_end_single - -See commit.log for details. - - -Change highlights in uncrustify-0.56 (27 Mar 2010) -------------------------------------------------------------------------------- -New options: - - indent_continue - - indent_cmt_with_tabs - - indent_first_bool_expr - - indent_braces_no_class - - indent_braces_no_struct - - indent_var_def_cont - - sp_assign_default - - sp_after_oc_at_sel_parens - - sp_inside_oc_at_sel_parens - - align_oc_decl_colon - - nl_after_vbrace_close - - nl_using_brace - - mod_full_brace_using - -See commit.log for details. - - -Change highlights in uncrustify-0.55 (27 Nov 2009) -------------------------------------------------------------------------------- - - See the GIT history for a full list of changes - - Fix align_left_shift with array indexes - - Objective C changes (Andre Berg) - - Fix a close paren added inside a preprocessor line - - Fix handling of 'mutable' - - New options - - sp_endif_cmt - - nl_func_decl_start_single - - nl_func_decl_end_single - - nl_after_vbrace_open_empty - - Improved options - - sp_before_ellipsis - - nl_struct_brace - - align_on_tabstop - - align_with_tabs - - align_left_shift - - nl_func_type_name - - nl_create_if_one_liner - - pos_assign - - -Changes in uncrustify-0.54 (16 Oct 2009) -------------------------------------------------------------------------------- - - Add mod_case_brace - - Add sp_after_semi_for and sp_after_semi - - Add align_oc_msg_colon - - ObjC: Do not set the parent of everything in a message at OC_MSG (was breaking casts) - - ObjC: sp_before_square does not apply in "if (i < [a count])" - - Fix crash bug in chunk_get_prev() at the start of the file - - Fix issue with #if COND followed by a cast on the next line - - Add nl_func_decl_empty - - Add nl_func_type_name_class - - Add cmt_reflow_mode (Ger Hobbelt) - - A case statement starts an expression. Fixes "case -1:" - - Improve semicolon removal test - - fix marking of brace/paren pairs that have a preproc inside - - fix nl_func_type_name where the return type contains a template - - Add mod_full_brace_if_chain - - fix detection of deref in a macro function - - fix detection of "std::vector functions;" - - Remove extra semicolons on an 'else if' - - Add sp_before_ellipsis - - treat a constructor the same as a function regarding nl_func_decl_* - - Add nl_brace_brace - - Allow any number of spaces between multi-line comments when combining them - - Add pos_compare - - Add pos_conditional - - Fix indent_relative_single_line_comments - - Add sp_after_oc_return_type and sp_after_oc_at_sel (Andre Berg) - - Add indent_namespace_level (James LewisMoss) - - Add indent_namespace_limit (Maciej Libera) - - -Changes in uncrustify-0.53 (16 May 2009) -------------------------------------------------------------------------------- - - Fix sp_inside_braces* options, which were broken by the fix to issue #2629652 - - Fix sp_after_cast, which was broken by a previous fix - - Be a little more agressive in removing unecessary semicolons - - Fix one case where the parser leaves a preprocessor #define - - Fix indent of line starting with '(' after a function name - - Add align_var_def_attribute - - Fix nl_func_type_name for function without a return type (ie, cast operator) - - Reset up state variables after processing a file - - Fix a case where a semicolon was incorrectly removed - - Fix a case where braces were incorrectly removed - - Fix handling of 'force' setting for many newline options - - Add func_wrap type for use with 'set func_wrap FSUB' - - Add type_wrap type for use with 'set type_wrap STACK_OF' - - Make file replacement more atomic - write to a temp file then rename - - With the 'replace' option, only replace if the file content changes - - Handle C# wide literal string prefix S"foo" - - Handle the ObjC '@protocol' the same as '@interface' - - Add 'make check' and 'make clean' (Ger Hobbelt) - - Add align_right_cmt_at_col (Ger Hobbelt) - - Add sp_pp_concat and sp_pp_stringify (Ger Hobbelt) - - Add mod_add_long_ifdef_{else,endif}_comment (Ger Hobbelt) - - Objective C improvements (Etienne Samson) - - Only mess with escaped newlines in a comment if inside a preprocessor - - Fix pos_xxx options when a preprocessor is near - - Apply Debian patch to man file - - Fix '<<' indenting/aligning (moved from indent.cpp to align.cpp) - - Rework the sp_before_nl_cont option - - Fix a few other bugs - - -Changes in uncrustify-0.52 (28 Feb 2009) -------------------------------------------------------------------------------- - - Add sp_before_assign and sp_after_assign - - Add sp_enum_before_assign and sp_enum_after_assign - - Add indent_var_def_blk - - Add sp_inside_sparen_close for the 'CGAL' style - - First pass at supporting ECMAScript (.es) files - - Add support for the C# '??' operator - - Fix conflict between nl_after_func_proto_group and nl_squeeze_ifdef - - Add sp_cmt_cpp_start - - Add align_on_operator - - Fix nl_func_type_name for operators - - Allow '$' to be part of identifiers (global change) - - Fix detection of the '*' in 'int a = b[0] * c;' - - Fix and improve the description of nl_multi_line_cond - - Fix handling of global namespace type such as '::sockaddr' - - Add nl_after_brace_close - - Add nl_func_scope_name - - Add cmt_insert_file_footer - - -Changes in uncrustify-0.51 (27 Nov 2008) -------------------------------------------------------------------------------- - - Prefer to split at ',' and then '=' in for() statements if at paren level - - Fix a NULL deref crash - - Fix nl_namespace_brace when something trails the open brace - - Get sp_after_sparen and sp_sparen_brace to play well together - - Ignore trailing comments when inserting the function header comment - - Combine two C comments when they have no space between them "/***//***/" - - Add cmt_insert_before_preproc - - Add mod_remove_empty_return - - Add nl_comment_func_def - - Fix aligning of anonymous bit fields - - Add indent_align_assign - - Add sp_before_case_colon - - Fix D 'invariant' handling - - Add sp_invariant_after_paren and sp_invariant_paren - - Fix handling of the C# [assembly: xxx] construct - - Fix handling of the C# 'base()' construct - - Add sp_range for the D '..' range operator as in [start .. end] - - Update $(fclass) and $(function) to handle operators - - Improve handling of inserted comments - - Enable 'finally' blocks for C# - - Add nl_after_try_catch_finally - - Add nl_between_get_set and nl_around_cs_property - - -Changes in uncrustify-0.50 (25-Oct-2008) -------------------------------------------------------------------------------- - - Fix sp_before_unnamed_ptr_star in 'char ** n' - - Fix crash when a open brace is at the end of a file - - ObjC class definitions do not need { } - - Fix ObjC msg detection - - Add sp_after_ptr_star_func, sp_before_ptr_star_func - - Add sp_after_byref_func, sp_before_byref_func - - Treat an ObjC msg decl more like a function def - - Add indent_func_const, indent_func_throw (Thanks, Ron) - - Fix detection of prototype inside extern or namespace braces - - Add align_left_shift to handle aligning of '<<' - - Add sp_cpp_cast_paren - - Add support for ObjC '@property' statements - - Add sp_brace_typedef and sp_case_label - - Merge in the lastest UniversalIndent support (Thanks, Thomas!) - - Fix extra '\r' in multi-line comments and strings - - Add sp_throw_paren - - Assume a '<' in a preprocessor can't be part of a template - - Don't align a constructor with class variables - - Fix ending column error when tokenizing strings - - -Changes in uncrustify-0.49 (22-Aug-2008) -------------------------------------------------------------------------------- - - Allow the MSVC++ '64' suffix on numbers - - Initialize align_stack class members for the MSVC++ compiler - - Indent a line that starts with '=' - - Add pos_arith and pos_assign (Thanks, Ron!) - - Fix pos_bool & code_width interaction (Thanks, Ron!) - - Fix cmt_width, which was going one word over the limit. (Thanks, Ron!) - - Major rework of the aligning code to better handle the gap options - - Indent comments before 'case' at the same level as 'case' - - mod_add_long_*_closebrace_comment adds the right comment type. (Thanks, Ron!) - - Relax number parsing even further to accept stuff like "3A" - - Add sp_after_oc_colon (Thanks, Kevin!) - - Add better detection and labeling of Objective C messages - - Add sp_after_send_oc_colon and sp_before_send_oc_colon (Thanks, Kevin!) - - Fix detection of '*' in "return n * f();" - - Add the 'set' config option which lets you create arbitrary keywords - - Add sp_func_call_user_paren and the 'func_call_user' keyword type - - -Changes in uncrustify-0.48 (18-Jul-2008) -------------------------------------------------------------------------------- - - Fix classification of '(' in '#if defined (FOO)' - - Add sp_defined_paren - - Fix handling of negative in '#if X < -1' - - Revert a change that broke indent continuation in an assignment - - Fix interaction between nl_squeeze_ifdef and nl_after_{if,for,while,switch,do} - - Preprocessor indents are indents, so indent_with_tabs=1 should do tabs - - Add pp_indent_count - - Handle C++ style casts, such as 'int(42.0)' a bit better - - Another rework of template detection - - Add sp_before_nl_cont, defaults to 'add' - - If a statement starts with 'operator', it is a function call - - Change sp_angle_word to be more generic - - Add sp_after_operator_sym for "operator ++(" vs "operator ++ (" - - Add sp_template_angle for "template<" vs "template <" - - Add support for " *INDENT-OFF* " and " *INDENT-ON* " - - Shuffle around spacing priorities - - Add handling for '...' in variadic templates - - Extend nl_template_class to handle anything after 'template <...>' - - Treat the template '<' the same as '(' for indenting - - Add indent_template_param - - Split internal CT_CAST into CT_C_CAST, CT_CPP_CAST and CT_D_CAST - - Swap priority of sp_after_angle and sp_before_ptr_star - - Change cmt_multi_indent=false to disable all reformatting (needs more work) - - Fix align_var_def_span - it wasn't counting newlines when it recursed - - Add nl_else_if - - mod_full_brace_if: Don't remove braces around certain 'else' statements - - Tweak template detection a bit more - - Rework and simplify multi-line comment indenting - - Add indent_else_if - - Improve right-comment aligning - - Fix detection of functions with a 'const' return type - - Add sp_cond_colon and sp_cond_question - - Fine-tune the right comment align stuff - - Add cmt_multi_check_last - - Add align_right_cmt_gap - - Add nl_return_expr - - Indent FPAREN_OPEN if after a newline but not before a newline - - Give sp_after_operator_sym priority over sp_func_call_paren - - Add align_same_func_call_params - - -Changes in uncrustify-0.47 (06-Jun-2008) -------------------------------------------------------------------------------- - - Fix inifinite loop bug in reindent_line - - Fix prototype detection with template parameter types - - Fix off-by-1 error on positive values for indent_access_spec and indent_label - - Add indent_extern to control indent extern-type namespaces - - Add initial support for Objective C++ (extension '.mm') - - Add nl_before_throw and indent 'throw' if after a prototype - - Extend line numbers to 32 bits (used for logging) - - Remove alternate token support for '<%', '%>', '<:', ':>', '%:', and '%:%:' - - Fix recently-broken mixing of right-comment aligning (PP_ENDIF/PP_ELSE issue) - - Indent a 'break' that follows a fully-braced 'case' at the level of the - close brace - - Add mod_move_case_break - - Fix '&' and '*' after 'delete' - - Escape opening '/*' when converting C++ comments to C comments - - Add sp_inside_braces_empty - - Fix cmt_sp_after_star_cont - - Fix cmt_sp_before_star_cont - - Explicitly disallow a tab after a space - - Improve multi-line comment indenting a bit - - Add sp_before_unnamed_byref and sp_before_unnamed_ptr_star - - -Changes in uncrustify-0.46 (22-Apr-2008) -------------------------------------------------------------------------------- - - Load the config file, if available, before handling '--universalindent' - - Add align_var_def_gap, align_var_def_colon_gap, align_var_struct_gap, - align_func_proto_gap, align_mix_var_proto, align_single_line_brace_gap - - (internal) Eliminate the 'trailer' stuff, simplify aligning - - -Changes in uncrustify-0.45 (7-Mar-2008) -------------------------------------------------------------------------------- - - Fix buffer overflow in logger code - - Add sp_enum_assign - - For elipses handling in the GCC extension "case 1 ... 5:" - - Add sp_after_class_colon, sp_before_class_colon, and sp_after_type - - Send usage text to stdout instead of stderr - - Fix mod_add_long_function_closebrace_comment if the file doesn't end in a newline - - Redo alignments after splitting long lines - - Add indent_relative_single_line_comments - - Add indent_access_spec_body - - Fix indent_func_proto_param to work on constructors - - Add cmt_indent_multi - - Add align_single_line_brace and align_single_line_func - - Fix interaction of virtual braces and #pragma - - Fix indenting problem with an assignment the last part of a for() - - Fix the order of opening files so that '-f' and '-o' can be used together - - Added a man file - - Many improvements thanks to Stas Grabois - - Fix a D problem due the lack of semicolons after struct/enum definitions - - Improve the way aligning is done - - -Changes in uncrustify-0.44 (12-Feb-2008) -------------------------------------------------------------------------------- - - Fix issue with #else and unmatched braces (issue 1868493) - - Update UnivarsalIndentGUI config output - - Add the version to generated config files - - Add nl_multi_line_define - - Minimize distance between code and the backslash-newline in macros - - Properly handle stuff like '#define MYHEADER ' - - Fix detection of 'int foo(int);' in C++ (func proto, not class variable) - - Improve handling of multi-line comments in a macro - - Fix crash bug with some ctype implementations - - Fix incorrect indenting of nested #endif with pp_if_indent_code - - Fix problem with nl_after_if and nl_before_if w/ trailing comments - - -Changes in uncrustify-0.43 (08-Jan-2008) -------------------------------------------------------------------------------- - - Add align_right_cmt_mix to control aligning of comments after '}' and '#endif' - - Allow a line split after an assignment - - Fix infinite loop bug - - Add sp_sign and sp_incdec - - Fix vbrace conversion where some are converted and some aren't - - Add a vbrace before a #pragma instead of after - - Improve Objective C support - - Add sp_before_oc_colon, sp_after_oc_scope, and sp_after_oc_type for ObjC - - Add align_oc_msg_spec_span for ObjC - - Add sp_member for spacing around '->' and '.' - - More template handling improvements - - Fix a NULL dereference related to __attribute__ - - -Changes in uncrustify-0.42 (30-Nov-2007) -------------------------------------------------------------------------------- - - Fix bug that would remove a newline after a C++ comment - - Add "--mtime" command line option to preserve the mtime - - Remove extra semicolons before inserting newlines after semicolons - - Fix broken struct initializer alignment - - Fix problem with pos_class_comma in a #define - - Fix problem with an incomplete statement in a #define and virtual braces - - Add indent_func_proto_param and indent_func_def_param - - Add nl_func_proto_type_name, split from nl_func_type_name - - Add mod_add_long_switch_closebrace_comment, mod_add_long_function_closebrace_comment - - Add mod_sort_import to sort import statements (Java/D) - - Add mod_sort_using to sort using statements (C#) - - Add mod_sort_include to sort #include (C/C++) and #import (ObjC) statements - - Add indent_func_class_param, indent_func_ctor_var_param, and - indent_func_param_double - - Fix inserting a newline before a preprocessor - - Don't split empty function parens for code_width stuff - - -Changes in uncrustify-0.41 (07-Nov-2007) -------------------------------------------------------------------------------- - - Add cmt_insert_func_header, cmt_insert_file_header, and cmt_insert_class_header - - Fix detection of prototypes without named parameters - - sp_after_byref and sp_after_ptr_star only are applied if before a word - - internal rework - - Add pp_define_at_level - - Fix detection of deref in "sizeof *x" - - Fix broken output of backslash-newline in certain situations - - Fix pp_indent_if stuff - - Add nl_after_brace_open_cmt - - Properly handle anonymous namespaces - - Add pp_space_count - - -Changes in uncrustify-0.40 (12-Oct-2007) -------------------------------------------------------------------------------- - - Simplify preprocessor indenting - - Add pp_indent_region and pp_region_indent_code - - Add pp_indent_at_level - - Add pp_indent_if and pp_if_indent_code - - Add initial VALA support - - Fix a problem with mod_full_paren_if_bool and functions - - Add nl_func_paren - - Fix function type parameter marking (broken in the last few releases) - - Don't remove newline chunks before/after a preprocessor - - -Changes in uncrustify-0.39 (25-Sep-2007) -------------------------------------------------------------------------------- - - Improve conversion operators - - Prevent undesired chunk combining ("~ ~" vs "~~" in D) - - Add nl_after_multiline_comment - - Fix handling of try/catch/finally blocks in virtual braces - - Add sp_inv, sp_not, sp_addr, sp_deref (default to remove) - - Fix nl_class_brace - - Fix indent_func_call_param - - Add nl_create_if_one_liner, nl_create_for_one_liner, nl_create_while_one_liner - - Add indent_preserve_sql - - Fix one-liner detection with multiple statements on one line - - Add nl_func_leave_one_liners and nl_if_leave_one_liners - - More template improvements - - -Changes in uncrustify-0.38 (04-Sep-2007) -------------------------------------------------------------------------------- - - Fix line splitting WRT the CT_SPACE token - - Improve function call/prototype/definition detection - - Fix some spacing issues - - More template improvements - - Allow for a C++ struct constructor - - Add nl_before_access_spec and nl_after_access_spec - - Add cmt_width, cmt_c_group, cmt_c_nl_start, cmt_c_nl_end - - Handle conversion operators - - -Changes in uncrustify-0.37 (16-Aug-2007) -------------------------------------------------------------------------------- - - A bunch of D language improvements - - Add sp_d_array_colon, nl_assign_square, nl_after_square_assign - - Fix static keyword sort order - - Improve typedef detection and aligning - - Split nl_ds_struct_enum_close_brace out of nl_ds_struct_enum_cmt - - Add indent_paren_close - - Add indent_comma_paren and indent_bool_paren - - -Changes in uncrustify-0.36 (04-Aug-2007) -------------------------------------------------------------------------------- - - Add nl_after_vbrace_open - - Improve option descriptions - - Fix seg faults (check for NULL) - - Fix spacing for operators () and [] - - Add sp_before_dc and sp_after_dc to control spacing around '::' - - Split pos_class_comma from pos_comma - - Improve line splitting a little - no longer break at '::' or '->' or '.' - - Add nl_enum_leave_one_liners and nl_getset_leave_one_liners - - Add mod_remove_extra_semicolon - - Fix handling of macro-open and macro-close - - Add align_var_struct_thresh - - Improve handling of comments after braces - - Add support for Qt slots and signals - - Add align_typedef_amp_style and align_var_def_amp_style - - Add sp_attribute_paren and handling of the '__attribute__' macro - - Add align_typedef_func, improve aligning of typedefs - - Add sp_after_semi_for_empty - - -Changes in uncrustify-0.35 (14-Jul-2007) -------------------------------------------------------------------------------- - - Fix bug with nl_func_type_name and empty param list: int foo() { ... } - - Don't parse pragma bodies - - Properly indent multiline #error and #warning - - Change nl_after_func_body to force the newline count (was a minimum) - - Fix handling of CT_PTR_STAR when all options are AV_IGNORE - - Fix problem when the first token in the file isn't in column 1 - - Properly mark catch clauses that contain parameters, ie catch (Exception *e) - - Add a newline after the open brace for nl_catch_brace, nl_do_brace, - nl_else_brace, nl_try_brace, nl_getset_brace, nl_finally_brace - - Add nl_multi_line_cond - - Fix a bug with mod_full_paren_if_bool - - Fix handling of templated variables: Buffer* buf - - Fix handling of dynamic_cast(obj) stuff - - Fix detection of templates in for() statements: - for (std::map::iterator it = map.begin(); ... - - Add --no-backup command-line option to replace w/o a backup file - - Fix nl_class_leave_one_liners when set to false - - Add nl_class_colon, which split the functionality of nl_class_init_args - - Improve detection of reference variable declarations (A& B) - - -Changes in uncrustify-0.34 (11-May-2007) -------------------------------------------------------------------------------- - - Add sp_angle_paren and sp_angle_word - - Properly handle multi-line CPP comments - - Add sp_inside_paren_cast - - improve indent_class_colon - - fix indenting on open parens - - Add sp_before_semi_for_empty - - Fix detection of while if the do is in a preprocessor chunk (1675673) - - (pawn) Don't add vsemi after case/switch brace close (1684840) - - Add nl_assign_leave_one_liners to allow "foo_t foo = { 0, 1 };" - - Change handling of #region stuff so that it is indented at brace level - - Fix handling of missing semicolon after while-of-do. - - Fix crash-bug in handling bad code: "if (a && );" - - Add pos_comma - - -Changes in uncrustify-0.33 (05-Mar-2007) -------------------------------------------------------------------------------- - - Fix converting C++ comments with embedded C comments - - Fix nl_func_var_def_blk with class variables - - Fix some output issues with the 1st line and C++ comments - - Eliminate indent_case_body, which wasn't used - - Change rules for indenting case braces and the use of indent_case_brace - - Fix variable declaration detection at the start of a code block - - Add support for custom open/close indenting macros - MACRO_OPEN, MACRO_ELSE, MACRO_CLOSE - - Fix the config updating routines to NOT lose custom types and stuff - - Add nl_after_func_body_one_liner - - Fix nl_class_init_args - - Add --universalindent option to output an ini file for UniversalIndentGUI - - -Changes in uncrustify-0.32 (20-Feb-2007) -------------------------------------------------------------------------------- - - Enable align_proto_var_def for constructors - - Fix while-of-do handling inside virtual braces - - Fix problem with comments between a close brace and else - - Add sp_before_comma - - Change align_var_def_star to align_var_def_star_style - - Change align_proto_var_def to align_func_params - - Add ls_func_split_full and ls_for_split_full - - Rework code width code a bit - - Start Objective C support - - Add cmt_sp_before_star_cont and cmt_sp_after_star_cont - - Fix spacing between (( and )) - - Add nl_try_brace, nl_catch_brace, nl_finally_brace, nl_brace_catch, - nl_brace_finally, sp_catch_brace, sp_brace_catch, sp_finally_brace, - sp_brace_finally, sp_try_brace - - Treat typedef functions the same as other function for param aligning - - Turn any word after a enum/struct/union into a type - - Add sp_getset_brace and nl_getset_brace - - Add mod_full_paren_if_bool - - Add nl_before_c_comment and nl_before_cpp_comment - - Fix nl_class_leave_one_liners - - Add nl_ds_struct_enum_cmt - - Add sp_balance_nested_parens - - -Changes in uncrustify-0.31 (24-Jan-2007) -------------------------------------------------------------------------------- - - Improve mixed tab indent / space align - - Try to fix spacing around embedded comments - - Add indent_access_spec - - Add __func__ and __FUNCTION__ detection for non-C99 compilers - - General code cleanup (Thanks Tom!) - - Add indent_xml_string - - Add align_proto_var_def to align variables in prototypes - - -Changes in uncrustify-0.30 (24-Nov-2006) -------------------------------------------------------------------------------- - - Use environment variable UNCRUSTIFY_CONFIG if no '-c' option (non-WIN32) - - Default to ~/.uncrustify.cfg if no '-c' option and no env var (non-WIN32) - - Add '-q' option to the usage info - - Added initial embedded SQL support - - Many bug fixes - - New options: indent_braces_no_func, indent_sing_line_comments, nl_before_if, - nl_before_for, nl_after_for, nl_before_while, nl_after_while, - nl_before_switch, nl_after_switch, nl_before_do, nl_after_do - - -Changes in uncrustify-0.29 (26-Oct-2006) -------------------------------------------------------------------------------- - - Add support for the 'Klaus' style - - Fix a bunch of c++ template bugs - - Add option nl_class_leave_one_liners - - -Changes in uncrustify-0.28 (06-Oct-2006) -------------------------------------------------------------------------------- - - Fix D range array detection a[1..4] => a[1 .. 4] - - Fix D delegate variable aligning - - More documentation updates (thanks Dirk!) - - New options: nl_after_semicolon and nl_after_open_brace - - -Changes in uncrustify-0.27 (23-Sep-2006) -------------------------------------------------------------------------------- - - Improve template detection again (allow CT_TYPE in a template) - - Fix bad formatting in "[ABC * 123]" and "[0xf & *val]" - - Add --replace option to convert files in-place - - Use a map for the options - - Major configuration/option cleanup - - add -o option to write to a file instead of stdout - - -Changes in uncrustify-0.26 (09-Sep-2006) (removed a number from the version) -------------------------------------------------------------------------------- - - Fix preprocessor labeling WRT comments - - Fix an indenting problem - - Add sp_after_byref - - Fix alignment of global variable definitions - - Fix detection of deref inside squares: a[*p] - - Fix a weird indenting bug - - Fix D template ! spacing - - Add sp_after_operator - - Add nl_template_class - - Add start to detailed docs inside the program - - Add --prefix and --suffix command line args - - Add align_enum_equ_thresh and fix align_enum_equ_span - - Fix formatting of function typedefs - - Add indent_member - - Simplify the indenting code a bit - - Improve type_cast stuff (ie, dynamic_cast<> or static_cast<>) and templates - - -Changes in uncrustify-0.0.25 (26-Aug-2006) -------------------------------------------------------------------------------- - - Add sp_after_ptr_star, sp_before_ptr_star, sp_between_ptr_star - - Fix D tokenizing for numbers and strings - - Fix a bug with cast detection and with nl_after_func_proto - - Improve template detection - - Rename nl_bool_pos to pos_bool - - Add pos_class_colon - - Add indent_class_colon - - Add nl_class_init_args - - Add nl_collapse_empty_body - - Add indent_square_nl - - -Changes in uncrustify-0.0.24 (05-Aug-2006) -------------------------------------------------------------------------------- - - Add initial PAWN support (thanks to Derek Evan Mart for testing and motivation!) - - Fix parsing of numbers like 10.0 - - Fix double negative (- -x) vs (--x) - - Add ability to convert C++ (//) comments into C (/* */) comments - - Fix usage of indent_columns; output_tab_size is only needed if using tabs - - Add first small step in code width handling - - New options: sp_fparen_brace, sp_macro, sp_marco_func, - nl_elseif_brace, mod_pawn_semicolon, cmt_cpp_to_c, cmt_cpp_group, - cmt_cpp_nl_start, cmt_cpp_nl_end, sp_after_tag - - -Changes in uncrustify-0.0.23 (22-Jul-2006) -------------------------------------------------------------------------------- - - Fix some crash bugs and some formatting problems - - Fix Windows CRLF issues (binary vs text mode) - - Add indent_class and indent_namespace - - Add nl_class_brace and nl_namespace_brace - - Add handling of operator stuff in CPP - - Improve the test script a bit - - Add sp_inside_fparens - - Add ability to define types in the config file - - Started work on improving #ifdef handling by evaluating the preprocessor - - -Changes in uncrustify-0.0.22 (15-Jul-2006) -------------------------------------------------------------------------------- - - Implement nl_max, nl_before_block_comment, nl_after_func_body, - nl_after_func_proto, nl_after_func_proto_group - - Improve detection of function prototypes - - Improve marking of function prototype-related tokens - - Improve variable definition aligning - - fix align_var_def threshold - - Improve handling of "private:" style stuff - - Handle types with "::" in them - - Add preprocessor spacing and indenting - - Fix tab indenting style 1 (tab indent, space align) - - Improve multi-line comment formatting - - -Changes in uncrustify-0.0.21 (01-Jul-2006) -------------------------------------------------------------------------------- - - Clean up some memory leaks & uninitialized variables - - Add option to process multiple files at once - - Change the newlines values from [UNIX, DOS, MAC] to [LF, CRLF, CR] - - Properly mark the parens for functions - - Implement control over the format of the function prototypes and definitions - - Update configuration.txt - - -Changes in uncrustify-0.0.20 (10-Jun-2006) -------------------------------------------------------------------------------- - - Fix cast on a sizeof: (INT32)sizeof(x) - - Fix this: "#define SOME_JUNK /*lint -e123 */(const mytype_t *)-1" - - Don't align function typedefs (fixed again) - - Finally fix the DOS and MAC line-ending support - - Add line-ending autodetection - - Add Windows build support - - -Changes in uncrustify-0.0.19 (27-May-2006) -------------------------------------------------------------------------------- - - Fix C/C++/C# casts - - Improve D casts - - -Changes in uncrustify-0.0.18 (12-May-2006) -------------------------------------------------------------------------------- - - Add nl_bool_pos to move boolean ops between eol and sol - - Improve C99 array initializer aligning/formatting - - Replace nl_eat_start, nl_eat_end, and nl_eof_min with nl_start_of_file, - nl_start_of_file_min, nl_end_of_file, and nl_end_of_file_min - - -Changes in uncrustify-0.0.17 (03-May-2006) -------------------------------------------------------------------------------- - - Add nl_eat_start to remove newlines at the start of the file - - Add nl_eat_end to remove newlines at the end of the file - - Add nl_eof_min to set the minimum number of newlines at the end of file - - Add newlines setting to configure the newline output - - Add '-q' command line option to turn off logging - - Fix bug in nl_func_var_def_blk handling - - -Changes in uncrustify-0.0.16 (21-Apr-2006) -------------------------------------------------------------------------------- - - Add a stack alignment helper class - - Improve typedef formatting - - Add aligning thresholds for typedefs and assignments - - update the automake/autoconf stuff - - -Changes in uncrustify-0.0.15 (14-Apr-2006) -------------------------------------------------------------------------------- - - Switch to C++ - - Improve C++ template formatting - - Improve C++ class handling - - -Changes in uncrustify-0.0.14 (09-Apr-2006) -------------------------------------------------------------------------------- - - Read from stdin if no file is specified - - Build on OS X - - -Changes in uncrustify-0.0.13 (07-Apr-2006) -------------------------------------------------------------------------------- - - Rewrite the indent code - - Fix a bunch of small problems with C casts - - Rename a few files - - Add more tests - - -Changes in uncrustify-0.0.12 (30-Mar-2006) -------------------------------------------------------------------------------- - - Add support for D template format "Foo!(int,char)" - - Fix a format bug in a log - - Fix elipsis spacing (remove space before elipsis) - - Don't use getopt as it isn't all that portable (at least for QNX) - - Rename some files - - Bugfix: don't add virtual braces on the same line as a preprocessor - - Bugfix: clean up indexed array aligning - - -Changes in uncrustify-0.0.11 (27-Mar-2006) -------------------------------------------------------------------------------- - - fix brace analysis on else statement - - allow options to depend on other options - - set the parent for case braces - - handle/indent the C++ class colon thingy - - handle C++ constructors and function defs - - special handling for '::' operator - - implement case indenting - - handle cout '<<' indenting - - handle DOS and MAC line endings in multiline comments - - rename some indent options - - fix ifndef handling - - fix volatile handling - - fix private/public/protected 'label' handling - - alternate punctuators are also part of C++ - - handle C++ wide L"strings" - - improve C# get/set handling - - fix spacing bug "a++;" vs "a ++;" due to statement start misdetect - - add nl_assign_brace - - fix parent of vbrace close - - more test enhancements - - -Changes in uncrustify-0.0.10 (22-Mar-2006) -------------------------------------------------------------------------------- - - Complete rewrite of tokenizer and brace parser - - Added support for D nested comments - - Fixed some virtual brace bugs - - Added some documentation for the brace parsing stuff - - Add more tests to improve coverage (still lacking) - - -Changes in uncrustify-0.0.9 (18-Mar-2006) -------------------------------------------------------------------------------- - - Major enhancements for D - - Add handling for special "[]" sequence for C#/D - - add some more tests - - -Changes in uncrustify-0.0.8 (13-Mar-2006) -------------------------------------------------------------------------------- - - update TODO list - - add a threshold for brace removal - - improve brace removal - - keep track of whether a token follows a tab - - add option to preserve non-indenting tabs - - major keyword and operator cleanup for C++, C#, D, and Java - - add 'string' variants for ARITH, COMPARE, etc - - add C# get/set detection - - add template detection - - add colon handling for class stuff and anonymous bitfields - - pop the whole indent stack when leaving a preprocessor - - fix embedded return handling in C#, ie: [ this should return negative ] - - fix a problem with the ifdef frame stack (still a problem lurking...) - - handle literal strings (C#) - - handle non-keyword words (C#) -- example: @if @switch - - set the parent on 'do' braces - - handle C# #region preprocessor stuff - - partially implement align on tabstop - - fix virtual brace spacing (no more "else return;" => "elsereturn;") - - add some more tests - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/README.md b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/README.md deleted file mode 100644 index c8cac867..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/README.md +++ /dev/null @@ -1,395 +0,0 @@ -[![AppVeyor](https://img.shields.io/appveyor/ci/uncrustify/uncrustify/master.svg?style=flat-square&label=Windows)](https://ci.appveyor.com/project/uncrustify/uncrustify) -[![Coverage Status](https://coveralls.io/repos/github/uncrustify/uncrustify/badge.svg?branch=master)](https://coveralls.io/github/uncrustify/uncrustify?branch=master) - -[![Conan Center](https://shields.io/conan/v/uncrustify)](https://conan.io/center/uncrustify) - ---------------------------- - -# Uncrustify -A source code beautifier for C, C++, C#, Objective-C, D, Java, Pawn and Vala. - -## Features -* Highly configurable - 850 configurable options as of version 0.78.0 --
add/remove spaces - - - `sp_before_sparen`: _Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc._ - - `sp_compare`: _Add or remove space around compare operator '<', '>', '==', etc_ -
- --
add/remove newlines - - - `nl_if_brace`: _Add or remove newline between 'if' and '{'_ - - `nl_brace_while`: _Add or remove newline between '}' and 'while' of 'do' statement_ -
- --
add/remove blanklines - - - `eat_blanks_before_close_brace`: _Whether to remove blank lines before '}'_ - - `nl_max`: _The maximum consecutive newlines (3 = 2 blank lines)_ -
- --
indent code - - - `indent_switch_case`: _indent_switch_case: Spaces to indent 'case' from 'switch'_ - - `indent_class_colon`: _Whether to indent the stuff after a leading base class colon_ -
- --
align code - - - `align_func_params`: _Align variable definitions in prototypes and functions_ - - `align_struct_init_span`: _The span for aligning struct initializer values (0=don't align)_ -
- --
modify code - - - `mod_full_brace_for`: _Add or remove braces on single-line 'for' statement_ - - `mod_paren_on_return`: _Add or remove unnecessary paren on 'return' statement_ -
- -Here is an example [configuration file](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/ben.cfg.txt), -and here is a [before](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/examples/c-1.in.c) -and [after](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/examples/c-1.out.c) -C source example. -That should give you a pretty good idea of what Uncrustify can do. - - - - - ---------------------------------------------------------------------------- - -## Binaries -Pre compiled binaries for Windows can be downloaded [here](https://sourceforge.net/projects/uncrustify/files/). - -## Build -[Python](https://www.python.org/) is an "interpreted high-level programming language for general-purpose programming", for this project it is needed to extend the capabilities of CMake. - -[CMake](https://cmake.org/) is a tool that generates build systems -(Makefiles, Visual Studio project files, Xcode project files and others). - -To generate a build system for Uncrustify using CMake on UNIX-like systems, create a -build folder and run CMake from it, making sure to specify Release mode: - -```bash -$ mkdir build -$ cd build -$ cmake -DCMAKE_BUILD_TYPE=Release .. -``` -Other systems may require other flags (e.g. `cmake -G Xcode ..` for Xcode). - -Then use the build tools of your build system (in many cases this will -simply be `make`, but on Windows it could be MSBuild or Visual Studio). -Or use CMake to invoke it: - -```bash -$ cmake --build . --config Release -``` - -If testing is enabled, CMake generates a `test` target, which you can -_build_ using your build system tools (usually `make test`). This can also -be invoked using CTest: - -```bash -$ ctest -V -C Debug -``` - -There is also an `install` target, which can be used to install the -Uncrustify executable (typically `make install`). - -### A note on CMake configurations -Some build systems are single-configuration, which means you specify the -build type when running CMake (by setting the `CMAKE_BUILD_TYPE` -variable), and the generated files then build that configuration. - -An example of a single-configuration build system are Makefiles. You can -build the Release or Debug configurations of Uncrustify (from the build folder) with: - -```bash -$ cmake -DCMAKE_BUILD_TYPE=Release .. -$ make -``` -or -```bash -$ cmake -DCMAKE_BUILD_TYPE=Debug .. -$ make -``` - -Other build systems are multi-configuration, which means you specify the -build type when building. - -An example of a multi-configuration build system are Visual Studios project -files. When you open the project in Visual Studio, you can select which -configuration to build. You can also do this while building from the -command line with `cmake --build . --config Debug`. - - -## Bugs -Post any bugs to the issue tracker found on the projects GitHub page: - https://github.com/uncrustify/uncrustify/issues - -Please include the following with your issue: - - a description of what is not working right - - input code sufficient to demonstrate the issue - - expected output code - - configuration options used to generate the output - -More about this is in the [ISSUE_TEMPLATE](https://github.com/uncrustify/uncrustify/blob/master/.github/ISSUE_TEMPLATE) - - -### Known problems -[Look at the Wiki](https://github.com/uncrustify/uncrustify/wiki/Known-Problems) - - -## Which repositories have uncrustify? -[Look here](https://repology.org/metapackage/uncrustify/versions) - - -## Contribute -If you want to add a feature, fix a bug, or implement missing -functionality, feel free to do so! Patches are welcome! -Here are some areas that need attention: - -- __Patches for Objective-C support__. We really need someone who knows - this language as it has more than plenty open issues. A good starting - point would be to integrate changes made in the - [Unity fork](https://github.com/Unity-Technologies/uncrustify/tree/fixes/c-oc-java) -- Test Java support and provide feedback (or patches!) -- Test Embedded SQL to see what works -- A logo of some sort -- Anything else that you want to do to make it better? - -### A note about pull requests -Firstly take a look at the [CONTRIBUTING.md](https://github.com/uncrustify/uncrustify/blob/master/CONTRIBUTING.md) - -Currently we have two continuous integration systems that test your PRs, -TravisCI and Appveyor. -Tested are the test cases, the formatting of the code base and -the output of the command line options. - -Test cases can be found in the `tests/` directory. Every file ending with -`.test` is a test set. Inside each line with these components is a -single test: `testNr[!] testConfigFileName testInputFileName [lang]` - -The configuration file `testConfigFileName` has to be located inside `tests/config`, -the input file `testInputFileName` inside `tests/input//`, -and expected results file inside the `tests/expected//` -directory. -Expected results have the following naming convention: `testNr-testInputFileName`. - -Optionally a `!` can follow the `testNr` to enable a custom rerun -configuration. -Rerun configurations need to be named like this: -`testConfigFileName`(without extension)+`.rerun`+`.extension` - -Also, optionally a language for the input can be provided with `lang`. - -The codebase has to be formatted by the options set up in -`forUncrustifySources.cfg`. Failing to format the sources correctly will -cause TravisCI build failures. - -The Command line interface (CLI) output is tested by the -`test_cli_options.sh` script. It is located inside of `tests/cli/` and operates -on the subdirectories of that folder. - -If a PR is altering the CLI output, files inside those directories might -need to be manually updated. This often happens when options are -added, removed, or altered. Keep in mind that the version string line -(example: `# Uncrustify-0.69.0_f`) of outputs from commands like -`--show-config` should be replaced with a blank line. - -### Debugging - -The first method is to use uncrustify itself to get debug informations. -Using: -```.txt - uncrustify -c myExample.cfg -f myExample.cpp -p myExample.p -L A 2>myExample.A -``` -you get two files for the first informations. -The p-file gives you details of the parsing process and indentation. -```.txt -# Line Tag Parent Columns Br/Lvl/pp Flag Nl Text -# 1> CLASS[ NONE][ 1/ 1/ 6/ 0][0/0/0][ 10070000][0-0] class -# 1> TYPE[ CLASS][ 7/ 7/ 14/ 1][0/0/0][ 10000000][0-0] Capteur -# 1> BRACE_OPEN[ CLASS][ 15/ 15/ 16/ 1][0/0/0][ 100000400][0-0] { -``` - -The A-file gives you many details about the run itself, where the process is running thru, -which values have the most important variables. -```.txt -tokenize(2351): orig line is 1, orig col is 1, Text() 'class', type is CLASS, orig col_end is 6 -tokenize(2351): orig line is 1, orig col is 7, Text() 'Capteur', type is WORD, orig col_end is 14 -tokenize(2351): orig line is 1, orig col is 15, Text() '{', type is BRACE_OPEN, orig col_end is 16 -``` - -You can also dump the parsing information of each formatting step using the 'dump steps' option. -```.txt - uncrustify -c myExample.cfg -f myExample.cpp -ds dump -``` -This will create a series of 'dump_nnn.log' files, each containing the parsing information at -specific points of the formatting process ('dump_000.log' will list the formatting options in use). - -You can combine this option with -p and -L to get a lot of detailed debugging information. -```.txt - uncrustify -c myExample.cfg -f myExample.cpp -p myExample.p -L A 2>myExample.A -ds dump -``` - -It might be useful to add some code lines to see where something is happening. -Use the package `unc_tools`. -Remove the comment at line: -```.cpp -#define DEVELOP_ONLY -``` -Import the package: -```.cpp -#include "unc_tools.h" -``` -Add at some places the line: -```.cpp -prot_the_line(__LINE__, 6, 0); -``` -Compile again with DEBUG option. - - - -### How to add an option - -If you need a new option, there are a few steps to follow. -Take as example the option `sp_trailing_ret_t` - -First define the option: -- Insert the code below to the file src/options.h -_NOTE: -This file is processed by make_options.py, and must conform to a particular -format. Option groups are marked by '//begin ' (in upper case; this example -is lower case to prevent being considered a region marker for code folding) -followed by the group description. Options consist of two lines of -declaration preceded by one or more lines of C++ comments. The comments form -the option description and are taken verbatim, aside from stripping the -leading '// '. Only comments immediately preceding an option declaration, -with no blank lines, are taken as part of the description, so a blank line -may be used to separate notations from a description. -An option declaration is 'extern TYPE\nNAME;', optionally followed by -' // = VALUE' if the option has a default value that is different from the -default-constructed value type of the option. The 'VALUE' must be valid C++ -code, and is taken verbatim as an argument when creating the option's -instantiation. Note also that the line break, as shown, is required. -_ -```.cpp -// Add or remove space around trailing return operator '->'. -extern Option -sp_trailing_ret_t; -``` -- Insert the code below to the file src/space.cpp -```.cpp - if (first->Is(CT_TRAILING_RET_T)) - { - // Add or remove space around trailing return operator '->'. - log_rule("sp_trailing_ret_t"); - return(options::sp_trailing_ret_t()); - } -``` - - -### Portability - -We are pretty sure that nothing OS-specific is used in the code base. -The software has been previously tested on the following operating systems: -- Linux -- QNX -- OS X -- FreeBSD, NetBSD, OpenBSD -- Sun Solaris 9 -- Windows (binary available) - - ---------------------------------------------------------------------------- - -## Running the program - -__NOTE__ This application works reasonably well but it has bugs. Do __not__ -apply it on your whole codebase without checking the results! - -Here are ways to run it: -``` -$ uncrustify -c mystyle.cfg -f somefile.c -o somefile.c.unc -$ uncrustify -c mystyle.cfg -f somefile.c > somefile.c.unc -$ uncrustify -c mystyle.cfg somefile.c -$ uncrustify -c mystyle.cfg --no-backup somefile.c -$ uncrustify -c mystyle.cfg *.c -$ uncrustify -c mystyle.cfg --no-backup *.c -``` -The `-c` flag selects the configuration file. -The `-f` flag specifies the input file. -The `-o` flag specifies the output file. -If flag `-f` is used without flag `-o` the output will be send to `stdout`. - -Alternatively, multiple or single files that should be processed can be -specified at the command end without flags. -If the flag `--no-backup` is missing, every file is saved with the initial -name and an additional suffix (can be changed with --suffix). - -For more options descriptions call: -```bash -$ uncrustify -h -``` - -## Configuring the program -Uncrustify usually reads configuration files that are passed via the `-c` -flag. If the flag is not provided, Uncrustify will try to find a -configuration file via the `UNCRUSTIFY_CONFIG` environment variable or a -file with the name `.uncrustify.cfg` or `uncrustify.cfg` in your home folder. - -To get a list of: -- all available options use: - ```bash - uncrustify --show-config - ``` - -- all available options in a usable configuration file format use: - ```bash - uncrustify --update-config - ``` - - or - - ```bash - uncrustify --update-config-with-doc - ``` - - As the names suggest, both options can produce output that adds newly - introduced options to your old configuration file. For this your old - configuration file has to be passed via the `-c` flag: - ```bash - uncrustify --update-config-with-doc -c path/to/your.cfg - ``` - -Example configuration files that can be used as a starting point can be -found in the `etc/` directory (such as [ben.cfg](./etc/ben.cfg)). - -Modify to your liking. Use a quality side-by-side diff tool to determine -if the program did what you wanted. Repeat until your style is refined. - -To ease the process a bit, some 3rd party tools are available: -- [Universal Indent GUI](http://universalindent.sourceforge.net/) - A - cross-platform graphical configuration file editor for many code - beautifiers, including Uncrustify. -- [uncrustify_config](https://github.com/CDanU/uncrustify_config) - A web - configuration tool based on Uncrustify's emscripten interface. -- [UncrustifyX](https://github.com/ryanmaxwell/UncrustifyX) - Uncrustify - utility and documentation browser for Mac OS X - -Under Windows: -Uncrustify is a command-line tool, if you run it by double-clicking the -executable, it will open a command prompt run the executable -(which prints the help message), and then immediately close the window -as uncrustify exits. - -You can open the command prompt (which is an interactive terminal -window that allows you to run commands without it closing as soon as -they exit) and run uncrustify.exe there. - -## Using uncrustify with vim -Have a look [here](https://github.com/cofyc/vim-uncrustify) - -## Using uncrustify with IntelliJ -Have a look at https://plugins.jetbrains.com/plugin/17528-uncrustify diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/changelog b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/changelog deleted file mode 100644 index 0e7ef0c3..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/changelog +++ /dev/null @@ -1,352 +0,0 @@ -uncrustify-trinity (0.78.0-0debian13.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.78.0 - - -- Michele Calgaro Sun, 18 Nov 2023 17:35:00 +0900 - -uncrustify-trinity (0.76.0-0debian12.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.76.0 - - -- Michele Calgaro Sun, 04 Dec 2022 18:56:43 +0900 - -uncrustify-trinity (0.75.0-0debian11.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.75.0 - - -- Michele Calgaro Fri, 06 May 2022 13:49:07 +0900 - -uncrustify-trinity (0.74.0-0debian11.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.74.0 - - -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 - -uncrustify-trinity (0.73.0-0debian11.0.0+2) unstable; urgency=medium - - * Fix Python detection on CMake < 3.12. - - -- Slávek Banko Wed, 20 May 2021 00:00:40 +0200 - -uncrustify-trinity (0.73.0-0debian11.0.0+1) unstable; urgency=medium - - * Backported commits cb1a42dd from upstream. - - -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 - -uncrustify-trinity (0.73.0-0debian11.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.73.0 - - -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 - -uncrustify-trinity (0.72.0-0debian11.0.0+8) unstable; urgency=medium - - * Switch to build using ninja-build - - -- Slávek Banko Tue, 18 May 2021 19:30:49 +0200 - -uncrustify-trinity (0.72.0-0debian11.0.0+7) unstable; urgency=medium - - * TDE version 0.72-0+7 - * Backported commits 5f3f392a and fb66774e from upstream. - - -- Michele Calgaro Thu, 05 Jan 2021 11:08:00 +0900 - -uncrustify-trinity (0.72.0-0debian11.0.0+6) unstable; urgency=medium - - * TDE version 0.72-0+6 - * Backported commits 45681e88 and 64d93e3fb from upstream. - - -- Michele Calgaro Thu, 24 Dec 2020 20:14:00 +0900 - -uncrustify-trinity (0.72.0-0debian11.0.0+0) unstable; urgency=medium - - * TDE version of upstream 0.72.0 - - -- Michele Calgaro Thu, 20 Dec 2020 17:52:23 +0900 - -uncrustify (0.72.0) unstable; urgency=medium - - * New upstream version 0.72.0 - - -- Alexander GQ Gerasiov Thu, 20 Dec 2020 17:34:01 +0900 - -uncrustify (0.71.0+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.71.0 - * d/control: Use debhelper-compat syntax, switch to level 12. - * d/control: Use python3 in B-D (Closes: #943295). - * d/control: Bump Standards-Version, no more changes needed. - * d/control: Remove unnnecessary --parallel. - - -- Alexander GQ Gerasiov Thu, 27 Aug 2020 17:12:57 +0300 - -uncrustify (0.69.0+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.69.0 - * Remove fix_parallel_test.patch: Fixed upstream. - - -- Alexander GQ Gerasiov Tue, 02 Jul 2019 19:00:32 +0300 - -uncrustify (0.68.1+dfsg1-2) unstable; urgency=medium - - * Add d/patches/fix_parallel_test.patch: Fix test failure on parallel run. - - -- Alexander GQ Gerasiov Mon, 10 Dec 2018 02:36:22 +0300 - -uncrustify (0.68.1+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.68.1 - * d/control: Add python-all to Build-Depensds. - * d/rules: Run all tests (now disabled by default by upstream). - - -- Alexander GQ Gerasiov Sun, 02 Dec 2018 16:19:42 +0300 - -uncrustify (0.67+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.67 - * debian/control: Move git to salsa. - * Add docs-remove-remote-images.patch: Remove remote images from docs. - - -- Alexander GQ Gerasiov Mon, 18 Jun 2018 01:13:56 +0300 - -uncrustify (0.66.1+dfsg1-1) unstable; urgency=medium - - * Add debian/gbp.conf. - * New upstream version 0.66.1 Fixed FTBFS on some arches (Closes: #881249) - * Bump Standards-Version to 4.1.2 (no additional changes needed). - - -- Alexander GQ Gerasiov Sun, 17 Dec 2017 18:49:06 +0300 - -uncrustify (0.66+dfsg1-1) unstable; urgency=medium - - * debian/control: Remove Fathi Boudra from uploaders. - (Closes: #879444.) Thanks for your job. - * New upstream version 0.66 - * Bump Standards-Version to 4.1.1 (no additional changes needed). - * debian/control: Add more languages to short description. - - -- Alexander GQ Gerasiov Wed, 08 Nov 2017 18:18:47 +0300 - -uncrustify (0.65+git20170831+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.65+git20170831. Fixes various FTBFS and autotests - failures on exotic archs. (Closes: #867376) - * Bump Standards-Version to 4.1.0 (no additional changes needed). - - -- Alexander GQ Gerasiov Thu, 31 Aug 2017 20:25:06 +0300 - -uncrustify (0.65+dfsg1-1) unstable; urgency=medium - - * New upstream version 0.65 - * debian/control: Add python-minimal to Build-Depends. - - -- Alexander GQ Gerasiov Tue, 04 Jul 2017 14:50:47 +0300 - -uncrustify (0.64+dfsg1-1) unstable; urgency=medium - - * Imported Upstream version 0.64 - (Closes: #748787, #814193, #594210, #775517, #594206, #616708) - * Remove non-free documentation/htdocs/project-support.jpg. - * Imported debian dir from previous version. - * Remove "debian/ Sat, 03 Dec 2016 20:19:22 +0300 - -uncrustify (0.59+dfsg1-1.1) unstable; urgency=medium - - * Non-maintainer upload. - * Remove non-free file (project-support.jpg). Closes: #753760 - - -- Mathieu Malaterre Fri, 16 Jan 2015 16:52:15 +0100 - -uncrustify (0.59-2) unstable; urgency=low - - * Fix FTBFS with gcc 4.7 by fixing missing include. - (Closes: #667404) - - -- Fathi Boudra Mon, 21 May 2012 15:40:46 +0300 - -uncrustify (0.59-1) unstable; urgency=low - - * New upstream release. - * Add myself to Uploaders. - - -- Fathi Boudra Sat, 31 Dec 2011 12:49:32 +0200 - -uncrustify (0.57-1) unstable; urgency=low - - * New upstream release. - - [ Fathi Boudra ] - * Removed patch to check for NULL - stolen upstream. - * Bumped Standards-Version to 3.9.1 (no changes needed). - - -- Johann Rudloff Mon, 21 Feb 2011 11:54:28 +0200 - -uncrustify (0.56-2) unstable; urgency=low - - [ Fathi Boudra ] - * Added patch to check for NULL to prevent a segmentation fault. - (Closes: #580195) - * Bumped Standards-Version to 3.9.0 (no changes needed). - - -- Johann Rudloff Thu, 01 Jul 2010 20:34:01 +0300 - -uncrustify (0.56-1) unstable; urgency=low - - * New upstream release. - - [ Fathi Boudra ] - * Switch to dpkg-source 3.0 (quilt) format. - * debian/control: - - bumped debhelper version to 7.4.15 - - fixed typo in long description. - * debian/copyright: - - added email author. - - added myself. - - -- Johann Rudloff Tue, 20 Apr 2010 13:08:29 +0300 - -uncrustify (0.55-1) unstable; urgency=low - - * New upstream release (Closes: #540817) - - [ Fathi Boudra ] - * debian/patches/manpage_fix_hyphens.diff: removed - merged upstream - * debian/compat: bumped to 7 - * debian/control: - - bumped debhelper version to 7.4.13 - - bumped Standards-Version to 3.8.4 (no changes needed) - - added ${misc:Depends} - * debian/docs: updated - * debian/rules: rewrited from scratch to use dh and enabled parallel build - - -- Johann Rudloff Wed, 17 Feb 2010 09:18:41 +0100 - -uncrustify (0.52-1) unstable; urgency=low - - * New upstream release (closes: #526100) - * debian/copyright: changed years and wording of copyright - * debian/patches/manpage_fix_hyphens.diff: added patch to fix fixed hyphens - used as minus signs in manpage - * debian/rules: included usage of quilt - * debian/control: added build dependency quilt - bumped Standards-Version to 3.8.1 (no changes required) - - -- Johann Rudloff Thu, 30 Apr 2009 11:32:27 +0200 - -uncrustify (0.48-1) unstable; urgency=low - - * New upstream release - * debian/rules: removed CFLAGS settings (done by dpkg-buildpackage) - - -- Johann Rudloff Tue, 22 Jul 2008 11:19:54 +0200 - -uncrustify (0.47-1) unstable; urgency=low - - * New upstream release (closes: #479372) - * Bumped Standards-Version to 3.8.0 (no changes required) - * removed debian/uncrustify.1, since upstream sources now include a - manpage - * debian/rules: removed call to dh_installman, manpage is installed by - make install - * debian/rules: removed unneeded call to dh_installdirs - - -- Johann Rudloff Sun, 08 Jun 2008 10:09:53 +0200 - -uncrustify (0.44-1) unstable; urgency=low - - * New upstream release - * debian/uncrustify.1: updated version number and date - - -- Johann Rudloff Sun, 24 Feb 2008 09:13:49 +0100 - -uncrustify (0.43-1) unstable; urgency=low - - * New upstream release (closes: #461631) - * Bumped Standards-Version to 3.7.3 (no changes required) - * debian/copyright: updated years of copyright - * debian/control: moved homepage address from description to a separate field - * debian/uncrustify.1: updated year and month - * debian/rules: copy update config.{sub,guess} into source tree in - config.status target, remove them in clean target - - -- Johann Rudloff Thu, 10 Jan 2008 15:37:19 +0100 - -uncrustify (0.41-1) unstable; urgency=low - - * New upstream release - - -- Johann Rudloff Mon, 12 Nov 2007 21:22:25 +0100 - -uncrustify (0.40-1) unstable; urgency=low - - * New upstream release - - -- Johann Rudloff Tue, 16 Oct 2007 21:26:13 +0200 - -uncrustify (0.39-1) unstable; urgency=low - - * New Upstream Version - - -- Johann Rudloff Wed, 26 Sep 2007 23:50:30 +0200 - -uncrustify (0.38-1) unstable; urgency=low - - * New upstream release - - -- Johann Rudloff Thu, 06 Sep 2007 22:52:16 +0200 - -uncrustify (0.37-1) unstable; urgency=low - - * New upstream release - * debian/uncrustify.1: added new command line options - * debian/uncrustify.1: changes in formatting and description - - -- Johann Rudloff Sun, 19 Aug 2007 19:33:08 +0200 - -uncrustify (0.36-1) unstable; urgency=low - - * New upstream release (closes: #434938, #434939) - - -- Johann Rudloff Tue, 07 Aug 2007 13:49:41 +0200 - -uncrustify (0.35-1) unstable; urgency=low - - * New upstream release - - -- Johann Rudloff Sat, 21 Jul 2007 20:41:52 +0200 - -uncrustify (0.33-1) unstable; urgency=low - - * New upstream release (closes: #416469) - * Added debian/watch file - * debian/uncrustify.1: added new command line options - * debian/uncrustify.1: removed leading colons - * debian/copyright: updated years of copyright - * debian/copyright: updated parts concerning cmpcfg.pl, since it - now contains a proper license statement - - -- Johann Rudloff Fri, 30 Mar 2007 20:51:27 +0200 - -uncrustify (0.30-1) unstable; urgency=low - - * Initial release - - -- Johann Rudloff Sat, 25 Nov 2006 14:06:44 +0100 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/config.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/config.txt deleted file mode 100644 index 9b3d568c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/config.txt +++ /dev/null @@ -1,3708 +0,0 @@ -# Uncrustify-0.78.0 - -# -# General options -# - -# The type of line endings. -# -# Default: auto -newlines = auto # lf/crlf/cr/auto - -# The original size of tabs in the input. -# -# Default: 8 -input_tab_size = 8 # unsigned number - -# The size of tabs in the output (only used if align_with_tabs=true). -# -# Default: 8 -output_tab_size = 8 # unsigned number - -# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). -# -# Default: 92 -string_escape_char = 92 # unsigned number - -# Alternate string escape char (usually only used for Pawn). -# Only works right before the quote char. -string_escape_char2 = 0 # unsigned number - -# Replace tab characters found in string literals with the escape sequence \t -# instead. -string_replace_tab_chars = false # true/false - -# Allow interpreting '>=' and '>>=' as part of a template in code like -# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. -# Improvements to template detection may make this option obsolete. -tok_split_gte = false # true/false - -# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). -disable_processing_nl_cont = false # true/false - -# Specify the marker used in comments to disable processing of part of the -# file. -# -# Default: *INDENT-OFF* -disable_processing_cmt = " *INDENT-OFF*" # string - -# Specify the marker used in comments to (re)enable processing in a file. -# -# Default: *INDENT-ON* -enable_processing_cmt = " *INDENT-ON*" # string - -# Enable parsing of digraphs. -enable_digraphs = false # true/false - -# Option to allow both disable_processing_cmt and enable_processing_cmt -# strings, if specified, to be interpreted as ECMAScript regular expressions. -# If true, a regex search will be performed within comments according to the -# specified patterns in order to disable/enable processing. -processing_cmt_as_regex = false # true/false - -# Add or remove the UTF-8 BOM (recommend 'remove'). -utf8_bom = ignore # ignore/add/remove/force/not_defined - -# If the file contains bytes with values between 128 and 255, but is not -# UTF-8, then output as UTF-8. -utf8_byte = false # true/false - -# Force the output encoding to UTF-8. -utf8_force = false # true/false - -# -# Spacing options -# - -# Add or remove space around non-assignment symbolic operators ('+', '/', '%', -# '<<', and so forth). -sp_arith = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around arithmetic operators '+' and '-'. -# -# Overrides sp_arith. -sp_arith_additive = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=', '+=', etc. -sp_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around '=' in C++11 lambda capture specifications. -# -# Overrides sp_assign. -sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda when -# an argument list is present, as in '[] (int x){ ... }'. -sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda with -# no argument list is present, as in '[] { ... }'. -sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( ){ ... }' -# with an empty list. -sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( int x ){ ... }'. -sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the argument list of a C++11 lambda, as in -# '[](int x) { ... }'. -sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a lambda body and its call operator of an -# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. -sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=' in a prototype. -# -# If set to ignore, use sp_assign. -sp_assign_default = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space in 'enum {'. -# -# Default: add -sp_enum_brace = add # ignore/add/remove/force/not_defined - -# Add or remove space in 'NS_ENUM ('. -sp_enum_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment '=' in enum. -sp_enum_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment ':' in enum. -sp_enum_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around preprocessor '##' concatenation operator. -# -# Default: add -sp_pp_concat = add # ignore/add/remove/force/not_defined - -# Add or remove space after preprocessor '#' stringify operator. -# Also affects the '#@' charizing operator. -sp_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before preprocessor '#' stringify operator -# as in '#define x(y) L#y'. -sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around boolean operators '&&' and '||'. -sp_bool = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around compare operator '<', '>', '==', etc. -sp_compare = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')'. -sp_inside_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. -sp_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. -sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined - -# Whether to balance spaces inside nested parentheses. -sp_balance_nested_parens = false # true/false - -# Add or remove space between ')' and '{'. -sp_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. -sp_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*'. -sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that isn't followed by a -# variable name. If set to ignore, sp_before_ptr_star is used instead. -sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by a qualifier. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by 'operator' keyword. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by -# a class scope (as in 'int *MyClass::method()') or namespace scope -# (as in 'int *my_ns::func()'). -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by '::', -# as in 'int *::func()'. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' that isn't -# followed by a variable name, as in '(char const *)'. If set to ignore, -# sp_before_ptr_star is used instead. -sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer stars '*', as in 'int ***a;'. -sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. -sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a word. -# -# Overrides sp_type_func. -sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer caret '^', if followed by a word. -sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a qualifier. -sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_ptr_star and sp_type_func. -sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the variable -# in a function pointer definition. -sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the type -# in a function pointer type definition. -sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by an open -# parenthesis, as in 'void* (*)()'. -sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*', if followed by a function -# prototype or function definition. If set to ignore, sp_before_ptr_star is -# used instead. -sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' followed by -# the name of the function in a function prototype or definition, as in -# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. -sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' in the -# trailing return of a function prototype or function definition, as in -# 'auto foo() -> char const *'. -sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&'. -sp_before_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&' that isn't followed by a -# variable name. If set to ignore, sp_before_byref is used instead. -sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after reference sign '&', if followed by a word. -# -# Overrides sp_type_func. -sp_after_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_byref and sp_type_func. -sp_after_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&', if followed by a function -# prototype or function definition. -sp_before_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by an open -# parenthesis, as in 'char& (*)()'. -sp_byref_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and word. In cases where total removal of -# whitespace would be a syntax error, a value of 'remove' is treated the same -# as 'force'. -# -# This also affects some other instances of space following a type that are -# not covered by other options; for example, between the return type and -# parenthesis of a function type template argument, between the type and -# parenthesis of an array parameter, or between 'decltype(...)' and the -# following word. -# -# Default: force -sp_after_type = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype(...)' and word, -# brace or function call. -sp_after_decltype = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space before the parenthesis in the D constructs -# 'template Foo(' and 'class Foo('. -sp_before_template_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'template' and '<'. -# If set to ignore, sp_before_angle is used. -sp_template_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '<'. -sp_before_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<' and '>'. -sp_inside_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<>'. -# if empty. -sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and ':'. -sp_angle_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '>'. -sp_after_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '(' as found in 'new List(foo);'. -sp_angle_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '()' as found in 'new List();'. -sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and a word as in 'List m;' or -# 'template static ...'. -sp_angle_word = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '>' in '>>' (template stuff). -# -# Default: add -sp_angle_shift = add # ignore/add/remove/force/not_defined - -# (C++11) Permit removal of the space between '>>' in 'foo >'. Note -# that sp_angle_shift cannot remove the space without this option. -sp_permit_cpp11_shift = false # true/false - -# Add or remove space before '(' of control statements ('if', 'for', 'switch', -# 'while', etc.). -sp_before_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of control statements other than -# 'for'. -sp_inside_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of 'for' statements. -sp_inside_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '((' or '))' of control statements. -sp_sparen_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ')' of control statements. -sp_after_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of control statements. -sp_sparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'do' and '{'. -sp_do_brace_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'while'. -sp_brace_close_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'while' and '('. Overrides sp_before_sparen. -sp_while_paren_open = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'invariant' and '('. -sp_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space after the ')' in 'invariant (C) c'. -sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. -sp_special_semi = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ';'. -# -# Default: remove -sp_before_semi = remove # ignore/add/remove/force/not_defined - -# Add or remove space before ';' in non-empty 'for' statements. -sp_before_semi_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a semicolon of an empty left part of a for -# statement, as in 'for ( ; ; )'. -sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the semicolons of an empty middle part of a for -# statement, as in 'for ( ; ; )'. -sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ';', except when followed by a comment. -# -# Default: add -sp_after_semi = add # ignore/add/remove/force/not_defined - -# Add or remove space after ';' in non-empty 'for' statements. -# -# Default: force -sp_after_semi_for = force # ignore/add/remove/force/not_defined - -# Add or remove space after the final semicolon of an empty part of a for -# statement, as in 'for ( ; ; )'. -sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' (except '[]'). -sp_before_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for a variable definition. -# -# Default: remove -sp_before_vardef_square = remove # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for asm block. -sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[]'. -sp_before_squares = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before C++17 structured bindings. -sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside a non-empty '[' and ']'. -sp_inside_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '[]'. -# if empty. -sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and -# ']'. If set to ignore, sp_inside_square is used. -sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. -sp_after_comma = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. -# -# Default: remove -sp_before_comma = remove # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type -# like 'int[,,]'. -sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type -# like 'int[,,]'. -sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' in multidimensional array type -# like 'int[,,]'. -sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between an open parenthesis and comma, -# i.e. '(,' vs. '( ,'. -# -# Default: force -sp_paren_comma = force # ignore/add/remove/force/not_defined - -# Add or remove space between a type and ':'. -sp_type_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a type and '...'. -sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a '*' and '...'. -sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '...'. -sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '&&' and '...'. -sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and a qualifier such as 'const'. -sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and 'noexcept'. -sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class ':'. -sp_after_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before class ':'. -sp_before_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class constructor ':'. -# -# Default: add -sp_after_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before class constructor ':'. -# -# Default: add -sp_before_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before case ':'. -# -# Default: remove -sp_before_case_colon = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'operator' and operator sign. -sp_after_operator = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the operator symbol and the open parenthesis, as -# in 'operator ++('. -sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined - -# Overrides sp_after_operator_sym when the operator has no arguments, as in -# 'operator *()'. -sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or -# '(int)a' vs. '(int) a'. -sp_after_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove spaces inside cast parentheses. -sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the type and open parenthesis in a C++ cast, -# i.e. 'int(exp)' vs. 'int (exp)'. -sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '('. -sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '...'. -sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof...' and '('. -sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '...' and a parameter pack. -sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a parameter pack and '...'. -sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype' and '('. -sp_decltype_paren = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove space after the tag keyword. -sp_after_tag = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside enum '{' and '}'. -sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside struct/union '{' and '}'. -sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' -sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after open brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before close brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside an unnamed temporary direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore -# works only if sp_before_type_brace_init_lst_close is set to ignore. -sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{' and '}'. -sp_inside_braces = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{}'. -# if empty. -sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around trailing return operator '->'. -sp_trailing_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between return type and function name. A minimum of 1 -# is forced except for pointer return types. -sp_type_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and open brace of an unnamed temporary -# direct-list-initialization. -sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function declaration. -sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function declaration -# if empty. -sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' with a typedef specifier. -sp_func_type_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between alias name and '(' of a non-pointer function type typedef. -sp_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function definition -# if empty. -sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty function '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_fparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside function '(' and ')'. -sp_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user functor '(' and ')'. -sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty functor '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_rparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside functor '(' and ')'. -sp_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside the first parentheses in a function type, as in -# 'void (*x)(...)'. -sp_inside_tparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the ')' and '(' in a function type, as in -# 'void (*x)(...)'. -sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ']' and '(' when part of a function call. -sp_square_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of function. -sp_fparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of a function call in object -# initialization. -# -# Overrides sp_fparen_brace. -sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove space between ')' and '{{' of double brace initializer. -sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function calls. -sp_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function calls without -# parameters. If set to ignore (the default), sp_func_call_paren is used. -sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the user function name and '(' on function -# calls. You need to set a keyword to be a user function in the config file, -# like: -# set func_call_user tr _ i18n -sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user function '(' and ')'. -sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses with user functions, -# i.e. '((' vs. '( ('. -sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor/destructor and the open -# parenthesis. -sp_func_class_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor without parameters or destructor -# and '()'. -sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'return'. -# -# Default: force -sp_return = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '('. -sp_return_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '{'. -sp_return_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '__attribute__' and '('. -sp_attribute_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. -sp_defined_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and '(' in 'throw (something)'. -sp_throw_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and anything other than '(' as in -# '@throw [...];'. -sp_after_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'catch' and '(' in 'catch (something) { }'. -# If set to ignore, sp_before_sparen is used. -sp_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@catch' and '(' -# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. -sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before Objective-C protocol list -# as in '@protocol Protocol' or '@interface MyClass : NSObject'. -sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between class name and '(' -# in '@interface className(categoryName):BaseClass' -sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'version' and '(' -# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. -sp_version_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'scope' and '(' -# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. -sp_scope_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'super' and '(' in 'super (something)'. -# -# Default: remove -sp_super_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'this' and '(' in 'this (something)'. -# -# Default: remove -sp_this_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between a macro name and its definition. -sp_macro = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a macro function ')' and its definition. -sp_macro_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'else' and '{' if on the same line. -sp_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'else' if on the same line. -sp_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and the name of a typedef on the same line. -sp_brace_typedef = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '{' of a 'catch' statement, if the '{' and -# 'catch' are on the same line, as in 'catch (decl) {'. -sp_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' -# and '@catch' are on the same line, as in '@catch (decl) {'. -# If set to ignore, sp_catch_brace is used. -sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'catch' if on the same line. -sp_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '}' and '@catch' if on the same line. -# If set to ignore, sp_brace_catch is used. -sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'finally' and '{' if on the same line. -sp_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'finally' if on the same line. -sp_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'try' and '{' if on the same line. -sp_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between get/set and '{' if on the same line. -sp_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for C++ uniform -# initialization. -sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for a namespace. -# -# Default: add -sp_word_brace_ns = add # ignore/add/remove/force/not_defined - -# Add or remove space before the '::' operator. -sp_before_dc = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '::' operator. -sp_after_dc = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove around the D named array initializer ':' operator. -sp_d_array_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '!' (not) unary operator. -# -# Default: remove -sp_not = remove # ignore/add/remove/force/not_defined - -# Add or remove space between two '!' (not) unary operators. -# If set to ignore, sp_not will be used. -sp_not_not = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '~' (invert) unary operator. -# -# Default: remove -sp_inv = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '&' (address-of) unary operator. This does not -# affect the spacing after a '&' that is part of a type. -# -# Default: remove -sp_addr = remove # ignore/add/remove/force/not_defined - -# Add or remove space around the '.' or '->' operators. -# -# Default: remove -sp_member = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '*' (dereference) unary operator. This does -# not affect the spacing after a '*' that is part of a type. -# -# Default: remove -sp_deref = remove # ignore/add/remove/force/not_defined - -# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. -# -# Default: remove -sp_sign = remove # ignore/add/remove/force/not_defined - -# Add or remove space between '++' and '--' the word to which it is being -# applied, as in '(--x)' or 'y++;'. -# -# Default: remove -sp_incdec = remove # ignore/add/remove/force/not_defined - -# Add or remove space before a backslash-newline at the end of a line. -# -# Default: add -sp_before_nl_cont = add # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' -# or '+(int) bar;'. -sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. -sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. -sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. -sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue :1];'. -sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the (type) in message specs, -# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. -sp_after_oc_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the first (type) in message specs, -# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. -sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector' and '(', -# i.e. '@selector(msgName)' vs. '@selector (msgName)'. -# Also applies to '@protocol()' constructs. -sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector(x)' and the following word, -# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. -sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside '@selector' parentheses, -# i.e. '@selector(foo)' vs. '@selector( foo )'. -# Also applies to '@protocol()' constructs. -sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before a block pointer caret, -# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. -sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after a block pointer caret, -# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. -sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between the receiver and selector in a message, -# as in '[receiver selector ...]'. -sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after '@property'. -sp_after_oc_property = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@synchronized' and the open parenthesis, -# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. -sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the ':' in 'b ? t : f'. -sp_cond_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the '?' in 'b ? t : f'. -sp_cond_question = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_after = ignore # ignore/add/remove/force/not_defined - -# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' -# and ':'. -# -# Overrides all other sp_cond_* options. -sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined - -# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make -# sense here. -sp_case_label = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space around the D '..' operator. -sp_range = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_after_for_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_before_for_colon = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. -sp_extern_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening of a C++ comment, as in '// A'. -sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined - -# remove space after the '//' and the pvs command '-V1234', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_pvs = false # true/false - -# remove space after the '//' and the command 'lint', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_lint = false # true/false - -# Add or remove space in a C++ region marker comment, as in '// BEGIN'. -# A region marker is defined as a comment which is not preceded by other text -# (i.e. the comment is the first non-whitespace on the line), and which starts -# with either 'BEGIN' or 'END'. -# -# Overrides sp_cmt_cpp_start. -sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined - -# If true, space added with sp_cmt_cpp_start will be added after Doxygen -# sequences like '///', '///<', '//!' and '//!<'. -sp_cmt_cpp_doxygen = false # true/false - -# If true, space added with sp_cmt_cpp_start will be added after Qt translator -# or meta-data comments like '//:', '//=', and '//~'. -sp_cmt_cpp_qttr = false # true/false - -# Add or remove space between #else or #endif and a trailing comment. -sp_endif_cmt = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'new', 'delete' and 'delete[]'. -sp_after_new = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'new' and '(' in 'new()'. -sp_between_new_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and type in 'new(foo) BAR'. -sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside parentheses of the new operator -# as in 'new(foo) BAR'. -sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the open parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the close parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a trailing comment. -sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined - -# Number of spaces before a trailing comment. -sp_num_before_tr_cmt = 0 # unsigned number - -# Add or remove space before an embedded comment. -# -# Default: force -sp_before_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces before an embedded comment. -# -# Default: 1 -sp_num_before_emb_cmt = 1 # unsigned number - -# Add or remove space after an embedded comment. -# -# Default: force -sp_after_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces after an embedded comment. -# -# Default: 1 -sp_num_after_emb_cmt = 1 # unsigned number - -# (Java) Add or remove space between an annotation and the open parenthesis. -sp_annotation_paren = ignore # ignore/add/remove/force/not_defined - -# If true, vbrace tokens are dropped to the previous token and skipped. -sp_skip_vbrace_tokens = false # true/false - -# Add or remove space after 'noexcept'. -sp_after_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '_'. -sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a bit colon ':'. -sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a bit colon ':'. -sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined - -# If true, a is inserted after #define. -force_tab_after_define = false # true/false - -# -# Indenting options -# - -# The number of columns to indent per level. Usually 2, 3, 4, or 8. -# -# Default: 8 -indent_columns = 8 # unsigned number - -# Whether to ignore indent for the first continuation line. Subsequent -# continuation lines will still be indented to match the first. -indent_ignore_first_continue = false # true/false - -# The continuation indent. If non-zero, this overrides the indent of '(', '[' -# and '=' continuation indents. Negative values are OK; negative value is -# absolute and not increased for each '(' or '[' level. -# -# For FreeBSD, this is set to 4. -# Requires indent_ignore_first_continue=false. -indent_continue = 0 # number - -# The continuation indent, only for class header line(s). If non-zero, this -# overrides the indent of 'class' continuation indents. -# Requires indent_ignore_first_continue=false. -indent_continue_class_head = 0 # unsigned number - -# Whether to indent empty lines (i.e. lines which contain only spaces before -# the newline character). -indent_single_newlines = false # true/false - -# The continuation indent for func_*_param if they are true. If non-zero, this -# overrides the indent. -indent_param = 0 # unsigned number - -# How to use tabs when indenting code. -# -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces (default) -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: 1 -indent_with_tabs = 1 # unsigned number - -# Whether to indent comments that are not at a brace level with tabs on a -# tabstop. Requires indent_with_tabs=2. If false, will use spaces. -indent_cmt_with_tabs = false # true/false - -# Whether to indent strings broken by '\' so that they line up. -indent_align_string = false # true/false - -# The number of spaces to indent multi-line XML strings. -# Requires indent_align_string=true. -indent_xml_string = 0 # unsigned number - -# Spaces to indent '{' from level. -indent_brace = 0 # unsigned number - -# Whether braces are indented to the body level. -indent_braces = false # true/false - -# Whether to disable indenting function braces if indent_braces=true. -indent_braces_no_func = false # true/false - -# Whether to disable indenting class braces if indent_braces=true. -indent_braces_no_class = false # true/false - -# Whether to disable indenting struct braces if indent_braces=true. -indent_braces_no_struct = false # true/false - -# Whether to indent based on the size of the brace parent, -# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. -indent_brace_parent = false # true/false - -# Whether to indent based on the open parenthesis instead of the open brace -# in '({\n'. -indent_paren_open_brace = false # true/false - -# (C#) Whether to indent the brace of a C# delegate by another level. -indent_cs_delegate_brace = false # true/false - -# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by -# another level. -indent_cs_delegate_body = false # true/false - -# Whether to indent the body of a 'namespace'. -indent_namespace = false # true/false - -# Whether to indent only the first namespace, and not any nested namespaces. -# Requires indent_namespace=true. -indent_namespace_single_indent = false # true/false - -# The number of spaces to indent a namespace block. -# If set to zero, use the value indent_columns -indent_namespace_level = 0 # unsigned number - -# If the body of the namespace is longer than this number, it won't be -# indented. Requires indent_namespace=true. 0 means no limit. -indent_namespace_limit = 0 # unsigned number - -# Whether to indent only in inner namespaces (nested in other namespaces). -# Requires indent_namespace=true. -indent_namespace_inner_only = false # true/false - -# Whether the 'extern "C"' body is indented. -indent_extern = false # true/false - -# Whether the 'class' body is indented. -indent_class = false # true/false - -# Whether to ignore indent for the leading base class colon. -indent_ignore_before_class_colon = false # true/false - -# Additional indent before the leading base class colon. -# Negative values decrease indent down to the first column. -# Requires indent_ignore_before_class_colon=false and a newline break before -# the colon (see pos_class_colon and nl_class_colon) -indent_before_class_colon = 0 # number - -# Whether to indent the stuff after a leading base class colon. -indent_class_colon = false # true/false - -# Whether to indent based on a class colon instead of the stuff after the -# colon. Requires indent_class_colon=true. -indent_class_on_colon = false # true/false - -# Whether to ignore indent for a leading class initializer colon. -indent_ignore_before_constr_colon = false # true/false - -# Whether to indent the stuff after a leading class initializer colon. -indent_constr_colon = false # true/false - -# Virtual indent from the ':' for leading member initializers. -# -# Default: 2 -indent_ctor_init_leading = 2 # unsigned number - -# Virtual indent from the ':' for following member initializers. -# -# Default: 2 -indent_ctor_init_following = 2 # unsigned number - -# Additional indent for constructor initializer list. -# Negative values decrease indent down to the first column. -indent_ctor_init = 0 # number - -# Whether to indent 'if' following 'else' as a new block under the 'else'. -# If false, 'else\nif' is treated as 'else if' for indenting purposes. -indent_else_if = false # true/false - -# Amount to indent variable declarations after a open brace. -# -# <0: Relative -# >=0: Absolute -indent_var_def_blk = 0 # number - -# Whether to indent continued variable declarations instead of aligning. -indent_var_def_cont = false # true/false - -# How to indent continued shift expressions ('<<' and '>>'). -# Set align_left_shift=false when using this. -# 0: Align shift operators instead of indenting them (default) -# 1: Indent by one level -# -1: Preserve original indentation -indent_shift = 0 # number - -# Whether to force indentation of function definitions to start in column 1. -indent_func_def_force_col1 = false # true/false - -# Whether to indent continued function call parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_call_param = false # true/false - -# Whether to indent continued function definition parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_def_param = false # true/false - -# for function definitions, only if indent_func_def_param is false -# Allows to align params when appropriate and indent them when not -# behave as if it was true if paren position is more than this value -# if paren position is more than the option value -indent_func_def_param_paren_pos_threshold = 0 # unsigned number - -# Whether to indent continued function call prototype one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_proto_param = false # true/false - -# Whether to indent continued function call declaration one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_class_param = false # true/false - -# Whether to indent continued class variable constructors one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_ctor_var_param = false # true/false - -# Whether to indent continued template parameter list one indent level, -# rather than aligning parameters under the open parenthesis. -indent_template_param = false # true/false - -# Double the indent for indent_func_xxx_param options. -# Use both values of the options indent_columns and indent_param. -indent_func_param_double = false # true/false - -# Indentation column for standalone 'const' qualifier on a function -# prototype. -indent_func_const = 0 # unsigned number - -# Indentation column for standalone 'throw' qualifier on a function -# prototype. -indent_func_throw = 0 # unsigned number - -# How to indent within a macro followed by a brace on the same line -# This allows reducing the indent in macros that have (for example) -# `do { ... } while (0)` blocks bracketing them. -# -# true: add an indent for the brace on the same line as the macro -# false: do not add an indent for the brace on the same line as the macro -# -# Default: true -indent_macro_brace = true # true/false - -# The number of spaces to indent a continued '->' or '.'. -# Usually set to 0, 1, or indent_columns. -indent_member = 0 # unsigned number - -# Whether lines broken at '.' or '->' should be indented by a single indent. -# The indent_member option will not be effective if this is set to true. -indent_member_single = false # true/false - -# Spaces to indent single line ('//') comments on lines before code. -indent_single_line_comments_before = 0 # unsigned number - -# Spaces to indent single line ('//') comments on lines after code. -indent_single_line_comments_after = 0 # unsigned number - -# When opening a paren for a control statement (if, for, while, etc), increase -# the indent level by this value. Negative values decrease the indent level. -indent_sparen_extra = 0 # number - -# Whether to indent trailing single line ('//') comments relative to the code -# instead of trying to keep the same absolute column. -indent_relative_single_line_comments = false # true/false - -# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. -# It might be wise to choose the same value for the option indent_case_brace. -indent_switch_case = 0 # unsigned number - -# Spaces to indent the body of a 'switch' before any 'case'. -# Usually the same as indent_columns or indent_switch_case. -indent_switch_body = 0 # unsigned number - -# Whether to ignore indent for '{' following 'case'. -indent_ignore_case_brace = false # true/false - -# Spaces to indent '{' from 'case'. By default, the brace will appear under -# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. -# It might be wise to choose the same value for the option indent_switch_case. -indent_case_brace = 0 # number - -# indent 'break' with 'case' from 'switch'. -indent_switch_break_with_case = false # true/false - -# Whether to indent preprocessor statements inside of switch statements. -# -# Default: true -indent_switch_pp = true # true/false - -# Spaces to shift the 'case' line, without affecting any other lines. -# Usually 0. -indent_case_shift = 0 # unsigned number - -# Whether to align comments before 'case' with the 'case'. -# -# Default: true -indent_case_comment = true # true/false - -# Whether to indent comments not found in first column. -# -# Default: true -indent_comment = true # true/false - -# Whether to indent comments found in first column. -indent_col1_comment = false # true/false - -# Whether to indent multi string literal in first column. -indent_col1_multi_string_literal = false # true/false - -# Align comments on adjacent lines that are this many columns apart or less. -# -# Default: 3 -indent_comment_align_thresh = 3 # unsigned number - -# Whether to ignore indent for goto labels. -indent_ignore_label = false # true/false - -# How to indent goto labels. Requires indent_ignore_label=false. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_label = 1 # number - -# How to indent access specifiers that are followed by a -# colon. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_access_spec = 1 # number - -# Whether to indent the code after an access specifier by one level. -# If true, this option forces 'indent_access_spec=0'. -indent_access_spec_body = false # true/false - -# If an open parenthesis is followed by a newline, whether to indent the next -# line so that it lines up after the open parenthesis (not recommended). -indent_paren_nl = false # true/false - -# How to indent a close parenthesis after a newline. -# -# 0: Indent to body level (default) -# 1: Align under the open parenthesis -# 2: Indent to the brace level -# -1: Preserve original indentation -indent_paren_close = 0 # number - -# Whether to indent the open parenthesis of a function definition, -# if the parenthesis is on its own line. -indent_paren_after_func_def = false # true/false - -# Whether to indent the open parenthesis of a function declaration, -# if the parenthesis is on its own line. -indent_paren_after_func_decl = false # true/false - -# Whether to indent the open parenthesis of a function call, -# if the parenthesis is on its own line. -indent_paren_after_func_call = false # true/false - -# How to indent a comma when inside braces. -# 0: Indent by one level (default) -# 1: Align under the open brace -# -1: Preserve original indentation -indent_comma_brace = 0 # number - -# How to indent a comma when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_comma_paren = 0 # number - -# How to indent a Boolean operator when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_bool_paren = 0 # number - -# Whether to ignore the indentation of a Boolean operator when outside -# parentheses. -indent_ignore_bool = false # true/false - -# Whether to ignore the indentation of an arithmetic operator. -indent_ignore_arith = false # true/false - -# Whether to indent a semicolon when inside a for parenthesis. -# If true, aligns under the open for parenthesis. -indent_semicolon_for_paren = false # true/false - -# Whether to ignore the indentation of a semicolon outside of a 'for' -# statement. -indent_ignore_semicolon = false # true/false - -# Whether to align the first expression to following ones -# if indent_bool_paren=1. -indent_first_bool_expr = false # true/false - -# Whether to align the first expression to following ones -# if indent_semicolon_for_paren=true. -indent_first_for_expr = false # true/false - -# If an open square is followed by a newline, whether to indent the next line -# so that it lines up after the open square (not recommended). -indent_square_nl = false # true/false - -# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. -indent_preserve_sql = false # true/false - -# Whether to ignore the indentation of an assignment operator. -indent_ignore_assign = false # true/false - -# Whether to align continued statements at the '='. If false or if the '=' is -# followed by a newline, the next line is indent one tab. -# -# Default: true -indent_align_assign = true # true/false - -# If true, the indentation of the chunks after a '=' sequence will be set at -# LHS token indentation column before '='. -indent_off_after_assign = false # true/false - -# Whether to align continued statements at the '('. If false or the '(' is -# followed by a newline, the next line indent is one tab. -# -# Default: true -indent_align_paren = true # true/false - -# (OC) Whether to indent Objective-C code inside message selectors. -indent_oc_inside_msg_sel = false # true/false - -# (OC) Whether to indent Objective-C blocks at brace level instead of usual -# rules. -indent_oc_block = false # true/false - -# (OC) Indent for Objective-C blocks in a message relative to the parameter -# name. -# -# =0: Use indent_oc_block rules -# >0: Use specified number of spaces to indent -indent_oc_block_msg = 0 # unsigned number - -# (OC) Minimum indent for subsequent parameters -indent_oc_msg_colon = 0 # unsigned number - -# (OC) Whether to prioritize aligning with initial colon (and stripping spaces -# from lines, if necessary). -# -# Default: true -indent_oc_msg_prioritize_first_colon = true # true/false - -# (OC) Whether to indent blocks the way that Xcode does by default -# (from the keyword if the parameter is on its own line; otherwise, from the -# previous indentation level). Requires indent_oc_block_msg=true. -indent_oc_block_msg_xcode_style = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a -# message keyword. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_keyword = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a message -# colon. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_colon = false # true/false - -# (OC) Whether to indent blocks from where the block caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_caret = false # true/false - -# (OC) Whether to indent blocks from where the brace caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_brace = false # true/false - -# When indenting after virtual brace open and newline add further spaces to -# reach this minimum indent. -indent_min_vbrace_open = 0 # unsigned number - -# Whether to add further spaces after regular indent to reach next tabstop -# when indenting after virtual brace open and newline. -indent_vbrace_open_on_tabstop = false # true/false - -# How to indent after a brace followed by another token (not a newline). -# true: indent all contained lines to match the token -# false: indent all contained lines to match the brace -# -# Default: true -indent_token_after_brace = true # true/false - -# Whether to indent the body of a C++11 lambda. -indent_cpp_lambda_body = false # true/false - -# How to indent compound literals that are being returned. -# true: add both the indent from return & the compound literal open brace -# (i.e. 2 indent levels) -# false: only indent 1 level, don't add the indent for the open brace, only -# add the indent for the return. -# -# Default: true -indent_compound_literal_return = true # true/false - -# (C#) Whether to indent a 'using' block if no braces are used. -# -# Default: true -indent_using_block = true # true/false - -# How to indent the continuation of ternary operator. -# -# 0: Off (default) -# 1: When the `if_false` is a continuation, indent it under the `if_true` branch -# 2: When the `:` is a continuation, indent it under `?` -indent_ternary_operator = 0 # unsigned number - -# Whether to indent the statements inside ternary operator. -indent_inside_ternary_operator = false # true/false - -# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. -indent_off_after_return = false # true/false - -# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. -indent_off_after_return_new = false # true/false - -# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. -indent_single_after_return = false # true/false - -# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they -# have their own indentation). -indent_ignore_asm_block = false # true/false - -# Don't indent the close parenthesis of a function definition, -# if the parenthesis is on its own line. -donot_indent_func_def_close_paren = false # true/false - -# -# Newline adding and removing options -# - -# Whether to collapse empty blocks between '{' and '}' except for functions. -# Use nl_collapse_empty_body_functions to specify how empty function braces -# should be formatted. -nl_collapse_empty_body = false # true/false - -# Whether to collapse empty blocks between '{' and '}' for functions only. -# If true, overrides nl_inside_empty_func. -nl_collapse_empty_body_functions = false # true/false - -# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. -nl_assign_leave_one_liners = false # true/false - -# Don't split one-line braced statements inside a 'class xx { }' body. -nl_class_leave_one_liners = false # true/false - -# Don't split one-line enums, as in 'enum foo { BAR = 15 };' -nl_enum_leave_one_liners = false # true/false - -# Don't split one-line get or set functions. -nl_getset_leave_one_liners = false # true/false - -# (C#) Don't split one-line property get or set functions. -nl_cs_property_leave_one_liners = false # true/false - -# Don't split one-line function definitions, as in 'int foo() { return 0; }'. -# might modify nl_func_type_name -nl_func_leave_one_liners = false # true/false - -# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. -nl_cpp_lambda_leave_one_liners = false # true/false - -# Don't split one-line if/else statements, as in 'if(...) b++;'. -nl_if_leave_one_liners = false # true/false - -# Don't split one-line while statements, as in 'while(...) b++;'. -nl_while_leave_one_liners = false # true/false - -# Don't split one-line do statements, as in 'do { b++; } while(...);'. -nl_do_leave_one_liners = false # true/false - -# Don't split one-line for statements, as in 'for(...) b++;'. -nl_for_leave_one_liners = false # true/false - -# (OC) Don't split one-line Objective-C messages. -nl_oc_msg_leave_one_liner = false # true/false - -# (OC) Add or remove newline between method declaration and '{'. -nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between Objective-C block signature and '{'. -nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@interface' statement. -nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@implementation' statement. -nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@end' statement. -nl_oc_before_end = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@interface' and '{'. -nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@implementation' and '{'. -nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newlines at the start of the file. -nl_start_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the start of the file (only used if -# nl_start_of_file is 'add' or 'force'). -nl_start_of_file_min = 0 # unsigned number - -# Add or remove newline at the end of the file. -nl_end_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the end of the file (only used if -# nl_end_of_file is 'add' or 'force'). -nl_end_of_file_min = 0 # unsigned number - -# Add or remove newline between '=' and '{'. -nl_assign_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between '=' and '['. -nl_assign_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '[]' and '{'. -nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline after '= ['. Will also affect the newline before -# the ']'. -nl_after_square_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function call's ')' and '{', as in -# 'list_for_each(item, &list) { }'. -nl_fcall_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and '{'. -nl_enum_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and 'class'. -nl_enum_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' and the identifier. -nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' type and ':'. -nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class identifier :' and type. -nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'struct and '{'. -nl_struct_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'union' and '{'. -nl_union_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'if' and '{'. -nl_if_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'else'. -nl_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else if' and '{'. If set to ignore, -# nl_if_brace is used instead. -nl_elseif_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and '{'. -nl_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and 'if'. -nl_else_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before '{' opening brace -nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before 'if'/'else if' closing parenthesis. -nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'finally'. -nl_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'finally' and '{'. -nl_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'try' and '{'. -nl_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between get/set and '{'. -nl_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'for' and '{'. -nl_for_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the '{' of a 'catch' statement, as in -# 'catch (decl) {'. -nl_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline before the '{' of a '@catch' statement, as in -# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. -nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'catch'. -nl_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, -# nl_brace_catch is used. -nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ']'. -nl_brace_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ')' in a function invocation. -nl_brace_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'while' and '{'. -nl_while_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'scope (x)' and '{'. -nl_scope_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'unittest' and '{'. -nl_unittest_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'version (x)' and '{'. -nl_version_brace = ignore # ignore/add/remove/force/not_defined - -# (C#) Add or remove newline between 'using' and '{'. -nl_using_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between two open or close braces. Due to general -# newline/brace handling, REMOVE may not work. -nl_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'do' and '{'. -nl_do_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'while' of 'do' statement. -nl_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'switch' and '{'. -nl_switch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'synchronized' and '{'. -nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined - -# Add a newline between ')' and '{' if the ')' is on a different line than the -# if/for/etc. -# -# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and -# nl_catch_brace. -nl_multi_line_cond = false # true/false - -# Add a newline after '(' if an if/for/while/switch condition spans multiple -# lines -nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add a newline before ')' if an if/for/while/switch condition spans multiple -# lines. Overrides nl_before_if_closing_paren if both are specified. -nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Force a newline in a define after the macro name for multi-line defines. -nl_multi_line_define = false # true/false - -# Whether to add a newline before 'case', and a blank line before a 'case' -# statement that follows a ';' or '}'. -nl_before_case = false # true/false - -# Whether to add a newline after a 'case' statement. -nl_after_case = false # true/false - -# Add or remove newline between a case ':' and '{'. -# -# Overrides nl_after_case. -nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between ')' and 'throw'. -nl_before_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'namespace' and '{'. -nl_namespace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class. -nl_template_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class declaration. -# -# Overrides nl_template_class. -nl_template_class_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class declaration. -# -# Overrides nl_template_class_decl. -nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class definition. -# -# Overrides nl_template_class. -nl_template_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class definition. -# -# Overrides nl_template_class_def. -nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function. -nl_template_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# declaration. -# -# Overrides nl_template_func. -nl_template_func_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# declaration. -# -# Overrides nl_template_func_decl. -nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# definition. -# -# Overrides nl_template_func. -nl_template_func_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# definition. -# -# Overrides nl_template_func_def. -nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template variable. -nl_template_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'template<...>' and 'using' of a templated -# type alias. -nl_template_using = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'class' and '{'. -nl_class_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before or after (depending on pos_class_comma, -# may not be IGNORE) each',' in the base class list. -nl_class_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in the constructor member -# initialization. Related to nl_constr_colon, pos_constr_colon and -# pos_constr_comma. -nl_constr_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before first element, after comma, and after last -# element, in 'enum'. -nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a function -# definition. -# might be modified by nl_func_leave_one_liners -nl_func_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name inside a class -# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name -# is used instead. -nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between class specification and '::' -# in 'void A::f() { }'. Only appears in separate member implementation (does -# not appear with in-line implementation). -nl_func_class_scope = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function scope and name, as in -# 'void A :: f() { }'. -nl_func_scope_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a prototype. -nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# declaration. -nl_func_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_paren for functions with no parameters. -nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# definition. -nl_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_paren for functions with no parameters. -nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# call. -nl_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_call_paren for functions with no parameters. -nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function declaration. -nl_func_decl_start = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function definition. -nl_func_def_start = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_start when there is only one parameter. -nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_start when there is only one parameter. -nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_start is used instead. -nl_func_decl_start_multi_line = false # true/false - -# Whether to add a newline after '(' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_start is used instead. -nl_func_def_start_multi_line = false # true/false - -# Add or remove newline after each ',' in a function declaration. -nl_func_decl_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function definition. -nl_func_def_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function call. -nl_func_call_args = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after each ',' in a function declaration if '(' -# and ')' are in different lines. If false, nl_func_decl_args is used instead. -nl_func_decl_args_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function definition if '(' -# and ')' are in different lines. If false, nl_func_def_args is used instead. -nl_func_def_args_multi_line = false # true/false - -# Add or remove newline before the ')' in a function declaration. -nl_func_decl_end = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the ')' in a function definition. -nl_func_def_end = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_end when there is only one parameter. -nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_end when there is only one parameter. -nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_end is used instead. -nl_func_decl_end_multi_line = false # true/false - -# Whether to add a newline before ')' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_end is used instead. -nl_func_def_end_multi_line = false # true/false - -# Add or remove newline between '()' in a function declaration. -nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function definition. -nl_func_def_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function call. -nl_func_call_empty = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call, -# has preference over nl_func_call_start_multi_line. -nl_func_call_start = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function call. -nl_func_call_end = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call if '(' and ')' are in -# different lines. -nl_func_call_start_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function call if '(' and ')' -# are in different lines. -nl_func_call_args_multi_line = false # true/false - -# Whether to add a newline before ')' in a function call if '(' and ')' are in -# different lines. -nl_func_call_end_multi_line = false # true/false - -# Whether to respect nl_func_call_XXX option in case of closure args. -nl_func_call_args_multi_line_ignore_closures = false # true/false - -# Whether to add a newline after '<' of a template parameter list. -nl_template_start = false # true/false - -# Whether to add a newline after each ',' in a template parameter list. -nl_template_args = false # true/false - -# Whether to add a newline before '>' of a template parameter list. -nl_template_end = false # true/false - -# (OC) Whether to put each Objective-C message parameter on a separate line. -# See nl_oc_msg_leave_one_liner. -nl_oc_msg_args = false # true/false - -# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. -nl_oc_msg_args_min_params = 0 # unsigned number - -# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. -nl_oc_msg_args_max_code_width = 0 # unsigned number - -# Add or remove newline between function signature and '{'. -nl_fdef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function signature and '{', -# if signature ends with ')'. Overrides nl_fdef_brace. -nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between C++11 lambda signature and '{'. -nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'return' and the return expression. -nl_return_expr = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'throw' and the throw expression. -nl_throw_expr = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after semicolons, except in 'for' statements. -nl_after_semicolon = false # true/false - -# (Java) Add or remove newline between the ')' and '{{' of the double brace -# initializer. -nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the type in an unnamed temporary -# direct-list-initialization, better: -# before a direct-list-initialization. -nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the open brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before the close brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before '{'. -nl_before_brace_open = false # true/false - -# Whether to add a newline after '{'. -nl_after_brace_open = false # true/false - -# Whether to add a newline between the open brace and a trailing single-line -# comment. Requires nl_after_brace_open=true. -nl_after_brace_open_cmt = false # true/false - -# Whether to add a newline after a virtual brace open with a non-empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open = false # true/false - -# Whether to add a newline after a virtual brace open with an empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open_empty = false # true/false - -# Whether to add a newline after '}'. Does not apply if followed by a -# necessary ';'. -nl_after_brace_close = false # true/false - -# Whether to add a newline after a virtual brace close, -# as in 'if (foo) a++; return;'. -nl_after_vbrace_close = false # true/false - -# Add or remove newline between the close brace and identifier, -# as in 'struct { int a; } b;'. Affects enumerations, unions and -# structures. If set to ignore, uses nl_after_brace_close. -nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined - -# Whether to alter newlines in '#define' macros. -nl_define_macro = false # true/false - -# Whether to alter newlines between consecutive parenthesis closes. The number -# of closing parentheses in a line will depend on respective open parenthesis -# lines. -nl_squeeze_paren_close = false # true/false - -# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and -# '#endif'. Does not affect top-level #ifdefs. -nl_squeeze_ifdef = false # true/false - -# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. -nl_squeeze_ifdef_top_level = false # true/false - -# Add or remove blank line before 'if'. -nl_before_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'if' statement. Add/Force work only if the -# next token is not a closing brace. -nl_after_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'for'. -nl_before_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'for' statement. -nl_after_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'while'. -nl_before_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'while' statement. -nl_after_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'switch'. -nl_before_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'switch' statement. -nl_after_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'synchronized'. -nl_before_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'synchronized' statement. -nl_after_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'do'. -nl_before_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'do/while' statement. -nl_after_do = ignore # ignore/add/remove/force/not_defined - -# Ignore nl_before_{if,for,switch,do,synchronized} if the control -# statement is immediately after a case statement. -# if nl_before_{if,for,switch,do} is set to remove, this option -# does nothing. -nl_before_ignore_after_case = false # true/false - -# Whether to put a blank line before 'return' statements, unless after an open -# brace. -nl_before_return = false # true/false - -# Whether to put a blank line after 'return' statements, unless followed by a -# close brace. -nl_after_return = false # true/false - -# Whether to put a blank line before a member '.' or '->' operators. -nl_before_member = ignore # ignore/add/remove/force/not_defined - -# (Java) Whether to put a blank line after a member '.' or '->' operators. -nl_after_member = ignore # ignore/add/remove/force/not_defined - -# Whether to double-space commented-entries in 'struct'/'union'/'enum'. -nl_ds_struct_enum_cmt = false # true/false - -# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. -# (Lower priority than eat_blanks_before_close_brace.) -nl_ds_struct_enum_close_brace = false # true/false - -# Add or remove newline before or after (depending on pos_class_colon) a class -# colon, as in 'class Foo : public Bar'. -nl_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline around a class constructor colon. The exact position -# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. -nl_constr_colon = ignore # ignore/add/remove/force/not_defined - -# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' -# into a single line. If true, prevents other brace newline rules from turning -# such code into four lines. If true, it also preserves one-liner namespaces. -nl_namespace_two_to_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced if statements, turning them -# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. -nl_create_if_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced for statements, turning them -# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. -nl_create_for_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced while statements, turning -# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. -nl_create_while_one_liner = false # true/false - -# Whether to collapse a function definition whose body (not counting braces) -# is only one line so that the entire definition (prototype, braces, body) is -# a single line. -nl_create_func_def_one_liner = false # true/false - -# Whether to split one-line simple list definitions into three lines by -# adding newlines, as in 'int a[12] = { 0 };'. -nl_create_list_one_liner = false # true/false - -# Whether to split one-line simple unbraced if statements into two lines by -# adding a newline, as in 'if(b) i++;'. -nl_split_if_one_liner = false # true/false - -# Whether to split one-line simple unbraced for statements into two lines by -# adding a newline, as in 'for (...) stmt;'. -nl_split_for_one_liner = false # true/false - -# Whether to split one-line simple unbraced while statements into two lines by -# adding a newline, as in 'while (expr) stmt;'. -nl_split_while_one_liner = false # true/false - -# Don't add a newline before a cpp-comment in a parameter list of a function -# call. -donot_add_nl_before_cpp_comment = false # true/false - -# -# Blank line options -# - -# The maximum number of consecutive newlines (3 = 2 blank lines). -nl_max = 0 # unsigned number - -# The maximum number of consecutive newlines in a function. -nl_max_blank_in_func = 0 # unsigned number - -# The number of newlines inside an empty function body. -# This option overrides eat_blanks_after_open_brace and -# eat_blanks_before_close_brace, but is ignored when -# nl_collapse_empty_body_functions=true -nl_inside_empty_func = 0 # unsigned number - -# The number of newlines before a function prototype. -nl_before_func_body_proto = 0 # unsigned number - -# The number of newlines before a multi-line function definition. Where -# applicable, this option is overridden with eat_blanks_after_open_brace=true -nl_before_func_body_def = 0 # unsigned number - -# The number of newlines before a class constructor/destructor prototype. -nl_before_func_class_proto = 0 # unsigned number - -# The number of newlines before a class constructor/destructor definition. -nl_before_func_class_def = 0 # unsigned number - -# The number of newlines after a function prototype. -nl_after_func_proto = 0 # unsigned number - -# The number of newlines after a function prototype, if not followed by -# another function prototype. -nl_after_func_proto_group = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype. -nl_after_func_class_proto = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype, -# if not followed by another constructor/destructor prototype. -nl_after_func_class_proto_group = 0 # unsigned number - -# Whether one-line method definitions inside a class body should be treated -# as if they were prototypes for the purposes of adding newlines. -# -# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def -# and nl_before_func_class_def for one-liners. -nl_class_leave_one_liner_groups = false # true/false - -# The number of newlines after '}' of a multi-line function body. -# -# Overrides nl_min_after_func_body and nl_max_after_func_body. -nl_after_func_body = 0 # unsigned number - -# The minimum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -nl_min_after_func_body = 0 # unsigned number - -# The maximum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -# Takes precedence over nl_min_after_func_body. -nl_max_after_func_body = 0 # unsigned number - -# The number of newlines after '}' of a multi-line function body in a class -# declaration. Also affects class constructors/destructors. -# -# Overrides nl_after_func_body. -nl_after_func_body_class = 0 # unsigned number - -# The number of newlines after '}' of a single line function body. Also -# affects class constructors/destructors. -# -# Overrides nl_after_func_body and nl_after_func_body_class. -nl_after_func_body_one_liner = 0 # unsigned number - -# The number of newlines before a block of typedefs. If nl_after_access_spec -# is non-zero, that option takes precedence. -# -# 0: No change (default). -nl_typedef_blk_start = 0 # unsigned number - -# The number of newlines after a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_in = 0 # unsigned number - -# The minimum number of blank lines after a block of variable definitions -# at the top of a function body. If any preprocessor directives appear -# between the opening brace of the function and the variable block, then -# it is considered as not at the top of the function.Newlines are added -# before trailing preprocessor directives, if any exist. -# -# 0: No change (default). -nl_var_def_blk_end_func_top = 0 # unsigned number - -# The minimum number of empty newlines before a block of variable definitions -# not at the top of a function body. If nl_after_access_spec is non-zero, -# that option takes precedence. Newlines are not added at the top of the -# file or just after an opening brace. Newlines are added above any -# preprocessor directives before the block. -# -# 0: No change (default). -nl_var_def_blk_start = 0 # unsigned number - -# The minimum number of empty newlines after a block of variable definitions -# not at the top of a function body. Newlines are not added if the block -# is at the bottom of the file or just before a preprocessor directive. -# -# 0: No change (default). -nl_var_def_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of variable -# definitions. -# -# 0: No change (default). -nl_var_def_blk_in = 0 # unsigned number - -# The minimum number of newlines before a multi-line comment. -# Doesn't apply if after a brace open or another multi-line comment. -nl_before_block_comment = 0 # unsigned number - -# The minimum number of newlines before a single-line C comment. -# Doesn't apply if after a brace open or other single-line C comments. -nl_before_c_comment = 0 # unsigned number - -# The minimum number of newlines before a CPP comment. -# Doesn't apply if after a brace open or other CPP comments. -nl_before_cpp_comment = 0 # unsigned number - -# Whether to force a newline after a multi-line comment. -nl_after_multiline_comment = false # true/false - -# Whether to force a newline after a label's colon. -nl_after_label_colon = false # true/false - -# The number of newlines before a struct definition. -nl_before_struct = 0 # unsigned number - -# The number of newlines after '}' or ';' of a struct/enum/union definition. -nl_after_struct = 0 # unsigned number - -# The number of newlines before a class definition. -nl_before_class = 0 # unsigned number - -# The number of newlines after '}' or ';' of a class definition. -nl_after_class = 0 # unsigned number - -# The number of newlines before a namespace. -nl_before_namespace = 0 # unsigned number - -# The number of newlines after '{' of a namespace. This also adds newlines -# before the matching '}'. -# -# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if -# applicable, otherwise no change. -# -# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. -nl_inside_namespace = 0 # unsigned number - -# The number of newlines after '}' of a namespace. -nl_after_namespace = 0 # unsigned number - -# The number of newlines before an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -nl_before_access_spec = 0 # unsigned number - -# The number of newlines after an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -# -# Overrides nl_typedef_blk_start and nl_var_def_blk_start. -nl_after_access_spec = 0 # unsigned number - -# The number of newlines between a function definition and the function -# comment, as in '// comment\n void foo() {...}'. -# -# 0: No change (default). -nl_comment_func_def = 0 # unsigned number - -# The number of newlines after a try-catch-finally block that isn't followed -# by a brace close. -# -# 0: No change (default). -nl_after_try_catch_finally = 0 # unsigned number - -# (C#) The number of newlines before and after a property, indexer or event -# declaration. -# -# 0: No change (default). -nl_around_cs_property = 0 # unsigned number - -# (C#) The number of newlines between the get/set/add/remove handlers. -# -# 0: No change (default). -nl_between_get_set = 0 # unsigned number - -# (C#) Add or remove newline between property and the '{'. -nl_property_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove blank lines after '{'. -eat_blanks_after_open_brace = false # true/false - -# Whether to remove blank lines before '}'. -eat_blanks_before_close_brace = false # true/false - -# How aggressively to remove extra newlines not in preprocessor. -# -# 0: No change (default) -# 1: Remove most newlines not handled by other config -# 2: Remove all newlines and reformat completely by config -nl_remove_extra_newlines = 0 # unsigned number - -# (Java) Add or remove newline after an annotation statement. Only affects -# annotations that are after a newline. -nl_after_annotation = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove newline between two annotations. -nl_between_annotation = ignore # ignore/add/remove/force/not_defined - -# The number of newlines before a whole-file #ifdef. -# -# 0: No change (default). -nl_before_whole_file_ifdef = 0 # unsigned number - -# The number of newlines after a whole-file #ifdef. -# -# 0: No change (default). -nl_after_whole_file_ifdef = 0 # unsigned number - -# The number of newlines before a whole-file #endif. -# -# 0: No change (default). -nl_before_whole_file_endif = 0 # unsigned number - -# The number of newlines after a whole-file #endif. -# -# 0: No change (default). -nl_after_whole_file_endif = 0 # unsigned number - -# -# Positioning options -# - -# The position of arithmetic operators in wrapped expressions. -pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of assignment in wrapped expressions. Do not affect '=' -# followed by '{'. -pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of Boolean operators in wrapped expressions. -pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of comparison operators in wrapped expressions. -pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of conditional operators, as in the '?' and ':' of -# 'expr ? stmt : stmt', in wrapped expressions. -pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in wrapped expressions. -pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in enum entries. -pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the base class list if there is more than one -# line. Affects nl_class_init_args. -pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the constructor initialization list. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. -pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of trailing/leading class colon, between class and base class -# list. Affects nl_class_colon. -pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of colons between constructor and member initialization. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. -pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of shift operators in wrapped expressions. -pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# -# Line splitting options -# - -# Try to limit code width to N columns. -code_width = 0 # unsigned number - -# Whether to fully split long 'for' statements at semi-colons. -ls_for_split_full = false # true/false - -# Whether to fully split long function prototypes/calls at commas. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_func_split_full = false # true/false - -# Whether to split lines as close to code_width as possible and ignore some -# groupings. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_code_width = false # true/false - -# -# Code alignment options (not left column spaces/tabs) -# - -# Whether to keep non-indenting tabs. -align_keep_tabs = false # true/false - -# Whether to use tabs for aligning. -align_with_tabs = false # true/false - -# Whether to bump out to the next tab when aligning. -align_on_tabstop = false # true/false - -# Whether to right-align numbers. -align_number_right = false # true/false - -# Whether to keep whitespace not required for alignment. -align_keep_extra_space = false # true/false - -# Whether to align variable definitions in prototypes and functions. -align_func_params = false # true/false - -# The span for aligning parameter definitions in function on parameter name. -# -# 0: Don't align (default). -align_func_params_span = 0 # unsigned number - -# The threshold for aligning function parameter definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_params_thresh = 0 # number - -# The gap for aligning function parameter definitions. -align_func_params_gap = 0 # unsigned number - -# The span for aligning constructor value. -# -# 0: Don't align (default). -align_constr_value_span = 0 # unsigned number - -# The threshold for aligning constructor value. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_constr_value_thresh = 0 # number - -# The gap for aligning constructor value. -align_constr_value_gap = 0 # unsigned number - -# Whether to align parameters in single-line functions that have the same -# name. The function names must already be aligned with each other. -align_same_func_call_params = false # true/false - -# The span for aligning function-call parameters for single line functions. -# -# 0: Don't align (default). -align_same_func_call_params_span = 0 # unsigned number - -# The threshold for aligning function-call parameters for single line -# functions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_same_func_call_params_thresh = 0 # number - -# The span for aligning variable definitions. -# -# 0: Don't align (default). -align_var_def_span = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of variable definitions. -# -# 0: Part of the type 'void * foo;' (default) -# 1: Part of the variable 'void *foo;' -# 2: Dangling 'void *foo;' -# Dangling: the '*' will not be taken into account when aligning. -align_var_def_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of variable definitions. -# -# 0: Part of the type 'long & foo;' (default) -# 1: Part of the variable 'long &foo;' -# 2: Dangling 'long &foo;' -# Dangling: the '&' will not be taken into account when aligning. -align_var_def_amp_style = 0 # unsigned number - -# The threshold for aligning variable definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_def_thresh = 0 # number - -# The gap for aligning variable definitions. -align_var_def_gap = 0 # unsigned number - -# Whether to align the colon in struct bit fields. -align_var_def_colon = false # true/false - -# The gap for aligning the colon in struct bit fields. -align_var_def_colon_gap = 0 # unsigned number - -# Whether to align any attribute after the variable name. -align_var_def_attribute = false # true/false - -# Whether to align inline struct/enum/union variable definitions. -align_var_def_inline = false # true/false - -# The span for aligning on '=' in assignments. -# -# 0: Don't align (default). -align_assign_span = 0 # unsigned number - -# The span for aligning on '=' in function prototype modifier. -# -# 0: Don't align (default). -align_assign_func_proto_span = 0 # unsigned number - -# The threshold for aligning on '=' in assignments. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_assign_thresh = 0 # number - -# Whether to align on the left most assignment when multiple -# definitions are found on the same line. -# Depends on 'align_assign_span' and 'align_assign_thresh' settings. -align_assign_on_multi_var_defs = false # true/false - -# The span for aligning on '{' in braced init list. -# -# 0: Don't align (default). -align_braced_init_list_span = 0 # unsigned number - -# The threshold for aligning on '{' in braced init list. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_braced_init_list_thresh = 0 # number - -# How to apply align_assign_span to function declaration "assignments", i.e. -# 'virtual void foo() = 0' or '~foo() = {default|delete}'. -# -# 0: Align with other assignments (default) -# 1: Align with each other, ignoring regular assignments -# 2: Don't align -align_assign_decl_func = 0 # unsigned number - -# The span for aligning on '=' in enums. -# -# 0: Don't align (default). -align_enum_equ_span = 0 # unsigned number - -# The threshold for aligning on '=' in enums. -# Use a negative number for absolute thresholds. -# -# 0: no limit (default). -align_enum_equ_thresh = 0 # number - -# The span for aligning class member definitions. -# -# 0: Don't align (default). -align_var_class_span = 0 # unsigned number - -# The threshold for aligning class member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_class_thresh = 0 # number - -# The gap for aligning class member definitions. -align_var_class_gap = 0 # unsigned number - -# The span for aligning struct/union member definitions. -# -# 0: Don't align (default). -align_var_struct_span = 0 # unsigned number - -# The threshold for aligning struct/union member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_struct_thresh = 0 # number - -# The gap for aligning struct/union member definitions. -align_var_struct_gap = 0 # unsigned number - -# The span for aligning struct initializer values. -# -# 0: Don't align (default). -align_struct_init_span = 0 # unsigned number - -# The span for aligning single-line typedefs. -# -# 0: Don't align (default). -align_typedef_span = 0 # unsigned number - -# The minimum space between the type and the synonym of a typedef. -align_typedef_gap = 0 # unsigned number - -# How to align typedef'd functions with other typedefs. -# -# 0: Don't mix them at all (default) -# 1: Align the open parenthesis with the types -# 2: Align the function type name with the other type names -align_typedef_func = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int * pint;' (default) -# 1: Part of type name: 'typedef int *pint;' -# 2: Dangling: 'typedef int *pint;' -# Dangling: the '*' will not be taken into account when aligning. -align_typedef_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int & intref;' (default) -# 1: Part of type name: 'typedef int &intref;' -# 2: Dangling: 'typedef int &intref;' -# Dangling: the '&' will not be taken into account when aligning. -align_typedef_amp_style = 0 # unsigned number - -# The span for aligning comments that end lines. -# -# 0: Don't align (default). -align_right_cmt_span = 0 # unsigned number - -# Minimum number of columns between preceding text and a trailing comment in -# order for the comment to qualify for being aligned. Must be non-zero to have -# an effect. -align_right_cmt_gap = 0 # unsigned number - -# If aligning comments, whether to mix with comments after '}' and #endif with -# less than three spaces before the comment. -align_right_cmt_mix = false # true/false - -# Whether to only align trailing comments that are at the same brace level. -align_right_cmt_same_level = false # true/false - -# Minimum column at which to align trailing comments. Comments which are -# aligned beyond this column, but which can be aligned in a lesser column, -# may be "pulled in". -# -# 0: Ignore (default). -align_right_cmt_at_col = 0 # unsigned number - -# The span for aligning function prototypes. -# -# 0: Don't align (default). -align_func_proto_span = 0 # unsigned number - -# Whether to ignore continuation lines when evaluating the number of -# new lines for the function prototype alignment's span. -# -# false: continuation lines are part of the newlines count -# true: continuation lines are not counted -align_func_proto_span_ignore_cont_lines = false # true/false - -# How to consider (or treat) the '*' in the alignment of function prototypes. -# -# 0: Part of the type 'void * foo();' (default) -# 1: Part of the function 'void *foo();' -# 2: Dangling 'void *foo();' -# Dangling: the '*' will not be taken into account when aligning. -align_func_proto_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of function prototypes. -# -# 0: Part of the type 'long & foo();' (default) -# 1: Part of the function 'long &foo();' -# 2: Dangling 'long &foo();' -# Dangling: the '&' will not be taken into account when aligning. -align_func_proto_amp_style = 0 # unsigned number - -# The threshold for aligning function prototypes. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_proto_thresh = 0 # number - -# Minimum gap between the return type and the function name. -align_func_proto_gap = 0 # unsigned number - -# Whether to align function prototypes on the 'operator' keyword instead of -# what follows. -align_on_operator = false # true/false - -# Whether to mix aligning prototype and variable declarations. If true, -# align_var_def_XXX options are used instead of align_func_proto_XXX options. -align_mix_var_proto = false # true/false - -# Whether to align single-line functions with function prototypes. -# Uses align_func_proto_span. -align_single_line_func = false # true/false - -# Whether to align the open brace of single-line functions. -# Requires align_single_line_func=true. Uses align_func_proto_span. -align_single_line_brace = false # true/false - -# Gap for align_single_line_brace. -align_single_line_brace_gap = 0 # unsigned number - -# (OC) The span for aligning Objective-C message specifications. -# -# 0: Don't align (default). -align_oc_msg_spec_span = 0 # unsigned number - -# Whether and how to align backslashes that split a macro onto multiple lines. -# This will not work right if the macro contains a multi-line comment. -# -# 0: Do nothing (default) -# 1: Align the backslashes in the column at the end of the longest line -# 2: Align with the backslash that is farthest to the left, or, if that -# backslash is farther left than the end of the longest line, at the end of -# the longest line -# 3: Align with the backslash that is farthest to the right -align_nl_cont = 0 # unsigned number - -# The minimum number of spaces between the end of a line and its continuation -# backslash. Requires align_nl_cont. -# -# Default: 1 -align_nl_cont_spaces = 1 # unsigned number - -# Whether to align macro functions and variables together. -align_pp_define_together = false # true/false - -# The span for aligning on '#define' bodies. -# -# =0: Don't align (default) -# >0: Number of lines (including comments) between blocks -align_pp_define_span = 0 # unsigned number - -# The minimum space between label and value of a preprocessor define. -align_pp_define_gap = 0 # unsigned number - -# Whether to align lines that start with '<<' with previous '<<'. -# -# Default: true -align_left_shift = true # true/false - -# Whether to align comma-separated statements following '<<' (as used to -# initialize Eigen matrices). -align_eigen_comma_init = false # true/false - -# Whether to align text after 'asm volatile ()' colons. -align_asm_colon = false # true/false - -# (OC) Span for aligning parameters in an Objective-C message call -# on the ':'. -# -# 0: Don't align. -align_oc_msg_colon_span = 0 # unsigned number - -# (OC) Whether to always align with the first parameter, even if it is too -# short. -align_oc_msg_colon_first = false # true/false - -# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration -# on the ':'. -align_oc_decl_colon = false # true/false - -# (OC) Whether to not align parameters in an Objectve-C message call if first -# colon is not on next line of the message call (the same way Xcode does -# alignment) -align_oc_msg_colon_xcode_like = false # true/false - -# -# Comment modification options -# - -# Try to wrap comments at N columns. -cmt_width = 0 # unsigned number - -# How to reflow comments. -# -# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) -# 1: No touching at all -# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) -cmt_reflow_mode = 0 # unsigned number - -# Path to a file that contains regular expressions describing patterns for -# which the end of one line and the beginning of the next will be folded into -# the same sentence or paragraph during full comment reflow. The regular -# expressions are described using ECMAScript syntax. The syntax for this -# specification is as follows, where "..." indicates the custom regular -# expression and "n" indicates the nth end_of_prev_line_regex and -# beg_of_next_line_regex regular expression pair: -# -# end_of_prev_line_regex[1] = "...$" -# beg_of_next_line_regex[1] = "^..." -# end_of_prev_line_regex[2] = "...$" -# beg_of_next_line_regex[2] = "^..." -# . -# . -# . -# end_of_prev_line_regex[n] = "...$" -# beg_of_next_line_regex[n] = "^..." -# -# Note that use of this option overrides the default reflow fold regular -# expressions, which are internally defined as follows: -# -# end_of_prev_line_regex[1] = "[\w,\]\)]$" -# beg_of_next_line_regex[1] = "^[\w,\[\(]" -# end_of_prev_line_regex[2] = "\.$" -# beg_of_next_line_regex[2] = "^[A-Z]" -cmt_reflow_fold_regex_file = "" # string - -# Whether to indent wrapped lines to the start of the encompassing paragraph -# during full comment reflow (cmt_reflow_mode = 2). Overrides the value -# specified by cmt_sp_after_star_cont. -# -# Note that cmt_align_doxygen_javadoc_tags overrides this option for -# paragraphs associated with javadoc tags -cmt_reflow_indent_to_paragraph_start = false # true/false - -# Whether to convert all tabs to spaces in comments. If false, tabs in -# comments are left alone, unless used for indenting. -cmt_convert_tab_to_spaces = false # true/false - -# Whether to apply changes to multi-line comments, including cmt_width, -# keyword substitution and leading chars. -# -# Default: true -cmt_indent_multi = true # true/false - -# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) -# and corresponding fields such that groups of consecutive block tags, -# parameter names, and descriptions align with one another. Overrides that -# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may -# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 -# in order to achieve the desired alignment for line-wrapping. -cmt_align_doxygen_javadoc_tags = false # true/false - -# The number of spaces to insert after the star and before doxygen -# javadoc-style tags (@param, @return, etc). Requires enabling -# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the -# cmt_sp_after_star_cont. -# -# Default: 1 -cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number - -# Whether to change trailing, single-line c-comments into cpp-comments. -cmt_trailing_single_line_c_to_cpp = false # true/false - -# Whether to group c-comments that look like they are in a block. -cmt_c_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined c-comment. -cmt_c_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined c-comment. -cmt_c_nl_end = false # true/false - -# Whether to change cpp-comments into c-comments. -cmt_cpp_to_c = false # true/false - -# Whether to group cpp-comments that look like they are in a block. Only -# meaningful if cmt_cpp_to_c=true. -cmt_cpp_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_end = false # true/false - -# Whether to put a star on subsequent comment lines. -cmt_star_cont = false # true/false - -# The number of spaces to insert at the start of subsequent comment lines. -cmt_sp_before_star_cont = 0 # unsigned number - -# The number of spaces to insert after the star on subsequent comment lines. -cmt_sp_after_star_cont = 0 # unsigned number - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length. -# -# Default: true -cmt_multi_check_last = true # true/false - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length AND if the length is -# bigger as the first_len minimum. -# -# Default: 4 -cmt_multi_first_len_minimum = 4 # unsigned number - -# Path to a file that contains text to insert at the beginning of a file if -# the file doesn't start with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_header = "" # string - -# Path to a file that contains text to insert at the end of a file if the -# file doesn't end with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_footer = "" # string - -# Path to a file that contains text to insert before a function definition if -# the function isn't preceded by a C/C++ comment. If the inserted text -# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be -# replaced with, respectively, the name of the function, the javadoc '@param' -# and '@return' stuff, or the name of the class to which the member function -# belongs. -cmt_insert_func_header = "" # string - -# Path to a file that contains text to insert before a class if the class -# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', -# that will be replaced with the class name. -cmt_insert_class_header = "" # string - -# Path to a file that contains text to insert before an Objective-C message -# specification, if the method isn't preceded by a C/C++ comment. If the -# inserted text contains '$(message)' or '$(javaparam)', these will be -# replaced with, respectively, the name of the function, or the javadoc -# '@param' and '@return' stuff. -cmt_insert_oc_msg_header = "" # string - -# Whether a comment should be inserted if a preprocessor is encountered when -# stepping backwards from a function name. -# -# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and -# cmt_insert_class_header. -cmt_insert_before_preproc = false # true/false - -# Whether a comment should be inserted if a function is declared inline to a -# class definition. -# -# Applies to cmt_insert_func_header. -# -# Default: true -cmt_insert_before_inlines = true # true/false - -# Whether a comment should be inserted if the function is a class constructor -# or destructor. -# -# Applies to cmt_insert_func_header. -cmt_insert_before_ctor_dtor = false # true/false - -# -# Code modifying options (non-whitespace) -# - -# Add or remove braces on a single-line 'do' statement. -mod_full_brace_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'for' statement. -mod_full_brace_for = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove braces on a single-line function definition. -mod_full_brace_function = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'if' statement. Braces will not be -# removed if the braced statement contains an 'else'. -mod_full_brace_if = ignore # ignore/add/remove/force/not_defined - -# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either -# have, or do not have, braces. Overrides mod_full_brace_if. -# -# 0: Don't override mod_full_brace_if -# 1: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks -# 2: Add braces to all blocks if any block already has braces, regardless of -# whether it needs them -# 3: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks, except if all blocks have braces -# despite none needing them -mod_full_brace_if_chain = 0 # unsigned number - -# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. -# If true, mod_full_brace_if_chain will only remove braces from an 'if' that -# does not have an 'else if' or 'else'. -mod_full_brace_if_chain_only = false # true/false - -# Add or remove braces on single-line 'while' statement. -mod_full_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on single-line 'using ()' statement. -mod_full_brace_using = ignore # ignore/add/remove/force/not_defined - -# Don't remove braces around statements that span N newlines -mod_full_brace_nl = 0 # unsigned number - -# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks -# which span multiple lines. -# -# Affects: -# mod_full_brace_for -# mod_full_brace_if -# mod_full_brace_if_chain -# mod_full_brace_if_chain_only -# mod_full_brace_while -# mod_full_brace_using -# -# Does not affect: -# mod_full_brace_do -# mod_full_brace_function -mod_full_brace_nl_block_rem_mlcond = false # true/false - -# Add or remove unnecessary parentheses on 'return' statement. -mod_paren_on_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove unnecessary parentheses on 'throw' statement. -mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Whether to change optional semicolons to real semicolons. -mod_pawn_semicolon = false # true/false - -# Whether to fully parenthesize Boolean expressions in 'while' and 'if' -# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. -mod_full_paren_if_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. -mod_full_paren_assign_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. -mod_full_paren_return_bool = false # true/false - -# Whether to remove superfluous semicolons. -mod_remove_extra_semicolon = false # true/false - -# Whether to remove duplicate include. -mod_remove_duplicate_include = false # true/false - -# the following options (mod_XX_closebrace_comment) use different comment, -# depending of the setting of the next option. -# false: Use the c comment (default) -# true : Use the cpp comment -mod_add_force_c_closebrace_comment = false # true/false - -# If a function body exceeds the specified number of newlines and doesn't have -# a comment after the close brace, a comment will be added. -mod_add_long_function_closebrace_comment = 0 # unsigned number - -# If a namespace body exceeds the specified number of newlines and doesn't -# have a comment after the close brace, a comment will be added. -mod_add_long_namespace_closebrace_comment = 0 # unsigned number - -# If a class body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_class_closebrace_comment = 0 # unsigned number - -# If a switch body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_switch_closebrace_comment = 0 # unsigned number - -# If an #ifdef body exceeds the specified number of newlines and doesn't have -# a comment after the #endif, a comment will be added. -mod_add_long_ifdef_endif_comment = 0 # unsigned number - -# If an #ifdef or #else body exceeds the specified number of newlines and -# doesn't have a comment after the #else, a comment will be added. -mod_add_long_ifdef_else_comment = 0 # unsigned number - -# Whether to take care of the case by the mod_sort_xx options. -mod_sort_case_sensitive = false # true/false - -# Whether to sort consecutive single-line 'import' statements. -mod_sort_import = false # true/false - -# (C#) Whether to sort consecutive single-line 'using' statements. -mod_sort_using = false # true/false - -# Whether to sort consecutive single-line '#include' statements (C/C++) and -# '#import' statements (Objective-C). Be aware that this has the potential to -# break your code if your includes/imports have ordering dependencies. -mod_sort_include = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# filename without extension when sorting is enabled. -mod_sort_incl_import_prioritize_filename = false # true/false - -# Whether to prioritize '#include' and '#import' statements that does not -# contain extensions when sorting is enabled. -mod_sort_incl_import_prioritize_extensionless = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# angle over quotes when sorting is enabled. -mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false - -# Whether to ignore file extension in '#include' and '#import' statements -# for sorting comparison. -mod_sort_incl_import_ignore_extension = false # true/false - -# Whether to group '#include' and '#import' statements when sorting is enabled. -mod_sort_incl_import_grouping_enabled = false # true/false - -# Whether to move a 'break' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. -mod_move_case_break = false # true/false - -# Whether to move a 'return' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. -mod_move_case_return = false # true/false - -# Add or remove braces around a fully braced case statement. Will only remove -# braces if there are no variable declarations in the block. -mod_case_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove a void 'return;' that appears as the last statement in a -# function. -mod_remove_empty_return = false # true/false - -# Add or remove the comma after the last value of an enumeration. -mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined - -# Syntax to use for infinite loops. -# -# 0: Leave syntax alone (default) -# 1: Rewrite as `for(;;)` -# 2: Rewrite as `while(true)` -# 3: Rewrite as `do`...`while(true);` -# 4: Rewrite as `while(1)` -# 5: Rewrite as `do`...`while(1);` -# -# Infinite loops that do not already match one of these syntaxes are ignored. -# Other options that affect loop formatting will be applied after transforming -# the syntax. -mod_infinite_loop = 0 # unsigned number - -# Add or remove the 'int' keyword in 'int short'. -mod_int_short = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'short int'. -mod_short_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int long'. -mod_int_long = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'long int'. -mod_long_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int signed'. -mod_int_signed = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'signed int'. -mod_signed_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int unsigned'. -mod_int_unsigned = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'unsigned int'. -mod_unsigned_int = ignore # ignore/add/remove/force/not_defined - -# If there is a situation where mod_int_* and mod_*_int would result in -# multiple int keywords, whether to keep the rightmost int (the default) or the -# leftmost int. -mod_int_prefer_int_on_left = false # true/false - -# (OC) Whether to organize the properties. If true, properties will be -# rearranged according to the mod_sort_oc_property_*_weight factors. -mod_sort_oc_properties = false # true/false - -# (OC) Weight of a class property modifier. -mod_sort_oc_property_class_weight = 0 # number - -# (OC) Weight of 'atomic' and 'nonatomic'. -mod_sort_oc_property_thread_safe_weight = 0 # number - -# (OC) Weight of 'readwrite' when organizing properties. -mod_sort_oc_property_readwrite_weight = 0 # number - -# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', -# 'weak', 'strong') when organizing properties. -mod_sort_oc_property_reference_weight = 0 # number - -# (OC) Weight of getter type ('getter=') when organizing properties. -mod_sort_oc_property_getter_weight = 0 # number - -# (OC) Weight of setter type ('setter=') when organizing properties. -mod_sort_oc_property_setter_weight = 0 # number - -# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', -# 'null_resettable') when organizing properties. -mod_sort_oc_property_nullability_weight = 0 # number - -# -# Preprocessor options -# - -# How to use tabs when indenting preprocessor code. -# -# -1: Use 'indent_with_tabs' setting (default) -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: -1 -pp_indent_with_tabs = -1 # number - -# Add or remove indentation of preprocessor directives inside #if blocks -# at brace level 0 (file-level). -pp_indent = ignore # ignore/add/remove/force/not_defined - -# Whether to indent #if/#else/#endif at the brace level. If false, these are -# indented from column 1. -pp_indent_at_level = false # true/false - -# Whether to indent #if/#else/#endif at the parenthesis level if the brace -# level is 0. If false, these are indented from column 1. -pp_indent_at_level0 = false # true/false - -# Specifies the number of columns to indent preprocessors per level -# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies -# the number of columns to indent preprocessors per level -# at brace level > 0 (function-level). -# -# Default: 1 -pp_indent_count = 1 # unsigned number - -# Add or remove space after # based on pp level of #if blocks. -pp_space_after = ignore # ignore/add/remove/force/not_defined - -# Sets the number of spaces per level added with pp_space_after. -pp_space_count = 0 # unsigned number - -# The indent for '#region' and '#endregion' in C# and '#pragma region' in -# C/C++. Negative values decrease indent down to the first column. -pp_indent_region = 0 # number - -# Whether to indent the code between #region and #endregion. -pp_region_indent_code = false # true/false - -# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when -# not at file-level. Negative values decrease indent down to the first column. -# -# =0: Indent preprocessors using output_tab_size -# >0: Column at which all preprocessors will be indented -pp_indent_if = 0 # number - -# Whether to indent the code between #if, #else and #endif. -pp_if_indent_code = false # true/false - -# Whether to indent the body of an #if that encompasses all the code in the file. -pp_indent_in_guard = false # true/false - -# Whether to indent '#define' at the brace level. If false, these are -# indented from column 1. -pp_define_at_level = false # true/false - -# Whether to indent '#include' at the brace level. -pp_include_at_level = false # true/false - -# Whether to ignore the '#define' body while formatting. -pp_ignore_define_body = false # true/false - -# An offset value that controls the indentation of the body of a multiline #define. -# 'body' refers to all the lines of a multiline #define except the first line. -# Requires 'pp_ignore_define_body = false'. -# -# <0: Absolute column: the body indentation starts off at the specified column -# (ex. -3 ==> the body is indented starting from column 3) -# >=0: Relative to the column of the '#' of '#define' -# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') -# -# Default: 8 -pp_multiline_define_body_indent = 8 # number - -# Whether to indent case statements between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the case statements -# directly inside of. -# -# Default: true -pp_indent_case = true # true/false - -# Whether to indent whole function definitions between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the function definition -# is directly inside of. -# -# Default: true -pp_indent_func_def = true # true/false - -# Whether to indent extern C blocks between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the extern block is -# directly inside of. -# -# Default: true -pp_indent_extern = true # true/false - -# How to indent braces directly inside #if, #else, and #endif. -# Requires pp_if_indent_code=true and only applies to the indent of the -# preprocessor that the braces are directly inside of. -# 0: No extra indent -# 1: Indent by one level -# -1: Preserve original indentation -# -# Default: 1 -pp_indent_brace = 1 # number - -# Whether to print warning messages for unbalanced #if and #else blocks. -# This will print a message in the following cases: -# - if an #ifdef block ends on a different indent level than -# where it started from. Example: -# -# #ifdef TEST -# int i; -# { -# int j; -# #endif -# -# - an #elif/#else block ends on a different indent level than -# the corresponding #ifdef block. Example: -# -# #ifdef TEST -# int i; -# #else -# } -# int j; -# #endif -pp_warn_unbalanced_if = false # true/false - -# -# Sort includes options -# - -# The regex for include category with priority 0. -include_category_0 = "" # string - -# The regex for include category with priority 1. -include_category_1 = "" # string - -# The regex for include category with priority 2. -include_category_2 = "" # string - -# -# Use or Do not Use options -# - -# true: indent_func_call_param will be used (default) -# false: indent_func_call_param will NOT be used -# -# Default: true -use_indent_func_call_param = true # true/false - -# The value of the indentation for a continuation line is calculated -# differently if the statement is: -# - a declaration: your case with QString fileName ... -# - an assignment: your case with pSettings = new QSettings( ... -# -# At the second case the indentation value might be used twice: -# - at the assignment -# - at the function call (if present) -# -# To prevent the double use of the indentation value, use this option with the -# value 'true'. -# -# true: indent_continue will be used only once -# false: indent_continue will be used every time (default) -# -# Requires indent_ignore_first_continue=false. -use_indent_continue_only_once = false # true/false - -# The indentation can be: -# - after the assignment, at the '[' character -# - at the beginning of the lambda body -# -# true: indentation will be at the beginning of the lambda body -# false: indentation will be after the assignment (default) -indent_cpp_lambda_only_once = false # true/false - -# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the -# historic behavior, but is probably not the desired behavior, so this is off -# by default. -use_sp_after_angle_always = false # true/false - -# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, -# this tries to format these so that they match Qt's normalized form (i.e. the -# result of QMetaObject::normalizedSignature), which can slightly improve the -# performance of the QObject::connect call, rather than how they would -# otherwise be formatted. -# -# See options_for_QT.cpp for details. -# -# Default: true -use_options_overriding_for_qt_macros = true # true/false - -# If true: the form feed character is removed from the list of whitespace -# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. -use_form_feed_no_more_as_whitespace_character = false # true/false - -# -# Warn levels - 1: error, 2: warning (default), 3: note -# - -# (C#) Warning is given if doing tab-to-\t replacement and we have found one -# in a C# verbatim string literal. -# -# Default: 2 -warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number - -# Limit the number of loops. -# Used by uncrustify.cpp to exit from infinite loop. -# 0: no limit. -debug_max_number_of_loops = 0 # number - -# Set the number of the line to protocol; -# Used in the function prot_the_line if the 2. parameter is zero. -# 0: nothing protocol. -debug_line_number_to_protocol = 0 # number - -# Set the number of second(s) before terminating formatting the current file, -# 0: no timeout. -# only for linux -debug_timeout = 0 # number - -# Set the number of characters to be printed if the text is too long, -# 0: do not truncate. -debug_truncate = 0 # unsigned number - -# sort (or not) the tracking info. -# -# Default: true -debug_sort_the_tracks = true # true/false - -# decode (or not) the flags as a new line. -# only if the -p option is set. -debug_decode_the_flags = false # true/false - -# use (or not) the exit(EX_SOFTWARE) function. -# -# Default: true -debug_use_the_exit_function_pop = true # true/false - -# insert the number of the line at the beginning of each line -set_numbering_for_html_output = false # true/false - -# Meaning of the settings: -# Ignore - do not do any changes -# Add - makes sure there is 1 or more space/brace/newline/etc -# Force - makes sure there is exactly 1 space/brace/newline/etc, -# behaves like Add in some contexts -# Remove - removes space/brace/newline/etc -# -# -# - Token(s) can be treated as specific type(s) with the 'set' option: -# `set tokenType tokenString [tokenString...]` -# -# Example: -# `set BOOL __AND__ __OR__` -# -# tokenTypes are defined in src/token_enum.h, use them without the -# 'CT_' prefix: 'CT_BOOL' => 'BOOL' -# -# -# - Token(s) can be treated as type(s) with the 'type' option. -# `type tokenString [tokenString...]` -# -# Example: -# `type int c_uint_8 Rectangle` -# -# This can also be achieved with `set TYPE int c_uint_8 Rectangle` -# -# -# To embed whitespace in tokenStrings use the '\' escape character, or quote -# the tokenStrings. These quotes are supported: "'` -# -# -# - Support for the auto detection of languages through the file ending can be -# added using the 'file_ext' command. -# `file_ext langType langString [langString..]` -# -# Example: -# `file_ext CPP .ch .cxx .cpp.in` -# -# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use -# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' -# -# -# - Custom macro-based indentation can be set up using 'macro-open', -# 'macro-else' and 'macro-close'. -# `(macro-open | macro-else | macro-close) tokenString` -# -# Example: -# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` -# `macro-open BEGIN_MESSAGE_MAP` -# `macro-close END_MESSAGE_MAP` -# -# -# option(s) with 'not default' value: 0 -# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/default.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/default.cfg deleted file mode 100644 index 9b3d568c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/default.cfg +++ /dev/null @@ -1,3708 +0,0 @@ -# Uncrustify-0.78.0 - -# -# General options -# - -# The type of line endings. -# -# Default: auto -newlines = auto # lf/crlf/cr/auto - -# The original size of tabs in the input. -# -# Default: 8 -input_tab_size = 8 # unsigned number - -# The size of tabs in the output (only used if align_with_tabs=true). -# -# Default: 8 -output_tab_size = 8 # unsigned number - -# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). -# -# Default: 92 -string_escape_char = 92 # unsigned number - -# Alternate string escape char (usually only used for Pawn). -# Only works right before the quote char. -string_escape_char2 = 0 # unsigned number - -# Replace tab characters found in string literals with the escape sequence \t -# instead. -string_replace_tab_chars = false # true/false - -# Allow interpreting '>=' and '>>=' as part of a template in code like -# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. -# Improvements to template detection may make this option obsolete. -tok_split_gte = false # true/false - -# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). -disable_processing_nl_cont = false # true/false - -# Specify the marker used in comments to disable processing of part of the -# file. -# -# Default: *INDENT-OFF* -disable_processing_cmt = " *INDENT-OFF*" # string - -# Specify the marker used in comments to (re)enable processing in a file. -# -# Default: *INDENT-ON* -enable_processing_cmt = " *INDENT-ON*" # string - -# Enable parsing of digraphs. -enable_digraphs = false # true/false - -# Option to allow both disable_processing_cmt and enable_processing_cmt -# strings, if specified, to be interpreted as ECMAScript regular expressions. -# If true, a regex search will be performed within comments according to the -# specified patterns in order to disable/enable processing. -processing_cmt_as_regex = false # true/false - -# Add or remove the UTF-8 BOM (recommend 'remove'). -utf8_bom = ignore # ignore/add/remove/force/not_defined - -# If the file contains bytes with values between 128 and 255, but is not -# UTF-8, then output as UTF-8. -utf8_byte = false # true/false - -# Force the output encoding to UTF-8. -utf8_force = false # true/false - -# -# Spacing options -# - -# Add or remove space around non-assignment symbolic operators ('+', '/', '%', -# '<<', and so forth). -sp_arith = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around arithmetic operators '+' and '-'. -# -# Overrides sp_arith. -sp_arith_additive = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=', '+=', etc. -sp_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around '=' in C++11 lambda capture specifications. -# -# Overrides sp_assign. -sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda when -# an argument list is present, as in '[] (int x){ ... }'. -sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda with -# no argument list is present, as in '[] { ... }'. -sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( ){ ... }' -# with an empty list. -sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( int x ){ ... }'. -sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the argument list of a C++11 lambda, as in -# '[](int x) { ... }'. -sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a lambda body and its call operator of an -# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. -sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=' in a prototype. -# -# If set to ignore, use sp_assign. -sp_assign_default = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space in 'enum {'. -# -# Default: add -sp_enum_brace = add # ignore/add/remove/force/not_defined - -# Add or remove space in 'NS_ENUM ('. -sp_enum_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment '=' in enum. -sp_enum_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment ':' in enum. -sp_enum_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around preprocessor '##' concatenation operator. -# -# Default: add -sp_pp_concat = add # ignore/add/remove/force/not_defined - -# Add or remove space after preprocessor '#' stringify operator. -# Also affects the '#@' charizing operator. -sp_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before preprocessor '#' stringify operator -# as in '#define x(y) L#y'. -sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around boolean operators '&&' and '||'. -sp_bool = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around compare operator '<', '>', '==', etc. -sp_compare = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')'. -sp_inside_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. -sp_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. -sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined - -# Whether to balance spaces inside nested parentheses. -sp_balance_nested_parens = false # true/false - -# Add or remove space between ')' and '{'. -sp_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. -sp_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*'. -sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that isn't followed by a -# variable name. If set to ignore, sp_before_ptr_star is used instead. -sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by a qualifier. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by 'operator' keyword. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by -# a class scope (as in 'int *MyClass::method()') or namespace scope -# (as in 'int *my_ns::func()'). -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by '::', -# as in 'int *::func()'. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' that isn't -# followed by a variable name, as in '(char const *)'. If set to ignore, -# sp_before_ptr_star is used instead. -sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer stars '*', as in 'int ***a;'. -sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. -sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a word. -# -# Overrides sp_type_func. -sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer caret '^', if followed by a word. -sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a qualifier. -sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_ptr_star and sp_type_func. -sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the variable -# in a function pointer definition. -sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the type -# in a function pointer type definition. -sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by an open -# parenthesis, as in 'void* (*)()'. -sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*', if followed by a function -# prototype or function definition. If set to ignore, sp_before_ptr_star is -# used instead. -sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' followed by -# the name of the function in a function prototype or definition, as in -# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. -sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' in the -# trailing return of a function prototype or function definition, as in -# 'auto foo() -> char const *'. -sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&'. -sp_before_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&' that isn't followed by a -# variable name. If set to ignore, sp_before_byref is used instead. -sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after reference sign '&', if followed by a word. -# -# Overrides sp_type_func. -sp_after_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_byref and sp_type_func. -sp_after_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&', if followed by a function -# prototype or function definition. -sp_before_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by an open -# parenthesis, as in 'char& (*)()'. -sp_byref_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and word. In cases where total removal of -# whitespace would be a syntax error, a value of 'remove' is treated the same -# as 'force'. -# -# This also affects some other instances of space following a type that are -# not covered by other options; for example, between the return type and -# parenthesis of a function type template argument, between the type and -# parenthesis of an array parameter, or between 'decltype(...)' and the -# following word. -# -# Default: force -sp_after_type = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype(...)' and word, -# brace or function call. -sp_after_decltype = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space before the parenthesis in the D constructs -# 'template Foo(' and 'class Foo('. -sp_before_template_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'template' and '<'. -# If set to ignore, sp_before_angle is used. -sp_template_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '<'. -sp_before_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<' and '>'. -sp_inside_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<>'. -# if empty. -sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and ':'. -sp_angle_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '>'. -sp_after_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '(' as found in 'new List(foo);'. -sp_angle_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '()' as found in 'new List();'. -sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and a word as in 'List m;' or -# 'template static ...'. -sp_angle_word = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '>' in '>>' (template stuff). -# -# Default: add -sp_angle_shift = add # ignore/add/remove/force/not_defined - -# (C++11) Permit removal of the space between '>>' in 'foo >'. Note -# that sp_angle_shift cannot remove the space without this option. -sp_permit_cpp11_shift = false # true/false - -# Add or remove space before '(' of control statements ('if', 'for', 'switch', -# 'while', etc.). -sp_before_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of control statements other than -# 'for'. -sp_inside_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of 'for' statements. -sp_inside_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '((' or '))' of control statements. -sp_sparen_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ')' of control statements. -sp_after_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of control statements. -sp_sparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'do' and '{'. -sp_do_brace_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'while'. -sp_brace_close_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'while' and '('. Overrides sp_before_sparen. -sp_while_paren_open = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'invariant' and '('. -sp_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space after the ')' in 'invariant (C) c'. -sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. -sp_special_semi = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ';'. -# -# Default: remove -sp_before_semi = remove # ignore/add/remove/force/not_defined - -# Add or remove space before ';' in non-empty 'for' statements. -sp_before_semi_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a semicolon of an empty left part of a for -# statement, as in 'for ( ; ; )'. -sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the semicolons of an empty middle part of a for -# statement, as in 'for ( ; ; )'. -sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ';', except when followed by a comment. -# -# Default: add -sp_after_semi = add # ignore/add/remove/force/not_defined - -# Add or remove space after ';' in non-empty 'for' statements. -# -# Default: force -sp_after_semi_for = force # ignore/add/remove/force/not_defined - -# Add or remove space after the final semicolon of an empty part of a for -# statement, as in 'for ( ; ; )'. -sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' (except '[]'). -sp_before_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for a variable definition. -# -# Default: remove -sp_before_vardef_square = remove # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for asm block. -sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[]'. -sp_before_squares = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before C++17 structured bindings. -sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside a non-empty '[' and ']'. -sp_inside_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '[]'. -# if empty. -sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and -# ']'. If set to ignore, sp_inside_square is used. -sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. -sp_after_comma = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. -# -# Default: remove -sp_before_comma = remove # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type -# like 'int[,,]'. -sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type -# like 'int[,,]'. -sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' in multidimensional array type -# like 'int[,,]'. -sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between an open parenthesis and comma, -# i.e. '(,' vs. '( ,'. -# -# Default: force -sp_paren_comma = force # ignore/add/remove/force/not_defined - -# Add or remove space between a type and ':'. -sp_type_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a type and '...'. -sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a '*' and '...'. -sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '...'. -sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '&&' and '...'. -sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and a qualifier such as 'const'. -sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and 'noexcept'. -sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class ':'. -sp_after_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before class ':'. -sp_before_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class constructor ':'. -# -# Default: add -sp_after_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before class constructor ':'. -# -# Default: add -sp_before_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before case ':'. -# -# Default: remove -sp_before_case_colon = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'operator' and operator sign. -sp_after_operator = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the operator symbol and the open parenthesis, as -# in 'operator ++('. -sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined - -# Overrides sp_after_operator_sym when the operator has no arguments, as in -# 'operator *()'. -sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or -# '(int)a' vs. '(int) a'. -sp_after_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove spaces inside cast parentheses. -sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the type and open parenthesis in a C++ cast, -# i.e. 'int(exp)' vs. 'int (exp)'. -sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '('. -sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '...'. -sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof...' and '('. -sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '...' and a parameter pack. -sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a parameter pack and '...'. -sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype' and '('. -sp_decltype_paren = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove space after the tag keyword. -sp_after_tag = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside enum '{' and '}'. -sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside struct/union '{' and '}'. -sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' -sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after open brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before close brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside an unnamed temporary direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore -# works only if sp_before_type_brace_init_lst_close is set to ignore. -sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{' and '}'. -sp_inside_braces = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{}'. -# if empty. -sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around trailing return operator '->'. -sp_trailing_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between return type and function name. A minimum of 1 -# is forced except for pointer return types. -sp_type_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and open brace of an unnamed temporary -# direct-list-initialization. -sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function declaration. -sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function declaration -# if empty. -sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' with a typedef specifier. -sp_func_type_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between alias name and '(' of a non-pointer function type typedef. -sp_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function definition -# if empty. -sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty function '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_fparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside function '(' and ')'. -sp_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user functor '(' and ')'. -sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty functor '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_rparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside functor '(' and ')'. -sp_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside the first parentheses in a function type, as in -# 'void (*x)(...)'. -sp_inside_tparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the ')' and '(' in a function type, as in -# 'void (*x)(...)'. -sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ']' and '(' when part of a function call. -sp_square_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of function. -sp_fparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of a function call in object -# initialization. -# -# Overrides sp_fparen_brace. -sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove space between ')' and '{{' of double brace initializer. -sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function calls. -sp_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function calls without -# parameters. If set to ignore (the default), sp_func_call_paren is used. -sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the user function name and '(' on function -# calls. You need to set a keyword to be a user function in the config file, -# like: -# set func_call_user tr _ i18n -sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user function '(' and ')'. -sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses with user functions, -# i.e. '((' vs. '( ('. -sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor/destructor and the open -# parenthesis. -sp_func_class_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor without parameters or destructor -# and '()'. -sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'return'. -# -# Default: force -sp_return = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '('. -sp_return_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '{'. -sp_return_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '__attribute__' and '('. -sp_attribute_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. -sp_defined_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and '(' in 'throw (something)'. -sp_throw_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and anything other than '(' as in -# '@throw [...];'. -sp_after_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'catch' and '(' in 'catch (something) { }'. -# If set to ignore, sp_before_sparen is used. -sp_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@catch' and '(' -# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. -sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before Objective-C protocol list -# as in '@protocol Protocol' or '@interface MyClass : NSObject'. -sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between class name and '(' -# in '@interface className(categoryName):BaseClass' -sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'version' and '(' -# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. -sp_version_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'scope' and '(' -# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. -sp_scope_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'super' and '(' in 'super (something)'. -# -# Default: remove -sp_super_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'this' and '(' in 'this (something)'. -# -# Default: remove -sp_this_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between a macro name and its definition. -sp_macro = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a macro function ')' and its definition. -sp_macro_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'else' and '{' if on the same line. -sp_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'else' if on the same line. -sp_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and the name of a typedef on the same line. -sp_brace_typedef = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '{' of a 'catch' statement, if the '{' and -# 'catch' are on the same line, as in 'catch (decl) {'. -sp_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' -# and '@catch' are on the same line, as in '@catch (decl) {'. -# If set to ignore, sp_catch_brace is used. -sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'catch' if on the same line. -sp_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '}' and '@catch' if on the same line. -# If set to ignore, sp_brace_catch is used. -sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'finally' and '{' if on the same line. -sp_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'finally' if on the same line. -sp_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'try' and '{' if on the same line. -sp_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between get/set and '{' if on the same line. -sp_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for C++ uniform -# initialization. -sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for a namespace. -# -# Default: add -sp_word_brace_ns = add # ignore/add/remove/force/not_defined - -# Add or remove space before the '::' operator. -sp_before_dc = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '::' operator. -sp_after_dc = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove around the D named array initializer ':' operator. -sp_d_array_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '!' (not) unary operator. -# -# Default: remove -sp_not = remove # ignore/add/remove/force/not_defined - -# Add or remove space between two '!' (not) unary operators. -# If set to ignore, sp_not will be used. -sp_not_not = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '~' (invert) unary operator. -# -# Default: remove -sp_inv = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '&' (address-of) unary operator. This does not -# affect the spacing after a '&' that is part of a type. -# -# Default: remove -sp_addr = remove # ignore/add/remove/force/not_defined - -# Add or remove space around the '.' or '->' operators. -# -# Default: remove -sp_member = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '*' (dereference) unary operator. This does -# not affect the spacing after a '*' that is part of a type. -# -# Default: remove -sp_deref = remove # ignore/add/remove/force/not_defined - -# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. -# -# Default: remove -sp_sign = remove # ignore/add/remove/force/not_defined - -# Add or remove space between '++' and '--' the word to which it is being -# applied, as in '(--x)' or 'y++;'. -# -# Default: remove -sp_incdec = remove # ignore/add/remove/force/not_defined - -# Add or remove space before a backslash-newline at the end of a line. -# -# Default: add -sp_before_nl_cont = add # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' -# or '+(int) bar;'. -sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. -sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. -sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. -sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue :1];'. -sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the (type) in message specs, -# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. -sp_after_oc_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the first (type) in message specs, -# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. -sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector' and '(', -# i.e. '@selector(msgName)' vs. '@selector (msgName)'. -# Also applies to '@protocol()' constructs. -sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector(x)' and the following word, -# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. -sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside '@selector' parentheses, -# i.e. '@selector(foo)' vs. '@selector( foo )'. -# Also applies to '@protocol()' constructs. -sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before a block pointer caret, -# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. -sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after a block pointer caret, -# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. -sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between the receiver and selector in a message, -# as in '[receiver selector ...]'. -sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after '@property'. -sp_after_oc_property = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@synchronized' and the open parenthesis, -# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. -sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the ':' in 'b ? t : f'. -sp_cond_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the '?' in 'b ? t : f'. -sp_cond_question = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_after = ignore # ignore/add/remove/force/not_defined - -# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' -# and ':'. -# -# Overrides all other sp_cond_* options. -sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined - -# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make -# sense here. -sp_case_label = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space around the D '..' operator. -sp_range = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_after_for_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_before_for_colon = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. -sp_extern_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening of a C++ comment, as in '// A'. -sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined - -# remove space after the '//' and the pvs command '-V1234', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_pvs = false # true/false - -# remove space after the '//' and the command 'lint', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_lint = false # true/false - -# Add or remove space in a C++ region marker comment, as in '// BEGIN'. -# A region marker is defined as a comment which is not preceded by other text -# (i.e. the comment is the first non-whitespace on the line), and which starts -# with either 'BEGIN' or 'END'. -# -# Overrides sp_cmt_cpp_start. -sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined - -# If true, space added with sp_cmt_cpp_start will be added after Doxygen -# sequences like '///', '///<', '//!' and '//!<'. -sp_cmt_cpp_doxygen = false # true/false - -# If true, space added with sp_cmt_cpp_start will be added after Qt translator -# or meta-data comments like '//:', '//=', and '//~'. -sp_cmt_cpp_qttr = false # true/false - -# Add or remove space between #else or #endif and a trailing comment. -sp_endif_cmt = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'new', 'delete' and 'delete[]'. -sp_after_new = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'new' and '(' in 'new()'. -sp_between_new_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and type in 'new(foo) BAR'. -sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside parentheses of the new operator -# as in 'new(foo) BAR'. -sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the open parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the close parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a trailing comment. -sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined - -# Number of spaces before a trailing comment. -sp_num_before_tr_cmt = 0 # unsigned number - -# Add or remove space before an embedded comment. -# -# Default: force -sp_before_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces before an embedded comment. -# -# Default: 1 -sp_num_before_emb_cmt = 1 # unsigned number - -# Add or remove space after an embedded comment. -# -# Default: force -sp_after_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces after an embedded comment. -# -# Default: 1 -sp_num_after_emb_cmt = 1 # unsigned number - -# (Java) Add or remove space between an annotation and the open parenthesis. -sp_annotation_paren = ignore # ignore/add/remove/force/not_defined - -# If true, vbrace tokens are dropped to the previous token and skipped. -sp_skip_vbrace_tokens = false # true/false - -# Add or remove space after 'noexcept'. -sp_after_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '_'. -sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a bit colon ':'. -sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a bit colon ':'. -sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined - -# If true, a is inserted after #define. -force_tab_after_define = false # true/false - -# -# Indenting options -# - -# The number of columns to indent per level. Usually 2, 3, 4, or 8. -# -# Default: 8 -indent_columns = 8 # unsigned number - -# Whether to ignore indent for the first continuation line. Subsequent -# continuation lines will still be indented to match the first. -indent_ignore_first_continue = false # true/false - -# The continuation indent. If non-zero, this overrides the indent of '(', '[' -# and '=' continuation indents. Negative values are OK; negative value is -# absolute and not increased for each '(' or '[' level. -# -# For FreeBSD, this is set to 4. -# Requires indent_ignore_first_continue=false. -indent_continue = 0 # number - -# The continuation indent, only for class header line(s). If non-zero, this -# overrides the indent of 'class' continuation indents. -# Requires indent_ignore_first_continue=false. -indent_continue_class_head = 0 # unsigned number - -# Whether to indent empty lines (i.e. lines which contain only spaces before -# the newline character). -indent_single_newlines = false # true/false - -# The continuation indent for func_*_param if they are true. If non-zero, this -# overrides the indent. -indent_param = 0 # unsigned number - -# How to use tabs when indenting code. -# -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces (default) -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: 1 -indent_with_tabs = 1 # unsigned number - -# Whether to indent comments that are not at a brace level with tabs on a -# tabstop. Requires indent_with_tabs=2. If false, will use spaces. -indent_cmt_with_tabs = false # true/false - -# Whether to indent strings broken by '\' so that they line up. -indent_align_string = false # true/false - -# The number of spaces to indent multi-line XML strings. -# Requires indent_align_string=true. -indent_xml_string = 0 # unsigned number - -# Spaces to indent '{' from level. -indent_brace = 0 # unsigned number - -# Whether braces are indented to the body level. -indent_braces = false # true/false - -# Whether to disable indenting function braces if indent_braces=true. -indent_braces_no_func = false # true/false - -# Whether to disable indenting class braces if indent_braces=true. -indent_braces_no_class = false # true/false - -# Whether to disable indenting struct braces if indent_braces=true. -indent_braces_no_struct = false # true/false - -# Whether to indent based on the size of the brace parent, -# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. -indent_brace_parent = false # true/false - -# Whether to indent based on the open parenthesis instead of the open brace -# in '({\n'. -indent_paren_open_brace = false # true/false - -# (C#) Whether to indent the brace of a C# delegate by another level. -indent_cs_delegate_brace = false # true/false - -# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by -# another level. -indent_cs_delegate_body = false # true/false - -# Whether to indent the body of a 'namespace'. -indent_namespace = false # true/false - -# Whether to indent only the first namespace, and not any nested namespaces. -# Requires indent_namespace=true. -indent_namespace_single_indent = false # true/false - -# The number of spaces to indent a namespace block. -# If set to zero, use the value indent_columns -indent_namespace_level = 0 # unsigned number - -# If the body of the namespace is longer than this number, it won't be -# indented. Requires indent_namespace=true. 0 means no limit. -indent_namespace_limit = 0 # unsigned number - -# Whether to indent only in inner namespaces (nested in other namespaces). -# Requires indent_namespace=true. -indent_namespace_inner_only = false # true/false - -# Whether the 'extern "C"' body is indented. -indent_extern = false # true/false - -# Whether the 'class' body is indented. -indent_class = false # true/false - -# Whether to ignore indent for the leading base class colon. -indent_ignore_before_class_colon = false # true/false - -# Additional indent before the leading base class colon. -# Negative values decrease indent down to the first column. -# Requires indent_ignore_before_class_colon=false and a newline break before -# the colon (see pos_class_colon and nl_class_colon) -indent_before_class_colon = 0 # number - -# Whether to indent the stuff after a leading base class colon. -indent_class_colon = false # true/false - -# Whether to indent based on a class colon instead of the stuff after the -# colon. Requires indent_class_colon=true. -indent_class_on_colon = false # true/false - -# Whether to ignore indent for a leading class initializer colon. -indent_ignore_before_constr_colon = false # true/false - -# Whether to indent the stuff after a leading class initializer colon. -indent_constr_colon = false # true/false - -# Virtual indent from the ':' for leading member initializers. -# -# Default: 2 -indent_ctor_init_leading = 2 # unsigned number - -# Virtual indent from the ':' for following member initializers. -# -# Default: 2 -indent_ctor_init_following = 2 # unsigned number - -# Additional indent for constructor initializer list. -# Negative values decrease indent down to the first column. -indent_ctor_init = 0 # number - -# Whether to indent 'if' following 'else' as a new block under the 'else'. -# If false, 'else\nif' is treated as 'else if' for indenting purposes. -indent_else_if = false # true/false - -# Amount to indent variable declarations after a open brace. -# -# <0: Relative -# >=0: Absolute -indent_var_def_blk = 0 # number - -# Whether to indent continued variable declarations instead of aligning. -indent_var_def_cont = false # true/false - -# How to indent continued shift expressions ('<<' and '>>'). -# Set align_left_shift=false when using this. -# 0: Align shift operators instead of indenting them (default) -# 1: Indent by one level -# -1: Preserve original indentation -indent_shift = 0 # number - -# Whether to force indentation of function definitions to start in column 1. -indent_func_def_force_col1 = false # true/false - -# Whether to indent continued function call parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_call_param = false # true/false - -# Whether to indent continued function definition parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_def_param = false # true/false - -# for function definitions, only if indent_func_def_param is false -# Allows to align params when appropriate and indent them when not -# behave as if it was true if paren position is more than this value -# if paren position is more than the option value -indent_func_def_param_paren_pos_threshold = 0 # unsigned number - -# Whether to indent continued function call prototype one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_proto_param = false # true/false - -# Whether to indent continued function call declaration one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_class_param = false # true/false - -# Whether to indent continued class variable constructors one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_ctor_var_param = false # true/false - -# Whether to indent continued template parameter list one indent level, -# rather than aligning parameters under the open parenthesis. -indent_template_param = false # true/false - -# Double the indent for indent_func_xxx_param options. -# Use both values of the options indent_columns and indent_param. -indent_func_param_double = false # true/false - -# Indentation column for standalone 'const' qualifier on a function -# prototype. -indent_func_const = 0 # unsigned number - -# Indentation column for standalone 'throw' qualifier on a function -# prototype. -indent_func_throw = 0 # unsigned number - -# How to indent within a macro followed by a brace on the same line -# This allows reducing the indent in macros that have (for example) -# `do { ... } while (0)` blocks bracketing them. -# -# true: add an indent for the brace on the same line as the macro -# false: do not add an indent for the brace on the same line as the macro -# -# Default: true -indent_macro_brace = true # true/false - -# The number of spaces to indent a continued '->' or '.'. -# Usually set to 0, 1, or indent_columns. -indent_member = 0 # unsigned number - -# Whether lines broken at '.' or '->' should be indented by a single indent. -# The indent_member option will not be effective if this is set to true. -indent_member_single = false # true/false - -# Spaces to indent single line ('//') comments on lines before code. -indent_single_line_comments_before = 0 # unsigned number - -# Spaces to indent single line ('//') comments on lines after code. -indent_single_line_comments_after = 0 # unsigned number - -# When opening a paren for a control statement (if, for, while, etc), increase -# the indent level by this value. Negative values decrease the indent level. -indent_sparen_extra = 0 # number - -# Whether to indent trailing single line ('//') comments relative to the code -# instead of trying to keep the same absolute column. -indent_relative_single_line_comments = false # true/false - -# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. -# It might be wise to choose the same value for the option indent_case_brace. -indent_switch_case = 0 # unsigned number - -# Spaces to indent the body of a 'switch' before any 'case'. -# Usually the same as indent_columns or indent_switch_case. -indent_switch_body = 0 # unsigned number - -# Whether to ignore indent for '{' following 'case'. -indent_ignore_case_brace = false # true/false - -# Spaces to indent '{' from 'case'. By default, the brace will appear under -# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. -# It might be wise to choose the same value for the option indent_switch_case. -indent_case_brace = 0 # number - -# indent 'break' with 'case' from 'switch'. -indent_switch_break_with_case = false # true/false - -# Whether to indent preprocessor statements inside of switch statements. -# -# Default: true -indent_switch_pp = true # true/false - -# Spaces to shift the 'case' line, without affecting any other lines. -# Usually 0. -indent_case_shift = 0 # unsigned number - -# Whether to align comments before 'case' with the 'case'. -# -# Default: true -indent_case_comment = true # true/false - -# Whether to indent comments not found in first column. -# -# Default: true -indent_comment = true # true/false - -# Whether to indent comments found in first column. -indent_col1_comment = false # true/false - -# Whether to indent multi string literal in first column. -indent_col1_multi_string_literal = false # true/false - -# Align comments on adjacent lines that are this many columns apart or less. -# -# Default: 3 -indent_comment_align_thresh = 3 # unsigned number - -# Whether to ignore indent for goto labels. -indent_ignore_label = false # true/false - -# How to indent goto labels. Requires indent_ignore_label=false. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_label = 1 # number - -# How to indent access specifiers that are followed by a -# colon. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_access_spec = 1 # number - -# Whether to indent the code after an access specifier by one level. -# If true, this option forces 'indent_access_spec=0'. -indent_access_spec_body = false # true/false - -# If an open parenthesis is followed by a newline, whether to indent the next -# line so that it lines up after the open parenthesis (not recommended). -indent_paren_nl = false # true/false - -# How to indent a close parenthesis after a newline. -# -# 0: Indent to body level (default) -# 1: Align under the open parenthesis -# 2: Indent to the brace level -# -1: Preserve original indentation -indent_paren_close = 0 # number - -# Whether to indent the open parenthesis of a function definition, -# if the parenthesis is on its own line. -indent_paren_after_func_def = false # true/false - -# Whether to indent the open parenthesis of a function declaration, -# if the parenthesis is on its own line. -indent_paren_after_func_decl = false # true/false - -# Whether to indent the open parenthesis of a function call, -# if the parenthesis is on its own line. -indent_paren_after_func_call = false # true/false - -# How to indent a comma when inside braces. -# 0: Indent by one level (default) -# 1: Align under the open brace -# -1: Preserve original indentation -indent_comma_brace = 0 # number - -# How to indent a comma when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_comma_paren = 0 # number - -# How to indent a Boolean operator when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_bool_paren = 0 # number - -# Whether to ignore the indentation of a Boolean operator when outside -# parentheses. -indent_ignore_bool = false # true/false - -# Whether to ignore the indentation of an arithmetic operator. -indent_ignore_arith = false # true/false - -# Whether to indent a semicolon when inside a for parenthesis. -# If true, aligns under the open for parenthesis. -indent_semicolon_for_paren = false # true/false - -# Whether to ignore the indentation of a semicolon outside of a 'for' -# statement. -indent_ignore_semicolon = false # true/false - -# Whether to align the first expression to following ones -# if indent_bool_paren=1. -indent_first_bool_expr = false # true/false - -# Whether to align the first expression to following ones -# if indent_semicolon_for_paren=true. -indent_first_for_expr = false # true/false - -# If an open square is followed by a newline, whether to indent the next line -# so that it lines up after the open square (not recommended). -indent_square_nl = false # true/false - -# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. -indent_preserve_sql = false # true/false - -# Whether to ignore the indentation of an assignment operator. -indent_ignore_assign = false # true/false - -# Whether to align continued statements at the '='. If false or if the '=' is -# followed by a newline, the next line is indent one tab. -# -# Default: true -indent_align_assign = true # true/false - -# If true, the indentation of the chunks after a '=' sequence will be set at -# LHS token indentation column before '='. -indent_off_after_assign = false # true/false - -# Whether to align continued statements at the '('. If false or the '(' is -# followed by a newline, the next line indent is one tab. -# -# Default: true -indent_align_paren = true # true/false - -# (OC) Whether to indent Objective-C code inside message selectors. -indent_oc_inside_msg_sel = false # true/false - -# (OC) Whether to indent Objective-C blocks at brace level instead of usual -# rules. -indent_oc_block = false # true/false - -# (OC) Indent for Objective-C blocks in a message relative to the parameter -# name. -# -# =0: Use indent_oc_block rules -# >0: Use specified number of spaces to indent -indent_oc_block_msg = 0 # unsigned number - -# (OC) Minimum indent for subsequent parameters -indent_oc_msg_colon = 0 # unsigned number - -# (OC) Whether to prioritize aligning with initial colon (and stripping spaces -# from lines, if necessary). -# -# Default: true -indent_oc_msg_prioritize_first_colon = true # true/false - -# (OC) Whether to indent blocks the way that Xcode does by default -# (from the keyword if the parameter is on its own line; otherwise, from the -# previous indentation level). Requires indent_oc_block_msg=true. -indent_oc_block_msg_xcode_style = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a -# message keyword. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_keyword = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a message -# colon. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_colon = false # true/false - -# (OC) Whether to indent blocks from where the block caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_caret = false # true/false - -# (OC) Whether to indent blocks from where the brace caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_brace = false # true/false - -# When indenting after virtual brace open and newline add further spaces to -# reach this minimum indent. -indent_min_vbrace_open = 0 # unsigned number - -# Whether to add further spaces after regular indent to reach next tabstop -# when indenting after virtual brace open and newline. -indent_vbrace_open_on_tabstop = false # true/false - -# How to indent after a brace followed by another token (not a newline). -# true: indent all contained lines to match the token -# false: indent all contained lines to match the brace -# -# Default: true -indent_token_after_brace = true # true/false - -# Whether to indent the body of a C++11 lambda. -indent_cpp_lambda_body = false # true/false - -# How to indent compound literals that are being returned. -# true: add both the indent from return & the compound literal open brace -# (i.e. 2 indent levels) -# false: only indent 1 level, don't add the indent for the open brace, only -# add the indent for the return. -# -# Default: true -indent_compound_literal_return = true # true/false - -# (C#) Whether to indent a 'using' block if no braces are used. -# -# Default: true -indent_using_block = true # true/false - -# How to indent the continuation of ternary operator. -# -# 0: Off (default) -# 1: When the `if_false` is a continuation, indent it under the `if_true` branch -# 2: When the `:` is a continuation, indent it under `?` -indent_ternary_operator = 0 # unsigned number - -# Whether to indent the statements inside ternary operator. -indent_inside_ternary_operator = false # true/false - -# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. -indent_off_after_return = false # true/false - -# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. -indent_off_after_return_new = false # true/false - -# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. -indent_single_after_return = false # true/false - -# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they -# have their own indentation). -indent_ignore_asm_block = false # true/false - -# Don't indent the close parenthesis of a function definition, -# if the parenthesis is on its own line. -donot_indent_func_def_close_paren = false # true/false - -# -# Newline adding and removing options -# - -# Whether to collapse empty blocks between '{' and '}' except for functions. -# Use nl_collapse_empty_body_functions to specify how empty function braces -# should be formatted. -nl_collapse_empty_body = false # true/false - -# Whether to collapse empty blocks between '{' and '}' for functions only. -# If true, overrides nl_inside_empty_func. -nl_collapse_empty_body_functions = false # true/false - -# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. -nl_assign_leave_one_liners = false # true/false - -# Don't split one-line braced statements inside a 'class xx { }' body. -nl_class_leave_one_liners = false # true/false - -# Don't split one-line enums, as in 'enum foo { BAR = 15 };' -nl_enum_leave_one_liners = false # true/false - -# Don't split one-line get or set functions. -nl_getset_leave_one_liners = false # true/false - -# (C#) Don't split one-line property get or set functions. -nl_cs_property_leave_one_liners = false # true/false - -# Don't split one-line function definitions, as in 'int foo() { return 0; }'. -# might modify nl_func_type_name -nl_func_leave_one_liners = false # true/false - -# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. -nl_cpp_lambda_leave_one_liners = false # true/false - -# Don't split one-line if/else statements, as in 'if(...) b++;'. -nl_if_leave_one_liners = false # true/false - -# Don't split one-line while statements, as in 'while(...) b++;'. -nl_while_leave_one_liners = false # true/false - -# Don't split one-line do statements, as in 'do { b++; } while(...);'. -nl_do_leave_one_liners = false # true/false - -# Don't split one-line for statements, as in 'for(...) b++;'. -nl_for_leave_one_liners = false # true/false - -# (OC) Don't split one-line Objective-C messages. -nl_oc_msg_leave_one_liner = false # true/false - -# (OC) Add or remove newline between method declaration and '{'. -nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between Objective-C block signature and '{'. -nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@interface' statement. -nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@implementation' statement. -nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@end' statement. -nl_oc_before_end = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@interface' and '{'. -nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@implementation' and '{'. -nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newlines at the start of the file. -nl_start_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the start of the file (only used if -# nl_start_of_file is 'add' or 'force'). -nl_start_of_file_min = 0 # unsigned number - -# Add or remove newline at the end of the file. -nl_end_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the end of the file (only used if -# nl_end_of_file is 'add' or 'force'). -nl_end_of_file_min = 0 # unsigned number - -# Add or remove newline between '=' and '{'. -nl_assign_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between '=' and '['. -nl_assign_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '[]' and '{'. -nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline after '= ['. Will also affect the newline before -# the ']'. -nl_after_square_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function call's ')' and '{', as in -# 'list_for_each(item, &list) { }'. -nl_fcall_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and '{'. -nl_enum_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and 'class'. -nl_enum_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' and the identifier. -nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' type and ':'. -nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class identifier :' and type. -nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'struct and '{'. -nl_struct_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'union' and '{'. -nl_union_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'if' and '{'. -nl_if_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'else'. -nl_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else if' and '{'. If set to ignore, -# nl_if_brace is used instead. -nl_elseif_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and '{'. -nl_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and 'if'. -nl_else_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before '{' opening brace -nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before 'if'/'else if' closing parenthesis. -nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'finally'. -nl_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'finally' and '{'. -nl_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'try' and '{'. -nl_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between get/set and '{'. -nl_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'for' and '{'. -nl_for_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the '{' of a 'catch' statement, as in -# 'catch (decl) {'. -nl_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline before the '{' of a '@catch' statement, as in -# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. -nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'catch'. -nl_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, -# nl_brace_catch is used. -nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ']'. -nl_brace_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ')' in a function invocation. -nl_brace_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'while' and '{'. -nl_while_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'scope (x)' and '{'. -nl_scope_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'unittest' and '{'. -nl_unittest_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'version (x)' and '{'. -nl_version_brace = ignore # ignore/add/remove/force/not_defined - -# (C#) Add or remove newline between 'using' and '{'. -nl_using_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between two open or close braces. Due to general -# newline/brace handling, REMOVE may not work. -nl_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'do' and '{'. -nl_do_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'while' of 'do' statement. -nl_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'switch' and '{'. -nl_switch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'synchronized' and '{'. -nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined - -# Add a newline between ')' and '{' if the ')' is on a different line than the -# if/for/etc. -# -# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and -# nl_catch_brace. -nl_multi_line_cond = false # true/false - -# Add a newline after '(' if an if/for/while/switch condition spans multiple -# lines -nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add a newline before ')' if an if/for/while/switch condition spans multiple -# lines. Overrides nl_before_if_closing_paren if both are specified. -nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Force a newline in a define after the macro name for multi-line defines. -nl_multi_line_define = false # true/false - -# Whether to add a newline before 'case', and a blank line before a 'case' -# statement that follows a ';' or '}'. -nl_before_case = false # true/false - -# Whether to add a newline after a 'case' statement. -nl_after_case = false # true/false - -# Add or remove newline between a case ':' and '{'. -# -# Overrides nl_after_case. -nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between ')' and 'throw'. -nl_before_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'namespace' and '{'. -nl_namespace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class. -nl_template_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class declaration. -# -# Overrides nl_template_class. -nl_template_class_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class declaration. -# -# Overrides nl_template_class_decl. -nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class definition. -# -# Overrides nl_template_class. -nl_template_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class definition. -# -# Overrides nl_template_class_def. -nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function. -nl_template_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# declaration. -# -# Overrides nl_template_func. -nl_template_func_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# declaration. -# -# Overrides nl_template_func_decl. -nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# definition. -# -# Overrides nl_template_func. -nl_template_func_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# definition. -# -# Overrides nl_template_func_def. -nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template variable. -nl_template_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'template<...>' and 'using' of a templated -# type alias. -nl_template_using = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'class' and '{'. -nl_class_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before or after (depending on pos_class_comma, -# may not be IGNORE) each',' in the base class list. -nl_class_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in the constructor member -# initialization. Related to nl_constr_colon, pos_constr_colon and -# pos_constr_comma. -nl_constr_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before first element, after comma, and after last -# element, in 'enum'. -nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a function -# definition. -# might be modified by nl_func_leave_one_liners -nl_func_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name inside a class -# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name -# is used instead. -nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between class specification and '::' -# in 'void A::f() { }'. Only appears in separate member implementation (does -# not appear with in-line implementation). -nl_func_class_scope = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function scope and name, as in -# 'void A :: f() { }'. -nl_func_scope_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a prototype. -nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# declaration. -nl_func_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_paren for functions with no parameters. -nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# definition. -nl_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_paren for functions with no parameters. -nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# call. -nl_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_call_paren for functions with no parameters. -nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function declaration. -nl_func_decl_start = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function definition. -nl_func_def_start = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_start when there is only one parameter. -nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_start when there is only one parameter. -nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_start is used instead. -nl_func_decl_start_multi_line = false # true/false - -# Whether to add a newline after '(' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_start is used instead. -nl_func_def_start_multi_line = false # true/false - -# Add or remove newline after each ',' in a function declaration. -nl_func_decl_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function definition. -nl_func_def_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function call. -nl_func_call_args = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after each ',' in a function declaration if '(' -# and ')' are in different lines. If false, nl_func_decl_args is used instead. -nl_func_decl_args_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function definition if '(' -# and ')' are in different lines. If false, nl_func_def_args is used instead. -nl_func_def_args_multi_line = false # true/false - -# Add or remove newline before the ')' in a function declaration. -nl_func_decl_end = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the ')' in a function definition. -nl_func_def_end = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_end when there is only one parameter. -nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_end when there is only one parameter. -nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_end is used instead. -nl_func_decl_end_multi_line = false # true/false - -# Whether to add a newline before ')' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_end is used instead. -nl_func_def_end_multi_line = false # true/false - -# Add or remove newline between '()' in a function declaration. -nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function definition. -nl_func_def_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function call. -nl_func_call_empty = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call, -# has preference over nl_func_call_start_multi_line. -nl_func_call_start = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function call. -nl_func_call_end = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call if '(' and ')' are in -# different lines. -nl_func_call_start_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function call if '(' and ')' -# are in different lines. -nl_func_call_args_multi_line = false # true/false - -# Whether to add a newline before ')' in a function call if '(' and ')' are in -# different lines. -nl_func_call_end_multi_line = false # true/false - -# Whether to respect nl_func_call_XXX option in case of closure args. -nl_func_call_args_multi_line_ignore_closures = false # true/false - -# Whether to add a newline after '<' of a template parameter list. -nl_template_start = false # true/false - -# Whether to add a newline after each ',' in a template parameter list. -nl_template_args = false # true/false - -# Whether to add a newline before '>' of a template parameter list. -nl_template_end = false # true/false - -# (OC) Whether to put each Objective-C message parameter on a separate line. -# See nl_oc_msg_leave_one_liner. -nl_oc_msg_args = false # true/false - -# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. -nl_oc_msg_args_min_params = 0 # unsigned number - -# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. -nl_oc_msg_args_max_code_width = 0 # unsigned number - -# Add or remove newline between function signature and '{'. -nl_fdef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function signature and '{', -# if signature ends with ')'. Overrides nl_fdef_brace. -nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between C++11 lambda signature and '{'. -nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'return' and the return expression. -nl_return_expr = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'throw' and the throw expression. -nl_throw_expr = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after semicolons, except in 'for' statements. -nl_after_semicolon = false # true/false - -# (Java) Add or remove newline between the ')' and '{{' of the double brace -# initializer. -nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the type in an unnamed temporary -# direct-list-initialization, better: -# before a direct-list-initialization. -nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the open brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before the close brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before '{'. -nl_before_brace_open = false # true/false - -# Whether to add a newline after '{'. -nl_after_brace_open = false # true/false - -# Whether to add a newline between the open brace and a trailing single-line -# comment. Requires nl_after_brace_open=true. -nl_after_brace_open_cmt = false # true/false - -# Whether to add a newline after a virtual brace open with a non-empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open = false # true/false - -# Whether to add a newline after a virtual brace open with an empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open_empty = false # true/false - -# Whether to add a newline after '}'. Does not apply if followed by a -# necessary ';'. -nl_after_brace_close = false # true/false - -# Whether to add a newline after a virtual brace close, -# as in 'if (foo) a++; return;'. -nl_after_vbrace_close = false # true/false - -# Add or remove newline between the close brace and identifier, -# as in 'struct { int a; } b;'. Affects enumerations, unions and -# structures. If set to ignore, uses nl_after_brace_close. -nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined - -# Whether to alter newlines in '#define' macros. -nl_define_macro = false # true/false - -# Whether to alter newlines between consecutive parenthesis closes. The number -# of closing parentheses in a line will depend on respective open parenthesis -# lines. -nl_squeeze_paren_close = false # true/false - -# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and -# '#endif'. Does not affect top-level #ifdefs. -nl_squeeze_ifdef = false # true/false - -# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. -nl_squeeze_ifdef_top_level = false # true/false - -# Add or remove blank line before 'if'. -nl_before_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'if' statement. Add/Force work only if the -# next token is not a closing brace. -nl_after_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'for'. -nl_before_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'for' statement. -nl_after_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'while'. -nl_before_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'while' statement. -nl_after_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'switch'. -nl_before_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'switch' statement. -nl_after_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'synchronized'. -nl_before_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'synchronized' statement. -nl_after_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'do'. -nl_before_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'do/while' statement. -nl_after_do = ignore # ignore/add/remove/force/not_defined - -# Ignore nl_before_{if,for,switch,do,synchronized} if the control -# statement is immediately after a case statement. -# if nl_before_{if,for,switch,do} is set to remove, this option -# does nothing. -nl_before_ignore_after_case = false # true/false - -# Whether to put a blank line before 'return' statements, unless after an open -# brace. -nl_before_return = false # true/false - -# Whether to put a blank line after 'return' statements, unless followed by a -# close brace. -nl_after_return = false # true/false - -# Whether to put a blank line before a member '.' or '->' operators. -nl_before_member = ignore # ignore/add/remove/force/not_defined - -# (Java) Whether to put a blank line after a member '.' or '->' operators. -nl_after_member = ignore # ignore/add/remove/force/not_defined - -# Whether to double-space commented-entries in 'struct'/'union'/'enum'. -nl_ds_struct_enum_cmt = false # true/false - -# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. -# (Lower priority than eat_blanks_before_close_brace.) -nl_ds_struct_enum_close_brace = false # true/false - -# Add or remove newline before or after (depending on pos_class_colon) a class -# colon, as in 'class Foo : public Bar'. -nl_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline around a class constructor colon. The exact position -# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. -nl_constr_colon = ignore # ignore/add/remove/force/not_defined - -# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' -# into a single line. If true, prevents other brace newline rules from turning -# such code into four lines. If true, it also preserves one-liner namespaces. -nl_namespace_two_to_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced if statements, turning them -# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. -nl_create_if_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced for statements, turning them -# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. -nl_create_for_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced while statements, turning -# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. -nl_create_while_one_liner = false # true/false - -# Whether to collapse a function definition whose body (not counting braces) -# is only one line so that the entire definition (prototype, braces, body) is -# a single line. -nl_create_func_def_one_liner = false # true/false - -# Whether to split one-line simple list definitions into three lines by -# adding newlines, as in 'int a[12] = { 0 };'. -nl_create_list_one_liner = false # true/false - -# Whether to split one-line simple unbraced if statements into two lines by -# adding a newline, as in 'if(b) i++;'. -nl_split_if_one_liner = false # true/false - -# Whether to split one-line simple unbraced for statements into two lines by -# adding a newline, as in 'for (...) stmt;'. -nl_split_for_one_liner = false # true/false - -# Whether to split one-line simple unbraced while statements into two lines by -# adding a newline, as in 'while (expr) stmt;'. -nl_split_while_one_liner = false # true/false - -# Don't add a newline before a cpp-comment in a parameter list of a function -# call. -donot_add_nl_before_cpp_comment = false # true/false - -# -# Blank line options -# - -# The maximum number of consecutive newlines (3 = 2 blank lines). -nl_max = 0 # unsigned number - -# The maximum number of consecutive newlines in a function. -nl_max_blank_in_func = 0 # unsigned number - -# The number of newlines inside an empty function body. -# This option overrides eat_blanks_after_open_brace and -# eat_blanks_before_close_brace, but is ignored when -# nl_collapse_empty_body_functions=true -nl_inside_empty_func = 0 # unsigned number - -# The number of newlines before a function prototype. -nl_before_func_body_proto = 0 # unsigned number - -# The number of newlines before a multi-line function definition. Where -# applicable, this option is overridden with eat_blanks_after_open_brace=true -nl_before_func_body_def = 0 # unsigned number - -# The number of newlines before a class constructor/destructor prototype. -nl_before_func_class_proto = 0 # unsigned number - -# The number of newlines before a class constructor/destructor definition. -nl_before_func_class_def = 0 # unsigned number - -# The number of newlines after a function prototype. -nl_after_func_proto = 0 # unsigned number - -# The number of newlines after a function prototype, if not followed by -# another function prototype. -nl_after_func_proto_group = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype. -nl_after_func_class_proto = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype, -# if not followed by another constructor/destructor prototype. -nl_after_func_class_proto_group = 0 # unsigned number - -# Whether one-line method definitions inside a class body should be treated -# as if they were prototypes for the purposes of adding newlines. -# -# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def -# and nl_before_func_class_def for one-liners. -nl_class_leave_one_liner_groups = false # true/false - -# The number of newlines after '}' of a multi-line function body. -# -# Overrides nl_min_after_func_body and nl_max_after_func_body. -nl_after_func_body = 0 # unsigned number - -# The minimum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -nl_min_after_func_body = 0 # unsigned number - -# The maximum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -# Takes precedence over nl_min_after_func_body. -nl_max_after_func_body = 0 # unsigned number - -# The number of newlines after '}' of a multi-line function body in a class -# declaration. Also affects class constructors/destructors. -# -# Overrides nl_after_func_body. -nl_after_func_body_class = 0 # unsigned number - -# The number of newlines after '}' of a single line function body. Also -# affects class constructors/destructors. -# -# Overrides nl_after_func_body and nl_after_func_body_class. -nl_after_func_body_one_liner = 0 # unsigned number - -# The number of newlines before a block of typedefs. If nl_after_access_spec -# is non-zero, that option takes precedence. -# -# 0: No change (default). -nl_typedef_blk_start = 0 # unsigned number - -# The number of newlines after a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_in = 0 # unsigned number - -# The minimum number of blank lines after a block of variable definitions -# at the top of a function body. If any preprocessor directives appear -# between the opening brace of the function and the variable block, then -# it is considered as not at the top of the function.Newlines are added -# before trailing preprocessor directives, if any exist. -# -# 0: No change (default). -nl_var_def_blk_end_func_top = 0 # unsigned number - -# The minimum number of empty newlines before a block of variable definitions -# not at the top of a function body. If nl_after_access_spec is non-zero, -# that option takes precedence. Newlines are not added at the top of the -# file or just after an opening brace. Newlines are added above any -# preprocessor directives before the block. -# -# 0: No change (default). -nl_var_def_blk_start = 0 # unsigned number - -# The minimum number of empty newlines after a block of variable definitions -# not at the top of a function body. Newlines are not added if the block -# is at the bottom of the file or just before a preprocessor directive. -# -# 0: No change (default). -nl_var_def_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of variable -# definitions. -# -# 0: No change (default). -nl_var_def_blk_in = 0 # unsigned number - -# The minimum number of newlines before a multi-line comment. -# Doesn't apply if after a brace open or another multi-line comment. -nl_before_block_comment = 0 # unsigned number - -# The minimum number of newlines before a single-line C comment. -# Doesn't apply if after a brace open or other single-line C comments. -nl_before_c_comment = 0 # unsigned number - -# The minimum number of newlines before a CPP comment. -# Doesn't apply if after a brace open or other CPP comments. -nl_before_cpp_comment = 0 # unsigned number - -# Whether to force a newline after a multi-line comment. -nl_after_multiline_comment = false # true/false - -# Whether to force a newline after a label's colon. -nl_after_label_colon = false # true/false - -# The number of newlines before a struct definition. -nl_before_struct = 0 # unsigned number - -# The number of newlines after '}' or ';' of a struct/enum/union definition. -nl_after_struct = 0 # unsigned number - -# The number of newlines before a class definition. -nl_before_class = 0 # unsigned number - -# The number of newlines after '}' or ';' of a class definition. -nl_after_class = 0 # unsigned number - -# The number of newlines before a namespace. -nl_before_namespace = 0 # unsigned number - -# The number of newlines after '{' of a namespace. This also adds newlines -# before the matching '}'. -# -# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if -# applicable, otherwise no change. -# -# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. -nl_inside_namespace = 0 # unsigned number - -# The number of newlines after '}' of a namespace. -nl_after_namespace = 0 # unsigned number - -# The number of newlines before an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -nl_before_access_spec = 0 # unsigned number - -# The number of newlines after an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -# -# Overrides nl_typedef_blk_start and nl_var_def_blk_start. -nl_after_access_spec = 0 # unsigned number - -# The number of newlines between a function definition and the function -# comment, as in '// comment\n void foo() {...}'. -# -# 0: No change (default). -nl_comment_func_def = 0 # unsigned number - -# The number of newlines after a try-catch-finally block that isn't followed -# by a brace close. -# -# 0: No change (default). -nl_after_try_catch_finally = 0 # unsigned number - -# (C#) The number of newlines before and after a property, indexer or event -# declaration. -# -# 0: No change (default). -nl_around_cs_property = 0 # unsigned number - -# (C#) The number of newlines between the get/set/add/remove handlers. -# -# 0: No change (default). -nl_between_get_set = 0 # unsigned number - -# (C#) Add or remove newline between property and the '{'. -nl_property_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove blank lines after '{'. -eat_blanks_after_open_brace = false # true/false - -# Whether to remove blank lines before '}'. -eat_blanks_before_close_brace = false # true/false - -# How aggressively to remove extra newlines not in preprocessor. -# -# 0: No change (default) -# 1: Remove most newlines not handled by other config -# 2: Remove all newlines and reformat completely by config -nl_remove_extra_newlines = 0 # unsigned number - -# (Java) Add or remove newline after an annotation statement. Only affects -# annotations that are after a newline. -nl_after_annotation = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove newline between two annotations. -nl_between_annotation = ignore # ignore/add/remove/force/not_defined - -# The number of newlines before a whole-file #ifdef. -# -# 0: No change (default). -nl_before_whole_file_ifdef = 0 # unsigned number - -# The number of newlines after a whole-file #ifdef. -# -# 0: No change (default). -nl_after_whole_file_ifdef = 0 # unsigned number - -# The number of newlines before a whole-file #endif. -# -# 0: No change (default). -nl_before_whole_file_endif = 0 # unsigned number - -# The number of newlines after a whole-file #endif. -# -# 0: No change (default). -nl_after_whole_file_endif = 0 # unsigned number - -# -# Positioning options -# - -# The position of arithmetic operators in wrapped expressions. -pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of assignment in wrapped expressions. Do not affect '=' -# followed by '{'. -pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of Boolean operators in wrapped expressions. -pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of comparison operators in wrapped expressions. -pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of conditional operators, as in the '?' and ':' of -# 'expr ? stmt : stmt', in wrapped expressions. -pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in wrapped expressions. -pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in enum entries. -pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the base class list if there is more than one -# line. Affects nl_class_init_args. -pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the constructor initialization list. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. -pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of trailing/leading class colon, between class and base class -# list. Affects nl_class_colon. -pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of colons between constructor and member initialization. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. -pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of shift operators in wrapped expressions. -pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# -# Line splitting options -# - -# Try to limit code width to N columns. -code_width = 0 # unsigned number - -# Whether to fully split long 'for' statements at semi-colons. -ls_for_split_full = false # true/false - -# Whether to fully split long function prototypes/calls at commas. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_func_split_full = false # true/false - -# Whether to split lines as close to code_width as possible and ignore some -# groupings. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_code_width = false # true/false - -# -# Code alignment options (not left column spaces/tabs) -# - -# Whether to keep non-indenting tabs. -align_keep_tabs = false # true/false - -# Whether to use tabs for aligning. -align_with_tabs = false # true/false - -# Whether to bump out to the next tab when aligning. -align_on_tabstop = false # true/false - -# Whether to right-align numbers. -align_number_right = false # true/false - -# Whether to keep whitespace not required for alignment. -align_keep_extra_space = false # true/false - -# Whether to align variable definitions in prototypes and functions. -align_func_params = false # true/false - -# The span for aligning parameter definitions in function on parameter name. -# -# 0: Don't align (default). -align_func_params_span = 0 # unsigned number - -# The threshold for aligning function parameter definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_params_thresh = 0 # number - -# The gap for aligning function parameter definitions. -align_func_params_gap = 0 # unsigned number - -# The span for aligning constructor value. -# -# 0: Don't align (default). -align_constr_value_span = 0 # unsigned number - -# The threshold for aligning constructor value. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_constr_value_thresh = 0 # number - -# The gap for aligning constructor value. -align_constr_value_gap = 0 # unsigned number - -# Whether to align parameters in single-line functions that have the same -# name. The function names must already be aligned with each other. -align_same_func_call_params = false # true/false - -# The span for aligning function-call parameters for single line functions. -# -# 0: Don't align (default). -align_same_func_call_params_span = 0 # unsigned number - -# The threshold for aligning function-call parameters for single line -# functions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_same_func_call_params_thresh = 0 # number - -# The span for aligning variable definitions. -# -# 0: Don't align (default). -align_var_def_span = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of variable definitions. -# -# 0: Part of the type 'void * foo;' (default) -# 1: Part of the variable 'void *foo;' -# 2: Dangling 'void *foo;' -# Dangling: the '*' will not be taken into account when aligning. -align_var_def_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of variable definitions. -# -# 0: Part of the type 'long & foo;' (default) -# 1: Part of the variable 'long &foo;' -# 2: Dangling 'long &foo;' -# Dangling: the '&' will not be taken into account when aligning. -align_var_def_amp_style = 0 # unsigned number - -# The threshold for aligning variable definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_def_thresh = 0 # number - -# The gap for aligning variable definitions. -align_var_def_gap = 0 # unsigned number - -# Whether to align the colon in struct bit fields. -align_var_def_colon = false # true/false - -# The gap for aligning the colon in struct bit fields. -align_var_def_colon_gap = 0 # unsigned number - -# Whether to align any attribute after the variable name. -align_var_def_attribute = false # true/false - -# Whether to align inline struct/enum/union variable definitions. -align_var_def_inline = false # true/false - -# The span for aligning on '=' in assignments. -# -# 0: Don't align (default). -align_assign_span = 0 # unsigned number - -# The span for aligning on '=' in function prototype modifier. -# -# 0: Don't align (default). -align_assign_func_proto_span = 0 # unsigned number - -# The threshold for aligning on '=' in assignments. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_assign_thresh = 0 # number - -# Whether to align on the left most assignment when multiple -# definitions are found on the same line. -# Depends on 'align_assign_span' and 'align_assign_thresh' settings. -align_assign_on_multi_var_defs = false # true/false - -# The span for aligning on '{' in braced init list. -# -# 0: Don't align (default). -align_braced_init_list_span = 0 # unsigned number - -# The threshold for aligning on '{' in braced init list. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_braced_init_list_thresh = 0 # number - -# How to apply align_assign_span to function declaration "assignments", i.e. -# 'virtual void foo() = 0' or '~foo() = {default|delete}'. -# -# 0: Align with other assignments (default) -# 1: Align with each other, ignoring regular assignments -# 2: Don't align -align_assign_decl_func = 0 # unsigned number - -# The span for aligning on '=' in enums. -# -# 0: Don't align (default). -align_enum_equ_span = 0 # unsigned number - -# The threshold for aligning on '=' in enums. -# Use a negative number for absolute thresholds. -# -# 0: no limit (default). -align_enum_equ_thresh = 0 # number - -# The span for aligning class member definitions. -# -# 0: Don't align (default). -align_var_class_span = 0 # unsigned number - -# The threshold for aligning class member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_class_thresh = 0 # number - -# The gap for aligning class member definitions. -align_var_class_gap = 0 # unsigned number - -# The span for aligning struct/union member definitions. -# -# 0: Don't align (default). -align_var_struct_span = 0 # unsigned number - -# The threshold for aligning struct/union member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_struct_thresh = 0 # number - -# The gap for aligning struct/union member definitions. -align_var_struct_gap = 0 # unsigned number - -# The span for aligning struct initializer values. -# -# 0: Don't align (default). -align_struct_init_span = 0 # unsigned number - -# The span for aligning single-line typedefs. -# -# 0: Don't align (default). -align_typedef_span = 0 # unsigned number - -# The minimum space between the type and the synonym of a typedef. -align_typedef_gap = 0 # unsigned number - -# How to align typedef'd functions with other typedefs. -# -# 0: Don't mix them at all (default) -# 1: Align the open parenthesis with the types -# 2: Align the function type name with the other type names -align_typedef_func = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int * pint;' (default) -# 1: Part of type name: 'typedef int *pint;' -# 2: Dangling: 'typedef int *pint;' -# Dangling: the '*' will not be taken into account when aligning. -align_typedef_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int & intref;' (default) -# 1: Part of type name: 'typedef int &intref;' -# 2: Dangling: 'typedef int &intref;' -# Dangling: the '&' will not be taken into account when aligning. -align_typedef_amp_style = 0 # unsigned number - -# The span for aligning comments that end lines. -# -# 0: Don't align (default). -align_right_cmt_span = 0 # unsigned number - -# Minimum number of columns between preceding text and a trailing comment in -# order for the comment to qualify for being aligned. Must be non-zero to have -# an effect. -align_right_cmt_gap = 0 # unsigned number - -# If aligning comments, whether to mix with comments after '}' and #endif with -# less than three spaces before the comment. -align_right_cmt_mix = false # true/false - -# Whether to only align trailing comments that are at the same brace level. -align_right_cmt_same_level = false # true/false - -# Minimum column at which to align trailing comments. Comments which are -# aligned beyond this column, but which can be aligned in a lesser column, -# may be "pulled in". -# -# 0: Ignore (default). -align_right_cmt_at_col = 0 # unsigned number - -# The span for aligning function prototypes. -# -# 0: Don't align (default). -align_func_proto_span = 0 # unsigned number - -# Whether to ignore continuation lines when evaluating the number of -# new lines for the function prototype alignment's span. -# -# false: continuation lines are part of the newlines count -# true: continuation lines are not counted -align_func_proto_span_ignore_cont_lines = false # true/false - -# How to consider (or treat) the '*' in the alignment of function prototypes. -# -# 0: Part of the type 'void * foo();' (default) -# 1: Part of the function 'void *foo();' -# 2: Dangling 'void *foo();' -# Dangling: the '*' will not be taken into account when aligning. -align_func_proto_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of function prototypes. -# -# 0: Part of the type 'long & foo();' (default) -# 1: Part of the function 'long &foo();' -# 2: Dangling 'long &foo();' -# Dangling: the '&' will not be taken into account when aligning. -align_func_proto_amp_style = 0 # unsigned number - -# The threshold for aligning function prototypes. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_proto_thresh = 0 # number - -# Minimum gap between the return type and the function name. -align_func_proto_gap = 0 # unsigned number - -# Whether to align function prototypes on the 'operator' keyword instead of -# what follows. -align_on_operator = false # true/false - -# Whether to mix aligning prototype and variable declarations. If true, -# align_var_def_XXX options are used instead of align_func_proto_XXX options. -align_mix_var_proto = false # true/false - -# Whether to align single-line functions with function prototypes. -# Uses align_func_proto_span. -align_single_line_func = false # true/false - -# Whether to align the open brace of single-line functions. -# Requires align_single_line_func=true. Uses align_func_proto_span. -align_single_line_brace = false # true/false - -# Gap for align_single_line_brace. -align_single_line_brace_gap = 0 # unsigned number - -# (OC) The span for aligning Objective-C message specifications. -# -# 0: Don't align (default). -align_oc_msg_spec_span = 0 # unsigned number - -# Whether and how to align backslashes that split a macro onto multiple lines. -# This will not work right if the macro contains a multi-line comment. -# -# 0: Do nothing (default) -# 1: Align the backslashes in the column at the end of the longest line -# 2: Align with the backslash that is farthest to the left, or, if that -# backslash is farther left than the end of the longest line, at the end of -# the longest line -# 3: Align with the backslash that is farthest to the right -align_nl_cont = 0 # unsigned number - -# The minimum number of spaces between the end of a line and its continuation -# backslash. Requires align_nl_cont. -# -# Default: 1 -align_nl_cont_spaces = 1 # unsigned number - -# Whether to align macro functions and variables together. -align_pp_define_together = false # true/false - -# The span for aligning on '#define' bodies. -# -# =0: Don't align (default) -# >0: Number of lines (including comments) between blocks -align_pp_define_span = 0 # unsigned number - -# The minimum space between label and value of a preprocessor define. -align_pp_define_gap = 0 # unsigned number - -# Whether to align lines that start with '<<' with previous '<<'. -# -# Default: true -align_left_shift = true # true/false - -# Whether to align comma-separated statements following '<<' (as used to -# initialize Eigen matrices). -align_eigen_comma_init = false # true/false - -# Whether to align text after 'asm volatile ()' colons. -align_asm_colon = false # true/false - -# (OC) Span for aligning parameters in an Objective-C message call -# on the ':'. -# -# 0: Don't align. -align_oc_msg_colon_span = 0 # unsigned number - -# (OC) Whether to always align with the first parameter, even if it is too -# short. -align_oc_msg_colon_first = false # true/false - -# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration -# on the ':'. -align_oc_decl_colon = false # true/false - -# (OC) Whether to not align parameters in an Objectve-C message call if first -# colon is not on next line of the message call (the same way Xcode does -# alignment) -align_oc_msg_colon_xcode_like = false # true/false - -# -# Comment modification options -# - -# Try to wrap comments at N columns. -cmt_width = 0 # unsigned number - -# How to reflow comments. -# -# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) -# 1: No touching at all -# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) -cmt_reflow_mode = 0 # unsigned number - -# Path to a file that contains regular expressions describing patterns for -# which the end of one line and the beginning of the next will be folded into -# the same sentence or paragraph during full comment reflow. The regular -# expressions are described using ECMAScript syntax. The syntax for this -# specification is as follows, where "..." indicates the custom regular -# expression and "n" indicates the nth end_of_prev_line_regex and -# beg_of_next_line_regex regular expression pair: -# -# end_of_prev_line_regex[1] = "...$" -# beg_of_next_line_regex[1] = "^..." -# end_of_prev_line_regex[2] = "...$" -# beg_of_next_line_regex[2] = "^..." -# . -# . -# . -# end_of_prev_line_regex[n] = "...$" -# beg_of_next_line_regex[n] = "^..." -# -# Note that use of this option overrides the default reflow fold regular -# expressions, which are internally defined as follows: -# -# end_of_prev_line_regex[1] = "[\w,\]\)]$" -# beg_of_next_line_regex[1] = "^[\w,\[\(]" -# end_of_prev_line_regex[2] = "\.$" -# beg_of_next_line_regex[2] = "^[A-Z]" -cmt_reflow_fold_regex_file = "" # string - -# Whether to indent wrapped lines to the start of the encompassing paragraph -# during full comment reflow (cmt_reflow_mode = 2). Overrides the value -# specified by cmt_sp_after_star_cont. -# -# Note that cmt_align_doxygen_javadoc_tags overrides this option for -# paragraphs associated with javadoc tags -cmt_reflow_indent_to_paragraph_start = false # true/false - -# Whether to convert all tabs to spaces in comments. If false, tabs in -# comments are left alone, unless used for indenting. -cmt_convert_tab_to_spaces = false # true/false - -# Whether to apply changes to multi-line comments, including cmt_width, -# keyword substitution and leading chars. -# -# Default: true -cmt_indent_multi = true # true/false - -# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) -# and corresponding fields such that groups of consecutive block tags, -# parameter names, and descriptions align with one another. Overrides that -# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may -# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 -# in order to achieve the desired alignment for line-wrapping. -cmt_align_doxygen_javadoc_tags = false # true/false - -# The number of spaces to insert after the star and before doxygen -# javadoc-style tags (@param, @return, etc). Requires enabling -# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the -# cmt_sp_after_star_cont. -# -# Default: 1 -cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number - -# Whether to change trailing, single-line c-comments into cpp-comments. -cmt_trailing_single_line_c_to_cpp = false # true/false - -# Whether to group c-comments that look like they are in a block. -cmt_c_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined c-comment. -cmt_c_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined c-comment. -cmt_c_nl_end = false # true/false - -# Whether to change cpp-comments into c-comments. -cmt_cpp_to_c = false # true/false - -# Whether to group cpp-comments that look like they are in a block. Only -# meaningful if cmt_cpp_to_c=true. -cmt_cpp_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_end = false # true/false - -# Whether to put a star on subsequent comment lines. -cmt_star_cont = false # true/false - -# The number of spaces to insert at the start of subsequent comment lines. -cmt_sp_before_star_cont = 0 # unsigned number - -# The number of spaces to insert after the star on subsequent comment lines. -cmt_sp_after_star_cont = 0 # unsigned number - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length. -# -# Default: true -cmt_multi_check_last = true # true/false - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length AND if the length is -# bigger as the first_len minimum. -# -# Default: 4 -cmt_multi_first_len_minimum = 4 # unsigned number - -# Path to a file that contains text to insert at the beginning of a file if -# the file doesn't start with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_header = "" # string - -# Path to a file that contains text to insert at the end of a file if the -# file doesn't end with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_footer = "" # string - -# Path to a file that contains text to insert before a function definition if -# the function isn't preceded by a C/C++ comment. If the inserted text -# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be -# replaced with, respectively, the name of the function, the javadoc '@param' -# and '@return' stuff, or the name of the class to which the member function -# belongs. -cmt_insert_func_header = "" # string - -# Path to a file that contains text to insert before a class if the class -# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', -# that will be replaced with the class name. -cmt_insert_class_header = "" # string - -# Path to a file that contains text to insert before an Objective-C message -# specification, if the method isn't preceded by a C/C++ comment. If the -# inserted text contains '$(message)' or '$(javaparam)', these will be -# replaced with, respectively, the name of the function, or the javadoc -# '@param' and '@return' stuff. -cmt_insert_oc_msg_header = "" # string - -# Whether a comment should be inserted if a preprocessor is encountered when -# stepping backwards from a function name. -# -# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and -# cmt_insert_class_header. -cmt_insert_before_preproc = false # true/false - -# Whether a comment should be inserted if a function is declared inline to a -# class definition. -# -# Applies to cmt_insert_func_header. -# -# Default: true -cmt_insert_before_inlines = true # true/false - -# Whether a comment should be inserted if the function is a class constructor -# or destructor. -# -# Applies to cmt_insert_func_header. -cmt_insert_before_ctor_dtor = false # true/false - -# -# Code modifying options (non-whitespace) -# - -# Add or remove braces on a single-line 'do' statement. -mod_full_brace_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'for' statement. -mod_full_brace_for = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove braces on a single-line function definition. -mod_full_brace_function = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'if' statement. Braces will not be -# removed if the braced statement contains an 'else'. -mod_full_brace_if = ignore # ignore/add/remove/force/not_defined - -# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either -# have, or do not have, braces. Overrides mod_full_brace_if. -# -# 0: Don't override mod_full_brace_if -# 1: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks -# 2: Add braces to all blocks if any block already has braces, regardless of -# whether it needs them -# 3: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks, except if all blocks have braces -# despite none needing them -mod_full_brace_if_chain = 0 # unsigned number - -# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. -# If true, mod_full_brace_if_chain will only remove braces from an 'if' that -# does not have an 'else if' or 'else'. -mod_full_brace_if_chain_only = false # true/false - -# Add or remove braces on single-line 'while' statement. -mod_full_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on single-line 'using ()' statement. -mod_full_brace_using = ignore # ignore/add/remove/force/not_defined - -# Don't remove braces around statements that span N newlines -mod_full_brace_nl = 0 # unsigned number - -# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks -# which span multiple lines. -# -# Affects: -# mod_full_brace_for -# mod_full_brace_if -# mod_full_brace_if_chain -# mod_full_brace_if_chain_only -# mod_full_brace_while -# mod_full_brace_using -# -# Does not affect: -# mod_full_brace_do -# mod_full_brace_function -mod_full_brace_nl_block_rem_mlcond = false # true/false - -# Add or remove unnecessary parentheses on 'return' statement. -mod_paren_on_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove unnecessary parentheses on 'throw' statement. -mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Whether to change optional semicolons to real semicolons. -mod_pawn_semicolon = false # true/false - -# Whether to fully parenthesize Boolean expressions in 'while' and 'if' -# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. -mod_full_paren_if_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. -mod_full_paren_assign_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. -mod_full_paren_return_bool = false # true/false - -# Whether to remove superfluous semicolons. -mod_remove_extra_semicolon = false # true/false - -# Whether to remove duplicate include. -mod_remove_duplicate_include = false # true/false - -# the following options (mod_XX_closebrace_comment) use different comment, -# depending of the setting of the next option. -# false: Use the c comment (default) -# true : Use the cpp comment -mod_add_force_c_closebrace_comment = false # true/false - -# If a function body exceeds the specified number of newlines and doesn't have -# a comment after the close brace, a comment will be added. -mod_add_long_function_closebrace_comment = 0 # unsigned number - -# If a namespace body exceeds the specified number of newlines and doesn't -# have a comment after the close brace, a comment will be added. -mod_add_long_namespace_closebrace_comment = 0 # unsigned number - -# If a class body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_class_closebrace_comment = 0 # unsigned number - -# If a switch body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_switch_closebrace_comment = 0 # unsigned number - -# If an #ifdef body exceeds the specified number of newlines and doesn't have -# a comment after the #endif, a comment will be added. -mod_add_long_ifdef_endif_comment = 0 # unsigned number - -# If an #ifdef or #else body exceeds the specified number of newlines and -# doesn't have a comment after the #else, a comment will be added. -mod_add_long_ifdef_else_comment = 0 # unsigned number - -# Whether to take care of the case by the mod_sort_xx options. -mod_sort_case_sensitive = false # true/false - -# Whether to sort consecutive single-line 'import' statements. -mod_sort_import = false # true/false - -# (C#) Whether to sort consecutive single-line 'using' statements. -mod_sort_using = false # true/false - -# Whether to sort consecutive single-line '#include' statements (C/C++) and -# '#import' statements (Objective-C). Be aware that this has the potential to -# break your code if your includes/imports have ordering dependencies. -mod_sort_include = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# filename without extension when sorting is enabled. -mod_sort_incl_import_prioritize_filename = false # true/false - -# Whether to prioritize '#include' and '#import' statements that does not -# contain extensions when sorting is enabled. -mod_sort_incl_import_prioritize_extensionless = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# angle over quotes when sorting is enabled. -mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false - -# Whether to ignore file extension in '#include' and '#import' statements -# for sorting comparison. -mod_sort_incl_import_ignore_extension = false # true/false - -# Whether to group '#include' and '#import' statements when sorting is enabled. -mod_sort_incl_import_grouping_enabled = false # true/false - -# Whether to move a 'break' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. -mod_move_case_break = false # true/false - -# Whether to move a 'return' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. -mod_move_case_return = false # true/false - -# Add or remove braces around a fully braced case statement. Will only remove -# braces if there are no variable declarations in the block. -mod_case_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove a void 'return;' that appears as the last statement in a -# function. -mod_remove_empty_return = false # true/false - -# Add or remove the comma after the last value of an enumeration. -mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined - -# Syntax to use for infinite loops. -# -# 0: Leave syntax alone (default) -# 1: Rewrite as `for(;;)` -# 2: Rewrite as `while(true)` -# 3: Rewrite as `do`...`while(true);` -# 4: Rewrite as `while(1)` -# 5: Rewrite as `do`...`while(1);` -# -# Infinite loops that do not already match one of these syntaxes are ignored. -# Other options that affect loop formatting will be applied after transforming -# the syntax. -mod_infinite_loop = 0 # unsigned number - -# Add or remove the 'int' keyword in 'int short'. -mod_int_short = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'short int'. -mod_short_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int long'. -mod_int_long = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'long int'. -mod_long_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int signed'. -mod_int_signed = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'signed int'. -mod_signed_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int unsigned'. -mod_int_unsigned = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'unsigned int'. -mod_unsigned_int = ignore # ignore/add/remove/force/not_defined - -# If there is a situation where mod_int_* and mod_*_int would result in -# multiple int keywords, whether to keep the rightmost int (the default) or the -# leftmost int. -mod_int_prefer_int_on_left = false # true/false - -# (OC) Whether to organize the properties. If true, properties will be -# rearranged according to the mod_sort_oc_property_*_weight factors. -mod_sort_oc_properties = false # true/false - -# (OC) Weight of a class property modifier. -mod_sort_oc_property_class_weight = 0 # number - -# (OC) Weight of 'atomic' and 'nonatomic'. -mod_sort_oc_property_thread_safe_weight = 0 # number - -# (OC) Weight of 'readwrite' when organizing properties. -mod_sort_oc_property_readwrite_weight = 0 # number - -# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', -# 'weak', 'strong') when organizing properties. -mod_sort_oc_property_reference_weight = 0 # number - -# (OC) Weight of getter type ('getter=') when organizing properties. -mod_sort_oc_property_getter_weight = 0 # number - -# (OC) Weight of setter type ('setter=') when organizing properties. -mod_sort_oc_property_setter_weight = 0 # number - -# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', -# 'null_resettable') when organizing properties. -mod_sort_oc_property_nullability_weight = 0 # number - -# -# Preprocessor options -# - -# How to use tabs when indenting preprocessor code. -# -# -1: Use 'indent_with_tabs' setting (default) -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: -1 -pp_indent_with_tabs = -1 # number - -# Add or remove indentation of preprocessor directives inside #if blocks -# at brace level 0 (file-level). -pp_indent = ignore # ignore/add/remove/force/not_defined - -# Whether to indent #if/#else/#endif at the brace level. If false, these are -# indented from column 1. -pp_indent_at_level = false # true/false - -# Whether to indent #if/#else/#endif at the parenthesis level if the brace -# level is 0. If false, these are indented from column 1. -pp_indent_at_level0 = false # true/false - -# Specifies the number of columns to indent preprocessors per level -# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies -# the number of columns to indent preprocessors per level -# at brace level > 0 (function-level). -# -# Default: 1 -pp_indent_count = 1 # unsigned number - -# Add or remove space after # based on pp level of #if blocks. -pp_space_after = ignore # ignore/add/remove/force/not_defined - -# Sets the number of spaces per level added with pp_space_after. -pp_space_count = 0 # unsigned number - -# The indent for '#region' and '#endregion' in C# and '#pragma region' in -# C/C++. Negative values decrease indent down to the first column. -pp_indent_region = 0 # number - -# Whether to indent the code between #region and #endregion. -pp_region_indent_code = false # true/false - -# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when -# not at file-level. Negative values decrease indent down to the first column. -# -# =0: Indent preprocessors using output_tab_size -# >0: Column at which all preprocessors will be indented -pp_indent_if = 0 # number - -# Whether to indent the code between #if, #else and #endif. -pp_if_indent_code = false # true/false - -# Whether to indent the body of an #if that encompasses all the code in the file. -pp_indent_in_guard = false # true/false - -# Whether to indent '#define' at the brace level. If false, these are -# indented from column 1. -pp_define_at_level = false # true/false - -# Whether to indent '#include' at the brace level. -pp_include_at_level = false # true/false - -# Whether to ignore the '#define' body while formatting. -pp_ignore_define_body = false # true/false - -# An offset value that controls the indentation of the body of a multiline #define. -# 'body' refers to all the lines of a multiline #define except the first line. -# Requires 'pp_ignore_define_body = false'. -# -# <0: Absolute column: the body indentation starts off at the specified column -# (ex. -3 ==> the body is indented starting from column 3) -# >=0: Relative to the column of the '#' of '#define' -# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') -# -# Default: 8 -pp_multiline_define_body_indent = 8 # number - -# Whether to indent case statements between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the case statements -# directly inside of. -# -# Default: true -pp_indent_case = true # true/false - -# Whether to indent whole function definitions between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the function definition -# is directly inside of. -# -# Default: true -pp_indent_func_def = true # true/false - -# Whether to indent extern C blocks between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the extern block is -# directly inside of. -# -# Default: true -pp_indent_extern = true # true/false - -# How to indent braces directly inside #if, #else, and #endif. -# Requires pp_if_indent_code=true and only applies to the indent of the -# preprocessor that the braces are directly inside of. -# 0: No extra indent -# 1: Indent by one level -# -1: Preserve original indentation -# -# Default: 1 -pp_indent_brace = 1 # number - -# Whether to print warning messages for unbalanced #if and #else blocks. -# This will print a message in the following cases: -# - if an #ifdef block ends on a different indent level than -# where it started from. Example: -# -# #ifdef TEST -# int i; -# { -# int j; -# #endif -# -# - an #elif/#else block ends on a different indent level than -# the corresponding #ifdef block. Example: -# -# #ifdef TEST -# int i; -# #else -# } -# int j; -# #endif -pp_warn_unbalanced_if = false # true/false - -# -# Sort includes options -# - -# The regex for include category with priority 0. -include_category_0 = "" # string - -# The regex for include category with priority 1. -include_category_1 = "" # string - -# The regex for include category with priority 2. -include_category_2 = "" # string - -# -# Use or Do not Use options -# - -# true: indent_func_call_param will be used (default) -# false: indent_func_call_param will NOT be used -# -# Default: true -use_indent_func_call_param = true # true/false - -# The value of the indentation for a continuation line is calculated -# differently if the statement is: -# - a declaration: your case with QString fileName ... -# - an assignment: your case with pSettings = new QSettings( ... -# -# At the second case the indentation value might be used twice: -# - at the assignment -# - at the function call (if present) -# -# To prevent the double use of the indentation value, use this option with the -# value 'true'. -# -# true: indent_continue will be used only once -# false: indent_continue will be used every time (default) -# -# Requires indent_ignore_first_continue=false. -use_indent_continue_only_once = false # true/false - -# The indentation can be: -# - after the assignment, at the '[' character -# - at the beginning of the lambda body -# -# true: indentation will be at the beginning of the lambda body -# false: indentation will be after the assignment (default) -indent_cpp_lambda_only_once = false # true/false - -# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the -# historic behavior, but is probably not the desired behavior, so this is off -# by default. -use_sp_after_angle_always = false # true/false - -# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, -# this tries to format these so that they match Qt's normalized form (i.e. the -# result of QMetaObject::normalizedSignature), which can slightly improve the -# performance of the QObject::connect call, rather than how they would -# otherwise be formatted. -# -# See options_for_QT.cpp for details. -# -# Default: true -use_options_overriding_for_qt_macros = true # true/false - -# If true: the form feed character is removed from the list of whitespace -# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. -use_form_feed_no_more_as_whitespace_character = false # true/false - -# -# Warn levels - 1: error, 2: warning (default), 3: note -# - -# (C#) Warning is given if doing tab-to-\t replacement and we have found one -# in a C# verbatim string literal. -# -# Default: 2 -warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number - -# Limit the number of loops. -# Used by uncrustify.cpp to exit from infinite loop. -# 0: no limit. -debug_max_number_of_loops = 0 # number - -# Set the number of the line to protocol; -# Used in the function prot_the_line if the 2. parameter is zero. -# 0: nothing protocol. -debug_line_number_to_protocol = 0 # number - -# Set the number of second(s) before terminating formatting the current file, -# 0: no timeout. -# only for linux -debug_timeout = 0 # number - -# Set the number of characters to be printed if the text is too long, -# 0: do not truncate. -debug_truncate = 0 # unsigned number - -# sort (or not) the tracking info. -# -# Default: true -debug_sort_the_tracks = true # true/false - -# decode (or not) the flags as a new line. -# only if the -p option is set. -debug_decode_the_flags = false # true/false - -# use (or not) the exit(EX_SOFTWARE) function. -# -# Default: true -debug_use_the_exit_function_pop = true # true/false - -# insert the number of the line at the beginning of each line -set_numbering_for_html_output = false # true/false - -# Meaning of the settings: -# Ignore - do not do any changes -# Add - makes sure there is 1 or more space/brace/newline/etc -# Force - makes sure there is exactly 1 space/brace/newline/etc, -# behaves like Add in some contexts -# Remove - removes space/brace/newline/etc -# -# -# - Token(s) can be treated as specific type(s) with the 'set' option: -# `set tokenType tokenString [tokenString...]` -# -# Example: -# `set BOOL __AND__ __OR__` -# -# tokenTypes are defined in src/token_enum.h, use them without the -# 'CT_' prefix: 'CT_BOOL' => 'BOOL' -# -# -# - Token(s) can be treated as type(s) with the 'type' option. -# `type tokenString [tokenString...]` -# -# Example: -# `type int c_uint_8 Rectangle` -# -# This can also be achieved with `set TYPE int c_uint_8 Rectangle` -# -# -# To embed whitespace in tokenStrings use the '\' escape character, or quote -# the tokenStrings. These quotes are supported: "'` -# -# -# - Support for the auto detection of languages through the file ending can be -# added using the 'file_ext' command. -# `file_ext langType langString [langString..]` -# -# Example: -# `file_ext CPP .ch .cxx .cpp.in` -# -# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use -# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' -# -# -# - Custom macro-based indentation can be set up using 'macro-open', -# 'macro-else' and 'macro-close'. -# `(macro-open | macro-else | macro-close) tokenString` -# -# Example: -# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` -# `macro-open BEGIN_MESSAGE_MAP` -# `macro-close END_MESSAGE_MAP` -# -# -# option(s) with 'not default' value: 0 -# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/index.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/index.html deleted file mode 100644 index 1e832d9d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/index.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Uncrustify - Source Code Beautifier for C-like languages - - - - - -
- - - - -
-
-
-

Uncrustify

-

Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA

- - - - - - -
- - - - Travis CI Build Status - - - - Coverity Scan Build Status - -
- -

Introduction

-

The goals of this project are simple: -Create a highly configurable, easily modifiable source code beautifier.

- -
- -

Features

-
    -
  • Indent code, aligning on parens, assignments, etc
  • -
  • Align on '=' and variable definitions
  • -
  • Align structure initializers
  • -
  • Align #define stuff
  • -
  • Align backslash-newline stuff
  • -
  • Reformat comments (a little bit)
  • -
  • Fix inter-character spacing
  • -
  • Add or remove parens on return statements
  • -
  • Add or remove braces on single-statement if/do/while/for statements
  • -
  • Supports embedded SQL 'EXEC SQL' stuff
  • -
  • Highly configurable - 850 configurable options as of version 0.78.0
  • -
- -

- See some example output. -

- -
- -

Where to get Uncrustify

- -

Project Websites

-Sourceforge project web site
-Release downloads
-Freshmeat Project
-Git Hub
- -

Source Code

-As of release 0.54, the source code is maintained in a Git repository.
-
-The public Git URL for Sourceforge.net is
-git://uncrustify.git.sourceforge.net/gitroot/uncrustify/uncrustify
-
-The public Git URL for github.com is
-git://github.com/uncrustify/uncrustify.git
- -

Prebuilt binaries

-Windows (i386) : -Sourceforge
- -

Universal Indent GUI

-Universal Indent GUI is a -cross-platform graphical configuration file editor for many code beautifiers, including Uncrustify. - -
- -

Want to help?

-

-The most helpful way is to try it out and give feedback. -Documentation and examples are available in the source tree, so check it out. -

-

-You can find the output from 'uncrustify --show-config' here.
-Here is the default config file. -And one I set up for Linux.
-And here is a before and after C source example.
-That should give you a pretty good idea of what Uncrustify can do.
-

- -

-If you find a bug, please do the following: -

-
    -
  • Reduce the input source file to the minimum that still has the problem
  • -
  • Use the sourceforget.net bug tracker
  • -
  • Attach the input source file, the configuration file, and a file that contains the expected output
  • -
- -

-If you want to add a feature, fix a bug, or implement missing functionality, feel free to do so! Patches are welcome!
-Here are some areas that need attention: -

-
    -
  • Test Java support and provide feedback (or patches!)
  • -
  • Test Objective C support and provide feedback (or patches!)
  • -
  • Test Embedded SQL to see what works
  • -
  • This web page need a (re)design
  • -
  • A logo of some sort
  • -
  • Examples that can be put on this website to show off what Uncrustify can do
  • -
  • Anything else that you want to do to make it better?
  • -
- -

Project Mailing list

-We don't have a mailing list for Uncrustify.
-We are using github. -
-You may use Issues to publish an error report. -
-Or PR to make a bugfix proposal. - -
- -

Portability

-

-I'm pretty sure that I'm not using anything that is OS-specific.
-The software has been tested on the following operating systems: -

-
    -
  • Linux
  • -
  • QNX
  • -
  • OS X
  • -
  • FreeBSD, NetBSD, OpenBSD
  • -
  • Sun Solaris 9
  • -
  • Windows XP (binary available)
  • -
- -
- -

Links

- -

Distributions that package Uncrustify

- -
-
-
-
-
-"Support This Project" -
- - - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/defaults.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/defaults.cfg deleted file mode 100644 index 9b3d568c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/defaults.cfg +++ /dev/null @@ -1,3708 +0,0 @@ -# Uncrustify-0.78.0 - -# -# General options -# - -# The type of line endings. -# -# Default: auto -newlines = auto # lf/crlf/cr/auto - -# The original size of tabs in the input. -# -# Default: 8 -input_tab_size = 8 # unsigned number - -# The size of tabs in the output (only used if align_with_tabs=true). -# -# Default: 8 -output_tab_size = 8 # unsigned number - -# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). -# -# Default: 92 -string_escape_char = 92 # unsigned number - -# Alternate string escape char (usually only used for Pawn). -# Only works right before the quote char. -string_escape_char2 = 0 # unsigned number - -# Replace tab characters found in string literals with the escape sequence \t -# instead. -string_replace_tab_chars = false # true/false - -# Allow interpreting '>=' and '>>=' as part of a template in code like -# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. -# Improvements to template detection may make this option obsolete. -tok_split_gte = false # true/false - -# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). -disable_processing_nl_cont = false # true/false - -# Specify the marker used in comments to disable processing of part of the -# file. -# -# Default: *INDENT-OFF* -disable_processing_cmt = " *INDENT-OFF*" # string - -# Specify the marker used in comments to (re)enable processing in a file. -# -# Default: *INDENT-ON* -enable_processing_cmt = " *INDENT-ON*" # string - -# Enable parsing of digraphs. -enable_digraphs = false # true/false - -# Option to allow both disable_processing_cmt and enable_processing_cmt -# strings, if specified, to be interpreted as ECMAScript regular expressions. -# If true, a regex search will be performed within comments according to the -# specified patterns in order to disable/enable processing. -processing_cmt_as_regex = false # true/false - -# Add or remove the UTF-8 BOM (recommend 'remove'). -utf8_bom = ignore # ignore/add/remove/force/not_defined - -# If the file contains bytes with values between 128 and 255, but is not -# UTF-8, then output as UTF-8. -utf8_byte = false # true/false - -# Force the output encoding to UTF-8. -utf8_force = false # true/false - -# -# Spacing options -# - -# Add or remove space around non-assignment symbolic operators ('+', '/', '%', -# '<<', and so forth). -sp_arith = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around arithmetic operators '+' and '-'. -# -# Overrides sp_arith. -sp_arith_additive = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=', '+=', etc. -sp_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around '=' in C++11 lambda capture specifications. -# -# Overrides sp_assign. -sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda when -# an argument list is present, as in '[] (int x){ ... }'. -sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the capture specification of a C++11 lambda with -# no argument list is present, as in '[] { ... }'. -sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( ){ ... }' -# with an empty list. -sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening parenthesis and before the closing -# parenthesis of a argument list of a C++11 lambda, as in -# '[]( int x ){ ... }'. -sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the argument list of a C++11 lambda, as in -# '[](int x) { ... }'. -sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a lambda body and its call operator of an -# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. -sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment operator '=' in a prototype. -# -# If set to ignore, use sp_assign. -sp_assign_default = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment operator '=', '+=', etc. -# -# Overrides sp_assign. -sp_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space in 'enum {'. -# -# Default: add -sp_enum_brace = add # ignore/add/remove/force/not_defined - -# Add or remove space in 'NS_ENUM ('. -sp_enum_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment '=' in enum. -sp_enum_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after assignment '=' in enum. -# -# Overrides sp_enum_assign. -sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around assignment ':' in enum. -sp_enum_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around preprocessor '##' concatenation operator. -# -# Default: add -sp_pp_concat = add # ignore/add/remove/force/not_defined - -# Add or remove space after preprocessor '#' stringify operator. -# Also affects the '#@' charizing operator. -sp_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before preprocessor '#' stringify operator -# as in '#define x(y) L#y'. -sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around boolean operators '&&' and '||'. -sp_bool = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around compare operator '<', '>', '==', etc. -sp_compare = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')'. -sp_inside_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. -sp_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. -sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined - -# Whether to balance spaces inside nested parentheses. -sp_balance_nested_parens = false # true/false - -# Add or remove space between ')' and '{'. -sp_paren_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. -sp_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*'. -sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that isn't followed by a -# variable name. If set to ignore, sp_before_ptr_star is used instead. -sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by a qualifier. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by 'operator' keyword. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by -# a class scope (as in 'int *MyClass::method()') or namespace scope -# (as in 'int *my_ns::func()'). -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before pointer star '*' that is followed by '::', -# as in 'int *::func()'. -# If set to ignore, sp_before_unnamed_ptr_star is used instead. -sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' that isn't -# followed by a variable name, as in '(char const *)'. If set to ignore, -# sp_before_ptr_star is used instead. -sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer stars '*', as in 'int ***a;'. -sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. -sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a word. -# -# Overrides sp_type_func. -sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer caret '^', if followed by a word. -sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after pointer star '*', if followed by a qualifier. -sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_ptr_star and sp_type_func. -sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the variable -# in a function pointer definition. -sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the pointer star '*' and the name of the type -# in a function pointer type definition. -sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a pointer star '*', if followed by an open -# parenthesis, as in 'void* (*)()'. -sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*', if followed by a function -# prototype or function definition. If set to ignore, sp_before_ptr_star is -# used instead. -sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' followed by -# the name of the function in a function prototype or definition, as in -# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. -sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a pointer star '*' in the trailing return of a -# function prototype or function definition. -sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a qualifier and a pointer star '*' in the -# trailing return of a function prototype or function definition, as in -# 'auto foo() -> char const *'. -sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&'. -sp_before_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&' that isn't followed by a -# variable name. If set to ignore, sp_before_byref is used instead. -sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after reference sign '&', if followed by a word. -# -# Overrides sp_type_func. -sp_after_byref = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by a function -# prototype or function definition. -# -# Overrides sp_after_byref and sp_type_func. -sp_after_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a reference sign '&', if followed by a function -# prototype or function definition. -sp_before_byref_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a reference sign '&', if followed by an open -# parenthesis, as in 'char& (*)()'. -sp_byref_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and word. In cases where total removal of -# whitespace would be a syntax error, a value of 'remove' is treated the same -# as 'force'. -# -# This also affects some other instances of space following a type that are -# not covered by other options; for example, between the return type and -# parenthesis of a function type template argument, between the type and -# parenthesis of an array parameter, or between 'decltype(...)' and the -# following word. -# -# Default: force -sp_after_type = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype(...)' and word, -# brace or function call. -sp_after_decltype = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space before the parenthesis in the D constructs -# 'template Foo(' and 'class Foo('. -sp_before_template_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'template' and '<'. -# If set to ignore, sp_before_angle is used. -sp_template_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '<'. -sp_before_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<' and '>'. -sp_inside_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '<>'. -# if empty. -sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and ':'. -sp_angle_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '>'. -sp_after_angle = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '(' as found in 'new List(foo);'. -sp_angle_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '()' as found in 'new List();'. -sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and a word as in 'List m;' or -# 'template static ...'. -sp_angle_word = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '>' and '>' in '>>' (template stuff). -# -# Default: add -sp_angle_shift = add # ignore/add/remove/force/not_defined - -# (C++11) Permit removal of the space between '>>' in 'foo >'. Note -# that sp_angle_shift cannot remove the space without this option. -sp_permit_cpp11_shift = false # true/false - -# Add or remove space before '(' of control statements ('if', 'for', 'switch', -# 'while', etc.). -sp_before_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of control statements other than -# 'for'. -sp_inside_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of control statements other than 'for'. -# -# Overrides sp_inside_sparen. -sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '(' and ')' of 'for' statements. -sp_inside_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '(' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ')' of 'for' statements. -# -# Overrides sp_inside_for. -sp_inside_for_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '((' or '))' of control statements. -sp_sparen_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ')' of control statements. -sp_after_sparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of control statements. -sp_sparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'do' and '{'. -sp_do_brace_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'while'. -sp_brace_close_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'while' and '('. Overrides sp_before_sparen. -sp_while_paren_open = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'invariant' and '('. -sp_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space after the ')' in 'invariant (C) c'. -sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. -sp_special_semi = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ';'. -# -# Default: remove -sp_before_semi = remove # ignore/add/remove/force/not_defined - -# Add or remove space before ';' in non-empty 'for' statements. -sp_before_semi_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a semicolon of an empty left part of a for -# statement, as in 'for ( ; ; )'. -sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the semicolons of an empty middle part of a for -# statement, as in 'for ( ; ; )'. -sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ';', except when followed by a comment. -# -# Default: add -sp_after_semi = add # ignore/add/remove/force/not_defined - -# Add or remove space after ';' in non-empty 'for' statements. -# -# Default: force -sp_after_semi_for = force # ignore/add/remove/force/not_defined - -# Add or remove space after the final semicolon of an empty part of a for -# statement, as in 'for ( ; ; )'. -sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' (except '[]'). -sp_before_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for a variable definition. -# -# Default: remove -sp_before_vardef_square = remove # ignore/add/remove/force/not_defined - -# Add or remove space before '[' for asm block. -sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before '[]'. -sp_before_squares = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before C++17 structured bindings. -sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside a non-empty '[' and ']'. -sp_inside_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '[]'. -# if empty. -sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and -# ']'. If set to ignore, sp_inside_square is used. -sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. -sp_after_comma = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. -# -# Default: remove -sp_before_comma = remove # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type -# like 'int[,,]'. -sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type -# like 'int[,,]'. -sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# (C#, Vala) Add or remove space between ',' in multidimensional array type -# like 'int[,,]'. -sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between an open parenthesis and comma, -# i.e. '(,' vs. '( ,'. -# -# Default: force -sp_paren_comma = force # ignore/add/remove/force/not_defined - -# Add or remove space between a type and ':'. -sp_type_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the variadic '...' when preceded by a -# non-punctuator. -# The value REMOVE will be overridden with FORCE -sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a type and '...'. -sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a '*' and '...'. -sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '...'. -sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '&&' and '...'. -sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and a qualifier such as 'const'. -sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and 'noexcept'. -sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class ':'. -sp_after_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before class ':'. -sp_before_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after class constructor ':'. -# -# Default: add -sp_after_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before class constructor ':'. -# -# Default: add -sp_before_constr_colon = add # ignore/add/remove/force/not_defined - -# Add or remove space before case ':'. -# -# Default: remove -sp_before_case_colon = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'operator' and operator sign. -sp_after_operator = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the operator symbol and the open parenthesis, as -# in 'operator ++('. -sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined - -# Overrides sp_after_operator_sym when the operator has no arguments, as in -# 'operator *()'. -sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or -# '(int)a' vs. '(int) a'. -sp_after_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove spaces inside cast parentheses. -sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the type and open parenthesis in a C++ cast, -# i.e. 'int(exp)' vs. 'int (exp)'. -sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '('. -sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof' and '...'. -sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'sizeof...' and '('. -sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '...' and a parameter pack. -sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a parameter pack and '...'. -sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'decltype' and '('. -sp_decltype_paren = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove space after the tag keyword. -sp_after_tag = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside enum '{' and '}'. -sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside struct/union '{' and '}'. -sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' -sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after open brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before close brace in an unnamed temporary -# direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore. -sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside an unnamed temporary direct-list-initialization -# if statement is a brace_init_lst -# works only if sp_brace_brace is set to ignore -# works only if sp_before_type_brace_init_lst_close is set to ignore. -sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{' and '}'. -sp_inside_braces = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside '{}'. -# if empty. -sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around trailing return operator '->'. -sp_trailing_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between return type and function name. A minimum of 1 -# is forced except for pointer return types. -sp_type_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between type and open brace of an unnamed temporary -# direct-list-initialization. -sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function declaration. -sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function declaration -# if empty. -sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' with a typedef specifier. -sp_func_type_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between alias name and '(' of a non-pointer function type typedef. -sp_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function definition -# if empty. -sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty function '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_fparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside function '(' and ')'. -sp_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user functor '(' and ')'. -sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside empty functor '()'. -# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. -sp_inside_rparens = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside functor '(' and ')'. -sp_inside_rparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside the first parentheses in a function type, as in -# 'void (*x)(...)'. -sp_inside_tparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the ')' and '(' in a function type, as in -# 'void (*x)(...)'. -sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ']' and '(' when part of a function call. -sp_square_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of function. -sp_fparen_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and '{' of a function call in object -# initialization. -# -# Overrides sp_fparen_brace. -sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove space between ')' and '{{' of double brace initializer. -sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '(' on function calls. -sp_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between function name and '()' on function calls without -# parameters. If set to ignore (the default), sp_func_call_paren is used. -sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between the user function name and '(' on function -# calls. You need to set a keyword to be a user function in the config file, -# like: -# set func_call_user tr _ i18n -sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside user function '(' and ')'. -sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between nested parentheses with user functions, -# i.e. '((' vs. '( ('. -sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor/destructor and the open -# parenthesis. -sp_func_class_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a constructor without parameters or destructor -# and '()'. -sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'return'. -# -# Default: force -sp_return = force # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '('. -sp_return_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'return' and '{'. -sp_return_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '__attribute__' and '('. -sp_attribute_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. -sp_defined_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and '(' in 'throw (something)'. -sp_throw_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'throw' and anything other than '(' as in -# '@throw [...];'. -sp_after_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'catch' and '(' in 'catch (something) { }'. -# If set to ignore, sp_before_sparen is used. -sp_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@catch' and '(' -# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. -sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before Objective-C protocol list -# as in '@protocol Protocol' or '@interface MyClass : NSObject'. -sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between class name and '(' -# in '@interface className(categoryName):BaseClass' -sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'version' and '(' -# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. -sp_version_paren = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'scope' and '(' -# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. -sp_scope_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'super' and '(' in 'super (something)'. -# -# Default: remove -sp_super_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between 'this' and '(' in 'this (something)'. -# -# Default: remove -sp_this_paren = remove # ignore/add/remove/force/not_defined - -# Add or remove space between a macro name and its definition. -sp_macro = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a macro function ')' and its definition. -sp_macro_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'else' and '{' if on the same line. -sp_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'else' if on the same line. -sp_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and the name of a typedef on the same line. -sp_brace_typedef = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '{' of a 'catch' statement, if the '{' and -# 'catch' are on the same line, as in 'catch (decl) {'. -sp_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' -# and '@catch' are on the same line, as in '@catch (decl) {'. -# If set to ignore, sp_catch_brace is used. -sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'catch' if on the same line. -sp_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '}' and '@catch' if on the same line. -# If set to ignore, sp_brace_catch is used. -sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'finally' and '{' if on the same line. -sp_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between '}' and 'finally' if on the same line. -sp_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'try' and '{' if on the same line. -sp_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between get/set and '{' if on the same line. -sp_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for C++ uniform -# initialization. -sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between a variable and '{' for a namespace. -# -# Default: add -sp_word_brace_ns = add # ignore/add/remove/force/not_defined - -# Add or remove space before the '::' operator. -sp_before_dc = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '::' operator. -sp_after_dc = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove around the D named array initializer ':' operator. -sp_d_array_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '!' (not) unary operator. -# -# Default: remove -sp_not = remove # ignore/add/remove/force/not_defined - -# Add or remove space between two '!' (not) unary operators. -# If set to ignore, sp_not will be used. -sp_not_not = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '~' (invert) unary operator. -# -# Default: remove -sp_inv = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '&' (address-of) unary operator. This does not -# affect the spacing after a '&' that is part of a type. -# -# Default: remove -sp_addr = remove # ignore/add/remove/force/not_defined - -# Add or remove space around the '.' or '->' operators. -# -# Default: remove -sp_member = remove # ignore/add/remove/force/not_defined - -# Add or remove space after the '*' (dereference) unary operator. This does -# not affect the spacing after a '*' that is part of a type. -# -# Default: remove -sp_deref = remove # ignore/add/remove/force/not_defined - -# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. -# -# Default: remove -sp_sign = remove # ignore/add/remove/force/not_defined - -# Add or remove space between '++' and '--' the word to which it is being -# applied, as in '(--x)' or 'y++;'. -# -# Default: remove -sp_incdec = remove # ignore/add/remove/force/not_defined - -# Add or remove space before a backslash-newline at the end of a line. -# -# Default: add -sp_before_nl_cont = add # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' -# or '+(int) bar;'. -sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. -sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. -sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in immutable dictionary expression -# 'NSDictionary *test = @{@"foo" :@"bar"};'. -sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. -sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before the colon in message specs, -# i.e. '[object setValue:1];' vs. '[object setValue :1];'. -sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the (type) in message specs, -# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. -sp_after_oc_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after the first (type) in message specs, -# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. -sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector' and '(', -# i.e. '@selector(msgName)' vs. '@selector (msgName)'. -# Also applies to '@protocol()' constructs. -sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@selector(x)' and the following word, -# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. -sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space inside '@selector' parentheses, -# i.e. '@selector(foo)' vs. '@selector( foo )'. -# Also applies to '@protocol()' constructs. -sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space before a block pointer caret, -# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. -sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after a block pointer caret, -# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. -sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between the receiver and selector in a message, -# as in '[receiver selector ...]'. -sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space after '@property'. -sp_after_oc_property = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove space between '@synchronized' and the open parenthesis, -# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. -sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the ':' in 'b ? t : f'. -sp_cond_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the ':' in 'b ? t : f'. -# -# Overrides sp_cond_colon. -sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined - -# Add or remove space around the '?' in 'b ? t : f'. -sp_cond_question = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_before = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the '?' in 'b ? t : f'. -# -# Overrides sp_cond_question. -sp_cond_question_after = ignore # ignore/add/remove/force/not_defined - -# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' -# and ':'. -# -# Overrides all other sp_cond_* options. -sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined - -# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make -# sense here. -sp_case_label = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space around the D '..' operator. -sp_range = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_after_for_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before ':' in a Java/C++11 range-based 'for', -# as in 'for (Type var : expr)'. -sp_before_for_colon = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. -sp_extern_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the opening of a C++ comment, as in '// A'. -sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined - -# remove space after the '//' and the pvs command '-V1234', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_pvs = false # true/false - -# remove space after the '//' and the command 'lint', -# only works with sp_cmt_cpp_start set to add or force. -sp_cmt_cpp_lint = false # true/false - -# Add or remove space in a C++ region marker comment, as in '// BEGIN'. -# A region marker is defined as a comment which is not preceded by other text -# (i.e. the comment is the first non-whitespace on the line), and which starts -# with either 'BEGIN' or 'END'. -# -# Overrides sp_cmt_cpp_start. -sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined - -# If true, space added with sp_cmt_cpp_start will be added after Doxygen -# sequences like '///', '///<', '//!' and '//!<'. -sp_cmt_cpp_doxygen = false # true/false - -# If true, space added with sp_cmt_cpp_start will be added after Qt translator -# or meta-data comments like '//:', '//=', and '//~'. -sp_cmt_cpp_qttr = false # true/false - -# Add or remove space between #else or #endif and a trailing comment. -sp_endif_cmt = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after 'new', 'delete' and 'delete[]'. -sp_after_new = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between 'new' and '(' in 'new()'. -sp_between_new_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space between ')' and type in 'new(foo) BAR'. -sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space inside parentheses of the new operator -# as in 'new(foo) BAR'. -sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after the open parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before the close parenthesis of the new operator, -# as in 'new(foo) BAR'. -# -# Overrides sp_inside_newop_paren. -sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a trailing comment. -sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined - -# Number of spaces before a trailing comment. -sp_num_before_tr_cmt = 0 # unsigned number - -# Add or remove space before an embedded comment. -# -# Default: force -sp_before_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces before an embedded comment. -# -# Default: 1 -sp_num_before_emb_cmt = 1 # unsigned number - -# Add or remove space after an embedded comment. -# -# Default: force -sp_after_emb_cmt = force # ignore/add/remove/force/not_defined - -# Number of spaces after an embedded comment. -# -# Default: 1 -sp_num_after_emb_cmt = 1 # unsigned number - -# (Java) Add or remove space between an annotation and the open parenthesis. -sp_annotation_paren = ignore # ignore/add/remove/force/not_defined - -# If true, vbrace tokens are dropped to the previous token and skipped. -sp_skip_vbrace_tokens = false # true/false - -# Add or remove space after 'noexcept'. -sp_after_noexcept = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after '_'. -sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined - -# Add or remove space before a bit colon ':'. -sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove space after a bit colon ':'. -sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined - -# If true, a is inserted after #define. -force_tab_after_define = false # true/false - -# -# Indenting options -# - -# The number of columns to indent per level. Usually 2, 3, 4, or 8. -# -# Default: 8 -indent_columns = 8 # unsigned number - -# Whether to ignore indent for the first continuation line. Subsequent -# continuation lines will still be indented to match the first. -indent_ignore_first_continue = false # true/false - -# The continuation indent. If non-zero, this overrides the indent of '(', '[' -# and '=' continuation indents. Negative values are OK; negative value is -# absolute and not increased for each '(' or '[' level. -# -# For FreeBSD, this is set to 4. -# Requires indent_ignore_first_continue=false. -indent_continue = 0 # number - -# The continuation indent, only for class header line(s). If non-zero, this -# overrides the indent of 'class' continuation indents. -# Requires indent_ignore_first_continue=false. -indent_continue_class_head = 0 # unsigned number - -# Whether to indent empty lines (i.e. lines which contain only spaces before -# the newline character). -indent_single_newlines = false # true/false - -# The continuation indent for func_*_param if they are true. If non-zero, this -# overrides the indent. -indent_param = 0 # unsigned number - -# How to use tabs when indenting code. -# -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces (default) -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: 1 -indent_with_tabs = 1 # unsigned number - -# Whether to indent comments that are not at a brace level with tabs on a -# tabstop. Requires indent_with_tabs=2. If false, will use spaces. -indent_cmt_with_tabs = false # true/false - -# Whether to indent strings broken by '\' so that they line up. -indent_align_string = false # true/false - -# The number of spaces to indent multi-line XML strings. -# Requires indent_align_string=true. -indent_xml_string = 0 # unsigned number - -# Spaces to indent '{' from level. -indent_brace = 0 # unsigned number - -# Whether braces are indented to the body level. -indent_braces = false # true/false - -# Whether to disable indenting function braces if indent_braces=true. -indent_braces_no_func = false # true/false - -# Whether to disable indenting class braces if indent_braces=true. -indent_braces_no_class = false # true/false - -# Whether to disable indenting struct braces if indent_braces=true. -indent_braces_no_struct = false # true/false - -# Whether to indent based on the size of the brace parent, -# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. -indent_brace_parent = false # true/false - -# Whether to indent based on the open parenthesis instead of the open brace -# in '({\n'. -indent_paren_open_brace = false # true/false - -# (C#) Whether to indent the brace of a C# delegate by another level. -indent_cs_delegate_brace = false # true/false - -# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by -# another level. -indent_cs_delegate_body = false # true/false - -# Whether to indent the body of a 'namespace'. -indent_namespace = false # true/false - -# Whether to indent only the first namespace, and not any nested namespaces. -# Requires indent_namespace=true. -indent_namespace_single_indent = false # true/false - -# The number of spaces to indent a namespace block. -# If set to zero, use the value indent_columns -indent_namespace_level = 0 # unsigned number - -# If the body of the namespace is longer than this number, it won't be -# indented. Requires indent_namespace=true. 0 means no limit. -indent_namespace_limit = 0 # unsigned number - -# Whether to indent only in inner namespaces (nested in other namespaces). -# Requires indent_namespace=true. -indent_namespace_inner_only = false # true/false - -# Whether the 'extern "C"' body is indented. -indent_extern = false # true/false - -# Whether the 'class' body is indented. -indent_class = false # true/false - -# Whether to ignore indent for the leading base class colon. -indent_ignore_before_class_colon = false # true/false - -# Additional indent before the leading base class colon. -# Negative values decrease indent down to the first column. -# Requires indent_ignore_before_class_colon=false and a newline break before -# the colon (see pos_class_colon and nl_class_colon) -indent_before_class_colon = 0 # number - -# Whether to indent the stuff after a leading base class colon. -indent_class_colon = false # true/false - -# Whether to indent based on a class colon instead of the stuff after the -# colon. Requires indent_class_colon=true. -indent_class_on_colon = false # true/false - -# Whether to ignore indent for a leading class initializer colon. -indent_ignore_before_constr_colon = false # true/false - -# Whether to indent the stuff after a leading class initializer colon. -indent_constr_colon = false # true/false - -# Virtual indent from the ':' for leading member initializers. -# -# Default: 2 -indent_ctor_init_leading = 2 # unsigned number - -# Virtual indent from the ':' for following member initializers. -# -# Default: 2 -indent_ctor_init_following = 2 # unsigned number - -# Additional indent for constructor initializer list. -# Negative values decrease indent down to the first column. -indent_ctor_init = 0 # number - -# Whether to indent 'if' following 'else' as a new block under the 'else'. -# If false, 'else\nif' is treated as 'else if' for indenting purposes. -indent_else_if = false # true/false - -# Amount to indent variable declarations after a open brace. -# -# <0: Relative -# >=0: Absolute -indent_var_def_blk = 0 # number - -# Whether to indent continued variable declarations instead of aligning. -indent_var_def_cont = false # true/false - -# How to indent continued shift expressions ('<<' and '>>'). -# Set align_left_shift=false when using this. -# 0: Align shift operators instead of indenting them (default) -# 1: Indent by one level -# -1: Preserve original indentation -indent_shift = 0 # number - -# Whether to force indentation of function definitions to start in column 1. -indent_func_def_force_col1 = false # true/false - -# Whether to indent continued function call parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_call_param = false # true/false - -# Whether to indent continued function definition parameters one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_def_param = false # true/false - -# for function definitions, only if indent_func_def_param is false -# Allows to align params when appropriate and indent them when not -# behave as if it was true if paren position is more than this value -# if paren position is more than the option value -indent_func_def_param_paren_pos_threshold = 0 # unsigned number - -# Whether to indent continued function call prototype one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_proto_param = false # true/false - -# Whether to indent continued function call declaration one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_class_param = false # true/false - -# Whether to indent continued class variable constructors one indent level, -# rather than aligning parameters under the open parenthesis. -indent_func_ctor_var_param = false # true/false - -# Whether to indent continued template parameter list one indent level, -# rather than aligning parameters under the open parenthesis. -indent_template_param = false # true/false - -# Double the indent for indent_func_xxx_param options. -# Use both values of the options indent_columns and indent_param. -indent_func_param_double = false # true/false - -# Indentation column for standalone 'const' qualifier on a function -# prototype. -indent_func_const = 0 # unsigned number - -# Indentation column for standalone 'throw' qualifier on a function -# prototype. -indent_func_throw = 0 # unsigned number - -# How to indent within a macro followed by a brace on the same line -# This allows reducing the indent in macros that have (for example) -# `do { ... } while (0)` blocks bracketing them. -# -# true: add an indent for the brace on the same line as the macro -# false: do not add an indent for the brace on the same line as the macro -# -# Default: true -indent_macro_brace = true # true/false - -# The number of spaces to indent a continued '->' or '.'. -# Usually set to 0, 1, or indent_columns. -indent_member = 0 # unsigned number - -# Whether lines broken at '.' or '->' should be indented by a single indent. -# The indent_member option will not be effective if this is set to true. -indent_member_single = false # true/false - -# Spaces to indent single line ('//') comments on lines before code. -indent_single_line_comments_before = 0 # unsigned number - -# Spaces to indent single line ('//') comments on lines after code. -indent_single_line_comments_after = 0 # unsigned number - -# When opening a paren for a control statement (if, for, while, etc), increase -# the indent level by this value. Negative values decrease the indent level. -indent_sparen_extra = 0 # number - -# Whether to indent trailing single line ('//') comments relative to the code -# instead of trying to keep the same absolute column. -indent_relative_single_line_comments = false # true/false - -# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. -# It might be wise to choose the same value for the option indent_case_brace. -indent_switch_case = 0 # unsigned number - -# Spaces to indent the body of a 'switch' before any 'case'. -# Usually the same as indent_columns or indent_switch_case. -indent_switch_body = 0 # unsigned number - -# Whether to ignore indent for '{' following 'case'. -indent_ignore_case_brace = false # true/false - -# Spaces to indent '{' from 'case'. By default, the brace will appear under -# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. -# It might be wise to choose the same value for the option indent_switch_case. -indent_case_brace = 0 # number - -# indent 'break' with 'case' from 'switch'. -indent_switch_break_with_case = false # true/false - -# Whether to indent preprocessor statements inside of switch statements. -# -# Default: true -indent_switch_pp = true # true/false - -# Spaces to shift the 'case' line, without affecting any other lines. -# Usually 0. -indent_case_shift = 0 # unsigned number - -# Whether to align comments before 'case' with the 'case'. -# -# Default: true -indent_case_comment = true # true/false - -# Whether to indent comments not found in first column. -# -# Default: true -indent_comment = true # true/false - -# Whether to indent comments found in first column. -indent_col1_comment = false # true/false - -# Whether to indent multi string literal in first column. -indent_col1_multi_string_literal = false # true/false - -# Align comments on adjacent lines that are this many columns apart or less. -# -# Default: 3 -indent_comment_align_thresh = 3 # unsigned number - -# Whether to ignore indent for goto labels. -indent_ignore_label = false # true/false - -# How to indent goto labels. Requires indent_ignore_label=false. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_label = 1 # number - -# How to indent access specifiers that are followed by a -# colon. -# -# >0: Absolute column where 1 is the leftmost column -# <=0: Subtract from brace indent -# -# Default: 1 -indent_access_spec = 1 # number - -# Whether to indent the code after an access specifier by one level. -# If true, this option forces 'indent_access_spec=0'. -indent_access_spec_body = false # true/false - -# If an open parenthesis is followed by a newline, whether to indent the next -# line so that it lines up after the open parenthesis (not recommended). -indent_paren_nl = false # true/false - -# How to indent a close parenthesis after a newline. -# -# 0: Indent to body level (default) -# 1: Align under the open parenthesis -# 2: Indent to the brace level -# -1: Preserve original indentation -indent_paren_close = 0 # number - -# Whether to indent the open parenthesis of a function definition, -# if the parenthesis is on its own line. -indent_paren_after_func_def = false # true/false - -# Whether to indent the open parenthesis of a function declaration, -# if the parenthesis is on its own line. -indent_paren_after_func_decl = false # true/false - -# Whether to indent the open parenthesis of a function call, -# if the parenthesis is on its own line. -indent_paren_after_func_call = false # true/false - -# How to indent a comma when inside braces. -# 0: Indent by one level (default) -# 1: Align under the open brace -# -1: Preserve original indentation -indent_comma_brace = 0 # number - -# How to indent a comma when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_comma_paren = 0 # number - -# How to indent a Boolean operator when inside parentheses. -# 0: Indent by one level (default) -# 1: Align under the open parenthesis -# -1: Preserve original indentation -indent_bool_paren = 0 # number - -# Whether to ignore the indentation of a Boolean operator when outside -# parentheses. -indent_ignore_bool = false # true/false - -# Whether to ignore the indentation of an arithmetic operator. -indent_ignore_arith = false # true/false - -# Whether to indent a semicolon when inside a for parenthesis. -# If true, aligns under the open for parenthesis. -indent_semicolon_for_paren = false # true/false - -# Whether to ignore the indentation of a semicolon outside of a 'for' -# statement. -indent_ignore_semicolon = false # true/false - -# Whether to align the first expression to following ones -# if indent_bool_paren=1. -indent_first_bool_expr = false # true/false - -# Whether to align the first expression to following ones -# if indent_semicolon_for_paren=true. -indent_first_for_expr = false # true/false - -# If an open square is followed by a newline, whether to indent the next line -# so that it lines up after the open square (not recommended). -indent_square_nl = false # true/false - -# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. -indent_preserve_sql = false # true/false - -# Whether to ignore the indentation of an assignment operator. -indent_ignore_assign = false # true/false - -# Whether to align continued statements at the '='. If false or if the '=' is -# followed by a newline, the next line is indent one tab. -# -# Default: true -indent_align_assign = true # true/false - -# If true, the indentation of the chunks after a '=' sequence will be set at -# LHS token indentation column before '='. -indent_off_after_assign = false # true/false - -# Whether to align continued statements at the '('. If false or the '(' is -# followed by a newline, the next line indent is one tab. -# -# Default: true -indent_align_paren = true # true/false - -# (OC) Whether to indent Objective-C code inside message selectors. -indent_oc_inside_msg_sel = false # true/false - -# (OC) Whether to indent Objective-C blocks at brace level instead of usual -# rules. -indent_oc_block = false # true/false - -# (OC) Indent for Objective-C blocks in a message relative to the parameter -# name. -# -# =0: Use indent_oc_block rules -# >0: Use specified number of spaces to indent -indent_oc_block_msg = 0 # unsigned number - -# (OC) Minimum indent for subsequent parameters -indent_oc_msg_colon = 0 # unsigned number - -# (OC) Whether to prioritize aligning with initial colon (and stripping spaces -# from lines, if necessary). -# -# Default: true -indent_oc_msg_prioritize_first_colon = true # true/false - -# (OC) Whether to indent blocks the way that Xcode does by default -# (from the keyword if the parameter is on its own line; otherwise, from the -# previous indentation level). Requires indent_oc_block_msg=true. -indent_oc_block_msg_xcode_style = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a -# message keyword. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_keyword = false # true/false - -# (OC) Whether to indent blocks from where the brace is, relative to a message -# colon. Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_colon = false # true/false - -# (OC) Whether to indent blocks from where the block caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_caret = false # true/false - -# (OC) Whether to indent blocks from where the brace caret is. -# Requires indent_oc_block_msg=true. -indent_oc_block_msg_from_brace = false # true/false - -# When indenting after virtual brace open and newline add further spaces to -# reach this minimum indent. -indent_min_vbrace_open = 0 # unsigned number - -# Whether to add further spaces after regular indent to reach next tabstop -# when indenting after virtual brace open and newline. -indent_vbrace_open_on_tabstop = false # true/false - -# How to indent after a brace followed by another token (not a newline). -# true: indent all contained lines to match the token -# false: indent all contained lines to match the brace -# -# Default: true -indent_token_after_brace = true # true/false - -# Whether to indent the body of a C++11 lambda. -indent_cpp_lambda_body = false # true/false - -# How to indent compound literals that are being returned. -# true: add both the indent from return & the compound literal open brace -# (i.e. 2 indent levels) -# false: only indent 1 level, don't add the indent for the open brace, only -# add the indent for the return. -# -# Default: true -indent_compound_literal_return = true # true/false - -# (C#) Whether to indent a 'using' block if no braces are used. -# -# Default: true -indent_using_block = true # true/false - -# How to indent the continuation of ternary operator. -# -# 0: Off (default) -# 1: When the `if_false` is a continuation, indent it under the `if_true` branch -# 2: When the `:` is a continuation, indent it under `?` -indent_ternary_operator = 0 # unsigned number - -# Whether to indent the statements inside ternary operator. -indent_inside_ternary_operator = false # true/false - -# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. -indent_off_after_return = false # true/false - -# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. -indent_off_after_return_new = false # true/false - -# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. -indent_single_after_return = false # true/false - -# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they -# have their own indentation). -indent_ignore_asm_block = false # true/false - -# Don't indent the close parenthesis of a function definition, -# if the parenthesis is on its own line. -donot_indent_func_def_close_paren = false # true/false - -# -# Newline adding and removing options -# - -# Whether to collapse empty blocks between '{' and '}' except for functions. -# Use nl_collapse_empty_body_functions to specify how empty function braces -# should be formatted. -nl_collapse_empty_body = false # true/false - -# Whether to collapse empty blocks between '{' and '}' for functions only. -# If true, overrides nl_inside_empty_func. -nl_collapse_empty_body_functions = false # true/false - -# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. -nl_assign_leave_one_liners = false # true/false - -# Don't split one-line braced statements inside a 'class xx { }' body. -nl_class_leave_one_liners = false # true/false - -# Don't split one-line enums, as in 'enum foo { BAR = 15 };' -nl_enum_leave_one_liners = false # true/false - -# Don't split one-line get or set functions. -nl_getset_leave_one_liners = false # true/false - -# (C#) Don't split one-line property get or set functions. -nl_cs_property_leave_one_liners = false # true/false - -# Don't split one-line function definitions, as in 'int foo() { return 0; }'. -# might modify nl_func_type_name -nl_func_leave_one_liners = false # true/false - -# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. -nl_cpp_lambda_leave_one_liners = false # true/false - -# Don't split one-line if/else statements, as in 'if(...) b++;'. -nl_if_leave_one_liners = false # true/false - -# Don't split one-line while statements, as in 'while(...) b++;'. -nl_while_leave_one_liners = false # true/false - -# Don't split one-line do statements, as in 'do { b++; } while(...);'. -nl_do_leave_one_liners = false # true/false - -# Don't split one-line for statements, as in 'for(...) b++;'. -nl_for_leave_one_liners = false # true/false - -# (OC) Don't split one-line Objective-C messages. -nl_oc_msg_leave_one_liner = false # true/false - -# (OC) Add or remove newline between method declaration and '{'. -nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between Objective-C block signature and '{'. -nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@interface' statement. -nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@implementation' statement. -nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove blank line before '@end' statement. -nl_oc_before_end = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@interface' and '{'. -nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '@implementation' and '{'. -nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newlines at the start of the file. -nl_start_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the start of the file (only used if -# nl_start_of_file is 'add' or 'force'). -nl_start_of_file_min = 0 # unsigned number - -# Add or remove newline at the end of the file. -nl_end_of_file = ignore # ignore/add/remove/force/not_defined - -# The minimum number of newlines at the end of the file (only used if -# nl_end_of_file is 'add' or 'force'). -nl_end_of_file_min = 0 # unsigned number - -# Add or remove newline between '=' and '{'. -nl_assign_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between '=' and '['. -nl_assign_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '[]' and '{'. -nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline after '= ['. Will also affect the newline before -# the ']'. -nl_after_square_assign = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function call's ')' and '{', as in -# 'list_for_each(item, &list) { }'. -nl_fcall_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and '{'. -nl_enum_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum' and 'class'. -nl_enum_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' and the identifier. -nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class' type and ':'. -nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'enum class identifier :' and type. -nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'struct and '{'. -nl_struct_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'union' and '{'. -nl_union_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'if' and '{'. -nl_if_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'else'. -nl_brace_else = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else if' and '{'. If set to ignore, -# nl_if_brace is used instead. -nl_elseif_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and '{'. -nl_else_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'else' and 'if'. -nl_else_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before '{' opening brace -nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before 'if'/'else if' closing parenthesis. -nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'finally'. -nl_brace_finally = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'finally' and '{'. -nl_finally_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'try' and '{'. -nl_try_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between get/set and '{'. -nl_getset_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'for' and '{'. -nl_for_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the '{' of a 'catch' statement, as in -# 'catch (decl) {'. -nl_catch_brace = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline before the '{' of a '@catch' statement, as in -# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. -nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'catch'. -nl_brace_catch = ignore # ignore/add/remove/force/not_defined - -# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, -# nl_brace_catch is used. -nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ']'. -nl_brace_square = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and ')' in a function invocation. -nl_brace_fparen = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'while' and '{'. -nl_while_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'scope (x)' and '{'. -nl_scope_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'unittest' and '{'. -nl_unittest_brace = ignore # ignore/add/remove/force/not_defined - -# (D) Add or remove newline between 'version (x)' and '{'. -nl_version_brace = ignore # ignore/add/remove/force/not_defined - -# (C#) Add or remove newline between 'using' and '{'. -nl_using_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between two open or close braces. Due to general -# newline/brace handling, REMOVE may not work. -nl_brace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'do' and '{'. -nl_do_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '}' and 'while' of 'do' statement. -nl_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'switch' and '{'. -nl_switch_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'synchronized' and '{'. -nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined - -# Add a newline between ')' and '{' if the ')' is on a different line than the -# if/for/etc. -# -# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and -# nl_catch_brace. -nl_multi_line_cond = false # true/false - -# Add a newline after '(' if an if/for/while/switch condition spans multiple -# lines -nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined - -# Add a newline before ')' if an if/for/while/switch condition spans multiple -# lines. Overrides nl_before_if_closing_paren if both are specified. -nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined - -# Force a newline in a define after the macro name for multi-line defines. -nl_multi_line_define = false # true/false - -# Whether to add a newline before 'case', and a blank line before a 'case' -# statement that follows a ';' or '}'. -nl_before_case = false # true/false - -# Whether to add a newline after a 'case' statement. -nl_after_case = false # true/false - -# Add or remove newline between a case ':' and '{'. -# -# Overrides nl_after_case. -nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between ')' and 'throw'. -nl_before_throw = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'namespace' and '{'. -nl_namespace_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class. -nl_template_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class declaration. -# -# Overrides nl_template_class. -nl_template_class_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class declaration. -# -# Overrides nl_template_class_decl. -nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template class definition. -# -# Overrides nl_template_class. -nl_template_class_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized class definition. -# -# Overrides nl_template_class_def. -nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function. -nl_template_func = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# declaration. -# -# Overrides nl_template_func. -nl_template_func_decl = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# declaration. -# -# Overrides nl_template_func_decl. -nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template function -# definition. -# -# Overrides nl_template_func. -nl_template_func_def = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<>' of a specialized function -# definition. -# -# Overrides nl_template_func_def. -nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after 'template<...>' of a template variable. -nl_template_var = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'template<...>' and 'using' of a templated -# type alias. -nl_template_using = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'class' and '{'. -nl_class_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before or after (depending on pos_class_comma, -# may not be IGNORE) each',' in the base class list. -nl_class_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in the constructor member -# initialization. Related to nl_constr_colon, pos_constr_colon and -# pos_constr_comma. -nl_constr_init_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before first element, after comma, and after last -# element, in 'enum'. -nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a function -# definition. -# might be modified by nl_func_leave_one_liners -nl_func_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name inside a class -# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name -# is used instead. -nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between class specification and '::' -# in 'void A::f() { }'. Only appears in separate member implementation (does -# not appear with in-line implementation). -nl_func_class_scope = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function scope and name, as in -# 'void A :: f() { }'. -nl_func_scope_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between return type and function name in a prototype. -nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# declaration. -nl_func_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_paren for functions with no parameters. -nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# definition. -nl_func_def_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_paren for functions with no parameters. -nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between a function name and the opening '(' in the -# call. -nl_func_call_paren = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_call_paren for functions with no parameters. -nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function declaration. -nl_func_decl_start = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after '(' in a function definition. -nl_func_def_start = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_start when there is only one parameter. -nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_start when there is only one parameter. -nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_start is used instead. -nl_func_decl_start_multi_line = false # true/false - -# Whether to add a newline after '(' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_start is used instead. -nl_func_def_start_multi_line = false # true/false - -# Add or remove newline after each ',' in a function declaration. -nl_func_decl_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function definition. -nl_func_def_args = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline after each ',' in a function call. -nl_func_call_args = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after each ',' in a function declaration if '(' -# and ')' are in different lines. If false, nl_func_decl_args is used instead. -nl_func_decl_args_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function definition if '(' -# and ')' are in different lines. If false, nl_func_def_args is used instead. -nl_func_def_args_multi_line = false # true/false - -# Add or remove newline before the ')' in a function declaration. -nl_func_decl_end = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline before the ')' in a function definition. -nl_func_def_end = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_decl_end when there is only one parameter. -nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined - -# Overrides nl_func_def_end when there is only one parameter. -nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function declaration if '(' and ')' -# are in different lines. If false, nl_func_decl_end is used instead. -nl_func_decl_end_multi_line = false # true/false - -# Whether to add a newline before ')' in a function definition if '(' and ')' -# are in different lines. If false, nl_func_def_end is used instead. -nl_func_def_end_multi_line = false # true/false - -# Add or remove newline between '()' in a function declaration. -nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function definition. -nl_func_def_empty = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between '()' in a function call. -nl_func_call_empty = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call, -# has preference over nl_func_call_start_multi_line. -nl_func_call_start = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before ')' in a function call. -nl_func_call_end = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after '(' in a function call if '(' and ')' are in -# different lines. -nl_func_call_start_multi_line = false # true/false - -# Whether to add a newline after each ',' in a function call if '(' and ')' -# are in different lines. -nl_func_call_args_multi_line = false # true/false - -# Whether to add a newline before ')' in a function call if '(' and ')' are in -# different lines. -nl_func_call_end_multi_line = false # true/false - -# Whether to respect nl_func_call_XXX option in case of closure args. -nl_func_call_args_multi_line_ignore_closures = false # true/false - -# Whether to add a newline after '<' of a template parameter list. -nl_template_start = false # true/false - -# Whether to add a newline after each ',' in a template parameter list. -nl_template_args = false # true/false - -# Whether to add a newline before '>' of a template parameter list. -nl_template_end = false # true/false - -# (OC) Whether to put each Objective-C message parameter on a separate line. -# See nl_oc_msg_leave_one_liner. -nl_oc_msg_args = false # true/false - -# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. -nl_oc_msg_args_min_params = 0 # unsigned number - -# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. -nl_oc_msg_args_max_code_width = 0 # unsigned number - -# Add or remove newline between function signature and '{'. -nl_fdef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between function signature and '{', -# if signature ends with ')'. Overrides nl_fdef_brace. -nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between C++11 lambda signature and '{'. -nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'return' and the return expression. -nl_return_expr = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline between 'throw' and the throw expression. -nl_throw_expr = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after semicolons, except in 'for' statements. -nl_after_semicolon = false # true/false - -# (Java) Add or remove newline between the ')' and '{{' of the double brace -# initializer. -nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the type in an unnamed temporary -# direct-list-initialization, better: -# before a direct-list-initialization. -nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline after the open brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before the close brace in an unnamed temporary -# direct-list-initialization. -nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined - -# Whether to add a newline before '{'. -nl_before_brace_open = false # true/false - -# Whether to add a newline after '{'. -nl_after_brace_open = false # true/false - -# Whether to add a newline between the open brace and a trailing single-line -# comment. Requires nl_after_brace_open=true. -nl_after_brace_open_cmt = false # true/false - -# Whether to add a newline after a virtual brace open with a non-empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open = false # true/false - -# Whether to add a newline after a virtual brace open with an empty body. -# These occur in un-braced if/while/do/for statement bodies. -nl_after_vbrace_open_empty = false # true/false - -# Whether to add a newline after '}'. Does not apply if followed by a -# necessary ';'. -nl_after_brace_close = false # true/false - -# Whether to add a newline after a virtual brace close, -# as in 'if (foo) a++; return;'. -nl_after_vbrace_close = false # true/false - -# Add or remove newline between the close brace and identifier, -# as in 'struct { int a; } b;'. Affects enumerations, unions and -# structures. If set to ignore, uses nl_after_brace_close. -nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined - -# Whether to alter newlines in '#define' macros. -nl_define_macro = false # true/false - -# Whether to alter newlines between consecutive parenthesis closes. The number -# of closing parentheses in a line will depend on respective open parenthesis -# lines. -nl_squeeze_paren_close = false # true/false - -# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and -# '#endif'. Does not affect top-level #ifdefs. -nl_squeeze_ifdef = false # true/false - -# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. -nl_squeeze_ifdef_top_level = false # true/false - -# Add or remove blank line before 'if'. -nl_before_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'if' statement. Add/Force work only if the -# next token is not a closing brace. -nl_after_if = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'for'. -nl_before_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'for' statement. -nl_after_for = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'while'. -nl_before_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'while' statement. -nl_after_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'switch'. -nl_before_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'switch' statement. -nl_after_switch = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'synchronized'. -nl_before_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'synchronized' statement. -nl_after_synchronized = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line before 'do'. -nl_before_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove blank line after 'do/while' statement. -nl_after_do = ignore # ignore/add/remove/force/not_defined - -# Ignore nl_before_{if,for,switch,do,synchronized} if the control -# statement is immediately after a case statement. -# if nl_before_{if,for,switch,do} is set to remove, this option -# does nothing. -nl_before_ignore_after_case = false # true/false - -# Whether to put a blank line before 'return' statements, unless after an open -# brace. -nl_before_return = false # true/false - -# Whether to put a blank line after 'return' statements, unless followed by a -# close brace. -nl_after_return = false # true/false - -# Whether to put a blank line before a member '.' or '->' operators. -nl_before_member = ignore # ignore/add/remove/force/not_defined - -# (Java) Whether to put a blank line after a member '.' or '->' operators. -nl_after_member = ignore # ignore/add/remove/force/not_defined - -# Whether to double-space commented-entries in 'struct'/'union'/'enum'. -nl_ds_struct_enum_cmt = false # true/false - -# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. -# (Lower priority than eat_blanks_before_close_brace.) -nl_ds_struct_enum_close_brace = false # true/false - -# Add or remove newline before or after (depending on pos_class_colon) a class -# colon, as in 'class Foo : public Bar'. -nl_class_colon = ignore # ignore/add/remove/force/not_defined - -# Add or remove newline around a class constructor colon. The exact position -# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. -nl_constr_colon = ignore # ignore/add/remove/force/not_defined - -# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' -# into a single line. If true, prevents other brace newline rules from turning -# such code into four lines. If true, it also preserves one-liner namespaces. -nl_namespace_two_to_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced if statements, turning them -# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. -nl_create_if_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced for statements, turning them -# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. -nl_create_for_one_liner = false # true/false - -# Whether to remove a newline in simple unbraced while statements, turning -# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. -nl_create_while_one_liner = false # true/false - -# Whether to collapse a function definition whose body (not counting braces) -# is only one line so that the entire definition (prototype, braces, body) is -# a single line. -nl_create_func_def_one_liner = false # true/false - -# Whether to split one-line simple list definitions into three lines by -# adding newlines, as in 'int a[12] = { 0 };'. -nl_create_list_one_liner = false # true/false - -# Whether to split one-line simple unbraced if statements into two lines by -# adding a newline, as in 'if(b) i++;'. -nl_split_if_one_liner = false # true/false - -# Whether to split one-line simple unbraced for statements into two lines by -# adding a newline, as in 'for (...) stmt;'. -nl_split_for_one_liner = false # true/false - -# Whether to split one-line simple unbraced while statements into two lines by -# adding a newline, as in 'while (expr) stmt;'. -nl_split_while_one_liner = false # true/false - -# Don't add a newline before a cpp-comment in a parameter list of a function -# call. -donot_add_nl_before_cpp_comment = false # true/false - -# -# Blank line options -# - -# The maximum number of consecutive newlines (3 = 2 blank lines). -nl_max = 0 # unsigned number - -# The maximum number of consecutive newlines in a function. -nl_max_blank_in_func = 0 # unsigned number - -# The number of newlines inside an empty function body. -# This option overrides eat_blanks_after_open_brace and -# eat_blanks_before_close_brace, but is ignored when -# nl_collapse_empty_body_functions=true -nl_inside_empty_func = 0 # unsigned number - -# The number of newlines before a function prototype. -nl_before_func_body_proto = 0 # unsigned number - -# The number of newlines before a multi-line function definition. Where -# applicable, this option is overridden with eat_blanks_after_open_brace=true -nl_before_func_body_def = 0 # unsigned number - -# The number of newlines before a class constructor/destructor prototype. -nl_before_func_class_proto = 0 # unsigned number - -# The number of newlines before a class constructor/destructor definition. -nl_before_func_class_def = 0 # unsigned number - -# The number of newlines after a function prototype. -nl_after_func_proto = 0 # unsigned number - -# The number of newlines after a function prototype, if not followed by -# another function prototype. -nl_after_func_proto_group = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype. -nl_after_func_class_proto = 0 # unsigned number - -# The number of newlines after a class constructor/destructor prototype, -# if not followed by another constructor/destructor prototype. -nl_after_func_class_proto_group = 0 # unsigned number - -# Whether one-line method definitions inside a class body should be treated -# as if they were prototypes for the purposes of adding newlines. -# -# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def -# and nl_before_func_class_def for one-liners. -nl_class_leave_one_liner_groups = false # true/false - -# The number of newlines after '}' of a multi-line function body. -# -# Overrides nl_min_after_func_body and nl_max_after_func_body. -nl_after_func_body = 0 # unsigned number - -# The minimum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -nl_min_after_func_body = 0 # unsigned number - -# The maximum number of newlines after '}' of a multi-line function body. -# -# Only works when nl_after_func_body is 0. -# Takes precedence over nl_min_after_func_body. -nl_max_after_func_body = 0 # unsigned number - -# The number of newlines after '}' of a multi-line function body in a class -# declaration. Also affects class constructors/destructors. -# -# Overrides nl_after_func_body. -nl_after_func_body_class = 0 # unsigned number - -# The number of newlines after '}' of a single line function body. Also -# affects class constructors/destructors. -# -# Overrides nl_after_func_body and nl_after_func_body_class. -nl_after_func_body_one_liner = 0 # unsigned number - -# The number of newlines before a block of typedefs. If nl_after_access_spec -# is non-zero, that option takes precedence. -# -# 0: No change (default). -nl_typedef_blk_start = 0 # unsigned number - -# The number of newlines after a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of typedefs. -# -# 0: No change (default). -nl_typedef_blk_in = 0 # unsigned number - -# The minimum number of blank lines after a block of variable definitions -# at the top of a function body. If any preprocessor directives appear -# between the opening brace of the function and the variable block, then -# it is considered as not at the top of the function.Newlines are added -# before trailing preprocessor directives, if any exist. -# -# 0: No change (default). -nl_var_def_blk_end_func_top = 0 # unsigned number - -# The minimum number of empty newlines before a block of variable definitions -# not at the top of a function body. If nl_after_access_spec is non-zero, -# that option takes precedence. Newlines are not added at the top of the -# file or just after an opening brace. Newlines are added above any -# preprocessor directives before the block. -# -# 0: No change (default). -nl_var_def_blk_start = 0 # unsigned number - -# The minimum number of empty newlines after a block of variable definitions -# not at the top of a function body. Newlines are not added if the block -# is at the bottom of the file or just before a preprocessor directive. -# -# 0: No change (default). -nl_var_def_blk_end = 0 # unsigned number - -# The maximum number of consecutive newlines within a block of variable -# definitions. -# -# 0: No change (default). -nl_var_def_blk_in = 0 # unsigned number - -# The minimum number of newlines before a multi-line comment. -# Doesn't apply if after a brace open or another multi-line comment. -nl_before_block_comment = 0 # unsigned number - -# The minimum number of newlines before a single-line C comment. -# Doesn't apply if after a brace open or other single-line C comments. -nl_before_c_comment = 0 # unsigned number - -# The minimum number of newlines before a CPP comment. -# Doesn't apply if after a brace open or other CPP comments. -nl_before_cpp_comment = 0 # unsigned number - -# Whether to force a newline after a multi-line comment. -nl_after_multiline_comment = false # true/false - -# Whether to force a newline after a label's colon. -nl_after_label_colon = false # true/false - -# The number of newlines before a struct definition. -nl_before_struct = 0 # unsigned number - -# The number of newlines after '}' or ';' of a struct/enum/union definition. -nl_after_struct = 0 # unsigned number - -# The number of newlines before a class definition. -nl_before_class = 0 # unsigned number - -# The number of newlines after '}' or ';' of a class definition. -nl_after_class = 0 # unsigned number - -# The number of newlines before a namespace. -nl_before_namespace = 0 # unsigned number - -# The number of newlines after '{' of a namespace. This also adds newlines -# before the matching '}'. -# -# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if -# applicable, otherwise no change. -# -# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. -nl_inside_namespace = 0 # unsigned number - -# The number of newlines after '}' of a namespace. -nl_after_namespace = 0 # unsigned number - -# The number of newlines before an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -nl_before_access_spec = 0 # unsigned number - -# The number of newlines after an access specifier label. This also includes -# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count -# if after a brace open. -# -# 0: No change (default). -# -# Overrides nl_typedef_blk_start and nl_var_def_blk_start. -nl_after_access_spec = 0 # unsigned number - -# The number of newlines between a function definition and the function -# comment, as in '// comment\n void foo() {...}'. -# -# 0: No change (default). -nl_comment_func_def = 0 # unsigned number - -# The number of newlines after a try-catch-finally block that isn't followed -# by a brace close. -# -# 0: No change (default). -nl_after_try_catch_finally = 0 # unsigned number - -# (C#) The number of newlines before and after a property, indexer or event -# declaration. -# -# 0: No change (default). -nl_around_cs_property = 0 # unsigned number - -# (C#) The number of newlines between the get/set/add/remove handlers. -# -# 0: No change (default). -nl_between_get_set = 0 # unsigned number - -# (C#) Add or remove newline between property and the '{'. -nl_property_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove blank lines after '{'. -eat_blanks_after_open_brace = false # true/false - -# Whether to remove blank lines before '}'. -eat_blanks_before_close_brace = false # true/false - -# How aggressively to remove extra newlines not in preprocessor. -# -# 0: No change (default) -# 1: Remove most newlines not handled by other config -# 2: Remove all newlines and reformat completely by config -nl_remove_extra_newlines = 0 # unsigned number - -# (Java) Add or remove newline after an annotation statement. Only affects -# annotations that are after a newline. -nl_after_annotation = ignore # ignore/add/remove/force/not_defined - -# (Java) Add or remove newline between two annotations. -nl_between_annotation = ignore # ignore/add/remove/force/not_defined - -# The number of newlines before a whole-file #ifdef. -# -# 0: No change (default). -nl_before_whole_file_ifdef = 0 # unsigned number - -# The number of newlines after a whole-file #ifdef. -# -# 0: No change (default). -nl_after_whole_file_ifdef = 0 # unsigned number - -# The number of newlines before a whole-file #endif. -# -# 0: No change (default). -nl_before_whole_file_endif = 0 # unsigned number - -# The number of newlines after a whole-file #endif. -# -# 0: No change (default). -nl_after_whole_file_endif = 0 # unsigned number - -# -# Positioning options -# - -# The position of arithmetic operators in wrapped expressions. -pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of assignment in wrapped expressions. Do not affect '=' -# followed by '{'. -pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of Boolean operators in wrapped expressions. -pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of comparison operators in wrapped expressions. -pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of conditional operators, as in the '?' and ':' of -# 'expr ? stmt : stmt', in wrapped expressions. -pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in wrapped expressions. -pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in enum entries. -pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the base class list if there is more than one -# line. Affects nl_class_init_args. -pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of the comma in the constructor initialization list. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. -pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of trailing/leading class colon, between class and base class -# list. Affects nl_class_colon. -pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of colons between constructor and member initialization. -# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. -pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# The position of shift operators in wrapped expressions. -pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force - -# -# Line splitting options -# - -# Try to limit code width to N columns. -code_width = 0 # unsigned number - -# Whether to fully split long 'for' statements at semi-colons. -ls_for_split_full = false # true/false - -# Whether to fully split long function prototypes/calls at commas. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_func_split_full = false # true/false - -# Whether to split lines as close to code_width as possible and ignore some -# groupings. -# The option ls_code_width has priority over the option ls_func_split_full. -ls_code_width = false # true/false - -# -# Code alignment options (not left column spaces/tabs) -# - -# Whether to keep non-indenting tabs. -align_keep_tabs = false # true/false - -# Whether to use tabs for aligning. -align_with_tabs = false # true/false - -# Whether to bump out to the next tab when aligning. -align_on_tabstop = false # true/false - -# Whether to right-align numbers. -align_number_right = false # true/false - -# Whether to keep whitespace not required for alignment. -align_keep_extra_space = false # true/false - -# Whether to align variable definitions in prototypes and functions. -align_func_params = false # true/false - -# The span for aligning parameter definitions in function on parameter name. -# -# 0: Don't align (default). -align_func_params_span = 0 # unsigned number - -# The threshold for aligning function parameter definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_params_thresh = 0 # number - -# The gap for aligning function parameter definitions. -align_func_params_gap = 0 # unsigned number - -# The span for aligning constructor value. -# -# 0: Don't align (default). -align_constr_value_span = 0 # unsigned number - -# The threshold for aligning constructor value. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_constr_value_thresh = 0 # number - -# The gap for aligning constructor value. -align_constr_value_gap = 0 # unsigned number - -# Whether to align parameters in single-line functions that have the same -# name. The function names must already be aligned with each other. -align_same_func_call_params = false # true/false - -# The span for aligning function-call parameters for single line functions. -# -# 0: Don't align (default). -align_same_func_call_params_span = 0 # unsigned number - -# The threshold for aligning function-call parameters for single line -# functions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_same_func_call_params_thresh = 0 # number - -# The span for aligning variable definitions. -# -# 0: Don't align (default). -align_var_def_span = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of variable definitions. -# -# 0: Part of the type 'void * foo;' (default) -# 1: Part of the variable 'void *foo;' -# 2: Dangling 'void *foo;' -# Dangling: the '*' will not be taken into account when aligning. -align_var_def_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of variable definitions. -# -# 0: Part of the type 'long & foo;' (default) -# 1: Part of the variable 'long &foo;' -# 2: Dangling 'long &foo;' -# Dangling: the '&' will not be taken into account when aligning. -align_var_def_amp_style = 0 # unsigned number - -# The threshold for aligning variable definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_def_thresh = 0 # number - -# The gap for aligning variable definitions. -align_var_def_gap = 0 # unsigned number - -# Whether to align the colon in struct bit fields. -align_var_def_colon = false # true/false - -# The gap for aligning the colon in struct bit fields. -align_var_def_colon_gap = 0 # unsigned number - -# Whether to align any attribute after the variable name. -align_var_def_attribute = false # true/false - -# Whether to align inline struct/enum/union variable definitions. -align_var_def_inline = false # true/false - -# The span for aligning on '=' in assignments. -# -# 0: Don't align (default). -align_assign_span = 0 # unsigned number - -# The span for aligning on '=' in function prototype modifier. -# -# 0: Don't align (default). -align_assign_func_proto_span = 0 # unsigned number - -# The threshold for aligning on '=' in assignments. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_assign_thresh = 0 # number - -# Whether to align on the left most assignment when multiple -# definitions are found on the same line. -# Depends on 'align_assign_span' and 'align_assign_thresh' settings. -align_assign_on_multi_var_defs = false # true/false - -# The span for aligning on '{' in braced init list. -# -# 0: Don't align (default). -align_braced_init_list_span = 0 # unsigned number - -# The threshold for aligning on '{' in braced init list. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_braced_init_list_thresh = 0 # number - -# How to apply align_assign_span to function declaration "assignments", i.e. -# 'virtual void foo() = 0' or '~foo() = {default|delete}'. -# -# 0: Align with other assignments (default) -# 1: Align with each other, ignoring regular assignments -# 2: Don't align -align_assign_decl_func = 0 # unsigned number - -# The span for aligning on '=' in enums. -# -# 0: Don't align (default). -align_enum_equ_span = 0 # unsigned number - -# The threshold for aligning on '=' in enums. -# Use a negative number for absolute thresholds. -# -# 0: no limit (default). -align_enum_equ_thresh = 0 # number - -# The span for aligning class member definitions. -# -# 0: Don't align (default). -align_var_class_span = 0 # unsigned number - -# The threshold for aligning class member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_class_thresh = 0 # number - -# The gap for aligning class member definitions. -align_var_class_gap = 0 # unsigned number - -# The span for aligning struct/union member definitions. -# -# 0: Don't align (default). -align_var_struct_span = 0 # unsigned number - -# The threshold for aligning struct/union member definitions. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_var_struct_thresh = 0 # number - -# The gap for aligning struct/union member definitions. -align_var_struct_gap = 0 # unsigned number - -# The span for aligning struct initializer values. -# -# 0: Don't align (default). -align_struct_init_span = 0 # unsigned number - -# The span for aligning single-line typedefs. -# -# 0: Don't align (default). -align_typedef_span = 0 # unsigned number - -# The minimum space between the type and the synonym of a typedef. -align_typedef_gap = 0 # unsigned number - -# How to align typedef'd functions with other typedefs. -# -# 0: Don't mix them at all (default) -# 1: Align the open parenthesis with the types -# 2: Align the function type name with the other type names -align_typedef_func = 0 # unsigned number - -# How to consider (or treat) the '*' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int * pint;' (default) -# 1: Part of type name: 'typedef int *pint;' -# 2: Dangling: 'typedef int *pint;' -# Dangling: the '*' will not be taken into account when aligning. -align_typedef_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of typedefs. -# -# 0: Part of the typedef type, 'typedef int & intref;' (default) -# 1: Part of type name: 'typedef int &intref;' -# 2: Dangling: 'typedef int &intref;' -# Dangling: the '&' will not be taken into account when aligning. -align_typedef_amp_style = 0 # unsigned number - -# The span for aligning comments that end lines. -# -# 0: Don't align (default). -align_right_cmt_span = 0 # unsigned number - -# Minimum number of columns between preceding text and a trailing comment in -# order for the comment to qualify for being aligned. Must be non-zero to have -# an effect. -align_right_cmt_gap = 0 # unsigned number - -# If aligning comments, whether to mix with comments after '}' and #endif with -# less than three spaces before the comment. -align_right_cmt_mix = false # true/false - -# Whether to only align trailing comments that are at the same brace level. -align_right_cmt_same_level = false # true/false - -# Minimum column at which to align trailing comments. Comments which are -# aligned beyond this column, but which can be aligned in a lesser column, -# may be "pulled in". -# -# 0: Ignore (default). -align_right_cmt_at_col = 0 # unsigned number - -# The span for aligning function prototypes. -# -# 0: Don't align (default). -align_func_proto_span = 0 # unsigned number - -# Whether to ignore continuation lines when evaluating the number of -# new lines for the function prototype alignment's span. -# -# false: continuation lines are part of the newlines count -# true: continuation lines are not counted -align_func_proto_span_ignore_cont_lines = false # true/false - -# How to consider (or treat) the '*' in the alignment of function prototypes. -# -# 0: Part of the type 'void * foo();' (default) -# 1: Part of the function 'void *foo();' -# 2: Dangling 'void *foo();' -# Dangling: the '*' will not be taken into account when aligning. -align_func_proto_star_style = 0 # unsigned number - -# How to consider (or treat) the '&' in the alignment of function prototypes. -# -# 0: Part of the type 'long & foo();' (default) -# 1: Part of the function 'long &foo();' -# 2: Dangling 'long &foo();' -# Dangling: the '&' will not be taken into account when aligning. -align_func_proto_amp_style = 0 # unsigned number - -# The threshold for aligning function prototypes. -# Use a negative number for absolute thresholds. -# -# 0: No limit (default). -align_func_proto_thresh = 0 # number - -# Minimum gap between the return type and the function name. -align_func_proto_gap = 0 # unsigned number - -# Whether to align function prototypes on the 'operator' keyword instead of -# what follows. -align_on_operator = false # true/false - -# Whether to mix aligning prototype and variable declarations. If true, -# align_var_def_XXX options are used instead of align_func_proto_XXX options. -align_mix_var_proto = false # true/false - -# Whether to align single-line functions with function prototypes. -# Uses align_func_proto_span. -align_single_line_func = false # true/false - -# Whether to align the open brace of single-line functions. -# Requires align_single_line_func=true. Uses align_func_proto_span. -align_single_line_brace = false # true/false - -# Gap for align_single_line_brace. -align_single_line_brace_gap = 0 # unsigned number - -# (OC) The span for aligning Objective-C message specifications. -# -# 0: Don't align (default). -align_oc_msg_spec_span = 0 # unsigned number - -# Whether and how to align backslashes that split a macro onto multiple lines. -# This will not work right if the macro contains a multi-line comment. -# -# 0: Do nothing (default) -# 1: Align the backslashes in the column at the end of the longest line -# 2: Align with the backslash that is farthest to the left, or, if that -# backslash is farther left than the end of the longest line, at the end of -# the longest line -# 3: Align with the backslash that is farthest to the right -align_nl_cont = 0 # unsigned number - -# The minimum number of spaces between the end of a line and its continuation -# backslash. Requires align_nl_cont. -# -# Default: 1 -align_nl_cont_spaces = 1 # unsigned number - -# Whether to align macro functions and variables together. -align_pp_define_together = false # true/false - -# The span for aligning on '#define' bodies. -# -# =0: Don't align (default) -# >0: Number of lines (including comments) between blocks -align_pp_define_span = 0 # unsigned number - -# The minimum space between label and value of a preprocessor define. -align_pp_define_gap = 0 # unsigned number - -# Whether to align lines that start with '<<' with previous '<<'. -# -# Default: true -align_left_shift = true # true/false - -# Whether to align comma-separated statements following '<<' (as used to -# initialize Eigen matrices). -align_eigen_comma_init = false # true/false - -# Whether to align text after 'asm volatile ()' colons. -align_asm_colon = false # true/false - -# (OC) Span for aligning parameters in an Objective-C message call -# on the ':'. -# -# 0: Don't align. -align_oc_msg_colon_span = 0 # unsigned number - -# (OC) Whether to always align with the first parameter, even if it is too -# short. -align_oc_msg_colon_first = false # true/false - -# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration -# on the ':'. -align_oc_decl_colon = false # true/false - -# (OC) Whether to not align parameters in an Objectve-C message call if first -# colon is not on next line of the message call (the same way Xcode does -# alignment) -align_oc_msg_colon_xcode_like = false # true/false - -# -# Comment modification options -# - -# Try to wrap comments at N columns. -cmt_width = 0 # unsigned number - -# How to reflow comments. -# -# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) -# 1: No touching at all -# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) -cmt_reflow_mode = 0 # unsigned number - -# Path to a file that contains regular expressions describing patterns for -# which the end of one line and the beginning of the next will be folded into -# the same sentence or paragraph during full comment reflow. The regular -# expressions are described using ECMAScript syntax. The syntax for this -# specification is as follows, where "..." indicates the custom regular -# expression and "n" indicates the nth end_of_prev_line_regex and -# beg_of_next_line_regex regular expression pair: -# -# end_of_prev_line_regex[1] = "...$" -# beg_of_next_line_regex[1] = "^..." -# end_of_prev_line_regex[2] = "...$" -# beg_of_next_line_regex[2] = "^..." -# . -# . -# . -# end_of_prev_line_regex[n] = "...$" -# beg_of_next_line_regex[n] = "^..." -# -# Note that use of this option overrides the default reflow fold regular -# expressions, which are internally defined as follows: -# -# end_of_prev_line_regex[1] = "[\w,\]\)]$" -# beg_of_next_line_regex[1] = "^[\w,\[\(]" -# end_of_prev_line_regex[2] = "\.$" -# beg_of_next_line_regex[2] = "^[A-Z]" -cmt_reflow_fold_regex_file = "" # string - -# Whether to indent wrapped lines to the start of the encompassing paragraph -# during full comment reflow (cmt_reflow_mode = 2). Overrides the value -# specified by cmt_sp_after_star_cont. -# -# Note that cmt_align_doxygen_javadoc_tags overrides this option for -# paragraphs associated with javadoc tags -cmt_reflow_indent_to_paragraph_start = false # true/false - -# Whether to convert all tabs to spaces in comments. If false, tabs in -# comments are left alone, unless used for indenting. -cmt_convert_tab_to_spaces = false # true/false - -# Whether to apply changes to multi-line comments, including cmt_width, -# keyword substitution and leading chars. -# -# Default: true -cmt_indent_multi = true # true/false - -# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) -# and corresponding fields such that groups of consecutive block tags, -# parameter names, and descriptions align with one another. Overrides that -# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may -# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 -# in order to achieve the desired alignment for line-wrapping. -cmt_align_doxygen_javadoc_tags = false # true/false - -# The number of spaces to insert after the star and before doxygen -# javadoc-style tags (@param, @return, etc). Requires enabling -# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the -# cmt_sp_after_star_cont. -# -# Default: 1 -cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number - -# Whether to change trailing, single-line c-comments into cpp-comments. -cmt_trailing_single_line_c_to_cpp = false # true/false - -# Whether to group c-comments that look like they are in a block. -cmt_c_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined c-comment. -cmt_c_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined c-comment. -cmt_c_nl_end = false # true/false - -# Whether to change cpp-comments into c-comments. -cmt_cpp_to_c = false # true/false - -# Whether to group cpp-comments that look like they are in a block. Only -# meaningful if cmt_cpp_to_c=true. -cmt_cpp_group = false # true/false - -# Whether to put an empty '/*' on the first line of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_start = false # true/false - -# Whether to add a newline before the closing '*/' of the combined cpp-comment -# when converting to a c-comment. -# -# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. -cmt_cpp_nl_end = false # true/false - -# Whether to put a star on subsequent comment lines. -cmt_star_cont = false # true/false - -# The number of spaces to insert at the start of subsequent comment lines. -cmt_sp_before_star_cont = 0 # unsigned number - -# The number of spaces to insert after the star on subsequent comment lines. -cmt_sp_after_star_cont = 0 # unsigned number - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length. -# -# Default: true -cmt_multi_check_last = true # true/false - -# For multi-line comments with a '*' lead, remove leading spaces if the first -# and last lines of the comment are the same length AND if the length is -# bigger as the first_len minimum. -# -# Default: 4 -cmt_multi_first_len_minimum = 4 # unsigned number - -# Path to a file that contains text to insert at the beginning of a file if -# the file doesn't start with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_header = "" # string - -# Path to a file that contains text to insert at the end of a file if the -# file doesn't end with a C/C++ comment. If the inserted text contains -# '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_footer = "" # string - -# Path to a file that contains text to insert before a function definition if -# the function isn't preceded by a C/C++ comment. If the inserted text -# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be -# replaced with, respectively, the name of the function, the javadoc '@param' -# and '@return' stuff, or the name of the class to which the member function -# belongs. -cmt_insert_func_header = "" # string - -# Path to a file that contains text to insert before a class if the class -# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', -# that will be replaced with the class name. -cmt_insert_class_header = "" # string - -# Path to a file that contains text to insert before an Objective-C message -# specification, if the method isn't preceded by a C/C++ comment. If the -# inserted text contains '$(message)' or '$(javaparam)', these will be -# replaced with, respectively, the name of the function, or the javadoc -# '@param' and '@return' stuff. -cmt_insert_oc_msg_header = "" # string - -# Whether a comment should be inserted if a preprocessor is encountered when -# stepping backwards from a function name. -# -# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and -# cmt_insert_class_header. -cmt_insert_before_preproc = false # true/false - -# Whether a comment should be inserted if a function is declared inline to a -# class definition. -# -# Applies to cmt_insert_func_header. -# -# Default: true -cmt_insert_before_inlines = true # true/false - -# Whether a comment should be inserted if the function is a class constructor -# or destructor. -# -# Applies to cmt_insert_func_header. -cmt_insert_before_ctor_dtor = false # true/false - -# -# Code modifying options (non-whitespace) -# - -# Add or remove braces on a single-line 'do' statement. -mod_full_brace_do = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'for' statement. -mod_full_brace_for = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Add or remove braces on a single-line function definition. -mod_full_brace_function = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on a single-line 'if' statement. Braces will not be -# removed if the braced statement contains an 'else'. -mod_full_brace_if = ignore # ignore/add/remove/force/not_defined - -# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either -# have, or do not have, braces. Overrides mod_full_brace_if. -# -# 0: Don't override mod_full_brace_if -# 1: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks -# 2: Add braces to all blocks if any block already has braces, regardless of -# whether it needs them -# 3: Add braces to all blocks if any block needs braces and remove braces if -# they can be removed from all blocks, except if all blocks have braces -# despite none needing them -mod_full_brace_if_chain = 0 # unsigned number - -# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. -# If true, mod_full_brace_if_chain will only remove braces from an 'if' that -# does not have an 'else if' or 'else'. -mod_full_brace_if_chain_only = false # true/false - -# Add or remove braces on single-line 'while' statement. -mod_full_brace_while = ignore # ignore/add/remove/force/not_defined - -# Add or remove braces on single-line 'using ()' statement. -mod_full_brace_using = ignore # ignore/add/remove/force/not_defined - -# Don't remove braces around statements that span N newlines -mod_full_brace_nl = 0 # unsigned number - -# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks -# which span multiple lines. -# -# Affects: -# mod_full_brace_for -# mod_full_brace_if -# mod_full_brace_if_chain -# mod_full_brace_if_chain_only -# mod_full_brace_while -# mod_full_brace_using -# -# Does not affect: -# mod_full_brace_do -# mod_full_brace_function -mod_full_brace_nl_block_rem_mlcond = false # true/false - -# Add or remove unnecessary parentheses on 'return' statement. -mod_paren_on_return = ignore # ignore/add/remove/force/not_defined - -# Add or remove unnecessary parentheses on 'throw' statement. -mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined - -# (Pawn) Whether to change optional semicolons to real semicolons. -mod_pawn_semicolon = false # true/false - -# Whether to fully parenthesize Boolean expressions in 'while' and 'if' -# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. -mod_full_paren_if_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. -mod_full_paren_assign_bool = false # true/false - -# Whether to fully parenthesize Boolean expressions after '=' -# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. -mod_full_paren_return_bool = false # true/false - -# Whether to remove superfluous semicolons. -mod_remove_extra_semicolon = false # true/false - -# Whether to remove duplicate include. -mod_remove_duplicate_include = false # true/false - -# the following options (mod_XX_closebrace_comment) use different comment, -# depending of the setting of the next option. -# false: Use the c comment (default) -# true : Use the cpp comment -mod_add_force_c_closebrace_comment = false # true/false - -# If a function body exceeds the specified number of newlines and doesn't have -# a comment after the close brace, a comment will be added. -mod_add_long_function_closebrace_comment = 0 # unsigned number - -# If a namespace body exceeds the specified number of newlines and doesn't -# have a comment after the close brace, a comment will be added. -mod_add_long_namespace_closebrace_comment = 0 # unsigned number - -# If a class body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_class_closebrace_comment = 0 # unsigned number - -# If a switch body exceeds the specified number of newlines and doesn't have a -# comment after the close brace, a comment will be added. -mod_add_long_switch_closebrace_comment = 0 # unsigned number - -# If an #ifdef body exceeds the specified number of newlines and doesn't have -# a comment after the #endif, a comment will be added. -mod_add_long_ifdef_endif_comment = 0 # unsigned number - -# If an #ifdef or #else body exceeds the specified number of newlines and -# doesn't have a comment after the #else, a comment will be added. -mod_add_long_ifdef_else_comment = 0 # unsigned number - -# Whether to take care of the case by the mod_sort_xx options. -mod_sort_case_sensitive = false # true/false - -# Whether to sort consecutive single-line 'import' statements. -mod_sort_import = false # true/false - -# (C#) Whether to sort consecutive single-line 'using' statements. -mod_sort_using = false # true/false - -# Whether to sort consecutive single-line '#include' statements (C/C++) and -# '#import' statements (Objective-C). Be aware that this has the potential to -# break your code if your includes/imports have ordering dependencies. -mod_sort_include = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# filename without extension when sorting is enabled. -mod_sort_incl_import_prioritize_filename = false # true/false - -# Whether to prioritize '#include' and '#import' statements that does not -# contain extensions when sorting is enabled. -mod_sort_incl_import_prioritize_extensionless = false # true/false - -# Whether to prioritize '#include' and '#import' statements that contain -# angle over quotes when sorting is enabled. -mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false - -# Whether to ignore file extension in '#include' and '#import' statements -# for sorting comparison. -mod_sort_incl_import_ignore_extension = false # true/false - -# Whether to group '#include' and '#import' statements when sorting is enabled. -mod_sort_incl_import_grouping_enabled = false # true/false - -# Whether to move a 'break' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. -mod_move_case_break = false # true/false - -# Whether to move a 'return' that appears after a fully braced 'case' before -# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. -mod_move_case_return = false # true/false - -# Add or remove braces around a fully braced case statement. Will only remove -# braces if there are no variable declarations in the block. -mod_case_brace = ignore # ignore/add/remove/force/not_defined - -# Whether to remove a void 'return;' that appears as the last statement in a -# function. -mod_remove_empty_return = false # true/false - -# Add or remove the comma after the last value of an enumeration. -mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined - -# Syntax to use for infinite loops. -# -# 0: Leave syntax alone (default) -# 1: Rewrite as `for(;;)` -# 2: Rewrite as `while(true)` -# 3: Rewrite as `do`...`while(true);` -# 4: Rewrite as `while(1)` -# 5: Rewrite as `do`...`while(1);` -# -# Infinite loops that do not already match one of these syntaxes are ignored. -# Other options that affect loop formatting will be applied after transforming -# the syntax. -mod_infinite_loop = 0 # unsigned number - -# Add or remove the 'int' keyword in 'int short'. -mod_int_short = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'short int'. -mod_short_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int long'. -mod_int_long = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'long int'. -mod_long_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int signed'. -mod_int_signed = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'signed int'. -mod_signed_int = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'int unsigned'. -mod_int_unsigned = ignore # ignore/add/remove/force/not_defined - -# Add or remove the 'int' keyword in 'unsigned int'. -mod_unsigned_int = ignore # ignore/add/remove/force/not_defined - -# If there is a situation where mod_int_* and mod_*_int would result in -# multiple int keywords, whether to keep the rightmost int (the default) or the -# leftmost int. -mod_int_prefer_int_on_left = false # true/false - -# (OC) Whether to organize the properties. If true, properties will be -# rearranged according to the mod_sort_oc_property_*_weight factors. -mod_sort_oc_properties = false # true/false - -# (OC) Weight of a class property modifier. -mod_sort_oc_property_class_weight = 0 # number - -# (OC) Weight of 'atomic' and 'nonatomic'. -mod_sort_oc_property_thread_safe_weight = 0 # number - -# (OC) Weight of 'readwrite' when organizing properties. -mod_sort_oc_property_readwrite_weight = 0 # number - -# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', -# 'weak', 'strong') when organizing properties. -mod_sort_oc_property_reference_weight = 0 # number - -# (OC) Weight of getter type ('getter=') when organizing properties. -mod_sort_oc_property_getter_weight = 0 # number - -# (OC) Weight of setter type ('setter=') when organizing properties. -mod_sort_oc_property_setter_weight = 0 # number - -# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', -# 'null_resettable') when organizing properties. -mod_sort_oc_property_nullability_weight = 0 # number - -# -# Preprocessor options -# - -# How to use tabs when indenting preprocessor code. -# -# -1: Use 'indent_with_tabs' setting (default) -# 0: Spaces only -# 1: Indent with tabs to brace level, align with spaces -# 2: Indent and align with tabs, using spaces when not on a tabstop -# -# Default: -1 -pp_indent_with_tabs = -1 # number - -# Add or remove indentation of preprocessor directives inside #if blocks -# at brace level 0 (file-level). -pp_indent = ignore # ignore/add/remove/force/not_defined - -# Whether to indent #if/#else/#endif at the brace level. If false, these are -# indented from column 1. -pp_indent_at_level = false # true/false - -# Whether to indent #if/#else/#endif at the parenthesis level if the brace -# level is 0. If false, these are indented from column 1. -pp_indent_at_level0 = false # true/false - -# Specifies the number of columns to indent preprocessors per level -# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies -# the number of columns to indent preprocessors per level -# at brace level > 0 (function-level). -# -# Default: 1 -pp_indent_count = 1 # unsigned number - -# Add or remove space after # based on pp level of #if blocks. -pp_space_after = ignore # ignore/add/remove/force/not_defined - -# Sets the number of spaces per level added with pp_space_after. -pp_space_count = 0 # unsigned number - -# The indent for '#region' and '#endregion' in C# and '#pragma region' in -# C/C++. Negative values decrease indent down to the first column. -pp_indent_region = 0 # number - -# Whether to indent the code between #region and #endregion. -pp_region_indent_code = false # true/false - -# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when -# not at file-level. Negative values decrease indent down to the first column. -# -# =0: Indent preprocessors using output_tab_size -# >0: Column at which all preprocessors will be indented -pp_indent_if = 0 # number - -# Whether to indent the code between #if, #else and #endif. -pp_if_indent_code = false # true/false - -# Whether to indent the body of an #if that encompasses all the code in the file. -pp_indent_in_guard = false # true/false - -# Whether to indent '#define' at the brace level. If false, these are -# indented from column 1. -pp_define_at_level = false # true/false - -# Whether to indent '#include' at the brace level. -pp_include_at_level = false # true/false - -# Whether to ignore the '#define' body while formatting. -pp_ignore_define_body = false # true/false - -# An offset value that controls the indentation of the body of a multiline #define. -# 'body' refers to all the lines of a multiline #define except the first line. -# Requires 'pp_ignore_define_body = false'. -# -# <0: Absolute column: the body indentation starts off at the specified column -# (ex. -3 ==> the body is indented starting from column 3) -# >=0: Relative to the column of the '#' of '#define' -# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') -# -# Default: 8 -pp_multiline_define_body_indent = 8 # number - -# Whether to indent case statements between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the case statements -# directly inside of. -# -# Default: true -pp_indent_case = true # true/false - -# Whether to indent whole function definitions between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the function definition -# is directly inside of. -# -# Default: true -pp_indent_func_def = true # true/false - -# Whether to indent extern C blocks between #if, #else, and #endif. -# Only applies to the indent of the preprocessor that the extern block is -# directly inside of. -# -# Default: true -pp_indent_extern = true # true/false - -# How to indent braces directly inside #if, #else, and #endif. -# Requires pp_if_indent_code=true and only applies to the indent of the -# preprocessor that the braces are directly inside of. -# 0: No extra indent -# 1: Indent by one level -# -1: Preserve original indentation -# -# Default: 1 -pp_indent_brace = 1 # number - -# Whether to print warning messages for unbalanced #if and #else blocks. -# This will print a message in the following cases: -# - if an #ifdef block ends on a different indent level than -# where it started from. Example: -# -# #ifdef TEST -# int i; -# { -# int j; -# #endif -# -# - an #elif/#else block ends on a different indent level than -# the corresponding #ifdef block. Example: -# -# #ifdef TEST -# int i; -# #else -# } -# int j; -# #endif -pp_warn_unbalanced_if = false # true/false - -# -# Sort includes options -# - -# The regex for include category with priority 0. -include_category_0 = "" # string - -# The regex for include category with priority 1. -include_category_1 = "" # string - -# The regex for include category with priority 2. -include_category_2 = "" # string - -# -# Use or Do not Use options -# - -# true: indent_func_call_param will be used (default) -# false: indent_func_call_param will NOT be used -# -# Default: true -use_indent_func_call_param = true # true/false - -# The value of the indentation for a continuation line is calculated -# differently if the statement is: -# - a declaration: your case with QString fileName ... -# - an assignment: your case with pSettings = new QSettings( ... -# -# At the second case the indentation value might be used twice: -# - at the assignment -# - at the function call (if present) -# -# To prevent the double use of the indentation value, use this option with the -# value 'true'. -# -# true: indent_continue will be used only once -# false: indent_continue will be used every time (default) -# -# Requires indent_ignore_first_continue=false. -use_indent_continue_only_once = false # true/false - -# The indentation can be: -# - after the assignment, at the '[' character -# - at the beginning of the lambda body -# -# true: indentation will be at the beginning of the lambda body -# false: indentation will be after the assignment (default) -indent_cpp_lambda_only_once = false # true/false - -# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the -# historic behavior, but is probably not the desired behavior, so this is off -# by default. -use_sp_after_angle_always = false # true/false - -# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, -# this tries to format these so that they match Qt's normalized form (i.e. the -# result of QMetaObject::normalizedSignature), which can slightly improve the -# performance of the QObject::connect call, rather than how they would -# otherwise be formatted. -# -# See options_for_QT.cpp for details. -# -# Default: true -use_options_overriding_for_qt_macros = true # true/false - -# If true: the form feed character is removed from the list of whitespace -# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. -use_form_feed_no_more_as_whitespace_character = false # true/false - -# -# Warn levels - 1: error, 2: warning (default), 3: note -# - -# (C#) Warning is given if doing tab-to-\t replacement and we have found one -# in a C# verbatim string literal. -# -# Default: 2 -warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number - -# Limit the number of loops. -# Used by uncrustify.cpp to exit from infinite loop. -# 0: no limit. -debug_max_number_of_loops = 0 # number - -# Set the number of the line to protocol; -# Used in the function prot_the_line if the 2. parameter is zero. -# 0: nothing protocol. -debug_line_number_to_protocol = 0 # number - -# Set the number of second(s) before terminating formatting the current file, -# 0: no timeout. -# only for linux -debug_timeout = 0 # number - -# Set the number of characters to be printed if the text is too long, -# 0: do not truncate. -debug_truncate = 0 # unsigned number - -# sort (or not) the tracking info. -# -# Default: true -debug_sort_the_tracks = true # true/false - -# decode (or not) the flags as a new line. -# only if the -p option is set. -debug_decode_the_flags = false # true/false - -# use (or not) the exit(EX_SOFTWARE) function. -# -# Default: true -debug_use_the_exit_function_pop = true # true/false - -# insert the number of the line at the beginning of each line -set_numbering_for_html_output = false # true/false - -# Meaning of the settings: -# Ignore - do not do any changes -# Add - makes sure there is 1 or more space/brace/newline/etc -# Force - makes sure there is exactly 1 space/brace/newline/etc, -# behaves like Add in some contexts -# Remove - removes space/brace/newline/etc -# -# -# - Token(s) can be treated as specific type(s) with the 'set' option: -# `set tokenType tokenString [tokenString...]` -# -# Example: -# `set BOOL __AND__ __OR__` -# -# tokenTypes are defined in src/token_enum.h, use them without the -# 'CT_' prefix: 'CT_BOOL' => 'BOOL' -# -# -# - Token(s) can be treated as type(s) with the 'type' option. -# `type tokenString [tokenString...]` -# -# Example: -# `type int c_uint_8 Rectangle` -# -# This can also be achieved with `set TYPE int c_uint_8 Rectangle` -# -# -# To embed whitespace in tokenStrings use the '\' escape character, or quote -# the tokenStrings. These quotes are supported: "'` -# -# -# - Support for the auto detection of languages through the file ending can be -# added using the 'file_ext' command. -# `file_ext langType langString [langString..]` -# -# Example: -# `file_ext CPP .ch .cxx .cpp.in` -# -# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use -# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' -# -# -# - Custom macro-based indentation can be set up using 'macro-open', -# 'macro-else' and 'macro-close'. -# `(macro-open | macro-else | macro-close) tokenString` -# -# Example: -# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` -# `macro-open BEGIN_MESSAGE_MAP` -# `macro-close END_MESSAGE_MAP` -# -# -# option(s) with 'not default' value: 0 -# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uigui_uncrustify.ini b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uigui_uncrustify.ini deleted file mode 100644 index 86678454..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uigui_uncrustify.ini +++ /dev/null @@ -1,7585 +0,0 @@ -[header] -categories=General options|Spacing options|Indenting options|Newline adding and removing options|Blank line options|Positioning options|Line splitting options|Code alignment options (not left column spaces/tabs)|Comment modification options|Code modifying options (non-whitespace)|Preprocessor options|Sort includes options|Use or Do not Use options|Warn levels - 1: error, 2: warning (default), 3: note -cfgFileParameterEnding=cr -configFilename=uncrustify.cfg -fileTypes=*.c|*.c++|*.cc|*.cp|*.cpp|*.cs|*.cxx|*.d|*.di|*.es|*.h|*.h++|*.hh|*.hp|*.hpp|*.hxx|*.inc|*.inl|*.java|*.js|*.m|*.mm|*.p|*.pawn|*.sma|*.sqc|*.sql|*.vala|*.vapi -indenterFileName=uncrustify -indenterName=Uncrustify (C, C++, C#, ObjectiveC, D, Java, Pawn, VALA) -inputFileName=indentinput -inputFileParameter="-f " -manual=http://uncrustify.sourceforge.net/config.txt -outputFileName=indentoutput -outputFileParameter="-o " -stringparaminquotes=false -parameterOrder=ipo -showHelpParameter=-h -stringparaminquotes=false -useCfgFileParameter="-c " -useRegex=true -version=Uncrustify-0.78.0 - -[Newlines] -Category=0 -Description="The type of line endings.

Default: auto" -Enabled=false -EditorType=multiple -Choices=newlines\s*=\s*lf|newlines\s*=\s*crlf|newlines\s*=\s*cr|newlines\s*=\s*auto -ChoicesReadable="Newlines Unix|Newlines Win|Newlines Mac|Newlines Auto" -ValueDefault=auto - -[Input Tab Size] -Category=0 -Description="The original size of tabs in the input.

Default: 8" -Enabled=false -EditorType=numeric -CallName="input_tab_size\s*=\s*" -MinVal=1 -MaxVal=32 -ValueDefault=8 - -[Output Tab Size] -Category=0 -Description="The size of tabs in the output (only used if align_with_tabs=true).

Default: 8" -Enabled=false -EditorType=numeric -CallName="output_tab_size\s*=\s*" -MinVal=1 -MaxVal=32 -ValueDefault=8 - -[String Escape Char] -Category=0 -Description="The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^).

Default: 92" -Enabled=false -EditorType=numeric -CallName="string_escape_char\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=92 - -[String Escape Char2] -Category=0 -Description="Alternate string escape char (usually only used for Pawn).
Only works right before the quote char." -Enabled=false -EditorType=numeric -CallName="string_escape_char2\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[String Replace Tab Chars] -Category=0 -Description="Replace tab characters found in string literals with the escape sequence \t
instead." -Enabled=false -EditorType=boolean -TrueFalse=string_replace_tab_chars\s*=\s*true|string_replace_tab_chars\s*=\s*false -ValueDefault=false - -[Tok Split Gte] -Category=0 -Description="Allow interpreting '>=' and '>>=' as part of a template in code like
'void f(list<list<B>>=val);'. If true, 'assert(x<0 && y>=3)' will be broken.
Improvements to template detection may make this option obsolete." -Enabled=false -EditorType=boolean -TrueFalse=tok_split_gte\s*=\s*true|tok_split_gte\s*=\s*false -ValueDefault=false - -[Disable Processing Nl Cont] -Category=0 -Description="Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros)." -Enabled=false -EditorType=boolean -TrueFalse=disable_processing_nl_cont\s*=\s*true|disable_processing_nl_cont\s*=\s*false -ValueDefault=false - -[Disable Processing Cmt] -Category=0 -Description="Specify the marker used in comments to disable processing of part of the
file.

Default: *INDENT-OFF*" -Enabled=false -CallName=disable_processing_cmt\s*=\s* -EditorType=string -ValueDefault= *INDENT-OFF* - -[Enable Processing Cmt] -Category=0 -Description="Specify the marker used in comments to (re)enable processing in a file.

Default: *INDENT-ON*" -Enabled=false -CallName=enable_processing_cmt\s*=\s* -EditorType=string -ValueDefault= *INDENT-ON* - -[Enable Digraphs] -Category=0 -Description="Enable parsing of digraphs." -Enabled=false -EditorType=boolean -TrueFalse=enable_digraphs\s*=\s*true|enable_digraphs\s*=\s*false -ValueDefault=false - -[Processing Cmt As Regex] -Category=0 -Description="Option to allow both disable_processing_cmt and enable_processing_cmt
strings, if specified, to be interpreted as ECMAScript regular expressions.
If true, a regex search will be performed within comments according to the
specified patterns in order to disable/enable processing." -Enabled=false -EditorType=boolean -TrueFalse=processing_cmt_as_regex\s*=\s*true|processing_cmt_as_regex\s*=\s*false -ValueDefault=false - -[Utf8 Bom] -Category=0 -Description="Add or remove the UTF-8 BOM (recommend 'remove')." -Enabled=false -EditorType=multiple -Choices=utf8_bom\s*=\s*ignore|utf8_bom\s*=\s*add|utf8_bom\s*=\s*remove|utf8_bom\s*=\s*force|utf8_bom\s*=\s*not_defined -ChoicesReadable="Ignore Utf8 Bom|Add Utf8 Bom|Remove Utf8 Bom|Force Utf8 Bom" -ValueDefault=ignore - -[Utf8 Byte] -Category=0 -Description="If the file contains bytes with values between 128 and 255, but is not
UTF-8, then output as UTF-8." -Enabled=false -EditorType=boolean -TrueFalse=utf8_byte\s*=\s*true|utf8_byte\s*=\s*false -ValueDefault=false - -[Utf8 Force] -Category=0 -Description="Force the output encoding to UTF-8." -Enabled=false -EditorType=boolean -TrueFalse=utf8_force\s*=\s*true|utf8_force\s*=\s*false -ValueDefault=false - -[Sp Arith] -Category=1 -Description="Add or remove space around non-assignment symbolic operators ('+', '/', '%',
'<<', and so forth)." -Enabled=false -EditorType=multiple -Choices=sp_arith\s*=\s*ignore|sp_arith\s*=\s*add|sp_arith\s*=\s*remove|sp_arith\s*=\s*force|sp_arith\s*=\s*not_defined -ChoicesReadable="Ignore Sp Arith|Add Sp Arith|Remove Sp Arith|Force Sp Arith" -ValueDefault=ignore - -[Sp Arith Additive] -Category=1 -Description="Add or remove space around arithmetic operators '+' and '-'.

Overrides sp_arith." -Enabled=false -EditorType=multiple -Choices=sp_arith_additive\s*=\s*ignore|sp_arith_additive\s*=\s*add|sp_arith_additive\s*=\s*remove|sp_arith_additive\s*=\s*force|sp_arith_additive\s*=\s*not_defined -ChoicesReadable="Ignore Sp Arith Additive|Add Sp Arith Additive|Remove Sp Arith Additive|Force Sp Arith Additive" -ValueDefault=ignore - -[Sp Assign] -Category=1 -Description="Add or remove space around assignment operator '=', '+=', etc." -Enabled=false -EditorType=multiple -Choices=sp_assign\s*=\s*ignore|sp_assign\s*=\s*add|sp_assign\s*=\s*remove|sp_assign\s*=\s*force|sp_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Assign|Add Sp Assign|Remove Sp Assign|Force Sp Assign" -ValueDefault=ignore - -[Sp Cpp Lambda Assign] -Category=1 -Description="Add or remove space around '=' in C++11 lambda capture specifications.

Overrides sp_assign." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_assign\s*=\s*ignore|sp_cpp_lambda_assign\s*=\s*add|sp_cpp_lambda_assign\s*=\s*remove|sp_cpp_lambda_assign\s*=\s*force|sp_cpp_lambda_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Assign|Add Sp Cpp Lambda Assign|Remove Sp Cpp Lambda Assign|Force Sp Cpp Lambda Assign" -ValueDefault=ignore - -[Sp Cpp Lambda Square Paren] -Category=1 -Description="Add or remove space after the capture specification of a C++11 lambda when
an argument list is present, as in '[] <here> (int x){ ... }'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_square_paren\s*=\s*ignore|sp_cpp_lambda_square_paren\s*=\s*add|sp_cpp_lambda_square_paren\s*=\s*remove|sp_cpp_lambda_square_paren\s*=\s*force|sp_cpp_lambda_square_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Square Paren|Add Sp Cpp Lambda Square Paren|Remove Sp Cpp Lambda Square Paren|Force Sp Cpp Lambda Square Paren" -ValueDefault=ignore - -[Sp Cpp Lambda Square Brace] -Category=1 -Description="Add or remove space after the capture specification of a C++11 lambda with
no argument list is present, as in '[] <here> { ... }'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_square_brace\s*=\s*ignore|sp_cpp_lambda_square_brace\s*=\s*add|sp_cpp_lambda_square_brace\s*=\s*remove|sp_cpp_lambda_square_brace\s*=\s*force|sp_cpp_lambda_square_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Square Brace|Add Sp Cpp Lambda Square Brace|Remove Sp Cpp Lambda Square Brace|Force Sp Cpp Lambda Square Brace" -ValueDefault=ignore - -[Sp Cpp Lambda Argument List Empty] -Category=1 -Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> ){ ... }'
with an empty list." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_argument_list_empty\s*=\s*ignore|sp_cpp_lambda_argument_list_empty\s*=\s*add|sp_cpp_lambda_argument_list_empty\s*=\s*remove|sp_cpp_lambda_argument_list_empty\s*=\s*force|sp_cpp_lambda_argument_list_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Argument List Empty|Add Sp Cpp Lambda Argument List Empty|Remove Sp Cpp Lambda Argument List Empty|Force Sp Cpp Lambda Argument List Empty" -ValueDefault=ignore - -[Sp Cpp Lambda Argument List] -Category=1 -Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> int x <here> ){ ... }'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_argument_list\s*=\s*ignore|sp_cpp_lambda_argument_list\s*=\s*add|sp_cpp_lambda_argument_list\s*=\s*remove|sp_cpp_lambda_argument_list\s*=\s*force|sp_cpp_lambda_argument_list\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Argument List|Add Sp Cpp Lambda Argument List|Remove Sp Cpp Lambda Argument List|Force Sp Cpp Lambda Argument List" -ValueDefault=ignore - -[Sp Cpp Lambda Paren Brace] -Category=1 -Description="Add or remove space after the argument list of a C++11 lambda, as in
'[](int x) <here> { ... }'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_paren_brace\s*=\s*ignore|sp_cpp_lambda_paren_brace\s*=\s*add|sp_cpp_lambda_paren_brace\s*=\s*remove|sp_cpp_lambda_paren_brace\s*=\s*force|sp_cpp_lambda_paren_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Paren Brace|Add Sp Cpp Lambda Paren Brace|Remove Sp Cpp Lambda Paren Brace|Force Sp Cpp Lambda Paren Brace" -ValueDefault=ignore - -[Sp Cpp Lambda Fparen] -Category=1 -Description="Add or remove space between a lambda body and its call operator of an
immediately invoked lambda, as in '[]( ... ){ ... } <here> ( ... )'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_lambda_fparen\s*=\s*ignore|sp_cpp_lambda_fparen\s*=\s*add|sp_cpp_lambda_fparen\s*=\s*remove|sp_cpp_lambda_fparen\s*=\s*force|sp_cpp_lambda_fparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Lambda Fparen|Add Sp Cpp Lambda Fparen|Remove Sp Cpp Lambda Fparen|Force Sp Cpp Lambda Fparen" -ValueDefault=ignore - -[Sp Assign Default] -Category=1 -Description="Add or remove space around assignment operator '=' in a prototype.

If set to ignore, use sp_assign." -Enabled=false -EditorType=multiple -Choices=sp_assign_default\s*=\s*ignore|sp_assign_default\s*=\s*add|sp_assign_default\s*=\s*remove|sp_assign_default\s*=\s*force|sp_assign_default\s*=\s*not_defined -ChoicesReadable="Ignore Sp Assign Default|Add Sp Assign Default|Remove Sp Assign Default|Force Sp Assign Default" -ValueDefault=ignore - -[Sp Before Assign] -Category=1 -Description="Add or remove space before assignment operator '=', '+=', etc.

Overrides sp_assign." -Enabled=false -EditorType=multiple -Choices=sp_before_assign\s*=\s*ignore|sp_before_assign\s*=\s*add|sp_before_assign\s*=\s*remove|sp_before_assign\s*=\s*force|sp_before_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Assign|Add Sp Before Assign|Remove Sp Before Assign|Force Sp Before Assign" -ValueDefault=ignore - -[Sp After Assign] -Category=1 -Description="Add or remove space after assignment operator '=', '+=', etc.

Overrides sp_assign." -Enabled=false -EditorType=multiple -Choices=sp_after_assign\s*=\s*ignore|sp_after_assign\s*=\s*add|sp_after_assign\s*=\s*remove|sp_after_assign\s*=\s*force|sp_after_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Assign|Add Sp After Assign|Remove Sp After Assign|Force Sp After Assign" -ValueDefault=ignore - -[Sp Enum Brace] -Category=1 -Description="Add or remove space in 'enum {'.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_enum_brace\s*=\s*ignore|sp_enum_brace\s*=\s*add|sp_enum_brace\s*=\s*remove|sp_enum_brace\s*=\s*force|sp_enum_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum Brace|Add Sp Enum Brace|Remove Sp Enum Brace|Force Sp Enum Brace" -ValueDefault=add - -[Sp Enum Paren] -Category=1 -Description="Add or remove space in 'NS_ENUM ('." -Enabled=false -EditorType=multiple -Choices=sp_enum_paren\s*=\s*ignore|sp_enum_paren\s*=\s*add|sp_enum_paren\s*=\s*remove|sp_enum_paren\s*=\s*force|sp_enum_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum Paren|Add Sp Enum Paren|Remove Sp Enum Paren|Force Sp Enum Paren" -ValueDefault=ignore - -[Sp Enum Assign] -Category=1 -Description="Add or remove space around assignment '=' in enum." -Enabled=false -EditorType=multiple -Choices=sp_enum_assign\s*=\s*ignore|sp_enum_assign\s*=\s*add|sp_enum_assign\s*=\s*remove|sp_enum_assign\s*=\s*force|sp_enum_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum Assign|Add Sp Enum Assign|Remove Sp Enum Assign|Force Sp Enum Assign" -ValueDefault=ignore - -[Sp Enum Before Assign] -Category=1 -Description="Add or remove space before assignment '=' in enum.

Overrides sp_enum_assign." -Enabled=false -EditorType=multiple -Choices=sp_enum_before_assign\s*=\s*ignore|sp_enum_before_assign\s*=\s*add|sp_enum_before_assign\s*=\s*remove|sp_enum_before_assign\s*=\s*force|sp_enum_before_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum Before Assign|Add Sp Enum Before Assign|Remove Sp Enum Before Assign|Force Sp Enum Before Assign" -ValueDefault=ignore - -[Sp Enum After Assign] -Category=1 -Description="Add or remove space after assignment '=' in enum.

Overrides sp_enum_assign." -Enabled=false -EditorType=multiple -Choices=sp_enum_after_assign\s*=\s*ignore|sp_enum_after_assign\s*=\s*add|sp_enum_after_assign\s*=\s*remove|sp_enum_after_assign\s*=\s*force|sp_enum_after_assign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum After Assign|Add Sp Enum After Assign|Remove Sp Enum After Assign|Force Sp Enum After Assign" -ValueDefault=ignore - -[Sp Enum Colon] -Category=1 -Description="Add or remove space around assignment ':' in enum." -Enabled=false -EditorType=multiple -Choices=sp_enum_colon\s*=\s*ignore|sp_enum_colon\s*=\s*add|sp_enum_colon\s*=\s*remove|sp_enum_colon\s*=\s*force|sp_enum_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Enum Colon|Add Sp Enum Colon|Remove Sp Enum Colon|Force Sp Enum Colon" -ValueDefault=ignore - -[Sp Pp Concat] -Category=1 -Description="Add or remove space around preprocessor '##' concatenation operator.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_pp_concat\s*=\s*ignore|sp_pp_concat\s*=\s*add|sp_pp_concat\s*=\s*remove|sp_pp_concat\s*=\s*force|sp_pp_concat\s*=\s*not_defined -ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat" -ValueDefault=add - -[Sp Pp Stringify] -Category=1 -Description="Add or remove space after preprocessor '#' stringify operator.
Also affects the '#@' charizing operator." -Enabled=false -EditorType=multiple -Choices=sp_pp_stringify\s*=\s*ignore|sp_pp_stringify\s*=\s*add|sp_pp_stringify\s*=\s*remove|sp_pp_stringify\s*=\s*force|sp_pp_stringify\s*=\s*not_defined -ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify" -ValueDefault=ignore - -[Sp Before Pp Stringify] -Category=1 -Description="Add or remove space before preprocessor '#' stringify operator
as in '#define x(y) L#y'." -Enabled=false -EditorType=multiple -Choices=sp_before_pp_stringify\s*=\s*ignore|sp_before_pp_stringify\s*=\s*add|sp_before_pp_stringify\s*=\s*remove|sp_before_pp_stringify\s*=\s*force|sp_before_pp_stringify\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Pp Stringify|Add Sp Before Pp Stringify|Remove Sp Before Pp Stringify|Force Sp Before Pp Stringify" -ValueDefault=ignore - -[Sp Bool] -Category=1 -Description="Add or remove space around boolean operators '&&' and '||'." -Enabled=false -EditorType=multiple -Choices=sp_bool\s*=\s*ignore|sp_bool\s*=\s*add|sp_bool\s*=\s*remove|sp_bool\s*=\s*force|sp_bool\s*=\s*not_defined -ChoicesReadable="Ignore Sp Bool|Add Sp Bool|Remove Sp Bool|Force Sp Bool" -ValueDefault=ignore - -[Sp Compare] -Category=1 -Description="Add or remove space around compare operator '<', '>', '==', etc." -Enabled=false -EditorType=multiple -Choices=sp_compare\s*=\s*ignore|sp_compare\s*=\s*add|sp_compare\s*=\s*remove|sp_compare\s*=\s*force|sp_compare\s*=\s*not_defined -ChoicesReadable="Ignore Sp Compare|Add Sp Compare|Remove Sp Compare|Force Sp Compare" -ValueDefault=ignore - -[Sp Inside Paren] -Category=1 -Description="Add or remove space inside '(' and ')'." -Enabled=false -EditorType=multiple -Choices=sp_inside_paren\s*=\s*ignore|sp_inside_paren\s*=\s*add|sp_inside_paren\s*=\s*remove|sp_inside_paren\s*=\s*force|sp_inside_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Paren|Add Sp Inside Paren|Remove Sp Inside Paren|Force Sp Inside Paren" -ValueDefault=ignore - -[Sp Paren Paren] -Category=1 -Description="Add or remove space between nested parentheses, i.e. '((' vs. ') )'." -Enabled=false -EditorType=multiple -Choices=sp_paren_paren\s*=\s*ignore|sp_paren_paren\s*=\s*add|sp_paren_paren\s*=\s*remove|sp_paren_paren\s*=\s*force|sp_paren_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Paren|Add Sp Paren Paren|Remove Sp Paren Paren|Force Sp Paren Paren" -ValueDefault=ignore - -[Sp Cparen Oparen] -Category=1 -Description="Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('." -Enabled=false -EditorType=multiple -Choices=sp_cparen_oparen\s*=\s*ignore|sp_cparen_oparen\s*=\s*add|sp_cparen_oparen\s*=\s*remove|sp_cparen_oparen\s*=\s*force|sp_cparen_oparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cparen Oparen|Add Sp Cparen Oparen|Remove Sp Cparen Oparen|Force Sp Cparen Oparen" -ValueDefault=ignore - -[Sp Balance Nested Parens] -Category=1 -Description="Whether to balance spaces inside nested parentheses." -Enabled=false -EditorType=boolean -TrueFalse=sp_balance_nested_parens\s*=\s*true|sp_balance_nested_parens\s*=\s*false -ValueDefault=false - -[Sp Paren Brace] -Category=1 -Description="Add or remove space between ')' and '{'." -Enabled=false -EditorType=multiple -Choices=sp_paren_brace\s*=\s*ignore|sp_paren_brace\s*=\s*add|sp_paren_brace\s*=\s*remove|sp_paren_brace\s*=\s*force|sp_paren_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Brace|Add Sp Paren Brace|Remove Sp Paren Brace|Force Sp Paren Brace" -ValueDefault=ignore - -[Sp Brace Brace] -Category=1 -Description="Add or remove space between nested braces, i.e. '{{' vs. '{ {'." -Enabled=false -EditorType=multiple -Choices=sp_brace_brace\s*=\s*ignore|sp_brace_brace\s*=\s*add|sp_brace_brace\s*=\s*remove|sp_brace_brace\s*=\s*force|sp_brace_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Brace|Add Sp Brace Brace|Remove Sp Brace Brace|Force Sp Brace Brace" -ValueDefault=ignore - -[Sp Before Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*'." -Enabled=false -EditorType=multiple -Choices=sp_before_ptr_star\s*=\s*ignore|sp_before_ptr_star\s*=\s*add|sp_before_ptr_star\s*=\s*remove|sp_before_ptr_star\s*=\s*force|sp_before_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Ptr Star|Add Sp Before Ptr Star|Remove Sp Before Ptr Star|Force Sp Before Ptr Star" -ValueDefault=ignore - -[Sp Before Unnamed Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*' that isn't followed by a
variable name. If set to ignore, sp_before_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_unnamed_ptr_star\s*=\s*ignore|sp_before_unnamed_ptr_star\s*=\s*add|sp_before_unnamed_ptr_star\s*=\s*remove|sp_before_unnamed_ptr_star\s*=\s*force|sp_before_unnamed_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Unnamed Ptr Star|Add Sp Before Unnamed Ptr Star|Remove Sp Before Unnamed Ptr Star|Force Sp Before Unnamed Ptr Star" -ValueDefault=ignore - -[Sp Before Qualifier Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*' that is followed by a qualifier.
If set to ignore, sp_before_unnamed_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_qualifier_ptr_star\s*=\s*ignore|sp_before_qualifier_ptr_star\s*=\s*add|sp_before_qualifier_ptr_star\s*=\s*remove|sp_before_qualifier_ptr_star\s*=\s*force|sp_before_qualifier_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Qualifier Ptr Star|Add Sp Before Qualifier Ptr Star|Remove Sp Before Qualifier Ptr Star|Force Sp Before Qualifier Ptr Star" -ValueDefault=ignore - -[Sp Before Operator Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*' that is followed by 'operator' keyword.
If set to ignore, sp_before_unnamed_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_operator_ptr_star\s*=\s*ignore|sp_before_operator_ptr_star\s*=\s*add|sp_before_operator_ptr_star\s*=\s*remove|sp_before_operator_ptr_star\s*=\s*force|sp_before_operator_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Operator Ptr Star|Add Sp Before Operator Ptr Star|Remove Sp Before Operator Ptr Star|Force Sp Before Operator Ptr Star" -ValueDefault=ignore - -[Sp Before Scope Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*' that is followed by
a class scope (as in 'int *MyClass::method()') or namespace scope
(as in 'int *my_ns::func()').
If set to ignore, sp_before_unnamed_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_scope_ptr_star\s*=\s*ignore|sp_before_scope_ptr_star\s*=\s*add|sp_before_scope_ptr_star\s*=\s*remove|sp_before_scope_ptr_star\s*=\s*force|sp_before_scope_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Scope Ptr Star|Add Sp Before Scope Ptr Star|Remove Sp Before Scope Ptr Star|Force Sp Before Scope Ptr Star" -ValueDefault=ignore - -[Sp Before Global Scope Ptr Star] -Category=1 -Description="Add or remove space before pointer star '*' that is followed by '::',
as in 'int *::func()'.
If set to ignore, sp_before_unnamed_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_global_scope_ptr_star\s*=\s*ignore|sp_before_global_scope_ptr_star\s*=\s*add|sp_before_global_scope_ptr_star\s*=\s*remove|sp_before_global_scope_ptr_star\s*=\s*force|sp_before_global_scope_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Global Scope Ptr Star|Add Sp Before Global Scope Ptr Star|Remove Sp Before Global Scope Ptr Star|Force Sp Before Global Scope Ptr Star" -ValueDefault=ignore - -[Sp Qualifier Unnamed Ptr Star] -Category=1 -Description="Add or remove space between a qualifier and a pointer star '*' that isn't
followed by a variable name, as in '(char const *)'. If set to ignore,
sp_before_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_qualifier_unnamed_ptr_star\s*=\s*ignore|sp_qualifier_unnamed_ptr_star\s*=\s*add|sp_qualifier_unnamed_ptr_star\s*=\s*remove|sp_qualifier_unnamed_ptr_star\s*=\s*force|sp_qualifier_unnamed_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Qualifier Unnamed Ptr Star|Add Sp Qualifier Unnamed Ptr Star|Remove Sp Qualifier Unnamed Ptr Star|Force Sp Qualifier Unnamed Ptr Star" -ValueDefault=ignore - -[Sp Between Ptr Star] -Category=1 -Description="Add or remove space between pointer stars '*', as in 'int ***a;'." -Enabled=false -EditorType=multiple -Choices=sp_between_ptr_star\s*=\s*ignore|sp_between_ptr_star\s*=\s*add|sp_between_ptr_star\s*=\s*remove|sp_between_ptr_star\s*=\s*force|sp_between_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp Between Ptr Star|Add Sp Between Ptr Star|Remove Sp Between Ptr Star|Force Sp Between Ptr Star" -ValueDefault=ignore - -[Sp Between Ptr Ref] -Category=1 -Description="Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'." -Enabled=false -EditorType=multiple -Choices=sp_between_ptr_ref\s*=\s*ignore|sp_between_ptr_ref\s*=\s*add|sp_between_ptr_ref\s*=\s*remove|sp_between_ptr_ref\s*=\s*force|sp_between_ptr_ref\s*=\s*not_defined -ChoicesReadable="Ignore Sp Between Ptr Ref|Add Sp Between Ptr Ref|Remove Sp Between Ptr Ref|Force Sp Between Ptr Ref" -ValueDefault=ignore - -[Sp After Ptr Star] -Category=1 -Description="Add or remove space after pointer star '*', if followed by a word.

Overrides sp_type_func." -Enabled=false -EditorType=multiple -Choices=sp_after_ptr_star\s*=\s*ignore|sp_after_ptr_star\s*=\s*add|sp_after_ptr_star\s*=\s*remove|sp_after_ptr_star\s*=\s*force|sp_after_ptr_star\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ptr Star|Add Sp After Ptr Star|Remove Sp After Ptr Star|Force Sp After Ptr Star" -ValueDefault=ignore - -[Sp After Ptr Block Caret] -Category=1 -Description="Add or remove space after pointer caret '^', if followed by a word." -Enabled=false -EditorType=multiple -Choices=sp_after_ptr_block_caret\s*=\s*ignore|sp_after_ptr_block_caret\s*=\s*add|sp_after_ptr_block_caret\s*=\s*remove|sp_after_ptr_block_caret\s*=\s*force|sp_after_ptr_block_caret\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ptr Block Caret|Add Sp After Ptr Block Caret|Remove Sp After Ptr Block Caret|Force Sp After Ptr Block Caret" -ValueDefault=ignore - -[Sp After Ptr Star Qualifier] -Category=1 -Description="Add or remove space after pointer star '*', if followed by a qualifier." -Enabled=false -EditorType=multiple -Choices=sp_after_ptr_star_qualifier\s*=\s*ignore|sp_after_ptr_star_qualifier\s*=\s*add|sp_after_ptr_star_qualifier\s*=\s*remove|sp_after_ptr_star_qualifier\s*=\s*force|sp_after_ptr_star_qualifier\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ptr Star Qualifier|Add Sp After Ptr Star Qualifier|Remove Sp After Ptr Star Qualifier|Force Sp After Ptr Star Qualifier" -ValueDefault=ignore - -[Sp After Ptr Star Func] -Category=1 -Description="Add or remove space after a pointer star '*', if followed by a function
prototype or function definition.

Overrides sp_after_ptr_star and sp_type_func." -Enabled=false -EditorType=multiple -Choices=sp_after_ptr_star_func\s*=\s*ignore|sp_after_ptr_star_func\s*=\s*add|sp_after_ptr_star_func\s*=\s*remove|sp_after_ptr_star_func\s*=\s*force|sp_after_ptr_star_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ptr Star Func|Add Sp After Ptr Star Func|Remove Sp After Ptr Star Func|Force Sp After Ptr Star Func" -ValueDefault=ignore - -[Sp After Ptr Star Trailing] -Category=1 -Description="Add or remove space after a pointer star '*' in the trailing return of a
function prototype or function definition." -Enabled=false -EditorType=multiple -Choices=sp_after_ptr_star_trailing\s*=\s*ignore|sp_after_ptr_star_trailing\s*=\s*add|sp_after_ptr_star_trailing\s*=\s*remove|sp_after_ptr_star_trailing\s*=\s*force|sp_after_ptr_star_trailing\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ptr Star Trailing|Add Sp After Ptr Star Trailing|Remove Sp After Ptr Star Trailing|Force Sp After Ptr Star Trailing" -ValueDefault=ignore - -[Sp Ptr Star Func Var] -Category=1 -Description="Add or remove space between the pointer star '*' and the name of the variable
in a function pointer definition." -Enabled=false -EditorType=multiple -Choices=sp_ptr_star_func_var\s*=\s*ignore|sp_ptr_star_func_var\s*=\s*add|sp_ptr_star_func_var\s*=\s*remove|sp_ptr_star_func_var\s*=\s*force|sp_ptr_star_func_var\s*=\s*not_defined -ChoicesReadable="Ignore Sp Ptr Star Func Var|Add Sp Ptr Star Func Var|Remove Sp Ptr Star Func Var|Force Sp Ptr Star Func Var" -ValueDefault=ignore - -[Sp Ptr Star Func Type] -Category=1 -Description="Add or remove space between the pointer star '*' and the name of the type
in a function pointer type definition." -Enabled=false -EditorType=multiple -Choices=sp_ptr_star_func_type\s*=\s*ignore|sp_ptr_star_func_type\s*=\s*add|sp_ptr_star_func_type\s*=\s*remove|sp_ptr_star_func_type\s*=\s*force|sp_ptr_star_func_type\s*=\s*not_defined -ChoicesReadable="Ignore Sp Ptr Star Func Type|Add Sp Ptr Star Func Type|Remove Sp Ptr Star Func Type|Force Sp Ptr Star Func Type" -ValueDefault=ignore - -[Sp Ptr Star Paren] -Category=1 -Description="Add or remove space after a pointer star '*', if followed by an open
parenthesis, as in 'void* (*)()'." -Enabled=false -EditorType=multiple -Choices=sp_ptr_star_paren\s*=\s*ignore|sp_ptr_star_paren\s*=\s*add|sp_ptr_star_paren\s*=\s*remove|sp_ptr_star_paren\s*=\s*force|sp_ptr_star_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Ptr Star Paren|Add Sp Ptr Star Paren|Remove Sp Ptr Star Paren|Force Sp Ptr Star Paren" -ValueDefault=ignore - -[Sp Before Ptr Star Func] -Category=1 -Description="Add or remove space before a pointer star '*', if followed by a function
prototype or function definition. If set to ignore, sp_before_ptr_star is
used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_ptr_star_func\s*=\s*ignore|sp_before_ptr_star_func\s*=\s*add|sp_before_ptr_star_func\s*=\s*remove|sp_before_ptr_star_func\s*=\s*force|sp_before_ptr_star_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Ptr Star Func|Add Sp Before Ptr Star Func|Remove Sp Before Ptr Star Func|Force Sp Before Ptr Star Func" -ValueDefault=ignore - -[Sp Qualifier Ptr Star Func] -Category=1 -Description="Add or remove space between a qualifier and a pointer star '*' followed by
the name of the function in a function prototype or definition, as in
'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead." -Enabled=false -EditorType=multiple -Choices=sp_qualifier_ptr_star_func\s*=\s*ignore|sp_qualifier_ptr_star_func\s*=\s*add|sp_qualifier_ptr_star_func\s*=\s*remove|sp_qualifier_ptr_star_func\s*=\s*force|sp_qualifier_ptr_star_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp Qualifier Ptr Star Func|Add Sp Qualifier Ptr Star Func|Remove Sp Qualifier Ptr Star Func|Force Sp Qualifier Ptr Star Func" -ValueDefault=ignore - -[Sp Before Ptr Star Trailing] -Category=1 -Description="Add or remove space before a pointer star '*' in the trailing return of a
function prototype or function definition." -Enabled=false -EditorType=multiple -Choices=sp_before_ptr_star_trailing\s*=\s*ignore|sp_before_ptr_star_trailing\s*=\s*add|sp_before_ptr_star_trailing\s*=\s*remove|sp_before_ptr_star_trailing\s*=\s*force|sp_before_ptr_star_trailing\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Ptr Star Trailing|Add Sp Before Ptr Star Trailing|Remove Sp Before Ptr Star Trailing|Force Sp Before Ptr Star Trailing" -ValueDefault=ignore - -[Sp Qualifier Ptr Star Trailing] -Category=1 -Description="Add or remove space between a qualifier and a pointer star '*' in the
trailing return of a function prototype or function definition, as in
'auto foo() -> char const *'." -Enabled=false -EditorType=multiple -Choices=sp_qualifier_ptr_star_trailing\s*=\s*ignore|sp_qualifier_ptr_star_trailing\s*=\s*add|sp_qualifier_ptr_star_trailing\s*=\s*remove|sp_qualifier_ptr_star_trailing\s*=\s*force|sp_qualifier_ptr_star_trailing\s*=\s*not_defined -ChoicesReadable="Ignore Sp Qualifier Ptr Star Trailing|Add Sp Qualifier Ptr Star Trailing|Remove Sp Qualifier Ptr Star Trailing|Force Sp Qualifier Ptr Star Trailing" -ValueDefault=ignore - -[Sp Before Byref] -Category=1 -Description="Add or remove space before a reference sign '&'." -Enabled=false -EditorType=multiple -Choices=sp_before_byref\s*=\s*ignore|sp_before_byref\s*=\s*add|sp_before_byref\s*=\s*remove|sp_before_byref\s*=\s*force|sp_before_byref\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Byref|Add Sp Before Byref|Remove Sp Before Byref|Force Sp Before Byref" -ValueDefault=ignore - -[Sp Before Unnamed Byref] -Category=1 -Description="Add or remove space before a reference sign '&' that isn't followed by a
variable name. If set to ignore, sp_before_byref is used instead." -Enabled=false -EditorType=multiple -Choices=sp_before_unnamed_byref\s*=\s*ignore|sp_before_unnamed_byref\s*=\s*add|sp_before_unnamed_byref\s*=\s*remove|sp_before_unnamed_byref\s*=\s*force|sp_before_unnamed_byref\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Unnamed Byref|Add Sp Before Unnamed Byref|Remove Sp Before Unnamed Byref|Force Sp Before Unnamed Byref" -ValueDefault=ignore - -[Sp After Byref] -Category=1 -Description="Add or remove space after reference sign '&', if followed by a word.

Overrides sp_type_func." -Enabled=false -EditorType=multiple -Choices=sp_after_byref\s*=\s*ignore|sp_after_byref\s*=\s*add|sp_after_byref\s*=\s*remove|sp_after_byref\s*=\s*force|sp_after_byref\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Byref|Add Sp After Byref|Remove Sp After Byref|Force Sp After Byref" -ValueDefault=ignore - -[Sp After Byref Func] -Category=1 -Description="Add or remove space after a reference sign '&', if followed by a function
prototype or function definition.

Overrides sp_after_byref and sp_type_func." -Enabled=false -EditorType=multiple -Choices=sp_after_byref_func\s*=\s*ignore|sp_after_byref_func\s*=\s*add|sp_after_byref_func\s*=\s*remove|sp_after_byref_func\s*=\s*force|sp_after_byref_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Byref Func|Add Sp After Byref Func|Remove Sp After Byref Func|Force Sp After Byref Func" -ValueDefault=ignore - -[Sp Before Byref Func] -Category=1 -Description="Add or remove space before a reference sign '&', if followed by a function
prototype or function definition." -Enabled=false -EditorType=multiple -Choices=sp_before_byref_func\s*=\s*ignore|sp_before_byref_func\s*=\s*add|sp_before_byref_func\s*=\s*remove|sp_before_byref_func\s*=\s*force|sp_before_byref_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Byref Func|Add Sp Before Byref Func|Remove Sp Before Byref Func|Force Sp Before Byref Func" -ValueDefault=ignore - -[Sp Byref Paren] -Category=1 -Description="Add or remove space after a reference sign '&', if followed by an open
parenthesis, as in 'char& (*)()'." -Enabled=false -EditorType=multiple -Choices=sp_byref_paren\s*=\s*ignore|sp_byref_paren\s*=\s*add|sp_byref_paren\s*=\s*remove|sp_byref_paren\s*=\s*force|sp_byref_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Byref Paren|Add Sp Byref Paren|Remove Sp Byref Paren|Force Sp Byref Paren" -ValueDefault=ignore - -[Sp After Type] -Category=1 -Description="Add or remove space between type and word. In cases where total removal of
whitespace would be a syntax error, a value of 'remove' is treated the same
as 'force'.

This also affects some other instances of space following a type that are
not covered by other options; for example, between the return type and
parenthesis of a function type template argument, between the type and
parenthesis of an array parameter, or between 'decltype(...)' and the
following word.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_after_type\s*=\s*ignore|sp_after_type\s*=\s*add|sp_after_type\s*=\s*remove|sp_after_type\s*=\s*force|sp_after_type\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Type|Add Sp After Type|Remove Sp After Type|Force Sp After Type" -ValueDefault=force - -[Sp After Decltype] -Category=1 -Description="Add or remove space between 'decltype(...)' and word,
brace or function call." -Enabled=false -EditorType=multiple -Choices=sp_after_decltype\s*=\s*ignore|sp_after_decltype\s*=\s*add|sp_after_decltype\s*=\s*remove|sp_after_decltype\s*=\s*force|sp_after_decltype\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Decltype|Add Sp After Decltype|Remove Sp After Decltype|Force Sp After Decltype" -ValueDefault=ignore - -[Sp Before Template Paren] -Category=1 -Description="(D) Add or remove space before the parenthesis in the D constructs
'template Foo(' and 'class Foo('." -Enabled=false -EditorType=multiple -Choices=sp_before_template_paren\s*=\s*ignore|sp_before_template_paren\s*=\s*add|sp_before_template_paren\s*=\s*remove|sp_before_template_paren\s*=\s*force|sp_before_template_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Template Paren|Add Sp Before Template Paren|Remove Sp Before Template Paren|Force Sp Before Template Paren" -ValueDefault=ignore - -[Sp Template Angle] -Category=1 -Description="Add or remove space between 'template' and '<'.
If set to ignore, sp_before_angle is used." -Enabled=false -EditorType=multiple -Choices=sp_template_angle\s*=\s*ignore|sp_template_angle\s*=\s*add|sp_template_angle\s*=\s*remove|sp_template_angle\s*=\s*force|sp_template_angle\s*=\s*not_defined -ChoicesReadable="Ignore Sp Template Angle|Add Sp Template Angle|Remove Sp Template Angle|Force Sp Template Angle" -ValueDefault=ignore - -[Sp Before Angle] -Category=1 -Description="Add or remove space before '<'." -Enabled=false -EditorType=multiple -Choices=sp_before_angle\s*=\s*ignore|sp_before_angle\s*=\s*add|sp_before_angle\s*=\s*remove|sp_before_angle\s*=\s*force|sp_before_angle\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Angle|Add Sp Before Angle|Remove Sp Before Angle|Force Sp Before Angle" -ValueDefault=ignore - -[Sp Inside Angle] -Category=1 -Description="Add or remove space inside '<' and '>'." -Enabled=false -EditorType=multiple -Choices=sp_inside_angle\s*=\s*ignore|sp_inside_angle\s*=\s*add|sp_inside_angle\s*=\s*remove|sp_inside_angle\s*=\s*force|sp_inside_angle\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Angle|Add Sp Inside Angle|Remove Sp Inside Angle|Force Sp Inside Angle" -ValueDefault=ignore - -[Sp Inside Angle Empty] -Category=1 -Description="Add or remove space inside '<>'.
if empty." -Enabled=false -EditorType=multiple -Choices=sp_inside_angle_empty\s*=\s*ignore|sp_inside_angle_empty\s*=\s*add|sp_inside_angle_empty\s*=\s*remove|sp_inside_angle_empty\s*=\s*force|sp_inside_angle_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Angle Empty|Add Sp Inside Angle Empty|Remove Sp Inside Angle Empty|Force Sp Inside Angle Empty" -ValueDefault=ignore - -[Sp Angle Colon] -Category=1 -Description="Add or remove space between '>' and ':'." -Enabled=false -EditorType=multiple -Choices=sp_angle_colon\s*=\s*ignore|sp_angle_colon\s*=\s*add|sp_angle_colon\s*=\s*remove|sp_angle_colon\s*=\s*force|sp_angle_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Angle Colon|Add Sp Angle Colon|Remove Sp Angle Colon|Force Sp Angle Colon" -ValueDefault=ignore - -[Sp After Angle] -Category=1 -Description="Add or remove space after '>'." -Enabled=false -EditorType=multiple -Choices=sp_after_angle\s*=\s*ignore|sp_after_angle\s*=\s*add|sp_after_angle\s*=\s*remove|sp_after_angle\s*=\s*force|sp_after_angle\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Angle|Add Sp After Angle|Remove Sp After Angle|Force Sp After Angle" -ValueDefault=ignore - -[Sp Angle Paren] -Category=1 -Description="Add or remove space between '>' and '(' as found in 'new List<byte>(foo);'." -Enabled=false -EditorType=multiple -Choices=sp_angle_paren\s*=\s*ignore|sp_angle_paren\s*=\s*add|sp_angle_paren\s*=\s*remove|sp_angle_paren\s*=\s*force|sp_angle_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Angle Paren|Add Sp Angle Paren|Remove Sp Angle Paren|Force Sp Angle Paren" -ValueDefault=ignore - -[Sp Angle Paren Empty] -Category=1 -Description="Add or remove space between '>' and '()' as found in 'new List<byte>();'." -Enabled=false -EditorType=multiple -Choices=sp_angle_paren_empty\s*=\s*ignore|sp_angle_paren_empty\s*=\s*add|sp_angle_paren_empty\s*=\s*remove|sp_angle_paren_empty\s*=\s*force|sp_angle_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Angle Paren Empty|Add Sp Angle Paren Empty|Remove Sp Angle Paren Empty|Force Sp Angle Paren Empty" -ValueDefault=ignore - -[Sp Angle Word] -Category=1 -Description="Add or remove space between '>' and a word as in 'List<byte> m;' or
'template <typename T> static ...'." -Enabled=false -EditorType=multiple -Choices=sp_angle_word\s*=\s*ignore|sp_angle_word\s*=\s*add|sp_angle_word\s*=\s*remove|sp_angle_word\s*=\s*force|sp_angle_word\s*=\s*not_defined -ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word" -ValueDefault=ignore - -[Sp Angle Shift] -Category=1 -Description="Add or remove space between '>' and '>' in '>>' (template stuff).

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_angle_shift\s*=\s*ignore|sp_angle_shift\s*=\s*add|sp_angle_shift\s*=\s*remove|sp_angle_shift\s*=\s*force|sp_angle_shift\s*=\s*not_defined -ChoicesReadable="Ignore Sp Angle Shift|Add Sp Angle Shift|Remove Sp Angle Shift|Force Sp Angle Shift" -ValueDefault=add - -[Sp Permit Cpp11 Shift] -Category=1 -Description="(C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note
that sp_angle_shift cannot remove the space without this option." -Enabled=false -EditorType=boolean -TrueFalse=sp_permit_cpp11_shift\s*=\s*true|sp_permit_cpp11_shift\s*=\s*false -ValueDefault=false - -[Sp Before Sparen] -Category=1 -Description="Add or remove space before '(' of control statements ('if', 'for', 'switch',
'while', etc.)." -Enabled=false -EditorType=multiple -Choices=sp_before_sparen\s*=\s*ignore|sp_before_sparen\s*=\s*add|sp_before_sparen\s*=\s*remove|sp_before_sparen\s*=\s*force|sp_before_sparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Sparen|Add Sp Before Sparen|Remove Sp Before Sparen|Force Sp Before Sparen" -ValueDefault=ignore - -[Sp Inside Sparen] -Category=1 -Description="Add or remove space inside '(' and ')' of control statements other than
'for'." -Enabled=false -EditorType=multiple -Choices=sp_inside_sparen\s*=\s*ignore|sp_inside_sparen\s*=\s*add|sp_inside_sparen\s*=\s*remove|sp_inside_sparen\s*=\s*force|sp_inside_sparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Sparen|Add Sp Inside Sparen|Remove Sp Inside Sparen|Force Sp Inside Sparen" -ValueDefault=ignore - -[Sp Inside Sparen Open] -Category=1 -Description="Add or remove space after '(' of control statements other than 'for'.

Overrides sp_inside_sparen." -Enabled=false -EditorType=multiple -Choices=sp_inside_sparen_open\s*=\s*ignore|sp_inside_sparen_open\s*=\s*add|sp_inside_sparen_open\s*=\s*remove|sp_inside_sparen_open\s*=\s*force|sp_inside_sparen_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Sparen Open|Add Sp Inside Sparen Open|Remove Sp Inside Sparen Open|Force Sp Inside Sparen Open" -ValueDefault=ignore - -[Sp Inside Sparen Close] -Category=1 -Description="Add or remove space before ')' of control statements other than 'for'.

Overrides sp_inside_sparen." -Enabled=false -EditorType=multiple -Choices=sp_inside_sparen_close\s*=\s*ignore|sp_inside_sparen_close\s*=\s*add|sp_inside_sparen_close\s*=\s*remove|sp_inside_sparen_close\s*=\s*force|sp_inside_sparen_close\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Sparen Close|Add Sp Inside Sparen Close|Remove Sp Inside Sparen Close|Force Sp Inside Sparen Close" -ValueDefault=ignore - -[Sp Inside For] -Category=1 -Description="Add or remove space inside '(' and ')' of 'for' statements." -Enabled=false -EditorType=multiple -Choices=sp_inside_for\s*=\s*ignore|sp_inside_for\s*=\s*add|sp_inside_for\s*=\s*remove|sp_inside_for\s*=\s*force|sp_inside_for\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside For|Add Sp Inside For|Remove Sp Inside For|Force Sp Inside For" -ValueDefault=ignore - -[Sp Inside For Open] -Category=1 -Description="Add or remove space after '(' of 'for' statements.

Overrides sp_inside_for." -Enabled=false -EditorType=multiple -Choices=sp_inside_for_open\s*=\s*ignore|sp_inside_for_open\s*=\s*add|sp_inside_for_open\s*=\s*remove|sp_inside_for_open\s*=\s*force|sp_inside_for_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside For Open|Add Sp Inside For Open|Remove Sp Inside For Open|Force Sp Inside For Open" -ValueDefault=ignore - -[Sp Inside For Close] -Category=1 -Description="Add or remove space before ')' of 'for' statements.

Overrides sp_inside_for." -Enabled=false -EditorType=multiple -Choices=sp_inside_for_close\s*=\s*ignore|sp_inside_for_close\s*=\s*add|sp_inside_for_close\s*=\s*remove|sp_inside_for_close\s*=\s*force|sp_inside_for_close\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside For Close|Add Sp Inside For Close|Remove Sp Inside For Close|Force Sp Inside For Close" -ValueDefault=ignore - -[Sp Sparen Paren] -Category=1 -Description="Add or remove space between '((' or '))' of control statements." -Enabled=false -EditorType=multiple -Choices=sp_sparen_paren\s*=\s*ignore|sp_sparen_paren\s*=\s*add|sp_sparen_paren\s*=\s*remove|sp_sparen_paren\s*=\s*force|sp_sparen_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sparen Paren|Add Sp Sparen Paren|Remove Sp Sparen Paren|Force Sp Sparen Paren" -ValueDefault=ignore - -[Sp After Sparen] -Category=1 -Description="Add or remove space after ')' of control statements." -Enabled=false -EditorType=multiple -Choices=sp_after_sparen\s*=\s*ignore|sp_after_sparen\s*=\s*add|sp_after_sparen\s*=\s*remove|sp_after_sparen\s*=\s*force|sp_after_sparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Sparen|Add Sp After Sparen|Remove Sp After Sparen|Force Sp After Sparen" -ValueDefault=ignore - -[Sp Sparen Brace] -Category=1 -Description="Add or remove space between ')' and '{' of control statements." -Enabled=false -EditorType=multiple -Choices=sp_sparen_brace\s*=\s*ignore|sp_sparen_brace\s*=\s*add|sp_sparen_brace\s*=\s*remove|sp_sparen_brace\s*=\s*force|sp_sparen_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sparen Brace|Add Sp Sparen Brace|Remove Sp Sparen Brace|Force Sp Sparen Brace" -ValueDefault=ignore - -[Sp Do Brace Open] -Category=1 -Description="Add or remove space between 'do' and '{'." -Enabled=false -EditorType=multiple -Choices=sp_do_brace_open\s*=\s*ignore|sp_do_brace_open\s*=\s*add|sp_do_brace_open\s*=\s*remove|sp_do_brace_open\s*=\s*force|sp_do_brace_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp Do Brace Open|Add Sp Do Brace Open|Remove Sp Do Brace Open|Force Sp Do Brace Open" -ValueDefault=ignore - -[Sp Brace Close While] -Category=1 -Description="Add or remove space between '}' and 'while'." -Enabled=false -EditorType=multiple -Choices=sp_brace_close_while\s*=\s*ignore|sp_brace_close_while\s*=\s*add|sp_brace_close_while\s*=\s*remove|sp_brace_close_while\s*=\s*force|sp_brace_close_while\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Close While|Add Sp Brace Close While|Remove Sp Brace Close While|Force Sp Brace Close While" -ValueDefault=ignore - -[Sp While Paren Open] -Category=1 -Description="Add or remove space between 'while' and '('. Overrides sp_before_sparen." -Enabled=false -EditorType=multiple -Choices=sp_while_paren_open\s*=\s*ignore|sp_while_paren_open\s*=\s*add|sp_while_paren_open\s*=\s*remove|sp_while_paren_open\s*=\s*force|sp_while_paren_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp While Paren Open|Add Sp While Paren Open|Remove Sp While Paren Open|Force Sp While Paren Open" -ValueDefault=ignore - -[Sp Invariant Paren] -Category=1 -Description="(D) Add or remove space between 'invariant' and '('." -Enabled=false -EditorType=multiple -Choices=sp_invariant_paren\s*=\s*ignore|sp_invariant_paren\s*=\s*add|sp_invariant_paren\s*=\s*remove|sp_invariant_paren\s*=\s*force|sp_invariant_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Invariant Paren|Add Sp Invariant Paren|Remove Sp Invariant Paren|Force Sp Invariant Paren" -ValueDefault=ignore - -[Sp After Invariant Paren] -Category=1 -Description="(D) Add or remove space after the ')' in 'invariant (C) c'." -Enabled=false -EditorType=multiple -Choices=sp_after_invariant_paren\s*=\s*ignore|sp_after_invariant_paren\s*=\s*add|sp_after_invariant_paren\s*=\s*remove|sp_after_invariant_paren\s*=\s*force|sp_after_invariant_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Invariant Paren|Add Sp After Invariant Paren|Remove Sp After Invariant Paren|Force Sp After Invariant Paren" -ValueDefault=ignore - -[Sp Special Semi] -Category=1 -Description="Add or remove space before empty statement ';' on 'if', 'for' and 'while'." -Enabled=false -EditorType=multiple -Choices=sp_special_semi\s*=\s*ignore|sp_special_semi\s*=\s*add|sp_special_semi\s*=\s*remove|sp_special_semi\s*=\s*force|sp_special_semi\s*=\s*not_defined -ChoicesReadable="Ignore Sp Special Semi|Add Sp Special Semi|Remove Sp Special Semi|Force Sp Special Semi" -ValueDefault=ignore - -[Sp Before Semi] -Category=1 -Description="Add or remove space before ';'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_before_semi\s*=\s*ignore|sp_before_semi\s*=\s*add|sp_before_semi\s*=\s*remove|sp_before_semi\s*=\s*force|sp_before_semi\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Semi|Add Sp Before Semi|Remove Sp Before Semi|Force Sp Before Semi" -ValueDefault=remove - -[Sp Before Semi For] -Category=1 -Description="Add or remove space before ';' in non-empty 'for' statements." -Enabled=false -EditorType=multiple -Choices=sp_before_semi_for\s*=\s*ignore|sp_before_semi_for\s*=\s*add|sp_before_semi_for\s*=\s*remove|sp_before_semi_for\s*=\s*force|sp_before_semi_for\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Semi For|Add Sp Before Semi For|Remove Sp Before Semi For|Force Sp Before Semi For" -ValueDefault=ignore - -[Sp Before Semi For Empty] -Category=1 -Description="Add or remove space before a semicolon of an empty left part of a for
statement, as in 'for ( <here> ; ; )'." -Enabled=false -EditorType=multiple -Choices=sp_before_semi_for_empty\s*=\s*ignore|sp_before_semi_for_empty\s*=\s*add|sp_before_semi_for_empty\s*=\s*remove|sp_before_semi_for_empty\s*=\s*force|sp_before_semi_for_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Semi For Empty|Add Sp Before Semi For Empty|Remove Sp Before Semi For Empty|Force Sp Before Semi For Empty" -ValueDefault=ignore - -[Sp Between Semi For Empty] -Category=1 -Description="Add or remove space between the semicolons of an empty middle part of a for
statement, as in 'for ( ; <here> ; )'." -Enabled=false -EditorType=multiple -Choices=sp_between_semi_for_empty\s*=\s*ignore|sp_between_semi_for_empty\s*=\s*add|sp_between_semi_for_empty\s*=\s*remove|sp_between_semi_for_empty\s*=\s*force|sp_between_semi_for_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Between Semi For Empty|Add Sp Between Semi For Empty|Remove Sp Between Semi For Empty|Force Sp Between Semi For Empty" -ValueDefault=ignore - -[Sp After Semi] -Category=1 -Description="Add or remove space after ';', except when followed by a comment.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_after_semi\s*=\s*ignore|sp_after_semi\s*=\s*add|sp_after_semi\s*=\s*remove|sp_after_semi\s*=\s*force|sp_after_semi\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Semi|Add Sp After Semi|Remove Sp After Semi|Force Sp After Semi" -ValueDefault=add - -[Sp After Semi For] -Category=1 -Description="Add or remove space after ';' in non-empty 'for' statements.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_after_semi_for\s*=\s*ignore|sp_after_semi_for\s*=\s*add|sp_after_semi_for\s*=\s*remove|sp_after_semi_for\s*=\s*force|sp_after_semi_for\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Semi For|Add Sp After Semi For|Remove Sp After Semi For|Force Sp After Semi For" -ValueDefault=force - -[Sp After Semi For Empty] -Category=1 -Description="Add or remove space after the final semicolon of an empty part of a for
statement, as in 'for ( ; ; <here> )'." -Enabled=false -EditorType=multiple -Choices=sp_after_semi_for_empty\s*=\s*ignore|sp_after_semi_for_empty\s*=\s*add|sp_after_semi_for_empty\s*=\s*remove|sp_after_semi_for_empty\s*=\s*force|sp_after_semi_for_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Semi For Empty|Add Sp After Semi For Empty|Remove Sp After Semi For Empty|Force Sp After Semi For Empty" -ValueDefault=ignore - -[Sp Before Square] -Category=1 -Description="Add or remove space before '[' (except '[]')." -Enabled=false -EditorType=multiple -Choices=sp_before_square\s*=\s*ignore|sp_before_square\s*=\s*add|sp_before_square\s*=\s*remove|sp_before_square\s*=\s*force|sp_before_square\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Square|Add Sp Before Square|Remove Sp Before Square|Force Sp Before Square" -ValueDefault=ignore - -[Sp Before Vardef Square] -Category=1 -Description="Add or remove space before '[' for a variable definition.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_before_vardef_square\s*=\s*ignore|sp_before_vardef_square\s*=\s*add|sp_before_vardef_square\s*=\s*remove|sp_before_vardef_square\s*=\s*force|sp_before_vardef_square\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Vardef Square|Add Sp Before Vardef Square|Remove Sp Before Vardef Square|Force Sp Before Vardef Square" -ValueDefault=remove - -[Sp Before Square Asm Block] -Category=1 -Description="Add or remove space before '[' for asm block." -Enabled=false -EditorType=multiple -Choices=sp_before_square_asm_block\s*=\s*ignore|sp_before_square_asm_block\s*=\s*add|sp_before_square_asm_block\s*=\s*remove|sp_before_square_asm_block\s*=\s*force|sp_before_square_asm_block\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Square Asm Block|Add Sp Before Square Asm Block|Remove Sp Before Square Asm Block|Force Sp Before Square Asm Block" -ValueDefault=ignore - -[Sp Before Squares] -Category=1 -Description="Add or remove space before '[]'." -Enabled=false -EditorType=multiple -Choices=sp_before_squares\s*=\s*ignore|sp_before_squares\s*=\s*add|sp_before_squares\s*=\s*remove|sp_before_squares\s*=\s*force|sp_before_squares\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Squares|Add Sp Before Squares|Remove Sp Before Squares|Force Sp Before Squares" -ValueDefault=ignore - -[Sp Cpp Before Struct Binding] -Category=1 -Description="Add or remove space before C++17 structured bindings." -Enabled=false -EditorType=multiple -Choices=sp_cpp_before_struct_binding\s*=\s*ignore|sp_cpp_before_struct_binding\s*=\s*add|sp_cpp_before_struct_binding\s*=\s*remove|sp_cpp_before_struct_binding\s*=\s*force|sp_cpp_before_struct_binding\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Before Struct Binding|Add Sp Cpp Before Struct Binding|Remove Sp Cpp Before Struct Binding|Force Sp Cpp Before Struct Binding" -ValueDefault=ignore - -[Sp Inside Square] -Category=1 -Description="Add or remove space inside a non-empty '[' and ']'." -Enabled=false -EditorType=multiple -Choices=sp_inside_square\s*=\s*ignore|sp_inside_square\s*=\s*add|sp_inside_square\s*=\s*remove|sp_inside_square\s*=\s*force|sp_inside_square\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Square|Add Sp Inside Square|Remove Sp Inside Square|Force Sp Inside Square" -ValueDefault=ignore - -[Sp Inside Square Empty] -Category=1 -Description="Add or remove space inside '[]'.
if empty." -Enabled=false -EditorType=multiple -Choices=sp_inside_square_empty\s*=\s*ignore|sp_inside_square_empty\s*=\s*add|sp_inside_square_empty\s*=\s*remove|sp_inside_square_empty\s*=\s*force|sp_inside_square_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Square Empty|Add Sp Inside Square Empty|Remove Sp Inside Square Empty|Force Sp Inside Square Empty" -ValueDefault=ignore - -[Sp Inside Square Oc Array] -Category=1 -Description="(OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and
']'. If set to ignore, sp_inside_square is used." -Enabled=false -EditorType=multiple -Choices=sp_inside_square_oc_array\s*=\s*ignore|sp_inside_square_oc_array\s*=\s*add|sp_inside_square_oc_array\s*=\s*remove|sp_inside_square_oc_array\s*=\s*force|sp_inside_square_oc_array\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Square Oc Array|Add Sp Inside Square Oc Array|Remove Sp Inside Square Oc Array|Force Sp Inside Square Oc Array" -ValueDefault=ignore - -[Sp After Comma] -Category=1 -Description="Add or remove space after ',', i.e. 'a,b' vs. 'a, b'." -Enabled=false -EditorType=multiple -Choices=sp_after_comma\s*=\s*ignore|sp_after_comma\s*=\s*add|sp_after_comma\s*=\s*remove|sp_after_comma\s*=\s*force|sp_after_comma\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Comma|Add Sp After Comma|Remove Sp After Comma|Force Sp After Comma" -ValueDefault=ignore - -[Sp Before Comma] -Category=1 -Description="Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_before_comma\s*=\s*ignore|sp_before_comma\s*=\s*add|sp_before_comma\s*=\s*remove|sp_before_comma\s*=\s*force|sp_before_comma\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma" -ValueDefault=remove - -[Sp After Mdatype Commas] -Category=1 -Description="(C#, Vala) Add or remove space between ',' and ']' in multidimensional array type
like 'int[,,]'." -Enabled=false -EditorType=multiple -Choices=sp_after_mdatype_commas\s*=\s*ignore|sp_after_mdatype_commas\s*=\s*add|sp_after_mdatype_commas\s*=\s*remove|sp_after_mdatype_commas\s*=\s*force|sp_after_mdatype_commas\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Mdatype Commas|Add Sp After Mdatype Commas|Remove Sp After Mdatype Commas|Force Sp After Mdatype Commas" -ValueDefault=ignore - -[Sp Before Mdatype Commas] -Category=1 -Description="(C#, Vala) Add or remove space between '[' and ',' in multidimensional array type
like 'int[,,]'." -Enabled=false -EditorType=multiple -Choices=sp_before_mdatype_commas\s*=\s*ignore|sp_before_mdatype_commas\s*=\s*add|sp_before_mdatype_commas\s*=\s*remove|sp_before_mdatype_commas\s*=\s*force|sp_before_mdatype_commas\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Mdatype Commas|Add Sp Before Mdatype Commas|Remove Sp Before Mdatype Commas|Force Sp Before Mdatype Commas" -ValueDefault=ignore - -[Sp Between Mdatype Commas] -Category=1 -Description="(C#, Vala) Add or remove space between ',' in multidimensional array type
like 'int[,,]'." -Enabled=false -EditorType=multiple -Choices=sp_between_mdatype_commas\s*=\s*ignore|sp_between_mdatype_commas\s*=\s*add|sp_between_mdatype_commas\s*=\s*remove|sp_between_mdatype_commas\s*=\s*force|sp_between_mdatype_commas\s*=\s*not_defined -ChoicesReadable="Ignore Sp Between Mdatype Commas|Add Sp Between Mdatype Commas|Remove Sp Between Mdatype Commas|Force Sp Between Mdatype Commas" -ValueDefault=ignore - -[Sp Paren Comma] -Category=1 -Description="Add or remove space between an open parenthesis and comma,
i.e. '(,' vs. '( ,'.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_paren_comma\s*=\s*ignore|sp_paren_comma\s*=\s*add|sp_paren_comma\s*=\s*remove|sp_paren_comma\s*=\s*force|sp_paren_comma\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Comma|Add Sp Paren Comma|Remove Sp Paren Comma|Force Sp Paren Comma" -ValueDefault=force - -[Sp Type Colon] -Category=1 -Description="Add or remove space between a type and ':'." -Enabled=false -EditorType=multiple -Choices=sp_type_colon\s*=\s*ignore|sp_type_colon\s*=\s*add|sp_type_colon\s*=\s*remove|sp_type_colon\s*=\s*force|sp_type_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Type Colon|Add Sp Type Colon|Remove Sp Type Colon|Force Sp Type Colon" -ValueDefault=ignore - -[Sp After Ellipsis] -Category=1 -Description="Add or remove space after the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" -Enabled=false -EditorType=multiple -Choices=sp_after_ellipsis\s*=\s*ignore|sp_after_ellipsis\s*=\s*add|sp_after_ellipsis\s*=\s*remove|sp_after_ellipsis\s*=\s*force|sp_after_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Ellipsis|Add Sp After Ellipsis|Remove Sp After Ellipsis|Force Sp After Ellipsis" -ValueDefault=ignore - -[Sp Before Ellipsis] -Category=1 -Description="Add or remove space before the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" -Enabled=false -EditorType=multiple -Choices=sp_before_ellipsis\s*=\s*ignore|sp_before_ellipsis\s*=\s*add|sp_before_ellipsis\s*=\s*remove|sp_before_ellipsis\s*=\s*force|sp_before_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Ellipsis|Add Sp Before Ellipsis|Remove Sp Before Ellipsis|Force Sp Before Ellipsis" -ValueDefault=ignore - -[Sp Type Ellipsis] -Category=1 -Description="Add or remove space between a type and '...'." -Enabled=false -EditorType=multiple -Choices=sp_type_ellipsis\s*=\s*ignore|sp_type_ellipsis\s*=\s*add|sp_type_ellipsis\s*=\s*remove|sp_type_ellipsis\s*=\s*force|sp_type_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Type Ellipsis|Add Sp Type Ellipsis|Remove Sp Type Ellipsis|Force Sp Type Ellipsis" -ValueDefault=ignore - -[Sp Ptr Type Ellipsis] -Category=1 -Description="Add or remove space between a '*' and '...'." -Enabled=false -EditorType=multiple -Choices=sp_ptr_type_ellipsis\s*=\s*ignore|sp_ptr_type_ellipsis\s*=\s*add|sp_ptr_type_ellipsis\s*=\s*remove|sp_ptr_type_ellipsis\s*=\s*force|sp_ptr_type_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Ptr Type Ellipsis|Add Sp Ptr Type Ellipsis|Remove Sp Ptr Type Ellipsis|Force Sp Ptr Type Ellipsis" -ValueDefault=ignore - -[Sp Paren Ellipsis] -Category=1 -Description="Add or remove space between ')' and '...'." -Enabled=false -EditorType=multiple -Choices=sp_paren_ellipsis\s*=\s*ignore|sp_paren_ellipsis\s*=\s*add|sp_paren_ellipsis\s*=\s*remove|sp_paren_ellipsis\s*=\s*force|sp_paren_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Ellipsis|Add Sp Paren Ellipsis|Remove Sp Paren Ellipsis|Force Sp Paren Ellipsis" -ValueDefault=ignore - -[Sp Byref Ellipsis] -Category=1 -Description="Add or remove space between '&&' and '...'." -Enabled=false -EditorType=multiple -Choices=sp_byref_ellipsis\s*=\s*ignore|sp_byref_ellipsis\s*=\s*add|sp_byref_ellipsis\s*=\s*remove|sp_byref_ellipsis\s*=\s*force|sp_byref_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Byref Ellipsis|Add Sp Byref Ellipsis|Remove Sp Byref Ellipsis|Force Sp Byref Ellipsis" -ValueDefault=ignore - -[Sp Paren Qualifier] -Category=1 -Description="Add or remove space between ')' and a qualifier such as 'const'." -Enabled=false -EditorType=multiple -Choices=sp_paren_qualifier\s*=\s*ignore|sp_paren_qualifier\s*=\s*add|sp_paren_qualifier\s*=\s*remove|sp_paren_qualifier\s*=\s*force|sp_paren_qualifier\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Qualifier|Add Sp Paren Qualifier|Remove Sp Paren Qualifier|Force Sp Paren Qualifier" -ValueDefault=ignore - -[Sp Paren Noexcept] -Category=1 -Description="Add or remove space between ')' and 'noexcept'." -Enabled=false -EditorType=multiple -Choices=sp_paren_noexcept\s*=\s*ignore|sp_paren_noexcept\s*=\s*add|sp_paren_noexcept\s*=\s*remove|sp_paren_noexcept\s*=\s*force|sp_paren_noexcept\s*=\s*not_defined -ChoicesReadable="Ignore Sp Paren Noexcept|Add Sp Paren Noexcept|Remove Sp Paren Noexcept|Force Sp Paren Noexcept" -ValueDefault=ignore - -[Sp After Class Colon] -Category=1 -Description="Add or remove space after class ':'." -Enabled=false -EditorType=multiple -Choices=sp_after_class_colon\s*=\s*ignore|sp_after_class_colon\s*=\s*add|sp_after_class_colon\s*=\s*remove|sp_after_class_colon\s*=\s*force|sp_after_class_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Class Colon|Add Sp After Class Colon|Remove Sp After Class Colon|Force Sp After Class Colon" -ValueDefault=ignore - -[Sp Before Class Colon] -Category=1 -Description="Add or remove space before class ':'." -Enabled=false -EditorType=multiple -Choices=sp_before_class_colon\s*=\s*ignore|sp_before_class_colon\s*=\s*add|sp_before_class_colon\s*=\s*remove|sp_before_class_colon\s*=\s*force|sp_before_class_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Class Colon|Add Sp Before Class Colon|Remove Sp Before Class Colon|Force Sp Before Class Colon" -ValueDefault=ignore - -[Sp After Constr Colon] -Category=1 -Description="Add or remove space after class constructor ':'.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_after_constr_colon\s*=\s*ignore|sp_after_constr_colon\s*=\s*add|sp_after_constr_colon\s*=\s*remove|sp_after_constr_colon\s*=\s*force|sp_after_constr_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Constr Colon|Add Sp After Constr Colon|Remove Sp After Constr Colon|Force Sp After Constr Colon" -ValueDefault=add - -[Sp Before Constr Colon] -Category=1 -Description="Add or remove space before class constructor ':'.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_before_constr_colon\s*=\s*ignore|sp_before_constr_colon\s*=\s*add|sp_before_constr_colon\s*=\s*remove|sp_before_constr_colon\s*=\s*force|sp_before_constr_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Constr Colon|Add Sp Before Constr Colon|Remove Sp Before Constr Colon|Force Sp Before Constr Colon" -ValueDefault=add - -[Sp Before Case Colon] -Category=1 -Description="Add or remove space before case ':'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_before_case_colon\s*=\s*ignore|sp_before_case_colon\s*=\s*add|sp_before_case_colon\s*=\s*remove|sp_before_case_colon\s*=\s*force|sp_before_case_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Case Colon|Add Sp Before Case Colon|Remove Sp Before Case Colon|Force Sp Before Case Colon" -ValueDefault=remove - -[Sp After Operator] -Category=1 -Description="Add or remove space between 'operator' and operator sign." -Enabled=false -EditorType=multiple -Choices=sp_after_operator\s*=\s*ignore|sp_after_operator\s*=\s*add|sp_after_operator\s*=\s*remove|sp_after_operator\s*=\s*force|sp_after_operator\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Operator|Add Sp After Operator|Remove Sp After Operator|Force Sp After Operator" -ValueDefault=ignore - -[Sp After Operator Sym] -Category=1 -Description="Add or remove space between the operator symbol and the open parenthesis, as
in 'operator ++('." -Enabled=false -EditorType=multiple -Choices=sp_after_operator_sym\s*=\s*ignore|sp_after_operator_sym\s*=\s*add|sp_after_operator_sym\s*=\s*remove|sp_after_operator_sym\s*=\s*force|sp_after_operator_sym\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Operator Sym|Add Sp After Operator Sym|Remove Sp After Operator Sym|Force Sp After Operator Sym" -ValueDefault=ignore - -[Sp After Operator Sym Empty] -Category=1 -Description="Overrides sp_after_operator_sym when the operator has no arguments, as in
'operator *()'." -Enabled=false -EditorType=multiple -Choices=sp_after_operator_sym_empty\s*=\s*ignore|sp_after_operator_sym_empty\s*=\s*add|sp_after_operator_sym_empty\s*=\s*remove|sp_after_operator_sym_empty\s*=\s*force|sp_after_operator_sym_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Operator Sym Empty|Add Sp After Operator Sym Empty|Remove Sp After Operator Sym Empty|Force Sp After Operator Sym Empty" -ValueDefault=ignore - -[Sp After Cast] -Category=1 -Description="Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or
'(int)a' vs. '(int) a'." -Enabled=false -EditorType=multiple -Choices=sp_after_cast\s*=\s*ignore|sp_after_cast\s*=\s*add|sp_after_cast\s*=\s*remove|sp_after_cast\s*=\s*force|sp_after_cast\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Cast|Add Sp After Cast|Remove Sp After Cast|Force Sp After Cast" -ValueDefault=ignore - -[Sp Inside Paren Cast] -Category=1 -Description="Add or remove spaces inside cast parentheses." -Enabled=false -EditorType=multiple -Choices=sp_inside_paren_cast\s*=\s*ignore|sp_inside_paren_cast\s*=\s*add|sp_inside_paren_cast\s*=\s*remove|sp_inside_paren_cast\s*=\s*force|sp_inside_paren_cast\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Paren Cast|Add Sp Inside Paren Cast|Remove Sp Inside Paren Cast|Force Sp Inside Paren Cast" -ValueDefault=ignore - -[Sp Cpp Cast Paren] -Category=1 -Description="Add or remove space between the type and open parenthesis in a C++ cast,
i.e. 'int(exp)' vs. 'int (exp)'." -Enabled=false -EditorType=multiple -Choices=sp_cpp_cast_paren\s*=\s*ignore|sp_cpp_cast_paren\s*=\s*add|sp_cpp_cast_paren\s*=\s*remove|sp_cpp_cast_paren\s*=\s*force|sp_cpp_cast_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cpp Cast Paren|Add Sp Cpp Cast Paren|Remove Sp Cpp Cast Paren|Force Sp Cpp Cast Paren" -ValueDefault=ignore - -[Sp Sizeof Paren] -Category=1 -Description="Add or remove space between 'sizeof' and '('." -Enabled=false -EditorType=multiple -Choices=sp_sizeof_paren\s*=\s*ignore|sp_sizeof_paren\s*=\s*add|sp_sizeof_paren\s*=\s*remove|sp_sizeof_paren\s*=\s*force|sp_sizeof_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sizeof Paren|Add Sp Sizeof Paren|Remove Sp Sizeof Paren|Force Sp Sizeof Paren" -ValueDefault=ignore - -[Sp Sizeof Ellipsis] -Category=1 -Description="Add or remove space between 'sizeof' and '...'." -Enabled=false -EditorType=multiple -Choices=sp_sizeof_ellipsis\s*=\s*ignore|sp_sizeof_ellipsis\s*=\s*add|sp_sizeof_ellipsis\s*=\s*remove|sp_sizeof_ellipsis\s*=\s*force|sp_sizeof_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sizeof Ellipsis|Add Sp Sizeof Ellipsis|Remove Sp Sizeof Ellipsis|Force Sp Sizeof Ellipsis" -ValueDefault=ignore - -[Sp Sizeof Ellipsis Paren] -Category=1 -Description="Add or remove space between 'sizeof...' and '('." -Enabled=false -EditorType=multiple -Choices=sp_sizeof_ellipsis_paren\s*=\s*ignore|sp_sizeof_ellipsis_paren\s*=\s*add|sp_sizeof_ellipsis_paren\s*=\s*remove|sp_sizeof_ellipsis_paren\s*=\s*force|sp_sizeof_ellipsis_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sizeof Ellipsis Paren|Add Sp Sizeof Ellipsis Paren|Remove Sp Sizeof Ellipsis Paren|Force Sp Sizeof Ellipsis Paren" -ValueDefault=ignore - -[Sp Ellipsis Parameter Pack] -Category=1 -Description="Add or remove space between '...' and a parameter pack." -Enabled=false -EditorType=multiple -Choices=sp_ellipsis_parameter_pack\s*=\s*ignore|sp_ellipsis_parameter_pack\s*=\s*add|sp_ellipsis_parameter_pack\s*=\s*remove|sp_ellipsis_parameter_pack\s*=\s*force|sp_ellipsis_parameter_pack\s*=\s*not_defined -ChoicesReadable="Ignore Sp Ellipsis Parameter Pack|Add Sp Ellipsis Parameter Pack|Remove Sp Ellipsis Parameter Pack|Force Sp Ellipsis Parameter Pack" -ValueDefault=ignore - -[Sp Parameter Pack Ellipsis] -Category=1 -Description="Add or remove space between a parameter pack and '...'." -Enabled=false -EditorType=multiple -Choices=sp_parameter_pack_ellipsis\s*=\s*ignore|sp_parameter_pack_ellipsis\s*=\s*add|sp_parameter_pack_ellipsis\s*=\s*remove|sp_parameter_pack_ellipsis\s*=\s*force|sp_parameter_pack_ellipsis\s*=\s*not_defined -ChoicesReadable="Ignore Sp Parameter Pack Ellipsis|Add Sp Parameter Pack Ellipsis|Remove Sp Parameter Pack Ellipsis|Force Sp Parameter Pack Ellipsis" -ValueDefault=ignore - -[Sp Decltype Paren] -Category=1 -Description="Add or remove space between 'decltype' and '('." -Enabled=false -EditorType=multiple -Choices=sp_decltype_paren\s*=\s*ignore|sp_decltype_paren\s*=\s*add|sp_decltype_paren\s*=\s*remove|sp_decltype_paren\s*=\s*force|sp_decltype_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Decltype Paren|Add Sp Decltype Paren|Remove Sp Decltype Paren|Force Sp Decltype Paren" -ValueDefault=ignore - -[Sp After Tag] -Category=1 -Description="(Pawn) Add or remove space after the tag keyword." -Enabled=false -EditorType=multiple -Choices=sp_after_tag\s*=\s*ignore|sp_after_tag\s*=\s*add|sp_after_tag\s*=\s*remove|sp_after_tag\s*=\s*force|sp_after_tag\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Tag|Add Sp After Tag|Remove Sp After Tag|Force Sp After Tag" -ValueDefault=ignore - -[Sp Inside Braces Enum] -Category=1 -Description="Add or remove space inside enum '{' and '}'." -Enabled=false -EditorType=multiple -Choices=sp_inside_braces_enum\s*=\s*ignore|sp_inside_braces_enum\s*=\s*add|sp_inside_braces_enum\s*=\s*remove|sp_inside_braces_enum\s*=\s*force|sp_inside_braces_enum\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Braces Enum|Add Sp Inside Braces Enum|Remove Sp Inside Braces Enum|Force Sp Inside Braces Enum" -ValueDefault=ignore - -[Sp Inside Braces Struct] -Category=1 -Description="Add or remove space inside struct/union '{' and '}'." -Enabled=false -EditorType=multiple -Choices=sp_inside_braces_struct\s*=\s*ignore|sp_inside_braces_struct\s*=\s*add|sp_inside_braces_struct\s*=\s*remove|sp_inside_braces_struct\s*=\s*force|sp_inside_braces_struct\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Braces Struct|Add Sp Inside Braces Struct|Remove Sp Inside Braces Struct|Force Sp Inside Braces Struct" -ValueDefault=ignore - -[Sp Inside Braces Oc Dict] -Category=1 -Description="(OC) Add or remove space inside Objective-C boxed dictionary '{' and '}'" -Enabled=false -EditorType=multiple -Choices=sp_inside_braces_oc_dict\s*=\s*ignore|sp_inside_braces_oc_dict\s*=\s*add|sp_inside_braces_oc_dict\s*=\s*remove|sp_inside_braces_oc_dict\s*=\s*force|sp_inside_braces_oc_dict\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Braces Oc Dict|Add Sp Inside Braces Oc Dict|Remove Sp Inside Braces Oc Dict|Force Sp Inside Braces Oc Dict" -ValueDefault=ignore - -[Sp After Type Brace Init Lst Open] -Category=1 -Description="Add or remove space after open brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." -Enabled=false -EditorType=multiple -Choices=sp_after_type_brace_init_lst_open\s*=\s*ignore|sp_after_type_brace_init_lst_open\s*=\s*add|sp_after_type_brace_init_lst_open\s*=\s*remove|sp_after_type_brace_init_lst_open\s*=\s*force|sp_after_type_brace_init_lst_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Type Brace Init Lst Open|Add Sp After Type Brace Init Lst Open|Remove Sp After Type Brace Init Lst Open|Force Sp After Type Brace Init Lst Open" -ValueDefault=ignore - -[Sp Before Type Brace Init Lst Close] -Category=1 -Description="Add or remove space before close brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." -Enabled=false -EditorType=multiple -Choices=sp_before_type_brace_init_lst_close\s*=\s*ignore|sp_before_type_brace_init_lst_close\s*=\s*add|sp_before_type_brace_init_lst_close\s*=\s*remove|sp_before_type_brace_init_lst_close\s*=\s*force|sp_before_type_brace_init_lst_close\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Type Brace Init Lst Close|Add Sp Before Type Brace Init Lst Close|Remove Sp Before Type Brace Init Lst Close|Force Sp Before Type Brace Init Lst Close" -ValueDefault=ignore - -[Sp Inside Type Brace Init Lst] -Category=1 -Description="Add or remove space inside an unnamed temporary direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore
works only if sp_before_type_brace_init_lst_close is set to ignore." -Enabled=false -EditorType=multiple -Choices=sp_inside_type_brace_init_lst\s*=\s*ignore|sp_inside_type_brace_init_lst\s*=\s*add|sp_inside_type_brace_init_lst\s*=\s*remove|sp_inside_type_brace_init_lst\s*=\s*force|sp_inside_type_brace_init_lst\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Type Brace Init Lst|Add Sp Inside Type Brace Init Lst|Remove Sp Inside Type Brace Init Lst|Force Sp Inside Type Brace Init Lst" -ValueDefault=ignore - -[Sp Inside Braces] -Category=1 -Description="Add or remove space inside '{' and '}'." -Enabled=false -EditorType=multiple -Choices=sp_inside_braces\s*=\s*ignore|sp_inside_braces\s*=\s*add|sp_inside_braces\s*=\s*remove|sp_inside_braces\s*=\s*force|sp_inside_braces\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Braces|Add Sp Inside Braces|Remove Sp Inside Braces|Force Sp Inside Braces" -ValueDefault=ignore - -[Sp Inside Braces Empty] -Category=1 -Description="Add or remove space inside '{}'.
if empty." -Enabled=false -EditorType=multiple -Choices=sp_inside_braces_empty\s*=\s*ignore|sp_inside_braces_empty\s*=\s*add|sp_inside_braces_empty\s*=\s*remove|sp_inside_braces_empty\s*=\s*force|sp_inside_braces_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Braces Empty|Add Sp Inside Braces Empty|Remove Sp Inside Braces Empty|Force Sp Inside Braces Empty" -ValueDefault=ignore - -[Sp Trailing Return] -Category=1 -Description="Add or remove space around trailing return operator '->'." -Enabled=false -EditorType=multiple -Choices=sp_trailing_return\s*=\s*ignore|sp_trailing_return\s*=\s*add|sp_trailing_return\s*=\s*remove|sp_trailing_return\s*=\s*force|sp_trailing_return\s*=\s*not_defined -ChoicesReadable="Ignore Sp Trailing Return|Add Sp Trailing Return|Remove Sp Trailing Return|Force Sp Trailing Return" -ValueDefault=ignore - -[Sp Type Func] -Category=1 -Description="Add or remove space between return type and function name. A minimum of 1
is forced except for pointer return types." -Enabled=false -EditorType=multiple -Choices=sp_type_func\s*=\s*ignore|sp_type_func\s*=\s*add|sp_type_func\s*=\s*remove|sp_type_func\s*=\s*force|sp_type_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp Type Func|Add Sp Type Func|Remove Sp Type Func|Force Sp Type Func" -ValueDefault=ignore - -[Sp Type Brace Init Lst] -Category=1 -Description="Add or remove space between type and open brace of an unnamed temporary
direct-list-initialization." -Enabled=false -EditorType=multiple -Choices=sp_type_brace_init_lst\s*=\s*ignore|sp_type_brace_init_lst\s*=\s*add|sp_type_brace_init_lst\s*=\s*remove|sp_type_brace_init_lst\s*=\s*force|sp_type_brace_init_lst\s*=\s*not_defined -ChoicesReadable="Ignore Sp Type Brace Init Lst|Add Sp Type Brace Init Lst|Remove Sp Type Brace Init Lst|Force Sp Type Brace Init Lst" -ValueDefault=ignore - -[Sp Func Proto Paren] -Category=1 -Description="Add or remove space between function name and '(' on function declaration." -Enabled=false -EditorType=multiple -Choices=sp_func_proto_paren\s*=\s*ignore|sp_func_proto_paren\s*=\s*add|sp_func_proto_paren\s*=\s*remove|sp_func_proto_paren\s*=\s*force|sp_func_proto_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Proto Paren|Add Sp Func Proto Paren|Remove Sp Func Proto Paren|Force Sp Func Proto Paren" -ValueDefault=ignore - -[Sp Func Proto Paren Empty] -Category=1 -Description="Add or remove space between function name and '()' on function declaration
if empty." -Enabled=false -EditorType=multiple -Choices=sp_func_proto_paren_empty\s*=\s*ignore|sp_func_proto_paren_empty\s*=\s*add|sp_func_proto_paren_empty\s*=\s*remove|sp_func_proto_paren_empty\s*=\s*force|sp_func_proto_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Proto Paren Empty|Add Sp Func Proto Paren Empty|Remove Sp Func Proto Paren Empty|Force Sp Func Proto Paren Empty" -ValueDefault=ignore - -[Sp Func Type Paren] -Category=1 -Description="Add or remove space between function name and '(' with a typedef specifier." -Enabled=false -EditorType=multiple -Choices=sp_func_type_paren\s*=\s*ignore|sp_func_type_paren\s*=\s*add|sp_func_type_paren\s*=\s*remove|sp_func_type_paren\s*=\s*force|sp_func_type_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Type Paren|Add Sp Func Type Paren|Remove Sp Func Type Paren|Force Sp Func Type Paren" -ValueDefault=ignore - -[Sp Func Def Paren] -Category=1 -Description="Add or remove space between alias name and '(' of a non-pointer function type typedef." -Enabled=false -EditorType=multiple -Choices=sp_func_def_paren\s*=\s*ignore|sp_func_def_paren\s*=\s*add|sp_func_def_paren\s*=\s*remove|sp_func_def_paren\s*=\s*force|sp_func_def_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Def Paren|Add Sp Func Def Paren|Remove Sp Func Def Paren|Force Sp Func Def Paren" -ValueDefault=ignore - -[Sp Func Def Paren Empty] -Category=1 -Description="Add or remove space between function name and '()' on function definition
if empty." -Enabled=false -EditorType=multiple -Choices=sp_func_def_paren_empty\s*=\s*ignore|sp_func_def_paren_empty\s*=\s*add|sp_func_def_paren_empty\s*=\s*remove|sp_func_def_paren_empty\s*=\s*force|sp_func_def_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Def Paren Empty|Add Sp Func Def Paren Empty|Remove Sp Func Def Paren Empty|Force Sp Func Def Paren Empty" -ValueDefault=ignore - -[Sp Inside Fparens] -Category=1 -Description="Add or remove space inside empty function '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." -Enabled=false -EditorType=multiple -Choices=sp_inside_fparens\s*=\s*ignore|sp_inside_fparens\s*=\s*add|sp_inside_fparens\s*=\s*remove|sp_inside_fparens\s*=\s*force|sp_inside_fparens\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Fparens|Add Sp Inside Fparens|Remove Sp Inside Fparens|Force Sp Inside Fparens" -ValueDefault=ignore - -[Sp Inside Fparen] -Category=1 -Description="Add or remove space inside function '(' and ')'." -Enabled=false -EditorType=multiple -Choices=sp_inside_fparen\s*=\s*ignore|sp_inside_fparen\s*=\s*add|sp_inside_fparen\s*=\s*remove|sp_inside_fparen\s*=\s*force|sp_inside_fparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Fparen|Add Sp Inside Fparen|Remove Sp Inside Fparen|Force Sp Inside Fparen" -ValueDefault=ignore - -[Sp Func Call User Inside Rparen] -Category=1 -Description="Add or remove space inside user functor '(' and ')'." -Enabled=false -EditorType=multiple -Choices=sp_func_call_user_inside_rparen\s*=\s*ignore|sp_func_call_user_inside_rparen\s*=\s*add|sp_func_call_user_inside_rparen\s*=\s*remove|sp_func_call_user_inside_rparen\s*=\s*force|sp_func_call_user_inside_rparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call User Inside Rparen|Add Sp Func Call User Inside Rparen|Remove Sp Func Call User Inside Rparen|Force Sp Func Call User Inside Rparen" -ValueDefault=ignore - -[Sp Inside Rparens] -Category=1 -Description="Add or remove space inside empty functor '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." -Enabled=false -EditorType=multiple -Choices=sp_inside_rparens\s*=\s*ignore|sp_inside_rparens\s*=\s*add|sp_inside_rparens\s*=\s*remove|sp_inside_rparens\s*=\s*force|sp_inside_rparens\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Rparens|Add Sp Inside Rparens|Remove Sp Inside Rparens|Force Sp Inside Rparens" -ValueDefault=ignore - -[Sp Inside Rparen] -Category=1 -Description="Add or remove space inside functor '(' and ')'." -Enabled=false -EditorType=multiple -Choices=sp_inside_rparen\s*=\s*ignore|sp_inside_rparen\s*=\s*add|sp_inside_rparen\s*=\s*remove|sp_inside_rparen\s*=\s*force|sp_inside_rparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Rparen|Add Sp Inside Rparen|Remove Sp Inside Rparen|Force Sp Inside Rparen" -ValueDefault=ignore - -[Sp Inside Tparen] -Category=1 -Description="Add or remove space inside the first parentheses in a function type, as in
'void (*x)(...)'." -Enabled=false -EditorType=multiple -Choices=sp_inside_tparen\s*=\s*ignore|sp_inside_tparen\s*=\s*add|sp_inside_tparen\s*=\s*remove|sp_inside_tparen\s*=\s*force|sp_inside_tparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Tparen|Add Sp Inside Tparen|Remove Sp Inside Tparen|Force Sp Inside Tparen" -ValueDefault=ignore - -[Sp After Tparen Close] -Category=1 -Description="Add or remove space between the ')' and '(' in a function type, as in
'void (*x)(...)'." -Enabled=false -EditorType=multiple -Choices=sp_after_tparen_close\s*=\s*ignore|sp_after_tparen_close\s*=\s*add|sp_after_tparen_close\s*=\s*remove|sp_after_tparen_close\s*=\s*force|sp_after_tparen_close\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Tparen Close|Add Sp After Tparen Close|Remove Sp After Tparen Close|Force Sp After Tparen Close" -ValueDefault=ignore - -[Sp Square Fparen] -Category=1 -Description="Add or remove space between ']' and '(' when part of a function call." -Enabled=false -EditorType=multiple -Choices=sp_square_fparen\s*=\s*ignore|sp_square_fparen\s*=\s*add|sp_square_fparen\s*=\s*remove|sp_square_fparen\s*=\s*force|sp_square_fparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Square Fparen|Add Sp Square Fparen|Remove Sp Square Fparen|Force Sp Square Fparen" -ValueDefault=ignore - -[Sp Fparen Brace] -Category=1 -Description="Add or remove space between ')' and '{' of function." -Enabled=false -EditorType=multiple -Choices=sp_fparen_brace\s*=\s*ignore|sp_fparen_brace\s*=\s*add|sp_fparen_brace\s*=\s*remove|sp_fparen_brace\s*=\s*force|sp_fparen_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Fparen Brace|Add Sp Fparen Brace|Remove Sp Fparen Brace|Force Sp Fparen Brace" -ValueDefault=ignore - -[Sp Fparen Brace Initializer] -Category=1 -Description="Add or remove space between ')' and '{' of a function call in object
initialization.

Overrides sp_fparen_brace." -Enabled=false -EditorType=multiple -Choices=sp_fparen_brace_initializer\s*=\s*ignore|sp_fparen_brace_initializer\s*=\s*add|sp_fparen_brace_initializer\s*=\s*remove|sp_fparen_brace_initializer\s*=\s*force|sp_fparen_brace_initializer\s*=\s*not_defined -ChoicesReadable="Ignore Sp Fparen Brace Initializer|Add Sp Fparen Brace Initializer|Remove Sp Fparen Brace Initializer|Force Sp Fparen Brace Initializer" -ValueDefault=ignore - -[Sp Fparen Dbrace] -Category=1 -Description="(Java) Add or remove space between ')' and '{{' of double brace initializer." -Enabled=false -EditorType=multiple -Choices=sp_fparen_dbrace\s*=\s*ignore|sp_fparen_dbrace\s*=\s*add|sp_fparen_dbrace\s*=\s*remove|sp_fparen_dbrace\s*=\s*force|sp_fparen_dbrace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Fparen Dbrace|Add Sp Fparen Dbrace|Remove Sp Fparen Dbrace|Force Sp Fparen Dbrace" -ValueDefault=ignore - -[Sp Func Call Paren] -Category=1 -Description="Add or remove space between function name and '(' on function calls." -Enabled=false -EditorType=multiple -Choices=sp_func_call_paren\s*=\s*ignore|sp_func_call_paren\s*=\s*add|sp_func_call_paren\s*=\s*remove|sp_func_call_paren\s*=\s*force|sp_func_call_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren" -ValueDefault=ignore - -[Sp Func Call Paren Empty] -Category=1 -Description="Add or remove space between function name and '()' on function calls without
parameters. If set to ignore (the default), sp_func_call_paren is used." -Enabled=false -EditorType=multiple -Choices=sp_func_call_paren_empty\s*=\s*ignore|sp_func_call_paren_empty\s*=\s*add|sp_func_call_paren_empty\s*=\s*remove|sp_func_call_paren_empty\s*=\s*force|sp_func_call_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call Paren Empty|Add Sp Func Call Paren Empty|Remove Sp Func Call Paren Empty|Force Sp Func Call Paren Empty" -ValueDefault=ignore - -[Sp Func Call User Paren] -Category=1 -Description="Add or remove space between the user function name and '(' on function
calls. You need to set a keyword to be a user function in the config file,
like:
set func_call_user tr _ i18n" -Enabled=false -EditorType=multiple -Choices=sp_func_call_user_paren\s*=\s*ignore|sp_func_call_user_paren\s*=\s*add|sp_func_call_user_paren\s*=\s*remove|sp_func_call_user_paren\s*=\s*force|sp_func_call_user_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call User Paren|Add Sp Func Call User Paren|Remove Sp Func Call User Paren|Force Sp Func Call User Paren" -ValueDefault=ignore - -[Sp Func Call User Inside Fparen] -Category=1 -Description="Add or remove space inside user function '(' and ')'." -Enabled=false -EditorType=multiple -Choices=sp_func_call_user_inside_fparen\s*=\s*ignore|sp_func_call_user_inside_fparen\s*=\s*add|sp_func_call_user_inside_fparen\s*=\s*remove|sp_func_call_user_inside_fparen\s*=\s*force|sp_func_call_user_inside_fparen\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call User Inside Fparen|Add Sp Func Call User Inside Fparen|Remove Sp Func Call User Inside Fparen|Force Sp Func Call User Inside Fparen" -ValueDefault=ignore - -[Sp Func Call User Paren Paren] -Category=1 -Description="Add or remove space between nested parentheses with user functions,
i.e. '((' vs. '( ('." -Enabled=false -EditorType=multiple -Choices=sp_func_call_user_paren_paren\s*=\s*ignore|sp_func_call_user_paren_paren\s*=\s*add|sp_func_call_user_paren_paren\s*=\s*remove|sp_func_call_user_paren_paren\s*=\s*force|sp_func_call_user_paren_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Call User Paren Paren|Add Sp Func Call User Paren Paren|Remove Sp Func Call User Paren Paren|Force Sp Func Call User Paren Paren" -ValueDefault=ignore - -[Sp Func Class Paren] -Category=1 -Description="Add or remove space between a constructor/destructor and the open
parenthesis." -Enabled=false -EditorType=multiple -Choices=sp_func_class_paren\s*=\s*ignore|sp_func_class_paren\s*=\s*add|sp_func_class_paren\s*=\s*remove|sp_func_class_paren\s*=\s*force|sp_func_class_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Class Paren|Add Sp Func Class Paren|Remove Sp Func Class Paren|Force Sp Func Class Paren" -ValueDefault=ignore - -[Sp Func Class Paren Empty] -Category=1 -Description="Add or remove space between a constructor without parameters or destructor
and '()'." -Enabled=false -EditorType=multiple -Choices=sp_func_class_paren_empty\s*=\s*ignore|sp_func_class_paren_empty\s*=\s*add|sp_func_class_paren_empty\s*=\s*remove|sp_func_class_paren_empty\s*=\s*force|sp_func_class_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Sp Func Class Paren Empty|Add Sp Func Class Paren Empty|Remove Sp Func Class Paren Empty|Force Sp Func Class Paren Empty" -ValueDefault=ignore - -[Sp Return] -Category=1 -Description="Add or remove space after 'return'.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_return\s*=\s*ignore|sp_return\s*=\s*add|sp_return\s*=\s*remove|sp_return\s*=\s*force|sp_return\s*=\s*not_defined -ChoicesReadable="Ignore Sp Return|Add Sp Return|Remove Sp Return|Force Sp Return" -ValueDefault=force - -[Sp Return Paren] -Category=1 -Description="Add or remove space between 'return' and '('." -Enabled=false -EditorType=multiple -Choices=sp_return_paren\s*=\s*ignore|sp_return_paren\s*=\s*add|sp_return_paren\s*=\s*remove|sp_return_paren\s*=\s*force|sp_return_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Return Paren|Add Sp Return Paren|Remove Sp Return Paren|Force Sp Return Paren" -ValueDefault=ignore - -[Sp Return Brace] -Category=1 -Description="Add or remove space between 'return' and '{'." -Enabled=false -EditorType=multiple -Choices=sp_return_brace\s*=\s*ignore|sp_return_brace\s*=\s*add|sp_return_brace\s*=\s*remove|sp_return_brace\s*=\s*force|sp_return_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Return Brace|Add Sp Return Brace|Remove Sp Return Brace|Force Sp Return Brace" -ValueDefault=ignore - -[Sp Attribute Paren] -Category=1 -Description="Add or remove space between '__attribute__' and '('." -Enabled=false -EditorType=multiple -Choices=sp_attribute_paren\s*=\s*ignore|sp_attribute_paren\s*=\s*add|sp_attribute_paren\s*=\s*remove|sp_attribute_paren\s*=\s*force|sp_attribute_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Attribute Paren|Add Sp Attribute Paren|Remove Sp Attribute Paren|Force Sp Attribute Paren" -ValueDefault=ignore - -[Sp Defined Paren] -Category=1 -Description="Add or remove space between 'defined' and '(' in '#if defined (FOO)'." -Enabled=false -EditorType=multiple -Choices=sp_defined_paren\s*=\s*ignore|sp_defined_paren\s*=\s*add|sp_defined_paren\s*=\s*remove|sp_defined_paren\s*=\s*force|sp_defined_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Defined Paren|Add Sp Defined Paren|Remove Sp Defined Paren|Force Sp Defined Paren" -ValueDefault=ignore - -[Sp Throw Paren] -Category=1 -Description="Add or remove space between 'throw' and '(' in 'throw (something)'." -Enabled=false -EditorType=multiple -Choices=sp_throw_paren\s*=\s*ignore|sp_throw_paren\s*=\s*add|sp_throw_paren\s*=\s*remove|sp_throw_paren\s*=\s*force|sp_throw_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Throw Paren|Add Sp Throw Paren|Remove Sp Throw Paren|Force Sp Throw Paren" -ValueDefault=ignore - -[Sp After Throw] -Category=1 -Description="Add or remove space between 'throw' and anything other than '(' as in
'@throw [...];'." -Enabled=false -EditorType=multiple -Choices=sp_after_throw\s*=\s*ignore|sp_after_throw\s*=\s*add|sp_after_throw\s*=\s*remove|sp_after_throw\s*=\s*force|sp_after_throw\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Throw|Add Sp After Throw|Remove Sp After Throw|Force Sp After Throw" -ValueDefault=ignore - -[Sp Catch Paren] -Category=1 -Description="Add or remove space between 'catch' and '(' in 'catch (something) { }'.
If set to ignore, sp_before_sparen is used." -Enabled=false -EditorType=multiple -Choices=sp_catch_paren\s*=\s*ignore|sp_catch_paren\s*=\s*add|sp_catch_paren\s*=\s*remove|sp_catch_paren\s*=\s*force|sp_catch_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Catch Paren|Add Sp Catch Paren|Remove Sp Catch Paren|Force Sp Catch Paren" -ValueDefault=ignore - -[Sp Oc Catch Paren] -Category=1 -Description="(OC) Add or remove space between '@catch' and '('
in '@catch (something) { }'. If set to ignore, sp_catch_paren is used." -Enabled=false -EditorType=multiple -Choices=sp_oc_catch_paren\s*=\s*ignore|sp_oc_catch_paren\s*=\s*add|sp_oc_catch_paren\s*=\s*remove|sp_oc_catch_paren\s*=\s*force|sp_oc_catch_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Oc Catch Paren|Add Sp Oc Catch Paren|Remove Sp Oc Catch Paren|Force Sp Oc Catch Paren" -ValueDefault=ignore - -[Sp Before Oc Proto List] -Category=1 -Description="(OC) Add or remove space before Objective-C protocol list
as in '@protocol Protocol<here><Protocol_A>' or '@interface MyClass : NSObject<here><MyProtocol>'." -Enabled=false -EditorType=multiple -Choices=sp_before_oc_proto_list\s*=\s*ignore|sp_before_oc_proto_list\s*=\s*add|sp_before_oc_proto_list\s*=\s*remove|sp_before_oc_proto_list\s*=\s*force|sp_before_oc_proto_list\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Oc Proto List|Add Sp Before Oc Proto List|Remove Sp Before Oc Proto List|Force Sp Before Oc Proto List" -ValueDefault=ignore - -[Sp Oc Classname Paren] -Category=1 -Description="(OC) Add or remove space between class name and '('
in '@interface className(categoryName)<ProtocolName>:BaseClass'" -Enabled=false -EditorType=multiple -Choices=sp_oc_classname_paren\s*=\s*ignore|sp_oc_classname_paren\s*=\s*add|sp_oc_classname_paren\s*=\s*remove|sp_oc_classname_paren\s*=\s*force|sp_oc_classname_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Oc Classname Paren|Add Sp Oc Classname Paren|Remove Sp Oc Classname Paren|Force Sp Oc Classname Paren" -ValueDefault=ignore - -[Sp Version Paren] -Category=1 -Description="(D) Add or remove space between 'version' and '('
in 'version (something) { }'. If set to ignore, sp_before_sparen is used." -Enabled=false -EditorType=multiple -Choices=sp_version_paren\s*=\s*ignore|sp_version_paren\s*=\s*add|sp_version_paren\s*=\s*remove|sp_version_paren\s*=\s*force|sp_version_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Version Paren|Add Sp Version Paren|Remove Sp Version Paren|Force Sp Version Paren" -ValueDefault=ignore - -[Sp Scope Paren] -Category=1 -Description="(D) Add or remove space between 'scope' and '('
in 'scope (something) { }'. If set to ignore, sp_before_sparen is used." -Enabled=false -EditorType=multiple -Choices=sp_scope_paren\s*=\s*ignore|sp_scope_paren\s*=\s*add|sp_scope_paren\s*=\s*remove|sp_scope_paren\s*=\s*force|sp_scope_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Scope Paren|Add Sp Scope Paren|Remove Sp Scope Paren|Force Sp Scope Paren" -ValueDefault=ignore - -[Sp Super Paren] -Category=1 -Description="Add or remove space between 'super' and '(' in 'super (something)'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_super_paren\s*=\s*ignore|sp_super_paren\s*=\s*add|sp_super_paren\s*=\s*remove|sp_super_paren\s*=\s*force|sp_super_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Super Paren|Add Sp Super Paren|Remove Sp Super Paren|Force Sp Super Paren" -ValueDefault=remove - -[Sp This Paren] -Category=1 -Description="Add or remove space between 'this' and '(' in 'this (something)'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_this_paren\s*=\s*ignore|sp_this_paren\s*=\s*add|sp_this_paren\s*=\s*remove|sp_this_paren\s*=\s*force|sp_this_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp This Paren|Add Sp This Paren|Remove Sp This Paren|Force Sp This Paren" -ValueDefault=remove - -[Sp Macro] -Category=1 -Description="Add or remove space between a macro name and its definition." -Enabled=false -EditorType=multiple -Choices=sp_macro\s*=\s*ignore|sp_macro\s*=\s*add|sp_macro\s*=\s*remove|sp_macro\s*=\s*force|sp_macro\s*=\s*not_defined -ChoicesReadable="Ignore Sp Macro|Add Sp Macro|Remove Sp Macro|Force Sp Macro" -ValueDefault=ignore - -[Sp Macro Func] -Category=1 -Description="Add or remove space between a macro function ')' and its definition." -Enabled=false -EditorType=multiple -Choices=sp_macro_func\s*=\s*ignore|sp_macro_func\s*=\s*add|sp_macro_func\s*=\s*remove|sp_macro_func\s*=\s*force|sp_macro_func\s*=\s*not_defined -ChoicesReadable="Ignore Sp Macro Func|Add Sp Macro Func|Remove Sp Macro Func|Force Sp Macro Func" -ValueDefault=ignore - -[Sp Else Brace] -Category=1 -Description="Add or remove space between 'else' and '{' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_else_brace\s*=\s*ignore|sp_else_brace\s*=\s*add|sp_else_brace\s*=\s*remove|sp_else_brace\s*=\s*force|sp_else_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Else Brace|Add Sp Else Brace|Remove Sp Else Brace|Force Sp Else Brace" -ValueDefault=ignore - -[Sp Brace Else] -Category=1 -Description="Add or remove space between '}' and 'else' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_brace_else\s*=\s*ignore|sp_brace_else\s*=\s*add|sp_brace_else\s*=\s*remove|sp_brace_else\s*=\s*force|sp_brace_else\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Else|Add Sp Brace Else|Remove Sp Brace Else|Force Sp Brace Else" -ValueDefault=ignore - -[Sp Brace Typedef] -Category=1 -Description="Add or remove space between '}' and the name of a typedef on the same line." -Enabled=false -EditorType=multiple -Choices=sp_brace_typedef\s*=\s*ignore|sp_brace_typedef\s*=\s*add|sp_brace_typedef\s*=\s*remove|sp_brace_typedef\s*=\s*force|sp_brace_typedef\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Typedef|Add Sp Brace Typedef|Remove Sp Brace Typedef|Force Sp Brace Typedef" -ValueDefault=ignore - -[Sp Catch Brace] -Category=1 -Description="Add or remove space before the '{' of a 'catch' statement, if the '{' and
'catch' are on the same line, as in 'catch (decl) <here> {'." -Enabled=false -EditorType=multiple -Choices=sp_catch_brace\s*=\s*ignore|sp_catch_brace\s*=\s*add|sp_catch_brace\s*=\s*remove|sp_catch_brace\s*=\s*force|sp_catch_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Catch Brace|Add Sp Catch Brace|Remove Sp Catch Brace|Force Sp Catch Brace" -ValueDefault=ignore - -[Sp Oc Catch Brace] -Category=1 -Description="(OC) Add or remove space before the '{' of a '@catch' statement, if the '{'
and '@catch' are on the same line, as in '@catch (decl) <here> {'.
If set to ignore, sp_catch_brace is used." -Enabled=false -EditorType=multiple -Choices=sp_oc_catch_brace\s*=\s*ignore|sp_oc_catch_brace\s*=\s*add|sp_oc_catch_brace\s*=\s*remove|sp_oc_catch_brace\s*=\s*force|sp_oc_catch_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Oc Catch Brace|Add Sp Oc Catch Brace|Remove Sp Oc Catch Brace|Force Sp Oc Catch Brace" -ValueDefault=ignore - -[Sp Brace Catch] -Category=1 -Description="Add or remove space between '}' and 'catch' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_brace_catch\s*=\s*ignore|sp_brace_catch\s*=\s*add|sp_brace_catch\s*=\s*remove|sp_brace_catch\s*=\s*force|sp_brace_catch\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Catch|Add Sp Brace Catch|Remove Sp Brace Catch|Force Sp Brace Catch" -ValueDefault=ignore - -[Sp Oc Brace Catch] -Category=1 -Description="(OC) Add or remove space between '}' and '@catch' if on the same line.
If set to ignore, sp_brace_catch is used." -Enabled=false -EditorType=multiple -Choices=sp_oc_brace_catch\s*=\s*ignore|sp_oc_brace_catch\s*=\s*add|sp_oc_brace_catch\s*=\s*remove|sp_oc_brace_catch\s*=\s*force|sp_oc_brace_catch\s*=\s*not_defined -ChoicesReadable="Ignore Sp Oc Brace Catch|Add Sp Oc Brace Catch|Remove Sp Oc Brace Catch|Force Sp Oc Brace Catch" -ValueDefault=ignore - -[Sp Finally Brace] -Category=1 -Description="Add or remove space between 'finally' and '{' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_finally_brace\s*=\s*ignore|sp_finally_brace\s*=\s*add|sp_finally_brace\s*=\s*remove|sp_finally_brace\s*=\s*force|sp_finally_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Finally Brace|Add Sp Finally Brace|Remove Sp Finally Brace|Force Sp Finally Brace" -ValueDefault=ignore - -[Sp Brace Finally] -Category=1 -Description="Add or remove space between '}' and 'finally' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_brace_finally\s*=\s*ignore|sp_brace_finally\s*=\s*add|sp_brace_finally\s*=\s*remove|sp_brace_finally\s*=\s*force|sp_brace_finally\s*=\s*not_defined -ChoicesReadable="Ignore Sp Brace Finally|Add Sp Brace Finally|Remove Sp Brace Finally|Force Sp Brace Finally" -ValueDefault=ignore - -[Sp Try Brace] -Category=1 -Description="Add or remove space between 'try' and '{' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_try_brace\s*=\s*ignore|sp_try_brace\s*=\s*add|sp_try_brace\s*=\s*remove|sp_try_brace\s*=\s*force|sp_try_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Try Brace|Add Sp Try Brace|Remove Sp Try Brace|Force Sp Try Brace" -ValueDefault=ignore - -[Sp Getset Brace] -Category=1 -Description="Add or remove space between get/set and '{' if on the same line." -Enabled=false -EditorType=multiple -Choices=sp_getset_brace\s*=\s*ignore|sp_getset_brace\s*=\s*add|sp_getset_brace\s*=\s*remove|sp_getset_brace\s*=\s*force|sp_getset_brace\s*=\s*not_defined -ChoicesReadable="Ignore Sp Getset Brace|Add Sp Getset Brace|Remove Sp Getset Brace|Force Sp Getset Brace" -ValueDefault=ignore - -[Sp Word Brace Init Lst] -Category=1 -Description="Add or remove space between a variable and '{' for C++ uniform
initialization." -Enabled=false -EditorType=multiple -Choices=sp_word_brace_init_lst\s*=\s*ignore|sp_word_brace_init_lst\s*=\s*add|sp_word_brace_init_lst\s*=\s*remove|sp_word_brace_init_lst\s*=\s*force|sp_word_brace_init_lst\s*=\s*not_defined -ChoicesReadable="Ignore Sp Word Brace Init Lst|Add Sp Word Brace Init Lst|Remove Sp Word Brace Init Lst|Force Sp Word Brace Init Lst" -ValueDefault=ignore - -[Sp Word Brace Ns] -Category=1 -Description="Add or remove space between a variable and '{' for a namespace.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_word_brace_ns\s*=\s*ignore|sp_word_brace_ns\s*=\s*add|sp_word_brace_ns\s*=\s*remove|sp_word_brace_ns\s*=\s*force|sp_word_brace_ns\s*=\s*not_defined -ChoicesReadable="Ignore Sp Word Brace Ns|Add Sp Word Brace Ns|Remove Sp Word Brace Ns|Force Sp Word Brace Ns" -ValueDefault=add - -[Sp Before Dc] -Category=1 -Description="Add or remove space before the '::' operator." -Enabled=false -EditorType=multiple -Choices=sp_before_dc\s*=\s*ignore|sp_before_dc\s*=\s*add|sp_before_dc\s*=\s*remove|sp_before_dc\s*=\s*force|sp_before_dc\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Dc|Add Sp Before Dc|Remove Sp Before Dc|Force Sp Before Dc" -ValueDefault=ignore - -[Sp After Dc] -Category=1 -Description="Add or remove space after the '::' operator." -Enabled=false -EditorType=multiple -Choices=sp_after_dc\s*=\s*ignore|sp_after_dc\s*=\s*add|sp_after_dc\s*=\s*remove|sp_after_dc\s*=\s*force|sp_after_dc\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Dc|Add Sp After Dc|Remove Sp After Dc|Force Sp After Dc" -ValueDefault=ignore - -[Sp D Array Colon] -Category=1 -Description="(D) Add or remove around the D named array initializer ':' operator." -Enabled=false -EditorType=multiple -Choices=sp_d_array_colon\s*=\s*ignore|sp_d_array_colon\s*=\s*add|sp_d_array_colon\s*=\s*remove|sp_d_array_colon\s*=\s*force|sp_d_array_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp D Array Colon|Add Sp D Array Colon|Remove Sp D Array Colon|Force Sp D Array Colon" -ValueDefault=ignore - -[Sp Not] -Category=1 -Description="Add or remove space after the '!' (not) unary operator.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_not\s*=\s*ignore|sp_not\s*=\s*add|sp_not\s*=\s*remove|sp_not\s*=\s*force|sp_not\s*=\s*not_defined -ChoicesReadable="Ignore Sp Not|Add Sp Not|Remove Sp Not|Force Sp Not" -ValueDefault=remove - -[Sp Not Not] -Category=1 -Description="Add or remove space between two '!' (not) unary operators.
If set to ignore, sp_not will be used." -Enabled=false -EditorType=multiple -Choices=sp_not_not\s*=\s*ignore|sp_not_not\s*=\s*add|sp_not_not\s*=\s*remove|sp_not_not\s*=\s*force|sp_not_not\s*=\s*not_defined -ChoicesReadable="Ignore Sp Not Not|Add Sp Not Not|Remove Sp Not Not|Force Sp Not Not" -ValueDefault=ignore - -[Sp Inv] -Category=1 -Description="Add or remove space after the '~' (invert) unary operator.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_inv\s*=\s*ignore|sp_inv\s*=\s*add|sp_inv\s*=\s*remove|sp_inv\s*=\s*force|sp_inv\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inv|Add Sp Inv|Remove Sp Inv|Force Sp Inv" -ValueDefault=remove - -[Sp Addr] -Category=1 -Description="Add or remove space after the '&' (address-of) unary operator. This does not
affect the spacing after a '&' that is part of a type.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_addr\s*=\s*ignore|sp_addr\s*=\s*add|sp_addr\s*=\s*remove|sp_addr\s*=\s*force|sp_addr\s*=\s*not_defined -ChoicesReadable="Ignore Sp Addr|Add Sp Addr|Remove Sp Addr|Force Sp Addr" -ValueDefault=remove - -[Sp Member] -Category=1 -Description="Add or remove space around the '.' or '->' operators.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_member\s*=\s*ignore|sp_member\s*=\s*add|sp_member\s*=\s*remove|sp_member\s*=\s*force|sp_member\s*=\s*not_defined -ChoicesReadable="Ignore Sp Member|Add Sp Member|Remove Sp Member|Force Sp Member" -ValueDefault=remove - -[Sp Deref] -Category=1 -Description="Add or remove space after the '*' (dereference) unary operator. This does
not affect the spacing after a '*' that is part of a type.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_deref\s*=\s*ignore|sp_deref\s*=\s*add|sp_deref\s*=\s*remove|sp_deref\s*=\s*force|sp_deref\s*=\s*not_defined -ChoicesReadable="Ignore Sp Deref|Add Sp Deref|Remove Sp Deref|Force Sp Deref" -ValueDefault=remove - -[Sp Sign] -Category=1 -Description="Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_sign\s*=\s*ignore|sp_sign\s*=\s*add|sp_sign\s*=\s*remove|sp_sign\s*=\s*force|sp_sign\s*=\s*not_defined -ChoicesReadable="Ignore Sp Sign|Add Sp Sign|Remove Sp Sign|Force Sp Sign" -ValueDefault=remove - -[Sp Incdec] -Category=1 -Description="Add or remove space between '++' and '--' the word to which it is being
applied, as in '(--x)' or 'y++;'.

Default: remove" -Enabled=false -EditorType=multiple -Choices=sp_incdec\s*=\s*ignore|sp_incdec\s*=\s*add|sp_incdec\s*=\s*remove|sp_incdec\s*=\s*force|sp_incdec\s*=\s*not_defined -ChoicesReadable="Ignore Sp Incdec|Add Sp Incdec|Remove Sp Incdec|Force Sp Incdec" -ValueDefault=remove - -[Sp Before Nl Cont] -Category=1 -Description="Add or remove space before a backslash-newline at the end of a line.

Default: add" -Enabled=false -EditorType=multiple -Choices=sp_before_nl_cont\s*=\s*ignore|sp_before_nl_cont\s*=\s*add|sp_before_nl_cont\s*=\s*remove|sp_before_nl_cont\s*=\s*force|sp_before_nl_cont\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Nl Cont|Add Sp Before Nl Cont|Remove Sp Before Nl Cont|Force Sp Before Nl Cont" -ValueDefault=add - -[Sp After Oc Scope] -Category=1 -Description="(OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;'
or '+(int) bar;'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_scope\s*=\s*ignore|sp_after_oc_scope\s*=\s*add|sp_after_oc_scope\s*=\s*remove|sp_after_oc_scope\s*=\s*force|sp_after_oc_scope\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Scope|Add Sp After Oc Scope|Remove Sp After Oc Scope|Force Sp After Oc Scope" -ValueDefault=ignore - -[Sp After Oc Colon] -Category=1 -Description="(OC) Add or remove space after the colon in message specs,
i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_colon\s*=\s*ignore|sp_after_oc_colon\s*=\s*add|sp_after_oc_colon\s*=\s*remove|sp_after_oc_colon\s*=\s*force|sp_after_oc_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Colon|Add Sp After Oc Colon|Remove Sp After Oc Colon|Force Sp After Oc Colon" -ValueDefault=ignore - -[Sp Before Oc Colon] -Category=1 -Description="(OC) Add or remove space before the colon in message specs,
i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'." -Enabled=false -EditorType=multiple -Choices=sp_before_oc_colon\s*=\s*ignore|sp_before_oc_colon\s*=\s*add|sp_before_oc_colon\s*=\s*remove|sp_before_oc_colon\s*=\s*force|sp_before_oc_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Oc Colon|Add Sp Before Oc Colon|Remove Sp Before Oc Colon|Force Sp Before Oc Colon" -ValueDefault=ignore - -[Sp After Oc Dict Colon] -Category=1 -Description="(OC) Add or remove space after the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_dict_colon\s*=\s*ignore|sp_after_oc_dict_colon\s*=\s*add|sp_after_oc_dict_colon\s*=\s*remove|sp_after_oc_dict_colon\s*=\s*force|sp_after_oc_dict_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Dict Colon|Add Sp After Oc Dict Colon|Remove Sp After Oc Dict Colon|Force Sp After Oc Dict Colon" -ValueDefault=ignore - -[Sp Before Oc Dict Colon] -Category=1 -Description="(OC) Add or remove space before the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." -Enabled=false -EditorType=multiple -Choices=sp_before_oc_dict_colon\s*=\s*ignore|sp_before_oc_dict_colon\s*=\s*add|sp_before_oc_dict_colon\s*=\s*remove|sp_before_oc_dict_colon\s*=\s*force|sp_before_oc_dict_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Oc Dict Colon|Add Sp Before Oc Dict Colon|Remove Sp Before Oc Dict Colon|Force Sp Before Oc Dict Colon" -ValueDefault=ignore - -[Sp After Send Oc Colon] -Category=1 -Description="(OC) Add or remove space after the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue: 1];'." -Enabled=false -EditorType=multiple -Choices=sp_after_send_oc_colon\s*=\s*ignore|sp_after_send_oc_colon\s*=\s*add|sp_after_send_oc_colon\s*=\s*remove|sp_after_send_oc_colon\s*=\s*force|sp_after_send_oc_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Send Oc Colon|Add Sp After Send Oc Colon|Remove Sp After Send Oc Colon|Force Sp After Send Oc Colon" -ValueDefault=ignore - -[Sp Before Send Oc Colon] -Category=1 -Description="(OC) Add or remove space before the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue :1];'." -Enabled=false -EditorType=multiple -Choices=sp_before_send_oc_colon\s*=\s*ignore|sp_before_send_oc_colon\s*=\s*add|sp_before_send_oc_colon\s*=\s*remove|sp_before_send_oc_colon\s*=\s*force|sp_before_send_oc_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Send Oc Colon|Add Sp Before Send Oc Colon|Remove Sp Before Send Oc Colon|Force Sp Before Send Oc Colon" -ValueDefault=ignore - -[Sp After Oc Type] -Category=1 -Description="(OC) Add or remove space after the (type) in message specs,
i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_type\s*=\s*ignore|sp_after_oc_type\s*=\s*add|sp_after_oc_type\s*=\s*remove|sp_after_oc_type\s*=\s*force|sp_after_oc_type\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Type|Add Sp After Oc Type|Remove Sp After Oc Type|Force Sp After Oc Type" -ValueDefault=ignore - -[Sp After Oc Return Type] -Category=1 -Description="(OC) Add or remove space after the first (type) in message specs,
i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_return_type\s*=\s*ignore|sp_after_oc_return_type\s*=\s*add|sp_after_oc_return_type\s*=\s*remove|sp_after_oc_return_type\s*=\s*force|sp_after_oc_return_type\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Return Type|Add Sp After Oc Return Type|Remove Sp After Oc Return Type|Force Sp After Oc Return Type" -ValueDefault=ignore - -[Sp After Oc At Sel] -Category=1 -Description="(OC) Add or remove space between '@selector' and '(',
i.e. '@selector(msgName)' vs. '@selector (msgName)'.
Also applies to '@protocol()' constructs." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_at_sel\s*=\s*ignore|sp_after_oc_at_sel\s*=\s*add|sp_after_oc_at_sel\s*=\s*remove|sp_after_oc_at_sel\s*=\s*force|sp_after_oc_at_sel\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc At Sel|Add Sp After Oc At Sel|Remove Sp After Oc At Sel|Force Sp After Oc At Sel" -ValueDefault=ignore - -[Sp After Oc At Sel Parens] -Category=1 -Description="(OC) Add or remove space between '@selector(x)' and the following word,
i.e. '@selector(foo) a:' vs. '@selector(foo)a:'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_at_sel_parens\s*=\s*ignore|sp_after_oc_at_sel_parens\s*=\s*add|sp_after_oc_at_sel_parens\s*=\s*remove|sp_after_oc_at_sel_parens\s*=\s*force|sp_after_oc_at_sel_parens\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc At Sel Parens|Add Sp After Oc At Sel Parens|Remove Sp After Oc At Sel Parens|Force Sp After Oc At Sel Parens" -ValueDefault=ignore - -[Sp Inside Oc At Sel Parens] -Category=1 -Description="(OC) Add or remove space inside '@selector' parentheses,
i.e. '@selector(foo)' vs. '@selector( foo )'.
Also applies to '@protocol()' constructs." -Enabled=false -EditorType=multiple -Choices=sp_inside_oc_at_sel_parens\s*=\s*ignore|sp_inside_oc_at_sel_parens\s*=\s*add|sp_inside_oc_at_sel_parens\s*=\s*remove|sp_inside_oc_at_sel_parens\s*=\s*force|sp_inside_oc_at_sel_parens\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Oc At Sel Parens|Add Sp Inside Oc At Sel Parens|Remove Sp Inside Oc At Sel Parens|Force Sp Inside Oc At Sel Parens" -ValueDefault=ignore - -[Sp Before Oc Block Caret] -Category=1 -Description="(OC) Add or remove space before a block pointer caret,
i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'." -Enabled=false -EditorType=multiple -Choices=sp_before_oc_block_caret\s*=\s*ignore|sp_before_oc_block_caret\s*=\s*add|sp_before_oc_block_caret\s*=\s*remove|sp_before_oc_block_caret\s*=\s*force|sp_before_oc_block_caret\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Oc Block Caret|Add Sp Before Oc Block Caret|Remove Sp Before Oc Block Caret|Force Sp Before Oc Block Caret" -ValueDefault=ignore - -[Sp After Oc Block Caret] -Category=1 -Description="(OC) Add or remove space after a block pointer caret,
i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_block_caret\s*=\s*ignore|sp_after_oc_block_caret\s*=\s*add|sp_after_oc_block_caret\s*=\s*remove|sp_after_oc_block_caret\s*=\s*force|sp_after_oc_block_caret\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Block Caret|Add Sp After Oc Block Caret|Remove Sp After Oc Block Caret|Force Sp After Oc Block Caret" -ValueDefault=ignore - -[Sp After Oc Msg Receiver] -Category=1 -Description="(OC) Add or remove space between the receiver and selector in a message,
as in '[receiver selector ...]'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_msg_receiver\s*=\s*ignore|sp_after_oc_msg_receiver\s*=\s*add|sp_after_oc_msg_receiver\s*=\s*remove|sp_after_oc_msg_receiver\s*=\s*force|sp_after_oc_msg_receiver\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Msg Receiver|Add Sp After Oc Msg Receiver|Remove Sp After Oc Msg Receiver|Force Sp After Oc Msg Receiver" -ValueDefault=ignore - -[Sp After Oc Property] -Category=1 -Description="(OC) Add or remove space after '@property'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_property\s*=\s*ignore|sp_after_oc_property\s*=\s*add|sp_after_oc_property\s*=\s*remove|sp_after_oc_property\s*=\s*force|sp_after_oc_property\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Property|Add Sp After Oc Property|Remove Sp After Oc Property|Force Sp After Oc Property" -ValueDefault=ignore - -[Sp After Oc Synchronized] -Category=1 -Description="(OC) Add or remove space between '@synchronized' and the open parenthesis,
i.e. '@synchronized(foo)' vs. '@synchronized (foo)'." -Enabled=false -EditorType=multiple -Choices=sp_after_oc_synchronized\s*=\s*ignore|sp_after_oc_synchronized\s*=\s*add|sp_after_oc_synchronized\s*=\s*remove|sp_after_oc_synchronized\s*=\s*force|sp_after_oc_synchronized\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Oc Synchronized|Add Sp After Oc Synchronized|Remove Sp After Oc Synchronized|Force Sp After Oc Synchronized" -ValueDefault=ignore - -[Sp Cond Colon] -Category=1 -Description="Add or remove space around the ':' in 'b ? t : f'." -Enabled=false -EditorType=multiple -Choices=sp_cond_colon\s*=\s*ignore|sp_cond_colon\s*=\s*add|sp_cond_colon\s*=\s*remove|sp_cond_colon\s*=\s*force|sp_cond_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Colon|Add Sp Cond Colon|Remove Sp Cond Colon|Force Sp Cond Colon" -ValueDefault=ignore - -[Sp Cond Colon Before] -Category=1 -Description="Add or remove space before the ':' in 'b ? t : f'.

Overrides sp_cond_colon." -Enabled=false -EditorType=multiple -Choices=sp_cond_colon_before\s*=\s*ignore|sp_cond_colon_before\s*=\s*add|sp_cond_colon_before\s*=\s*remove|sp_cond_colon_before\s*=\s*force|sp_cond_colon_before\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Colon Before|Add Sp Cond Colon Before|Remove Sp Cond Colon Before|Force Sp Cond Colon Before" -ValueDefault=ignore - -[Sp Cond Colon After] -Category=1 -Description="Add or remove space after the ':' in 'b ? t : f'.

Overrides sp_cond_colon." -Enabled=false -EditorType=multiple -Choices=sp_cond_colon_after\s*=\s*ignore|sp_cond_colon_after\s*=\s*add|sp_cond_colon_after\s*=\s*remove|sp_cond_colon_after\s*=\s*force|sp_cond_colon_after\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Colon After|Add Sp Cond Colon After|Remove Sp Cond Colon After|Force Sp Cond Colon After" -ValueDefault=ignore - -[Sp Cond Question] -Category=1 -Description="Add or remove space around the '?' in 'b ? t : f'." -Enabled=false -EditorType=multiple -Choices=sp_cond_question\s*=\s*ignore|sp_cond_question\s*=\s*add|sp_cond_question\s*=\s*remove|sp_cond_question\s*=\s*force|sp_cond_question\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Question|Add Sp Cond Question|Remove Sp Cond Question|Force Sp Cond Question" -ValueDefault=ignore - -[Sp Cond Question Before] -Category=1 -Description="Add or remove space before the '?' in 'b ? t : f'.

Overrides sp_cond_question." -Enabled=false -EditorType=multiple -Choices=sp_cond_question_before\s*=\s*ignore|sp_cond_question_before\s*=\s*add|sp_cond_question_before\s*=\s*remove|sp_cond_question_before\s*=\s*force|sp_cond_question_before\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Question Before|Add Sp Cond Question Before|Remove Sp Cond Question Before|Force Sp Cond Question Before" -ValueDefault=ignore - -[Sp Cond Question After] -Category=1 -Description="Add or remove space after the '?' in 'b ? t : f'.

Overrides sp_cond_question." -Enabled=false -EditorType=multiple -Choices=sp_cond_question_after\s*=\s*ignore|sp_cond_question_after\s*=\s*add|sp_cond_question_after\s*=\s*remove|sp_cond_question_after\s*=\s*force|sp_cond_question_after\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Question After|Add Sp Cond Question After|Remove Sp Cond Question After|Force Sp Cond Question After" -ValueDefault=ignore - -[Sp Cond Ternary Short] -Category=1 -Description="In the abbreviated ternary form '(a ?: b)', add or remove space between '?'
and ':'.

Overrides all other sp_cond_* options." -Enabled=false -EditorType=multiple -Choices=sp_cond_ternary_short\s*=\s*ignore|sp_cond_ternary_short\s*=\s*add|sp_cond_ternary_short\s*=\s*remove|sp_cond_ternary_short\s*=\s*force|sp_cond_ternary_short\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cond Ternary Short|Add Sp Cond Ternary Short|Remove Sp Cond Ternary Short|Force Sp Cond Ternary Short" -ValueDefault=ignore - -[Sp Case Label] -Category=1 -Description="Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make
sense here." -Enabled=false -EditorType=multiple -Choices=sp_case_label\s*=\s*ignore|sp_case_label\s*=\s*add|sp_case_label\s*=\s*remove|sp_case_label\s*=\s*force|sp_case_label\s*=\s*not_defined -ChoicesReadable="Ignore Sp Case Label|Add Sp Case Label|Remove Sp Case Label|Force Sp Case Label" -ValueDefault=ignore - -[Sp Range] -Category=1 -Description="(D) Add or remove space around the D '..' operator." -Enabled=false -EditorType=multiple -Choices=sp_range\s*=\s*ignore|sp_range\s*=\s*add|sp_range\s*=\s*remove|sp_range\s*=\s*force|sp_range\s*=\s*not_defined -ChoicesReadable="Ignore Sp Range|Add Sp Range|Remove Sp Range|Force Sp Range" -ValueDefault=ignore - -[Sp After For Colon] -Category=1 -Description="Add or remove space after ':' in a Java/C++11 range-based 'for',
as in 'for (Type var : <here> expr)'." -Enabled=false -EditorType=multiple -Choices=sp_after_for_colon\s*=\s*ignore|sp_after_for_colon\s*=\s*add|sp_after_for_colon\s*=\s*remove|sp_after_for_colon\s*=\s*force|sp_after_for_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After For Colon|Add Sp After For Colon|Remove Sp After For Colon|Force Sp After For Colon" -ValueDefault=ignore - -[Sp Before For Colon] -Category=1 -Description="Add or remove space before ':' in a Java/C++11 range-based 'for',
as in 'for (Type var <here> : expr)'." -Enabled=false -EditorType=multiple -Choices=sp_before_for_colon\s*=\s*ignore|sp_before_for_colon\s*=\s*add|sp_before_for_colon\s*=\s*remove|sp_before_for_colon\s*=\s*force|sp_before_for_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before For Colon|Add Sp Before For Colon|Remove Sp Before For Colon|Force Sp Before For Colon" -ValueDefault=ignore - -[Sp Extern Paren] -Category=1 -Description="(D) Add or remove space between 'extern' and '(' as in 'extern <here> (C)'." -Enabled=false -EditorType=multiple -Choices=sp_extern_paren\s*=\s*ignore|sp_extern_paren\s*=\s*add|sp_extern_paren\s*=\s*remove|sp_extern_paren\s*=\s*force|sp_extern_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Extern Paren|Add Sp Extern Paren|Remove Sp Extern Paren|Force Sp Extern Paren" -ValueDefault=ignore - -[Sp Cmt Cpp Start] -Category=1 -Description="Add or remove space after the opening of a C++ comment, as in '// <here> A'." -Enabled=false -EditorType=multiple -Choices=sp_cmt_cpp_start\s*=\s*ignore|sp_cmt_cpp_start\s*=\s*add|sp_cmt_cpp_start\s*=\s*remove|sp_cmt_cpp_start\s*=\s*force|sp_cmt_cpp_start\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cmt Cpp Start|Add Sp Cmt Cpp Start|Remove Sp Cmt Cpp Start|Force Sp Cmt Cpp Start" -ValueDefault=ignore - -[Sp Cmt Cpp Pvs] -Category=1 -Description="remove space after the '//' and the pvs command '-V1234',
only works with sp_cmt_cpp_start set to add or force." -Enabled=false -EditorType=boolean -TrueFalse=sp_cmt_cpp_pvs\s*=\s*true|sp_cmt_cpp_pvs\s*=\s*false -ValueDefault=false - -[Sp Cmt Cpp Lint] -Category=1 -Description="remove space after the '//' and the command 'lint',
only works with sp_cmt_cpp_start set to add or force." -Enabled=false -EditorType=boolean -TrueFalse=sp_cmt_cpp_lint\s*=\s*true|sp_cmt_cpp_lint\s*=\s*false -ValueDefault=false - -[Sp Cmt Cpp Region] -Category=1 -Description="Add or remove space in a C++ region marker comment, as in '// <here> BEGIN'.
A region marker is defined as a comment which is not preceded by other text
(i.e. the comment is the first non-whitespace on the line), and which starts
with either 'BEGIN' or 'END'.

Overrides sp_cmt_cpp_start." -Enabled=false -EditorType=multiple -Choices=sp_cmt_cpp_region\s*=\s*ignore|sp_cmt_cpp_region\s*=\s*add|sp_cmt_cpp_region\s*=\s*remove|sp_cmt_cpp_region\s*=\s*force|sp_cmt_cpp_region\s*=\s*not_defined -ChoicesReadable="Ignore Sp Cmt Cpp Region|Add Sp Cmt Cpp Region|Remove Sp Cmt Cpp Region|Force Sp Cmt Cpp Region" -ValueDefault=ignore - -[Sp Cmt Cpp Doxygen] -Category=1 -Description="If true, space added with sp_cmt_cpp_start will be added after Doxygen
sequences like '///', '///<', '//!' and '//!<'." -Enabled=false -EditorType=boolean -TrueFalse=sp_cmt_cpp_doxygen\s*=\s*true|sp_cmt_cpp_doxygen\s*=\s*false -ValueDefault=false - -[Sp Cmt Cpp Qttr] -Category=1 -Description="If true, space added with sp_cmt_cpp_start will be added after Qt translator
or meta-data comments like '//:', '//=', and '//~'." -Enabled=false -EditorType=boolean -TrueFalse=sp_cmt_cpp_qttr\s*=\s*true|sp_cmt_cpp_qttr\s*=\s*false -ValueDefault=false - -[Sp Endif Cmt] -Category=1 -Description="Add or remove space between #else or #endif and a trailing comment." -Enabled=false -EditorType=multiple -Choices=sp_endif_cmt\s*=\s*ignore|sp_endif_cmt\s*=\s*add|sp_endif_cmt\s*=\s*remove|sp_endif_cmt\s*=\s*force|sp_endif_cmt\s*=\s*not_defined -ChoicesReadable="Ignore Sp Endif Cmt|Add Sp Endif Cmt|Remove Sp Endif Cmt|Force Sp Endif Cmt" -ValueDefault=ignore - -[Sp After New] -Category=1 -Description="Add or remove space after 'new', 'delete' and 'delete[]'." -Enabled=false -EditorType=multiple -Choices=sp_after_new\s*=\s*ignore|sp_after_new\s*=\s*add|sp_after_new\s*=\s*remove|sp_after_new\s*=\s*force|sp_after_new\s*=\s*not_defined -ChoicesReadable="Ignore Sp After New|Add Sp After New|Remove Sp After New|Force Sp After New" -ValueDefault=ignore - -[Sp Between New Paren] -Category=1 -Description="Add or remove space between 'new' and '(' in 'new()'." -Enabled=false -EditorType=multiple -Choices=sp_between_new_paren\s*=\s*ignore|sp_between_new_paren\s*=\s*add|sp_between_new_paren\s*=\s*remove|sp_between_new_paren\s*=\s*force|sp_between_new_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Between New Paren|Add Sp Between New Paren|Remove Sp Between New Paren|Force Sp Between New Paren" -ValueDefault=ignore - -[Sp After Newop Paren] -Category=1 -Description="Add or remove space between ')' and type in 'new(foo) BAR'." -Enabled=false -EditorType=multiple -Choices=sp_after_newop_paren\s*=\s*ignore|sp_after_newop_paren\s*=\s*add|sp_after_newop_paren\s*=\s*remove|sp_after_newop_paren\s*=\s*force|sp_after_newop_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Newop Paren|Add Sp After Newop Paren|Remove Sp After Newop Paren|Force Sp After Newop Paren" -ValueDefault=ignore - -[Sp Inside Newop Paren] -Category=1 -Description="Add or remove space inside parentheses of the new operator
as in 'new(foo) BAR'." -Enabled=false -EditorType=multiple -Choices=sp_inside_newop_paren\s*=\s*ignore|sp_inside_newop_paren\s*=\s*add|sp_inside_newop_paren\s*=\s*remove|sp_inside_newop_paren\s*=\s*force|sp_inside_newop_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Newop Paren|Add Sp Inside Newop Paren|Remove Sp Inside Newop Paren|Force Sp Inside Newop Paren" -ValueDefault=ignore - -[Sp Inside Newop Paren Open] -Category=1 -Description="Add or remove space after the open parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." -Enabled=false -EditorType=multiple -Choices=sp_inside_newop_paren_open\s*=\s*ignore|sp_inside_newop_paren_open\s*=\s*add|sp_inside_newop_paren_open\s*=\s*remove|sp_inside_newop_paren_open\s*=\s*force|sp_inside_newop_paren_open\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Newop Paren Open|Add Sp Inside Newop Paren Open|Remove Sp Inside Newop Paren Open|Force Sp Inside Newop Paren Open" -ValueDefault=ignore - -[Sp Inside Newop Paren Close] -Category=1 -Description="Add or remove space before the close parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." -Enabled=false -EditorType=multiple -Choices=sp_inside_newop_paren_close\s*=\s*ignore|sp_inside_newop_paren_close\s*=\s*add|sp_inside_newop_paren_close\s*=\s*remove|sp_inside_newop_paren_close\s*=\s*force|sp_inside_newop_paren_close\s*=\s*not_defined -ChoicesReadable="Ignore Sp Inside Newop Paren Close|Add Sp Inside Newop Paren Close|Remove Sp Inside Newop Paren Close|Force Sp Inside Newop Paren Close" -ValueDefault=ignore - -[Sp Before Tr Cmt] -Category=1 -Description="Add or remove space before a trailing comment." -Enabled=false -EditorType=multiple -Choices=sp_before_tr_cmt\s*=\s*ignore|sp_before_tr_cmt\s*=\s*add|sp_before_tr_cmt\s*=\s*remove|sp_before_tr_cmt\s*=\s*force|sp_before_tr_cmt\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Tr Cmt|Add Sp Before Tr Cmt|Remove Sp Before Tr Cmt|Force Sp Before Tr Cmt" -ValueDefault=ignore - -[Sp Num Before Tr Cmt] -Category=1 -Description="Number of spaces before a trailing comment." -Enabled=false -EditorType=numeric -CallName="sp_num_before_tr_cmt\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Sp Before Emb Cmt] -Category=1 -Description="Add or remove space before an embedded comment.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_before_emb_cmt\s*=\s*ignore|sp_before_emb_cmt\s*=\s*add|sp_before_emb_cmt\s*=\s*remove|sp_before_emb_cmt\s*=\s*force|sp_before_emb_cmt\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Emb Cmt|Add Sp Before Emb Cmt|Remove Sp Before Emb Cmt|Force Sp Before Emb Cmt" -ValueDefault=force - -[Sp Num Before Emb Cmt] -Category=1 -Description="Number of spaces before an embedded comment.

Default: 1" -Enabled=false -EditorType=numeric -CallName="sp_num_before_emb_cmt\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=1 - -[Sp After Emb Cmt] -Category=1 -Description="Add or remove space after an embedded comment.

Default: force" -Enabled=false -EditorType=multiple -Choices=sp_after_emb_cmt\s*=\s*ignore|sp_after_emb_cmt\s*=\s*add|sp_after_emb_cmt\s*=\s*remove|sp_after_emb_cmt\s*=\s*force|sp_after_emb_cmt\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Emb Cmt|Add Sp After Emb Cmt|Remove Sp After Emb Cmt|Force Sp After Emb Cmt" -ValueDefault=force - -[Sp Num After Emb Cmt] -Category=1 -Description="Number of spaces after an embedded comment.

Default: 1" -Enabled=false -EditorType=numeric -CallName="sp_num_after_emb_cmt\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=1 - -[Sp Annotation Paren] -Category=1 -Description="(Java) Add or remove space between an annotation and the open parenthesis." -Enabled=false -EditorType=multiple -Choices=sp_annotation_paren\s*=\s*ignore|sp_annotation_paren\s*=\s*add|sp_annotation_paren\s*=\s*remove|sp_annotation_paren\s*=\s*force|sp_annotation_paren\s*=\s*not_defined -ChoicesReadable="Ignore Sp Annotation Paren|Add Sp Annotation Paren|Remove Sp Annotation Paren|Force Sp Annotation Paren" -ValueDefault=ignore - -[Sp Skip Vbrace Tokens] -Category=1 -Description="If true, vbrace tokens are dropped to the previous token and skipped." -Enabled=false -EditorType=boolean -TrueFalse=sp_skip_vbrace_tokens\s*=\s*true|sp_skip_vbrace_tokens\s*=\s*false -ValueDefault=false - -[Sp After Noexcept] -Category=1 -Description="Add or remove space after 'noexcept'." -Enabled=false -EditorType=multiple -Choices=sp_after_noexcept\s*=\s*ignore|sp_after_noexcept\s*=\s*add|sp_after_noexcept\s*=\s*remove|sp_after_noexcept\s*=\s*force|sp_after_noexcept\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Noexcept|Add Sp After Noexcept|Remove Sp After Noexcept|Force Sp After Noexcept" -ValueDefault=ignore - -[Sp Vala After Translation] -Category=1 -Description="Add or remove space after '_'." -Enabled=false -EditorType=multiple -Choices=sp_vala_after_translation\s*=\s*ignore|sp_vala_after_translation\s*=\s*add|sp_vala_after_translation\s*=\s*remove|sp_vala_after_translation\s*=\s*force|sp_vala_after_translation\s*=\s*not_defined -ChoicesReadable="Ignore Sp Vala After Translation|Add Sp Vala After Translation|Remove Sp Vala After Translation|Force Sp Vala After Translation" -ValueDefault=ignore - -[Sp Before Bit Colon] -Category=1 -Description="Add or remove space before a bit colon ':'." -Enabled=false -EditorType=multiple -Choices=sp_before_bit_colon\s*=\s*ignore|sp_before_bit_colon\s*=\s*add|sp_before_bit_colon\s*=\s*remove|sp_before_bit_colon\s*=\s*force|sp_before_bit_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp Before Bit Colon|Add Sp Before Bit Colon|Remove Sp Before Bit Colon|Force Sp Before Bit Colon" -ValueDefault=ignore - -[Sp After Bit Colon] -Category=1 -Description="Add or remove space after a bit colon ':'." -Enabled=false -EditorType=multiple -Choices=sp_after_bit_colon\s*=\s*ignore|sp_after_bit_colon\s*=\s*add|sp_after_bit_colon\s*=\s*remove|sp_after_bit_colon\s*=\s*force|sp_after_bit_colon\s*=\s*not_defined -ChoicesReadable="Ignore Sp After Bit Colon|Add Sp After Bit Colon|Remove Sp After Bit Colon|Force Sp After Bit Colon" -ValueDefault=ignore - -[Force Tab After Define] -Category=1 -Description="If true, a <TAB> is inserted after #define." -Enabled=false -EditorType=boolean -TrueFalse=force_tab_after_define\s*=\s*true|force_tab_after_define\s*=\s*false -ValueDefault=false - -[Indent Columns] -Category=2 -Description="The number of columns to indent per level. Usually 2, 3, 4, or 8.

Default: 8" -Enabled=false -EditorType=numeric -CallName="indent_columns\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=8 - -[Indent Ignore First Continue] -Category=2 -Description="Whether to ignore indent for the first continuation line. Subsequent
continuation lines will still be indented to match the first." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_first_continue\s*=\s*true|indent_ignore_first_continue\s*=\s*false -ValueDefault=false - -[Indent Continue] -Category=2 -Description="The continuation indent. If non-zero, this overrides the indent of '(', '['
and '=' continuation indents. Negative values are OK; negative value is
absolute and not increased for each '(' or '[' level.

For FreeBSD, this is set to 4.
Requires indent_ignore_first_continue=false." -Enabled=false -EditorType=numeric -CallName="indent_continue\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Continue Class Head] -Category=2 -Description="The continuation indent, only for class header line(s). If non-zero, this
overrides the indent of 'class' continuation indents.
Requires indent_ignore_first_continue=false." -Enabled=false -EditorType=numeric -CallName="indent_continue_class_head\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Single Newlines] -Category=2 -Description="Whether to indent empty lines (i.e. lines which contain only spaces before
the newline character)." -Enabled=false -EditorType=boolean -TrueFalse=indent_single_newlines\s*=\s*true|indent_single_newlines\s*=\s*false -ValueDefault=false - -[Indent Param] -Category=2 -Description="The continuation indent for func_*_param if they are true. If non-zero, this
overrides the indent." -Enabled=false -EditorType=numeric -CallName="indent_param\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent With Tabs] -Category=2 -Description="How to use tabs when indenting code.

0: Spaces only
1: Indent with tabs to brace level, align with spaces (default)
2: Indent and align with tabs, using spaces when not on a tabstop

Default: 1" -Enabled=true -EditorType=multiple -Choices="indent_with_tabs\s*=\s*0|indent_with_tabs\s*=\s*1|indent_with_tabs\s*=\s*2" -ChoicesReadable="Spaces only|Indent with tabs, align with spaces|Indent and align with tabs" -ValueDefault=1 - -[Indent Cmt With Tabs] -Category=2 -Description="Whether to indent comments that are not at a brace level with tabs on a
tabstop. Requires indent_with_tabs=2. If false, will use spaces." -Enabled=false -EditorType=boolean -TrueFalse=indent_cmt_with_tabs\s*=\s*true|indent_cmt_with_tabs\s*=\s*false -ValueDefault=false - -[Indent Align String] -Category=2 -Description="Whether to indent strings broken by '\' so that they line up." -Enabled=false -EditorType=boolean -TrueFalse=indent_align_string\s*=\s*true|indent_align_string\s*=\s*false -ValueDefault=false - -[Indent Xml String] -Category=2 -Description="The number of spaces to indent multi-line XML strings.
Requires indent_align_string=true." -Enabled=false -EditorType=numeric -CallName="indent_xml_string\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Brace] -Category=2 -Description="Spaces to indent '{' from level." -Enabled=false -EditorType=numeric -CallName="indent_brace\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Braces] -Category=2 -Description="Whether braces are indented to the body level." -Enabled=false -EditorType=boolean -TrueFalse=indent_braces\s*=\s*true|indent_braces\s*=\s*false -ValueDefault=false - -[Indent Braces No Func] -Category=2 -Description="Whether to disable indenting function braces if indent_braces=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_braces_no_func\s*=\s*true|indent_braces_no_func\s*=\s*false -ValueDefault=false - -[Indent Braces No Class] -Category=2 -Description="Whether to disable indenting class braces if indent_braces=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_braces_no_class\s*=\s*true|indent_braces_no_class\s*=\s*false -ValueDefault=false - -[Indent Braces No Struct] -Category=2 -Description="Whether to disable indenting struct braces if indent_braces=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_braces_no_struct\s*=\s*true|indent_braces_no_struct\s*=\s*false -ValueDefault=false - -[Indent Brace Parent] -Category=2 -Description="Whether to indent based on the size of the brace parent,
i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc." -Enabled=false -EditorType=boolean -TrueFalse=indent_brace_parent\s*=\s*true|indent_brace_parent\s*=\s*false -ValueDefault=false - -[Indent Paren Open Brace] -Category=2 -Description="Whether to indent based on the open parenthesis instead of the open brace
in '({\n'." -Enabled=false -EditorType=boolean -TrueFalse=indent_paren_open_brace\s*=\s*true|indent_paren_open_brace\s*=\s*false -ValueDefault=false - -[Indent Cs Delegate Brace] -Category=2 -Description="(C#) Whether to indent the brace of a C# delegate by another level." -Enabled=false -EditorType=boolean -TrueFalse=indent_cs_delegate_brace\s*=\s*true|indent_cs_delegate_brace\s*=\s*false -ValueDefault=false - -[Indent Cs Delegate Body] -Category=2 -Description="(C#) Whether to indent a C# delegate (to handle delegates with no brace) by
another level." -Enabled=false -EditorType=boolean -TrueFalse=indent_cs_delegate_body\s*=\s*true|indent_cs_delegate_body\s*=\s*false -ValueDefault=false - -[Indent Namespace] -Category=2 -Description="Whether to indent the body of a 'namespace'." -Enabled=false -EditorType=boolean -TrueFalse=indent_namespace\s*=\s*true|indent_namespace\s*=\s*false -ValueDefault=false - -[Indent Namespace Single Indent] -Category=2 -Description="Whether to indent only the first namespace, and not any nested namespaces.
Requires indent_namespace=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_namespace_single_indent\s*=\s*true|indent_namespace_single_indent\s*=\s*false -ValueDefault=false - -[Indent Namespace Level] -Category=2 -Description="The number of spaces to indent a namespace block.
If set to zero, use the value indent_columns" -Enabled=false -EditorType=numeric -CallName="indent_namespace_level\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Namespace Limit] -Category=2 -Description="If the body of the namespace is longer than this number, it won't be
indented. Requires indent_namespace=true. 0 means no limit." -Enabled=false -EditorType=numeric -CallName="indent_namespace_limit\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Indent Namespace Inner Only] -Category=2 -Description="Whether to indent only in inner namespaces (nested in other namespaces).
Requires indent_namespace=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_namespace_inner_only\s*=\s*true|indent_namespace_inner_only\s*=\s*false -ValueDefault=false - -[Indent Extern] -Category=2 -Description="Whether the 'extern "C"' body is indented." -Enabled=false -EditorType=boolean -TrueFalse=indent_extern\s*=\s*true|indent_extern\s*=\s*false -ValueDefault=false - -[Indent Class] -Category=2 -Description="Whether the 'class' body is indented." -Enabled=false -EditorType=boolean -TrueFalse=indent_class\s*=\s*true|indent_class\s*=\s*false -ValueDefault=false - -[Indent Ignore Before Class Colon] -Category=2 -Description="Whether to ignore indent for the leading base class colon." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_before_class_colon\s*=\s*true|indent_ignore_before_class_colon\s*=\s*false -ValueDefault=false - -[Indent Before Class Colon] -Category=2 -Description="Additional indent before the leading base class colon.
Negative values decrease indent down to the first column.
Requires indent_ignore_before_class_colon=false and a newline break before
the colon (see pos_class_colon and nl_class_colon)" -Enabled=false -EditorType=numeric -CallName="indent_before_class_colon\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Class Colon] -Category=2 -Description="Whether to indent the stuff after a leading base class colon." -Enabled=false -EditorType=boolean -TrueFalse=indent_class_colon\s*=\s*true|indent_class_colon\s*=\s*false -ValueDefault=false - -[Indent Class On Colon] -Category=2 -Description="Whether to indent based on a class colon instead of the stuff after the
colon. Requires indent_class_colon=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_class_on_colon\s*=\s*true|indent_class_on_colon\s*=\s*false -ValueDefault=false - -[Indent Ignore Before Constr Colon] -Category=2 -Description="Whether to ignore indent for a leading class initializer colon." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_before_constr_colon\s*=\s*true|indent_ignore_before_constr_colon\s*=\s*false -ValueDefault=false - -[Indent Constr Colon] -Category=2 -Description="Whether to indent the stuff after a leading class initializer colon." -Enabled=false -EditorType=boolean -TrueFalse=indent_constr_colon\s*=\s*true|indent_constr_colon\s*=\s*false -ValueDefault=false - -[Indent Ctor Init Leading] -Category=2 -Description="Virtual indent from the ':' for leading member initializers.

Default: 2" -Enabled=false -EditorType=numeric -CallName="indent_ctor_init_leading\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=2 - -[Indent Ctor Init Following] -Category=2 -Description="Virtual indent from the ':' for following member initializers.

Default: 2" -Enabled=false -EditorType=numeric -CallName="indent_ctor_init_following\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=2 - -[Indent Ctor Init] -Category=2 -Description="Additional indent for constructor initializer list.
Negative values decrease indent down to the first column." -Enabled=false -EditorType=numeric -CallName="indent_ctor_init\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Else If] -Category=2 -Description="Whether to indent 'if' following 'else' as a new block under the 'else'.
If false, 'else\nif' is treated as 'else if' for indenting purposes." -Enabled=false -EditorType=boolean -TrueFalse=indent_else_if\s*=\s*true|indent_else_if\s*=\s*false -ValueDefault=false - -[Indent Var Def Blk] -Category=2 -Description="Amount to indent variable declarations after a open brace.

<0: Relative
>=0: Absolute" -Enabled=false -EditorType=numeric -CallName="indent_var_def_blk\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Var Def Cont] -Category=2 -Description="Whether to indent continued variable declarations instead of aligning." -Enabled=false -EditorType=boolean -TrueFalse=indent_var_def_cont\s*=\s*true|indent_var_def_cont\s*=\s*false -ValueDefault=false - -[Indent Shift] -Category=2 -Description="How to indent continued shift expressions ('<<' and '>>').
Set align_left_shift=false when using this.
0: Align shift operators instead of indenting them (default)
1: Indent by one level
-1: Preserve original indentation" -Enabled=false -EditorType=numeric -CallName="indent_shift\s*=\s*" -MinVal=-1 -MaxVal=1 -ValueDefault=0 - -[Indent Func Def Force Col1] -Category=2 -Description="Whether to force indentation of function definitions to start in column 1." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_def_force_col1\s*=\s*true|indent_func_def_force_col1\s*=\s*false -ValueDefault=false - -[Indent Func Call Param] -Category=2 -Description="Whether to indent continued function call parameters one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_call_param\s*=\s*true|indent_func_call_param\s*=\s*false -ValueDefault=false - -[Indent Func Def Param] -Category=2 -Description="Whether to indent continued function definition parameters one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_def_param\s*=\s*true|indent_func_def_param\s*=\s*false -ValueDefault=false - -[Indent Func Def Param Paren Pos Threshold] -Category=2 -Description="for function definitions, only if indent_func_def_param is false
Allows to align params when appropriate and indent them when not
behave as if it was true if paren position is more than this value
if paren position is more than the option value" -Enabled=false -EditorType=numeric -CallName="indent_func_def_param_paren_pos_threshold\s*=\s*" -MinVal=0 -MaxVal=160 -ValueDefault=0 - -[Indent Func Proto Param] -Category=2 -Description="Whether to indent continued function call prototype one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_proto_param\s*=\s*true|indent_func_proto_param\s*=\s*false -ValueDefault=false - -[Indent Func Class Param] -Category=2 -Description="Whether to indent continued function call declaration one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_class_param\s*=\s*true|indent_func_class_param\s*=\s*false -ValueDefault=false - -[Indent Func Ctor Var Param] -Category=2 -Description="Whether to indent continued class variable constructors one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_ctor_var_param\s*=\s*true|indent_func_ctor_var_param\s*=\s*false -ValueDefault=false - -[Indent Template Param] -Category=2 -Description="Whether to indent continued template parameter list one indent level,
rather than aligning parameters under the open parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_template_param\s*=\s*true|indent_template_param\s*=\s*false -ValueDefault=false - -[Indent Func Param Double] -Category=2 -Description="Double the indent for indent_func_xxx_param options.
Use both values of the options indent_columns and indent_param." -Enabled=false -EditorType=boolean -TrueFalse=indent_func_param_double\s*=\s*true|indent_func_param_double\s*=\s*false -ValueDefault=false - -[Indent Func Const] -Category=2 -Description="Indentation column for standalone 'const' qualifier on a function
prototype." -Enabled=false -EditorType=numeric -CallName="indent_func_const\s*=\s*" -MinVal=0 -MaxVal=69 -ValueDefault=0 - -[Indent Func Throw] -Category=2 -Description="Indentation column for standalone 'throw' qualifier on a function
prototype." -Enabled=false -EditorType=numeric -CallName="indent_func_throw\s*=\s*" -MinVal=0 -MaxVal=41 -ValueDefault=0 - -[Indent Macro Brace] -Category=2 -Description="How to indent within a macro followed by a brace on the same line
This allows reducing the indent in macros that have (for example)
`do { ... } while (0)` blocks bracketing them.

true: add an indent for the brace on the same line as the macro
false: do not add an indent for the brace on the same line as the macro

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_macro_brace\s*=\s*true|indent_macro_brace\s*=\s*false -ValueDefault=true - -[Indent Member] -Category=2 -Description="The number of spaces to indent a continued '->' or '.'.
Usually set to 0, 1, or indent_columns." -Enabled=false -EditorType=numeric -CallName="indent_member\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Member Single] -Category=2 -Description="Whether lines broken at '.' or '->' should be indented by a single indent.
The indent_member option will not be effective if this is set to true." -Enabled=false -EditorType=boolean -TrueFalse=indent_member_single\s*=\s*true|indent_member_single\s*=\s*false -ValueDefault=false - -[Indent Single Line Comments Before] -Category=2 -Description="Spaces to indent single line ('//') comments on lines before code." -Enabled=false -EditorType=numeric -CallName="indent_single_line_comments_before\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Single Line Comments After] -Category=2 -Description="Spaces to indent single line ('//') comments on lines after code." -Enabled=false -EditorType=numeric -CallName="indent_single_line_comments_after\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Sparen Extra] -Category=2 -Description="When opening a paren for a control statement (if, for, while, etc), increase
the indent level by this value. Negative values decrease the indent level." -Enabled=false -EditorType=numeric -CallName="indent_sparen_extra\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Relative Single Line Comments] -Category=2 -Description="Whether to indent trailing single line ('//') comments relative to the code
instead of trying to keep the same absolute column." -Enabled=false -EditorType=boolean -TrueFalse=indent_relative_single_line_comments\s*=\s*true|indent_relative_single_line_comments\s*=\s*false -ValueDefault=false - -[Indent Switch Case] -Category=2 -Description="Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns.
It might be wise to choose the same value for the option indent_case_brace." -Enabled=false -EditorType=numeric -CallName="indent_switch_case\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Switch Body] -Category=2 -Description="Spaces to indent the body of a 'switch' before any 'case'.
Usually the same as indent_columns or indent_switch_case." -Enabled=false -EditorType=numeric -CallName="indent_switch_body\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Ignore Case Brace] -Category=2 -Description="Whether to ignore indent for '{' following 'case'." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_case_brace\s*=\s*true|indent_ignore_case_brace\s*=\s*false -ValueDefault=false - -[Indent Case Brace] -Category=2 -Description="Spaces to indent '{' from 'case'. By default, the brace will appear under
the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK.
It might be wise to choose the same value for the option indent_switch_case." -Enabled=false -EditorType=numeric -CallName="indent_case_brace\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Indent Switch Break With Case] -Category=2 -Description="indent 'break' with 'case' from 'switch'." -Enabled=false -EditorType=boolean -TrueFalse=indent_switch_break_with_case\s*=\s*true|indent_switch_break_with_case\s*=\s*false -ValueDefault=false - -[Indent Switch Pp] -Category=2 -Description="Whether to indent preprocessor statements inside of switch statements.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_switch_pp\s*=\s*true|indent_switch_pp\s*=\s*false -ValueDefault=true - -[Indent Case Shift] -Category=2 -Description="Spaces to shift the 'case' line, without affecting any other lines.
Usually 0." -Enabled=false -EditorType=numeric -CallName="indent_case_shift\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Case Comment] -Category=2 -Description="Whether to align comments before 'case' with the 'case'.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_case_comment\s*=\s*true|indent_case_comment\s*=\s*false -ValueDefault=true - -[Indent Comment] -Category=2 -Description="Whether to indent comments not found in first column.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_comment\s*=\s*true|indent_comment\s*=\s*false -ValueDefault=true - -[Indent Col1 Comment] -Category=2 -Description="Whether to indent comments found in first column." -Enabled=false -EditorType=boolean -TrueFalse=indent_col1_comment\s*=\s*true|indent_col1_comment\s*=\s*false -ValueDefault=false - -[Indent Col1 Multi String Literal] -Category=2 -Description="Whether to indent multi string literal in first column." -Enabled=false -EditorType=boolean -TrueFalse=indent_col1_multi_string_literal\s*=\s*true|indent_col1_multi_string_literal\s*=\s*false -ValueDefault=false - -[Indent Comment Align Thresh] -Category=2 -Description="Align comments on adjacent lines that are this many columns apart or less.

Default: 3" -Enabled=false -EditorType=numeric -CallName="indent_comment_align_thresh\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=3 - -[Indent Ignore Label] -Category=2 -Description="Whether to ignore indent for goto labels." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_label\s*=\s*true|indent_ignore_label\s*=\s*false -ValueDefault=false - -[Indent Label] -Category=2 -Description="How to indent goto labels. Requires indent_ignore_label=false.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" -Enabled=false -EditorType=numeric -CallName="indent_label\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=1 - -[Indent Access Spec] -Category=2 -Description="How to indent access specifiers that are followed by a
colon.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" -Enabled=false -EditorType=numeric -CallName="indent_access_spec\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=1 - -[Indent Access Spec Body] -Category=2 -Description="Whether to indent the code after an access specifier by one level.
If true, this option forces 'indent_access_spec=0'." -Enabled=false -EditorType=boolean -TrueFalse=indent_access_spec_body\s*=\s*true|indent_access_spec_body\s*=\s*false -ValueDefault=false - -[Indent Paren Nl] -Category=2 -Description="If an open parenthesis is followed by a newline, whether to indent the next
line so that it lines up after the open parenthesis (not recommended)." -Enabled=false -EditorType=boolean -TrueFalse=indent_paren_nl\s*=\s*true|indent_paren_nl\s*=\s*false -ValueDefault=false - -[Indent Paren Close] -Category=2 -Description="How to indent a close parenthesis after a newline.

0: Indent to body level (default)
1: Align under the open parenthesis
2: Indent to the brace level
-1: Preserve original indentation" -Enabled=false -EditorType=numeric -CallName="indent_paren_close\s*=\s*" -MinVal=-1 -MaxVal=2 -ValueDefault=0 - -[Indent Paren After Func Def] -Category=2 -Description="Whether to indent the open parenthesis of a function definition,
if the parenthesis is on its own line." -Enabled=false -EditorType=boolean -TrueFalse=indent_paren_after_func_def\s*=\s*true|indent_paren_after_func_def\s*=\s*false -ValueDefault=false - -[Indent Paren After Func Decl] -Category=2 -Description="Whether to indent the open parenthesis of a function declaration,
if the parenthesis is on its own line." -Enabled=false -EditorType=boolean -TrueFalse=indent_paren_after_func_decl\s*=\s*true|indent_paren_after_func_decl\s*=\s*false -ValueDefault=false - -[Indent Paren After Func Call] -Category=2 -Description="Whether to indent the open parenthesis of a function call,
if the parenthesis is on its own line." -Enabled=false -EditorType=boolean -TrueFalse=indent_paren_after_func_call\s*=\s*true|indent_paren_after_func_call\s*=\s*false -ValueDefault=false - -[Indent Comma Brace] -Category=2 -Description="How to indent a comma when inside braces.
0: Indent by one level (default)
1: Align under the open brace
-1: Preserve original indentation" -Enabled=false -EditorType=numeric -CallName="indent_comma_brace\s*=\s*" -MinVal=-1 -MaxVal=1 -ValueDefault=0 - -[Indent Comma Paren] -Category=2 -Description="How to indent a comma when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" -Enabled=false -EditorType=numeric -CallName="indent_comma_paren\s*=\s*" -MinVal=-1 -MaxVal=1 -ValueDefault=0 - -[Indent Bool Paren] -Category=2 -Description="How to indent a Boolean operator when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" -Enabled=false -EditorType=numeric -CallName="indent_bool_paren\s*=\s*" -MinVal=-1 -MaxVal=1 -ValueDefault=0 - -[Indent Ignore Bool] -Category=2 -Description="Whether to ignore the indentation of a Boolean operator when outside
parentheses." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_bool\s*=\s*true|indent_ignore_bool\s*=\s*false -ValueDefault=false - -[Indent Ignore Arith] -Category=2 -Description="Whether to ignore the indentation of an arithmetic operator." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_arith\s*=\s*true|indent_ignore_arith\s*=\s*false -ValueDefault=false - -[Indent Semicolon For Paren] -Category=2 -Description="Whether to indent a semicolon when inside a for parenthesis.
If true, aligns under the open for parenthesis." -Enabled=false -EditorType=boolean -TrueFalse=indent_semicolon_for_paren\s*=\s*true|indent_semicolon_for_paren\s*=\s*false -ValueDefault=false - -[Indent Ignore Semicolon] -Category=2 -Description="Whether to ignore the indentation of a semicolon outside of a 'for'
statement." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_semicolon\s*=\s*true|indent_ignore_semicolon\s*=\s*false -ValueDefault=false - -[Indent First Bool Expr] -Category=2 -Description="Whether to align the first expression to following ones
if indent_bool_paren=1." -Enabled=false -EditorType=boolean -TrueFalse=indent_first_bool_expr\s*=\s*true|indent_first_bool_expr\s*=\s*false -ValueDefault=false - -[Indent First For Expr] -Category=2 -Description="Whether to align the first expression to following ones
if indent_semicolon_for_paren=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_first_for_expr\s*=\s*true|indent_first_for_expr\s*=\s*false -ValueDefault=false - -[Indent Square Nl] -Category=2 -Description="If an open square is followed by a newline, whether to indent the next line
so that it lines up after the open square (not recommended)." -Enabled=false -EditorType=boolean -TrueFalse=indent_square_nl\s*=\s*true|indent_square_nl\s*=\s*false -ValueDefault=false - -[Indent Preserve Sql] -Category=2 -Description="(ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies." -Enabled=false -EditorType=boolean -TrueFalse=indent_preserve_sql\s*=\s*true|indent_preserve_sql\s*=\s*false -ValueDefault=false - -[Indent Ignore Assign] -Category=2 -Description="Whether to ignore the indentation of an assignment operator." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_assign\s*=\s*true|indent_ignore_assign\s*=\s*false -ValueDefault=false - -[Indent Align Assign] -Category=2 -Description="Whether to align continued statements at the '='. If false or if the '=' is
followed by a newline, the next line is indent one tab.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_align_assign\s*=\s*true|indent_align_assign\s*=\s*false -ValueDefault=true - -[Indent Off After Assign] -Category=2 -Description="If true, the indentation of the chunks after a '=' sequence will be set at
LHS token indentation column before '='." -Enabled=false -EditorType=boolean -TrueFalse=indent_off_after_assign\s*=\s*true|indent_off_after_assign\s*=\s*false -ValueDefault=false - -[Indent Align Paren] -Category=2 -Description="Whether to align continued statements at the '('. If false or the '(' is
followed by a newline, the next line indent is one tab.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_align_paren\s*=\s*true|indent_align_paren\s*=\s*false -ValueDefault=true - -[Indent Oc Inside Msg Sel] -Category=2 -Description="(OC) Whether to indent Objective-C code inside message selectors." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_inside_msg_sel\s*=\s*true|indent_oc_inside_msg_sel\s*=\s*false -ValueDefault=false - -[Indent Oc Block] -Category=2 -Description="(OC) Whether to indent Objective-C blocks at brace level instead of usual
rules." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block\s*=\s*true|indent_oc_block\s*=\s*false -ValueDefault=false - -[Indent Oc Block Msg] -Category=2 -Description="(OC) Indent for Objective-C blocks in a message relative to the parameter
name.

=0: Use indent_oc_block rules
>0: Use specified number of spaces to indent" -Enabled=false -EditorType=numeric -CallName="indent_oc_block_msg\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Oc Msg Colon] -Category=2 -Description="(OC) Minimum indent for subsequent parameters" -Enabled=false -EditorType=numeric -CallName="indent_oc_msg_colon\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Indent Oc Msg Prioritize First Colon] -Category=2 -Description="(OC) Whether to prioritize aligning with initial colon (and stripping spaces
from lines, if necessary).

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_msg_prioritize_first_colon\s*=\s*true|indent_oc_msg_prioritize_first_colon\s*=\s*false -ValueDefault=true - -[Indent Oc Block Msg Xcode Style] -Category=2 -Description="(OC) Whether to indent blocks the way that Xcode does by default
(from the keyword if the parameter is on its own line; otherwise, from the
previous indentation level). Requires indent_oc_block_msg=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block_msg_xcode_style\s*=\s*true|indent_oc_block_msg_xcode_style\s*=\s*false -ValueDefault=false - -[Indent Oc Block Msg From Keyword] -Category=2 -Description="(OC) Whether to indent blocks from where the brace is, relative to a
message keyword. Requires indent_oc_block_msg=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block_msg_from_keyword\s*=\s*true|indent_oc_block_msg_from_keyword\s*=\s*false -ValueDefault=false - -[Indent Oc Block Msg From Colon] -Category=2 -Description="(OC) Whether to indent blocks from where the brace is, relative to a message
colon. Requires indent_oc_block_msg=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block_msg_from_colon\s*=\s*true|indent_oc_block_msg_from_colon\s*=\s*false -ValueDefault=false - -[Indent Oc Block Msg From Caret] -Category=2 -Description="(OC) Whether to indent blocks from where the block caret is.
Requires indent_oc_block_msg=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block_msg_from_caret\s*=\s*true|indent_oc_block_msg_from_caret\s*=\s*false -ValueDefault=false - -[Indent Oc Block Msg From Brace] -Category=2 -Description="(OC) Whether to indent blocks from where the brace caret is.
Requires indent_oc_block_msg=true." -Enabled=false -EditorType=boolean -TrueFalse=indent_oc_block_msg_from_brace\s*=\s*true|indent_oc_block_msg_from_brace\s*=\s*false -ValueDefault=false - -[Indent Min Vbrace Open] -Category=2 -Description="When indenting after virtual brace open and newline add further spaces to
reach this minimum indent." -Enabled=false -EditorType=numeric -CallName="indent_min_vbrace_open\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Indent Vbrace Open On Tabstop] -Category=2 -Description="Whether to add further spaces after regular indent to reach next tabstop
when indenting after virtual brace open and newline." -Enabled=false -EditorType=boolean -TrueFalse=indent_vbrace_open_on_tabstop\s*=\s*true|indent_vbrace_open_on_tabstop\s*=\s*false -ValueDefault=false - -[Indent Token After Brace] -Category=2 -Description="How to indent after a brace followed by another token (not a newline).
true: indent all contained lines to match the token
false: indent all contained lines to match the brace

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_token_after_brace\s*=\s*true|indent_token_after_brace\s*=\s*false -ValueDefault=true - -[Indent Cpp Lambda Body] -Category=2 -Description="Whether to indent the body of a C++11 lambda." -Enabled=false -EditorType=boolean -TrueFalse=indent_cpp_lambda_body\s*=\s*true|indent_cpp_lambda_body\s*=\s*false -ValueDefault=false - -[Indent Compound Literal Return] -Category=2 -Description="How to indent compound literals that are being returned.
true: add both the indent from return & the compound literal open brace
(i.e. 2 indent levels)
false: only indent 1 level, don't add the indent for the open brace, only
add the indent for the return.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_compound_literal_return\s*=\s*true|indent_compound_literal_return\s*=\s*false -ValueDefault=true - -[Indent Using Block] -Category=2 -Description="(C#) Whether to indent a 'using' block if no braces are used.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=indent_using_block\s*=\s*true|indent_using_block\s*=\s*false -ValueDefault=true - -[Indent Ternary Operator] -Category=2 -Description="How to indent the continuation of ternary operator.

0: Off (default)
1: When the `if_false` is a continuation, indent it under the `if_true` branch
2: When the `:` is a continuation, indent it under `?`" -Enabled=false -EditorType=numeric -CallName="indent_ternary_operator\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Indent Inside Ternary Operator] -Category=2 -Description="Whether to indent the statements inside ternary operator." -Enabled=false -EditorType=boolean -TrueFalse=indent_inside_ternary_operator\s*=\s*true|indent_inside_ternary_operator\s*=\s*false -ValueDefault=false - -[Indent Off After Return] -Category=2 -Description="If true, the indentation of the chunks after a `return` sequence will be set at return indentation column." -Enabled=false -EditorType=boolean -TrueFalse=indent_off_after_return\s*=\s*true|indent_off_after_return\s*=\s*false -ValueDefault=false - -[Indent Off After Return New] -Category=2 -Description="If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column." -Enabled=false -EditorType=boolean -TrueFalse=indent_off_after_return_new\s*=\s*true|indent_off_after_return_new\s*=\s*false -ValueDefault=false - -[Indent Single After Return] -Category=2 -Description="If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token." -Enabled=false -EditorType=boolean -TrueFalse=indent_single_after_return\s*=\s*true|indent_single_after_return\s*=\s*false -ValueDefault=false - -[Indent Ignore Asm Block] -Category=2 -Description="Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they
have their own indentation)." -Enabled=false -EditorType=boolean -TrueFalse=indent_ignore_asm_block\s*=\s*true|indent_ignore_asm_block\s*=\s*false -ValueDefault=false - -[Donot Indent Func Def Close Paren] -Category=2 -Description="Don't indent the close parenthesis of a function definition,
if the parenthesis is on its own line." -Enabled=false -EditorType=boolean -TrueFalse=donot_indent_func_def_close_paren\s*=\s*true|donot_indent_func_def_close_paren\s*=\s*false -ValueDefault=false - -[Nl Collapse Empty Body] -Category=3 -Description="Whether to collapse empty blocks between '{' and '}' except for functions.
Use nl_collapse_empty_body_functions to specify how empty function braces
should be formatted." -Enabled=false -EditorType=boolean -TrueFalse=nl_collapse_empty_body\s*=\s*true|nl_collapse_empty_body\s*=\s*false -ValueDefault=false - -[Nl Collapse Empty Body Functions] -Category=3 -Description="Whether to collapse empty blocks between '{' and '}' for functions only.
If true, overrides nl_inside_empty_func." -Enabled=false -EditorType=boolean -TrueFalse=nl_collapse_empty_body_functions\s*=\s*true|nl_collapse_empty_body_functions\s*=\s*false -ValueDefault=false - -[Nl Assign Leave One Liners] -Category=3 -Description="Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'." -Enabled=false -EditorType=boolean -TrueFalse=nl_assign_leave_one_liners\s*=\s*true|nl_assign_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Class Leave One Liners] -Category=3 -Description="Don't split one-line braced statements inside a 'class xx { }' body." -Enabled=false -EditorType=boolean -TrueFalse=nl_class_leave_one_liners\s*=\s*true|nl_class_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Enum Leave One Liners] -Category=3 -Description="Don't split one-line enums, as in 'enum foo { BAR = 15 };'" -Enabled=false -EditorType=boolean -TrueFalse=nl_enum_leave_one_liners\s*=\s*true|nl_enum_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Getset Leave One Liners] -Category=3 -Description="Don't split one-line get or set functions." -Enabled=false -EditorType=boolean -TrueFalse=nl_getset_leave_one_liners\s*=\s*true|nl_getset_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Cs Property Leave One Liners] -Category=3 -Description="(C#) Don't split one-line property get or set functions." -Enabled=false -EditorType=boolean -TrueFalse=nl_cs_property_leave_one_liners\s*=\s*true|nl_cs_property_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Func Leave One Liners] -Category=3 -Description="Don't split one-line function definitions, as in 'int foo() { return 0; }'.
might modify nl_func_type_name" -Enabled=false -EditorType=boolean -TrueFalse=nl_func_leave_one_liners\s*=\s*true|nl_func_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Cpp Lambda Leave One Liners] -Category=3 -Description="Don't split one-line C++11 lambdas, as in '[]() { return 0; }'." -Enabled=false -EditorType=boolean -TrueFalse=nl_cpp_lambda_leave_one_liners\s*=\s*true|nl_cpp_lambda_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl If Leave One Liners] -Category=3 -Description="Don't split one-line if/else statements, as in 'if(...) b++;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_if_leave_one_liners\s*=\s*true|nl_if_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl While Leave One Liners] -Category=3 -Description="Don't split one-line while statements, as in 'while(...) b++;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_while_leave_one_liners\s*=\s*true|nl_while_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Do Leave One Liners] -Category=3 -Description="Don't split one-line do statements, as in 'do { b++; } while(...);'." -Enabled=false -EditorType=boolean -TrueFalse=nl_do_leave_one_liners\s*=\s*true|nl_do_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl For Leave One Liners] -Category=3 -Description="Don't split one-line for statements, as in 'for(...) b++;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_for_leave_one_liners\s*=\s*true|nl_for_leave_one_liners\s*=\s*false -ValueDefault=false - -[Nl Oc Msg Leave One Liner] -Category=3 -Description="(OC) Don't split one-line Objective-C messages." -Enabled=false -EditorType=boolean -TrueFalse=nl_oc_msg_leave_one_liner\s*=\s*true|nl_oc_msg_leave_one_liner\s*=\s*false -ValueDefault=false - -[Nl Oc Mdef Brace] -Category=3 -Description="(OC) Add or remove newline between method declaration and '{'." -Enabled=false -EditorType=multiple -Choices=nl_oc_mdef_brace\s*=\s*ignore|nl_oc_mdef_brace\s*=\s*add|nl_oc_mdef_brace\s*=\s*remove|nl_oc_mdef_brace\s*=\s*force|nl_oc_mdef_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Mdef Brace|Add Nl Oc Mdef Brace|Remove Nl Oc Mdef Brace|Force Nl Oc Mdef Brace" -ValueDefault=ignore - -[Nl Oc Block Brace] -Category=3 -Description="(OC) Add or remove newline between Objective-C block signature and '{'." -Enabled=false -EditorType=multiple -Choices=nl_oc_block_brace\s*=\s*ignore|nl_oc_block_brace\s*=\s*add|nl_oc_block_brace\s*=\s*remove|nl_oc_block_brace\s*=\s*force|nl_oc_block_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Block Brace|Add Nl Oc Block Brace|Remove Nl Oc Block Brace|Force Nl Oc Block Brace" -ValueDefault=ignore - -[Nl Oc Before Interface] -Category=3 -Description="(OC) Add or remove blank line before '@interface' statement." -Enabled=false -EditorType=multiple -Choices=nl_oc_before_interface\s*=\s*ignore|nl_oc_before_interface\s*=\s*add|nl_oc_before_interface\s*=\s*remove|nl_oc_before_interface\s*=\s*force|nl_oc_before_interface\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Before Interface|Add Nl Oc Before Interface|Remove Nl Oc Before Interface|Force Nl Oc Before Interface" -ValueDefault=ignore - -[Nl Oc Before Implementation] -Category=3 -Description="(OC) Add or remove blank line before '@implementation' statement." -Enabled=false -EditorType=multiple -Choices=nl_oc_before_implementation\s*=\s*ignore|nl_oc_before_implementation\s*=\s*add|nl_oc_before_implementation\s*=\s*remove|nl_oc_before_implementation\s*=\s*force|nl_oc_before_implementation\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Before Implementation|Add Nl Oc Before Implementation|Remove Nl Oc Before Implementation|Force Nl Oc Before Implementation" -ValueDefault=ignore - -[Nl Oc Before End] -Category=3 -Description="(OC) Add or remove blank line before '@end' statement." -Enabled=false -EditorType=multiple -Choices=nl_oc_before_end\s*=\s*ignore|nl_oc_before_end\s*=\s*add|nl_oc_before_end\s*=\s*remove|nl_oc_before_end\s*=\s*force|nl_oc_before_end\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Before End|Add Nl Oc Before End|Remove Nl Oc Before End|Force Nl Oc Before End" -ValueDefault=ignore - -[Nl Oc Interface Brace] -Category=3 -Description="(OC) Add or remove newline between '@interface' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_oc_interface_brace\s*=\s*ignore|nl_oc_interface_brace\s*=\s*add|nl_oc_interface_brace\s*=\s*remove|nl_oc_interface_brace\s*=\s*force|nl_oc_interface_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Interface Brace|Add Nl Oc Interface Brace|Remove Nl Oc Interface Brace|Force Nl Oc Interface Brace" -ValueDefault=ignore - -[Nl Oc Implementation Brace] -Category=3 -Description="(OC) Add or remove newline between '@implementation' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_oc_implementation_brace\s*=\s*ignore|nl_oc_implementation_brace\s*=\s*add|nl_oc_implementation_brace\s*=\s*remove|nl_oc_implementation_brace\s*=\s*force|nl_oc_implementation_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Implementation Brace|Add Nl Oc Implementation Brace|Remove Nl Oc Implementation Brace|Force Nl Oc Implementation Brace" -ValueDefault=ignore - -[Nl Start Of File] -Category=3 -Description="Add or remove newlines at the start of the file." -Enabled=false -EditorType=multiple -Choices=nl_start_of_file\s*=\s*ignore|nl_start_of_file\s*=\s*add|nl_start_of_file\s*=\s*remove|nl_start_of_file\s*=\s*force|nl_start_of_file\s*=\s*not_defined -ChoicesReadable="Ignore Nl Start Of File|Add Nl Start Of File|Remove Nl Start Of File|Force Nl Start Of File" -ValueDefault=ignore - -[Nl Start Of File Min] -Category=3 -Description="The minimum number of newlines at the start of the file (only used if
nl_start_of_file is 'add' or 'force')." -Enabled=false -EditorType=numeric -CallName="nl_start_of_file_min\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl End Of File] -Category=3 -Description="Add or remove newline at the end of the file." -Enabled=false -EditorType=multiple -Choices=nl_end_of_file\s*=\s*ignore|nl_end_of_file\s*=\s*add|nl_end_of_file\s*=\s*remove|nl_end_of_file\s*=\s*force|nl_end_of_file\s*=\s*not_defined -ChoicesReadable="Ignore Nl End Of File|Add Nl End Of File|Remove Nl End Of File|Force Nl End Of File" -ValueDefault=ignore - -[Nl End Of File Min] -Category=3 -Description="The minimum number of newlines at the end of the file (only used if
nl_end_of_file is 'add' or 'force')." -Enabled=false -EditorType=numeric -CallName="nl_end_of_file_min\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Assign Brace] -Category=3 -Description="Add or remove newline between '=' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_assign_brace\s*=\s*ignore|nl_assign_brace\s*=\s*add|nl_assign_brace\s*=\s*remove|nl_assign_brace\s*=\s*force|nl_assign_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Assign Brace|Add Nl Assign Brace|Remove Nl Assign Brace|Force Nl Assign Brace" -ValueDefault=ignore - -[Nl Assign Square] -Category=3 -Description="(D) Add or remove newline between '=' and '['." -Enabled=false -EditorType=multiple -Choices=nl_assign_square\s*=\s*ignore|nl_assign_square\s*=\s*add|nl_assign_square\s*=\s*remove|nl_assign_square\s*=\s*force|nl_assign_square\s*=\s*not_defined -ChoicesReadable="Ignore Nl Assign Square|Add Nl Assign Square|Remove Nl Assign Square|Force Nl Assign Square" -ValueDefault=ignore - -[Nl Tsquare Brace] -Category=3 -Description="Add or remove newline between '[]' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_tsquare_brace\s*=\s*ignore|nl_tsquare_brace\s*=\s*add|nl_tsquare_brace\s*=\s*remove|nl_tsquare_brace\s*=\s*force|nl_tsquare_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Tsquare Brace|Add Nl Tsquare Brace|Remove Nl Tsquare Brace|Force Nl Tsquare Brace" -ValueDefault=ignore - -[Nl After Square Assign] -Category=3 -Description="(D) Add or remove newline after '= ['. Will also affect the newline before
the ']'." -Enabled=false -EditorType=multiple -Choices=nl_after_square_assign\s*=\s*ignore|nl_after_square_assign\s*=\s*add|nl_after_square_assign\s*=\s*remove|nl_after_square_assign\s*=\s*force|nl_after_square_assign\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Square Assign|Add Nl After Square Assign|Remove Nl After Square Assign|Force Nl After Square Assign" -ValueDefault=ignore - -[Nl Fcall Brace] -Category=3 -Description="Add or remove newline between a function call's ')' and '{', as in
'list_for_each(item, &list) { }'." -Enabled=false -EditorType=multiple -Choices=nl_fcall_brace\s*=\s*ignore|nl_fcall_brace\s*=\s*add|nl_fcall_brace\s*=\s*remove|nl_fcall_brace\s*=\s*force|nl_fcall_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Fcall Brace|Add Nl Fcall Brace|Remove Nl Fcall Brace|Force Nl Fcall Brace" -ValueDefault=ignore - -[Nl Enum Brace] -Category=3 -Description="Add or remove newline between 'enum' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_enum_brace\s*=\s*ignore|nl_enum_brace\s*=\s*add|nl_enum_brace\s*=\s*remove|nl_enum_brace\s*=\s*force|nl_enum_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Brace|Add Nl Enum Brace|Remove Nl Enum Brace|Force Nl Enum Brace" -ValueDefault=ignore - -[Nl Enum Class] -Category=3 -Description="Add or remove newline between 'enum' and 'class'." -Enabled=false -EditorType=multiple -Choices=nl_enum_class\s*=\s*ignore|nl_enum_class\s*=\s*add|nl_enum_class\s*=\s*remove|nl_enum_class\s*=\s*force|nl_enum_class\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Class|Add Nl Enum Class|Remove Nl Enum Class|Force Nl Enum Class" -ValueDefault=ignore - -[Nl Enum Class Identifier] -Category=3 -Description="Add or remove newline between 'enum class' and the identifier." -Enabled=false -EditorType=multiple -Choices=nl_enum_class_identifier\s*=\s*ignore|nl_enum_class_identifier\s*=\s*add|nl_enum_class_identifier\s*=\s*remove|nl_enum_class_identifier\s*=\s*force|nl_enum_class_identifier\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Class Identifier|Add Nl Enum Class Identifier|Remove Nl Enum Class Identifier|Force Nl Enum Class Identifier" -ValueDefault=ignore - -[Nl Enum Identifier Colon] -Category=3 -Description="Add or remove newline between 'enum class' type and ':'." -Enabled=false -EditorType=multiple -Choices=nl_enum_identifier_colon\s*=\s*ignore|nl_enum_identifier_colon\s*=\s*add|nl_enum_identifier_colon\s*=\s*remove|nl_enum_identifier_colon\s*=\s*force|nl_enum_identifier_colon\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Identifier Colon|Add Nl Enum Identifier Colon|Remove Nl Enum Identifier Colon|Force Nl Enum Identifier Colon" -ValueDefault=ignore - -[Nl Enum Colon Type] -Category=3 -Description="Add or remove newline between 'enum class identifier :' and type." -Enabled=false -EditorType=multiple -Choices=nl_enum_colon_type\s*=\s*ignore|nl_enum_colon_type\s*=\s*add|nl_enum_colon_type\s*=\s*remove|nl_enum_colon_type\s*=\s*force|nl_enum_colon_type\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Colon Type|Add Nl Enum Colon Type|Remove Nl Enum Colon Type|Force Nl Enum Colon Type" -ValueDefault=ignore - -[Nl Struct Brace] -Category=3 -Description="Add or remove newline between 'struct and '{'." -Enabled=false -EditorType=multiple -Choices=nl_struct_brace\s*=\s*ignore|nl_struct_brace\s*=\s*add|nl_struct_brace\s*=\s*remove|nl_struct_brace\s*=\s*force|nl_struct_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Struct Brace|Add Nl Struct Brace|Remove Nl Struct Brace|Force Nl Struct Brace" -ValueDefault=ignore - -[Nl Union Brace] -Category=3 -Description="Add or remove newline between 'union' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_union_brace\s*=\s*ignore|nl_union_brace\s*=\s*add|nl_union_brace\s*=\s*remove|nl_union_brace\s*=\s*force|nl_union_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Union Brace|Add Nl Union Brace|Remove Nl Union Brace|Force Nl Union Brace" -ValueDefault=ignore - -[Nl If Brace] -Category=3 -Description="Add or remove newline between 'if' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_if_brace\s*=\s*ignore|nl_if_brace\s*=\s*add|nl_if_brace\s*=\s*remove|nl_if_brace\s*=\s*force|nl_if_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl If Brace|Add Nl If Brace|Remove Nl If Brace|Force Nl If Brace" -ValueDefault=ignore - -[Nl Brace Else] -Category=3 -Description="Add or remove newline between '}' and 'else'." -Enabled=false -EditorType=multiple -Choices=nl_brace_else\s*=\s*ignore|nl_brace_else\s*=\s*add|nl_brace_else\s*=\s*remove|nl_brace_else\s*=\s*force|nl_brace_else\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Else|Add Nl Brace Else|Remove Nl Brace Else|Force Nl Brace Else" -ValueDefault=ignore - -[Nl Elseif Brace] -Category=3 -Description="Add or remove newline between 'else if' and '{'. If set to ignore,
nl_if_brace is used instead." -Enabled=false -EditorType=multiple -Choices=nl_elseif_brace\s*=\s*ignore|nl_elseif_brace\s*=\s*add|nl_elseif_brace\s*=\s*remove|nl_elseif_brace\s*=\s*force|nl_elseif_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Elseif Brace|Add Nl Elseif Brace|Remove Nl Elseif Brace|Force Nl Elseif Brace" -ValueDefault=ignore - -[Nl Else Brace] -Category=3 -Description="Add or remove newline between 'else' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_else_brace\s*=\s*ignore|nl_else_brace\s*=\s*add|nl_else_brace\s*=\s*remove|nl_else_brace\s*=\s*force|nl_else_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Else Brace|Add Nl Else Brace|Remove Nl Else Brace|Force Nl Else Brace" -ValueDefault=ignore - -[Nl Else If] -Category=3 -Description="Add or remove newline between 'else' and 'if'." -Enabled=false -EditorType=multiple -Choices=nl_else_if\s*=\s*ignore|nl_else_if\s*=\s*add|nl_else_if\s*=\s*remove|nl_else_if\s*=\s*force|nl_else_if\s*=\s*not_defined -ChoicesReadable="Ignore Nl Else If|Add Nl Else If|Remove Nl Else If|Force Nl Else If" -ValueDefault=ignore - -[Nl Before Opening Brace Func Class Def] -Category=3 -Description="Add or remove newline before '{' opening brace" -Enabled=false -EditorType=multiple -Choices=nl_before_opening_brace_func_class_def\s*=\s*ignore|nl_before_opening_brace_func_class_def\s*=\s*add|nl_before_opening_brace_func_class_def\s*=\s*remove|nl_before_opening_brace_func_class_def\s*=\s*force|nl_before_opening_brace_func_class_def\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Opening Brace Func Class Def|Add Nl Before Opening Brace Func Class Def|Remove Nl Before Opening Brace Func Class Def|Force Nl Before Opening Brace Func Class Def" -ValueDefault=ignore - -[Nl Before If Closing Paren] -Category=3 -Description="Add or remove newline before 'if'/'else if' closing parenthesis." -Enabled=false -EditorType=multiple -Choices=nl_before_if_closing_paren\s*=\s*ignore|nl_before_if_closing_paren\s*=\s*add|nl_before_if_closing_paren\s*=\s*remove|nl_before_if_closing_paren\s*=\s*force|nl_before_if_closing_paren\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before If Closing Paren|Add Nl Before If Closing Paren|Remove Nl Before If Closing Paren|Force Nl Before If Closing Paren" -ValueDefault=ignore - -[Nl Brace Finally] -Category=3 -Description="Add or remove newline between '}' and 'finally'." -Enabled=false -EditorType=multiple -Choices=nl_brace_finally\s*=\s*ignore|nl_brace_finally\s*=\s*add|nl_brace_finally\s*=\s*remove|nl_brace_finally\s*=\s*force|nl_brace_finally\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Finally|Add Nl Brace Finally|Remove Nl Brace Finally|Force Nl Brace Finally" -ValueDefault=ignore - -[Nl Finally Brace] -Category=3 -Description="Add or remove newline between 'finally' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_finally_brace\s*=\s*ignore|nl_finally_brace\s*=\s*add|nl_finally_brace\s*=\s*remove|nl_finally_brace\s*=\s*force|nl_finally_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Finally Brace|Add Nl Finally Brace|Remove Nl Finally Brace|Force Nl Finally Brace" -ValueDefault=ignore - -[Nl Try Brace] -Category=3 -Description="Add or remove newline between 'try' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_try_brace\s*=\s*ignore|nl_try_brace\s*=\s*add|nl_try_brace\s*=\s*remove|nl_try_brace\s*=\s*force|nl_try_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Try Brace|Add Nl Try Brace|Remove Nl Try Brace|Force Nl Try Brace" -ValueDefault=ignore - -[Nl Getset Brace] -Category=3 -Description="Add or remove newline between get/set and '{'." -Enabled=false -EditorType=multiple -Choices=nl_getset_brace\s*=\s*ignore|nl_getset_brace\s*=\s*add|nl_getset_brace\s*=\s*remove|nl_getset_brace\s*=\s*force|nl_getset_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Getset Brace|Add Nl Getset Brace|Remove Nl Getset Brace|Force Nl Getset Brace" -ValueDefault=ignore - -[Nl For Brace] -Category=3 -Description="Add or remove newline between 'for' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_for_brace\s*=\s*ignore|nl_for_brace\s*=\s*add|nl_for_brace\s*=\s*remove|nl_for_brace\s*=\s*force|nl_for_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl For Brace|Add Nl For Brace|Remove Nl For Brace|Force Nl For Brace" -ValueDefault=ignore - -[Nl Catch Brace] -Category=3 -Description="Add or remove newline before the '{' of a 'catch' statement, as in
'catch (decl) <here> {'." -Enabled=false -EditorType=multiple -Choices=nl_catch_brace\s*=\s*ignore|nl_catch_brace\s*=\s*add|nl_catch_brace\s*=\s*remove|nl_catch_brace\s*=\s*force|nl_catch_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Catch Brace|Add Nl Catch Brace|Remove Nl Catch Brace|Force Nl Catch Brace" -ValueDefault=ignore - -[Nl Oc Catch Brace] -Category=3 -Description="(OC) Add or remove newline before the '{' of a '@catch' statement, as in
'@catch (decl) <here> {'. If set to ignore, nl_catch_brace is used." -Enabled=false -EditorType=multiple -Choices=nl_oc_catch_brace\s*=\s*ignore|nl_oc_catch_brace\s*=\s*add|nl_oc_catch_brace\s*=\s*remove|nl_oc_catch_brace\s*=\s*force|nl_oc_catch_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Catch Brace|Add Nl Oc Catch Brace|Remove Nl Oc Catch Brace|Force Nl Oc Catch Brace" -ValueDefault=ignore - -[Nl Brace Catch] -Category=3 -Description="Add or remove newline between '}' and 'catch'." -Enabled=false -EditorType=multiple -Choices=nl_brace_catch\s*=\s*ignore|nl_brace_catch\s*=\s*add|nl_brace_catch\s*=\s*remove|nl_brace_catch\s*=\s*force|nl_brace_catch\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Catch|Add Nl Brace Catch|Remove Nl Brace Catch|Force Nl Brace Catch" -ValueDefault=ignore - -[Nl Oc Brace Catch] -Category=3 -Description="(OC) Add or remove newline between '}' and '@catch'. If set to ignore,
nl_brace_catch is used." -Enabled=false -EditorType=multiple -Choices=nl_oc_brace_catch\s*=\s*ignore|nl_oc_brace_catch\s*=\s*add|nl_oc_brace_catch\s*=\s*remove|nl_oc_brace_catch\s*=\s*force|nl_oc_brace_catch\s*=\s*not_defined -ChoicesReadable="Ignore Nl Oc Brace Catch|Add Nl Oc Brace Catch|Remove Nl Oc Brace Catch|Force Nl Oc Brace Catch" -ValueDefault=ignore - -[Nl Brace Square] -Category=3 -Description="Add or remove newline between '}' and ']'." -Enabled=false -EditorType=multiple -Choices=nl_brace_square\s*=\s*ignore|nl_brace_square\s*=\s*add|nl_brace_square\s*=\s*remove|nl_brace_square\s*=\s*force|nl_brace_square\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Square|Add Nl Brace Square|Remove Nl Brace Square|Force Nl Brace Square" -ValueDefault=ignore - -[Nl Brace Fparen] -Category=3 -Description="Add or remove newline between '}' and ')' in a function invocation." -Enabled=false -EditorType=multiple -Choices=nl_brace_fparen\s*=\s*ignore|nl_brace_fparen\s*=\s*add|nl_brace_fparen\s*=\s*remove|nl_brace_fparen\s*=\s*force|nl_brace_fparen\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Fparen|Add Nl Brace Fparen|Remove Nl Brace Fparen|Force Nl Brace Fparen" -ValueDefault=ignore - -[Nl While Brace] -Category=3 -Description="Add or remove newline between 'while' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_while_brace\s*=\s*ignore|nl_while_brace\s*=\s*add|nl_while_brace\s*=\s*remove|nl_while_brace\s*=\s*force|nl_while_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl While Brace|Add Nl While Brace|Remove Nl While Brace|Force Nl While Brace" -ValueDefault=ignore - -[Nl Scope Brace] -Category=3 -Description="(D) Add or remove newline between 'scope (x)' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_scope_brace\s*=\s*ignore|nl_scope_brace\s*=\s*add|nl_scope_brace\s*=\s*remove|nl_scope_brace\s*=\s*force|nl_scope_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Scope Brace|Add Nl Scope Brace|Remove Nl Scope Brace|Force Nl Scope Brace" -ValueDefault=ignore - -[Nl Unittest Brace] -Category=3 -Description="(D) Add or remove newline between 'unittest' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_unittest_brace\s*=\s*ignore|nl_unittest_brace\s*=\s*add|nl_unittest_brace\s*=\s*remove|nl_unittest_brace\s*=\s*force|nl_unittest_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Unittest Brace|Add Nl Unittest Brace|Remove Nl Unittest Brace|Force Nl Unittest Brace" -ValueDefault=ignore - -[Nl Version Brace] -Category=3 -Description="(D) Add or remove newline between 'version (x)' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_version_brace\s*=\s*ignore|nl_version_brace\s*=\s*add|nl_version_brace\s*=\s*remove|nl_version_brace\s*=\s*force|nl_version_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Version Brace|Add Nl Version Brace|Remove Nl Version Brace|Force Nl Version Brace" -ValueDefault=ignore - -[Nl Using Brace] -Category=3 -Description="(C#) Add or remove newline between 'using' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_using_brace\s*=\s*ignore|nl_using_brace\s*=\s*add|nl_using_brace\s*=\s*remove|nl_using_brace\s*=\s*force|nl_using_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Using Brace|Add Nl Using Brace|Remove Nl Using Brace|Force Nl Using Brace" -ValueDefault=ignore - -[Nl Brace Brace] -Category=3 -Description="Add or remove newline between two open or close braces. Due to general
newline/brace handling, REMOVE may not work." -Enabled=false -EditorType=multiple -Choices=nl_brace_brace\s*=\s*ignore|nl_brace_brace\s*=\s*add|nl_brace_brace\s*=\s*remove|nl_brace_brace\s*=\s*force|nl_brace_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Brace|Add Nl Brace Brace|Remove Nl Brace Brace|Force Nl Brace Brace" -ValueDefault=ignore - -[Nl Do Brace] -Category=3 -Description="Add or remove newline between 'do' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_do_brace\s*=\s*ignore|nl_do_brace\s*=\s*add|nl_do_brace\s*=\s*remove|nl_do_brace\s*=\s*force|nl_do_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Do Brace|Add Nl Do Brace|Remove Nl Do Brace|Force Nl Do Brace" -ValueDefault=ignore - -[Nl Brace While] -Category=3 -Description="Add or remove newline between '}' and 'while' of 'do' statement." -Enabled=false -EditorType=multiple -Choices=nl_brace_while\s*=\s*ignore|nl_brace_while\s*=\s*add|nl_brace_while\s*=\s*remove|nl_brace_while\s*=\s*force|nl_brace_while\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace While|Add Nl Brace While|Remove Nl Brace While|Force Nl Brace While" -ValueDefault=ignore - -[Nl Switch Brace] -Category=3 -Description="Add or remove newline between 'switch' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_switch_brace\s*=\s*ignore|nl_switch_brace\s*=\s*add|nl_switch_brace\s*=\s*remove|nl_switch_brace\s*=\s*force|nl_switch_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Switch Brace|Add Nl Switch Brace|Remove Nl Switch Brace|Force Nl Switch Brace" -ValueDefault=ignore - -[Nl Synchronized Brace] -Category=3 -Description="Add or remove newline between 'synchronized' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_synchronized_brace\s*=\s*ignore|nl_synchronized_brace\s*=\s*add|nl_synchronized_brace\s*=\s*remove|nl_synchronized_brace\s*=\s*force|nl_synchronized_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Synchronized Brace|Add Nl Synchronized Brace|Remove Nl Synchronized Brace|Force Nl Synchronized Brace" -ValueDefault=ignore - -[Nl Multi Line Cond] -Category=3 -Description="Add a newline between ')' and '{' if the ')' is on a different line than the
if/for/etc.

Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and
nl_catch_brace." -Enabled=false -EditorType=boolean -TrueFalse=nl_multi_line_cond\s*=\s*true|nl_multi_line_cond\s*=\s*false -ValueDefault=false - -[Nl Multi Line Sparen Open] -Category=3 -Description="Add a newline after '(' if an if/for/while/switch condition spans multiple
lines" -Enabled=false -EditorType=multiple -Choices=nl_multi_line_sparen_open\s*=\s*ignore|nl_multi_line_sparen_open\s*=\s*add|nl_multi_line_sparen_open\s*=\s*remove|nl_multi_line_sparen_open\s*=\s*force|nl_multi_line_sparen_open\s*=\s*not_defined -ChoicesReadable="Ignore Nl Multi Line Sparen Open|Add Nl Multi Line Sparen Open|Remove Nl Multi Line Sparen Open|Force Nl Multi Line Sparen Open" -ValueDefault=ignore - -[Nl Multi Line Sparen Close] -Category=3 -Description="Add a newline before ')' if an if/for/while/switch condition spans multiple
lines. Overrides nl_before_if_closing_paren if both are specified." -Enabled=false -EditorType=multiple -Choices=nl_multi_line_sparen_close\s*=\s*ignore|nl_multi_line_sparen_close\s*=\s*add|nl_multi_line_sparen_close\s*=\s*remove|nl_multi_line_sparen_close\s*=\s*force|nl_multi_line_sparen_close\s*=\s*not_defined -ChoicesReadable="Ignore Nl Multi Line Sparen Close|Add Nl Multi Line Sparen Close|Remove Nl Multi Line Sparen Close|Force Nl Multi Line Sparen Close" -ValueDefault=ignore - -[Nl Multi Line Define] -Category=3 -Description="Force a newline in a define after the macro name for multi-line defines." -Enabled=false -EditorType=boolean -TrueFalse=nl_multi_line_define\s*=\s*true|nl_multi_line_define\s*=\s*false -ValueDefault=false - -[Nl Before Case] -Category=3 -Description="Whether to add a newline before 'case', and a blank line before a 'case'
statement that follows a ';' or '}'." -Enabled=false -EditorType=boolean -TrueFalse=nl_before_case\s*=\s*true|nl_before_case\s*=\s*false -ValueDefault=false - -[Nl After Case] -Category=3 -Description="Whether to add a newline after a 'case' statement." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_case\s*=\s*true|nl_after_case\s*=\s*false -ValueDefault=false - -[Nl Case Colon Brace] -Category=3 -Description="Add or remove newline between a case ':' and '{'.

Overrides nl_after_case." -Enabled=false -EditorType=multiple -Choices=nl_case_colon_brace\s*=\s*ignore|nl_case_colon_brace\s*=\s*add|nl_case_colon_brace\s*=\s*remove|nl_case_colon_brace\s*=\s*force|nl_case_colon_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Case Colon Brace|Add Nl Case Colon Brace|Remove Nl Case Colon Brace|Force Nl Case Colon Brace" -ValueDefault=ignore - -[Nl Before Throw] -Category=3 -Description="Add or remove newline between ')' and 'throw'." -Enabled=false -EditorType=multiple -Choices=nl_before_throw\s*=\s*ignore|nl_before_throw\s*=\s*add|nl_before_throw\s*=\s*remove|nl_before_throw\s*=\s*force|nl_before_throw\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Throw|Add Nl Before Throw|Remove Nl Before Throw|Force Nl Before Throw" -ValueDefault=ignore - -[Nl Namespace Brace] -Category=3 -Description="Add or remove newline between 'namespace' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_namespace_brace\s*=\s*ignore|nl_namespace_brace\s*=\s*add|nl_namespace_brace\s*=\s*remove|nl_namespace_brace\s*=\s*force|nl_namespace_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Namespace Brace|Add Nl Namespace Brace|Remove Nl Namespace Brace|Force Nl Namespace Brace" -ValueDefault=ignore - -[Nl Template Class] -Category=3 -Description="Add or remove newline after 'template<...>' of a template class." -Enabled=false -EditorType=multiple -Choices=nl_template_class\s*=\s*ignore|nl_template_class\s*=\s*add|nl_template_class\s*=\s*remove|nl_template_class\s*=\s*force|nl_template_class\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Class|Add Nl Template Class|Remove Nl Template Class|Force Nl Template Class" -ValueDefault=ignore - -[Nl Template Class Decl] -Category=3 -Description="Add or remove newline after 'template<...>' of a template class declaration.

Overrides nl_template_class." -Enabled=false -EditorType=multiple -Choices=nl_template_class_decl\s*=\s*ignore|nl_template_class_decl\s*=\s*add|nl_template_class_decl\s*=\s*remove|nl_template_class_decl\s*=\s*force|nl_template_class_decl\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Class Decl|Add Nl Template Class Decl|Remove Nl Template Class Decl|Force Nl Template Class Decl" -ValueDefault=ignore - -[Nl Template Class Decl Special] -Category=3 -Description="Add or remove newline after 'template<>' of a specialized class declaration.

Overrides nl_template_class_decl." -Enabled=false -EditorType=multiple -Choices=nl_template_class_decl_special\s*=\s*ignore|nl_template_class_decl_special\s*=\s*add|nl_template_class_decl_special\s*=\s*remove|nl_template_class_decl_special\s*=\s*force|nl_template_class_decl_special\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Class Decl Special|Add Nl Template Class Decl Special|Remove Nl Template Class Decl Special|Force Nl Template Class Decl Special" -ValueDefault=ignore - -[Nl Template Class Def] -Category=3 -Description="Add or remove newline after 'template<...>' of a template class definition.

Overrides nl_template_class." -Enabled=false -EditorType=multiple -Choices=nl_template_class_def\s*=\s*ignore|nl_template_class_def\s*=\s*add|nl_template_class_def\s*=\s*remove|nl_template_class_def\s*=\s*force|nl_template_class_def\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Class Def|Add Nl Template Class Def|Remove Nl Template Class Def|Force Nl Template Class Def" -ValueDefault=ignore - -[Nl Template Class Def Special] -Category=3 -Description="Add or remove newline after 'template<>' of a specialized class definition.

Overrides nl_template_class_def." -Enabled=false -EditorType=multiple -Choices=nl_template_class_def_special\s*=\s*ignore|nl_template_class_def_special\s*=\s*add|nl_template_class_def_special\s*=\s*remove|nl_template_class_def_special\s*=\s*force|nl_template_class_def_special\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Class Def Special|Add Nl Template Class Def Special|Remove Nl Template Class Def Special|Force Nl Template Class Def Special" -ValueDefault=ignore - -[Nl Template Func] -Category=3 -Description="Add or remove newline after 'template<...>' of a template function." -Enabled=false -EditorType=multiple -Choices=nl_template_func\s*=\s*ignore|nl_template_func\s*=\s*add|nl_template_func\s*=\s*remove|nl_template_func\s*=\s*force|nl_template_func\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Func|Add Nl Template Func|Remove Nl Template Func|Force Nl Template Func" -ValueDefault=ignore - -[Nl Template Func Decl] -Category=3 -Description="Add or remove newline after 'template<...>' of a template function
declaration.

Overrides nl_template_func." -Enabled=false -EditorType=multiple -Choices=nl_template_func_decl\s*=\s*ignore|nl_template_func_decl\s*=\s*add|nl_template_func_decl\s*=\s*remove|nl_template_func_decl\s*=\s*force|nl_template_func_decl\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Func Decl|Add Nl Template Func Decl|Remove Nl Template Func Decl|Force Nl Template Func Decl" -ValueDefault=ignore - -[Nl Template Func Decl Special] -Category=3 -Description="Add or remove newline after 'template<>' of a specialized function
declaration.

Overrides nl_template_func_decl." -Enabled=false -EditorType=multiple -Choices=nl_template_func_decl_special\s*=\s*ignore|nl_template_func_decl_special\s*=\s*add|nl_template_func_decl_special\s*=\s*remove|nl_template_func_decl_special\s*=\s*force|nl_template_func_decl_special\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Func Decl Special|Add Nl Template Func Decl Special|Remove Nl Template Func Decl Special|Force Nl Template Func Decl Special" -ValueDefault=ignore - -[Nl Template Func Def] -Category=3 -Description="Add or remove newline after 'template<...>' of a template function
definition.

Overrides nl_template_func." -Enabled=false -EditorType=multiple -Choices=nl_template_func_def\s*=\s*ignore|nl_template_func_def\s*=\s*add|nl_template_func_def\s*=\s*remove|nl_template_func_def\s*=\s*force|nl_template_func_def\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Func Def|Add Nl Template Func Def|Remove Nl Template Func Def|Force Nl Template Func Def" -ValueDefault=ignore - -[Nl Template Func Def Special] -Category=3 -Description="Add or remove newline after 'template<>' of a specialized function
definition.

Overrides nl_template_func_def." -Enabled=false -EditorType=multiple -Choices=nl_template_func_def_special\s*=\s*ignore|nl_template_func_def_special\s*=\s*add|nl_template_func_def_special\s*=\s*remove|nl_template_func_def_special\s*=\s*force|nl_template_func_def_special\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Func Def Special|Add Nl Template Func Def Special|Remove Nl Template Func Def Special|Force Nl Template Func Def Special" -ValueDefault=ignore - -[Nl Template Var] -Category=3 -Description="Add or remove newline after 'template<...>' of a template variable." -Enabled=false -EditorType=multiple -Choices=nl_template_var\s*=\s*ignore|nl_template_var\s*=\s*add|nl_template_var\s*=\s*remove|nl_template_var\s*=\s*force|nl_template_var\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Var|Add Nl Template Var|Remove Nl Template Var|Force Nl Template Var" -ValueDefault=ignore - -[Nl Template Using] -Category=3 -Description="Add or remove newline between 'template<...>' and 'using' of a templated
type alias." -Enabled=false -EditorType=multiple -Choices=nl_template_using\s*=\s*ignore|nl_template_using\s*=\s*add|nl_template_using\s*=\s*remove|nl_template_using\s*=\s*force|nl_template_using\s*=\s*not_defined -ChoicesReadable="Ignore Nl Template Using|Add Nl Template Using|Remove Nl Template Using|Force Nl Template Using" -ValueDefault=ignore - -[Nl Class Brace] -Category=3 -Description="Add or remove newline between 'class' and '{'." -Enabled=false -EditorType=multiple -Choices=nl_class_brace\s*=\s*ignore|nl_class_brace\s*=\s*add|nl_class_brace\s*=\s*remove|nl_class_brace\s*=\s*force|nl_class_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Class Brace|Add Nl Class Brace|Remove Nl Class Brace|Force Nl Class Brace" -ValueDefault=ignore - -[Nl Class Init Args] -Category=3 -Description="Add or remove newline before or after (depending on pos_class_comma,
may not be IGNORE) each',' in the base class list." -Enabled=false -EditorType=multiple -Choices=nl_class_init_args\s*=\s*ignore|nl_class_init_args\s*=\s*add|nl_class_init_args\s*=\s*remove|nl_class_init_args\s*=\s*force|nl_class_init_args\s*=\s*not_defined -ChoicesReadable="Ignore Nl Class Init Args|Add Nl Class Init Args|Remove Nl Class Init Args|Force Nl Class Init Args" -ValueDefault=ignore - -[Nl Constr Init Args] -Category=3 -Description="Add or remove newline after each ',' in the constructor member
initialization. Related to nl_constr_colon, pos_constr_colon and
pos_constr_comma." -Enabled=false -EditorType=multiple -Choices=nl_constr_init_args\s*=\s*ignore|nl_constr_init_args\s*=\s*add|nl_constr_init_args\s*=\s*remove|nl_constr_init_args\s*=\s*force|nl_constr_init_args\s*=\s*not_defined -ChoicesReadable="Ignore Nl Constr Init Args|Add Nl Constr Init Args|Remove Nl Constr Init Args|Force Nl Constr Init Args" -ValueDefault=ignore - -[Nl Enum Own Lines] -Category=3 -Description="Add or remove newline before first element, after comma, and after last
element, in 'enum'." -Enabled=false -EditorType=multiple -Choices=nl_enum_own_lines\s*=\s*ignore|nl_enum_own_lines\s*=\s*add|nl_enum_own_lines\s*=\s*remove|nl_enum_own_lines\s*=\s*force|nl_enum_own_lines\s*=\s*not_defined -ChoicesReadable="Ignore Nl Enum Own Lines|Add Nl Enum Own Lines|Remove Nl Enum Own Lines|Force Nl Enum Own Lines" -ValueDefault=ignore - -[Nl Func Type Name] -Category=3 -Description="Add or remove newline between return type and function name in a function
definition.
might be modified by nl_func_leave_one_liners" -Enabled=false -EditorType=multiple -Choices=nl_func_type_name\s*=\s*ignore|nl_func_type_name\s*=\s*add|nl_func_type_name\s*=\s*remove|nl_func_type_name\s*=\s*force|nl_func_type_name\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Type Name|Add Nl Func Type Name|Remove Nl Func Type Name|Force Nl Func Type Name" -ValueDefault=ignore - -[Nl Func Type Name Class] -Category=3 -Description="Add or remove newline between return type and function name inside a class
definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name
is used instead." -Enabled=false -EditorType=multiple -Choices=nl_func_type_name_class\s*=\s*ignore|nl_func_type_name_class\s*=\s*add|nl_func_type_name_class\s*=\s*remove|nl_func_type_name_class\s*=\s*force|nl_func_type_name_class\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Type Name Class|Add Nl Func Type Name Class|Remove Nl Func Type Name Class|Force Nl Func Type Name Class" -ValueDefault=ignore - -[Nl Func Class Scope] -Category=3 -Description="Add or remove newline between class specification and '::'
in 'void A::f() { }'. Only appears in separate member implementation (does
not appear with in-line implementation)." -Enabled=false -EditorType=multiple -Choices=nl_func_class_scope\s*=\s*ignore|nl_func_class_scope\s*=\s*add|nl_func_class_scope\s*=\s*remove|nl_func_class_scope\s*=\s*force|nl_func_class_scope\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Class Scope|Add Nl Func Class Scope|Remove Nl Func Class Scope|Force Nl Func Class Scope" -ValueDefault=ignore - -[Nl Func Scope Name] -Category=3 -Description="Add or remove newline between function scope and name, as in
'void A :: <here> f() { }'." -Enabled=false -EditorType=multiple -Choices=nl_func_scope_name\s*=\s*ignore|nl_func_scope_name\s*=\s*add|nl_func_scope_name\s*=\s*remove|nl_func_scope_name\s*=\s*force|nl_func_scope_name\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Scope Name|Add Nl Func Scope Name|Remove Nl Func Scope Name|Force Nl Func Scope Name" -ValueDefault=ignore - -[Nl Func Proto Type Name] -Category=3 -Description="Add or remove newline between return type and function name in a prototype." -Enabled=false -EditorType=multiple -Choices=nl_func_proto_type_name\s*=\s*ignore|nl_func_proto_type_name\s*=\s*add|nl_func_proto_type_name\s*=\s*remove|nl_func_proto_type_name\s*=\s*force|nl_func_proto_type_name\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Proto Type Name|Add Nl Func Proto Type Name|Remove Nl Func Proto Type Name|Force Nl Func Proto Type Name" -ValueDefault=ignore - -[Nl Func Paren] -Category=3 -Description="Add or remove newline between a function name and the opening '(' in the
declaration." -Enabled=false -EditorType=multiple -Choices=nl_func_paren\s*=\s*ignore|nl_func_paren\s*=\s*add|nl_func_paren\s*=\s*remove|nl_func_paren\s*=\s*force|nl_func_paren\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren" -ValueDefault=ignore - -[Nl Func Paren Empty] -Category=3 -Description="Overrides nl_func_paren for functions with no parameters." -Enabled=false -EditorType=multiple -Choices=nl_func_paren_empty\s*=\s*ignore|nl_func_paren_empty\s*=\s*add|nl_func_paren_empty\s*=\s*remove|nl_func_paren_empty\s*=\s*force|nl_func_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Paren Empty|Add Nl Func Paren Empty|Remove Nl Func Paren Empty|Force Nl Func Paren Empty" -ValueDefault=ignore - -[Nl Func Def Paren] -Category=3 -Description="Add or remove newline between a function name and the opening '(' in the
definition." -Enabled=false -EditorType=multiple -Choices=nl_func_def_paren\s*=\s*ignore|nl_func_def_paren\s*=\s*add|nl_func_def_paren\s*=\s*remove|nl_func_def_paren\s*=\s*force|nl_func_def_paren\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Paren|Add Nl Func Def Paren|Remove Nl Func Def Paren|Force Nl Func Def Paren" -ValueDefault=ignore - -[Nl Func Def Paren Empty] -Category=3 -Description="Overrides nl_func_def_paren for functions with no parameters." -Enabled=false -EditorType=multiple -Choices=nl_func_def_paren_empty\s*=\s*ignore|nl_func_def_paren_empty\s*=\s*add|nl_func_def_paren_empty\s*=\s*remove|nl_func_def_paren_empty\s*=\s*force|nl_func_def_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Paren Empty|Add Nl Func Def Paren Empty|Remove Nl Func Def Paren Empty|Force Nl Func Def Paren Empty" -ValueDefault=ignore - -[Nl Func Call Paren] -Category=3 -Description="Add or remove newline between a function name and the opening '(' in the
call." -Enabled=false -EditorType=multiple -Choices=nl_func_call_paren\s*=\s*ignore|nl_func_call_paren\s*=\s*add|nl_func_call_paren\s*=\s*remove|nl_func_call_paren\s*=\s*force|nl_func_call_paren\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call Paren|Add Nl Func Call Paren|Remove Nl Func Call Paren|Force Nl Func Call Paren" -ValueDefault=ignore - -[Nl Func Call Paren Empty] -Category=3 -Description="Overrides nl_func_call_paren for functions with no parameters." -Enabled=false -EditorType=multiple -Choices=nl_func_call_paren_empty\s*=\s*ignore|nl_func_call_paren_empty\s*=\s*add|nl_func_call_paren_empty\s*=\s*remove|nl_func_call_paren_empty\s*=\s*force|nl_func_call_paren_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call Paren Empty|Add Nl Func Call Paren Empty|Remove Nl Func Call Paren Empty|Force Nl Func Call Paren Empty" -ValueDefault=ignore - -[Nl Func Decl Start] -Category=3 -Description="Add or remove newline after '(' in a function declaration." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_start\s*=\s*ignore|nl_func_decl_start\s*=\s*add|nl_func_decl_start\s*=\s*remove|nl_func_decl_start\s*=\s*force|nl_func_decl_start\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start" -ValueDefault=ignore - -[Nl Func Def Start] -Category=3 -Description="Add or remove newline after '(' in a function definition." -Enabled=false -EditorType=multiple -Choices=nl_func_def_start\s*=\s*ignore|nl_func_def_start\s*=\s*add|nl_func_def_start\s*=\s*remove|nl_func_def_start\s*=\s*force|nl_func_def_start\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Start|Add Nl Func Def Start|Remove Nl Func Def Start|Force Nl Func Def Start" -ValueDefault=ignore - -[Nl Func Decl Start Single] -Category=3 -Description="Overrides nl_func_decl_start when there is only one parameter." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_start_single\s*=\s*ignore|nl_func_decl_start_single\s*=\s*add|nl_func_decl_start_single\s*=\s*remove|nl_func_decl_start_single\s*=\s*force|nl_func_decl_start_single\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single" -ValueDefault=ignore - -[Nl Func Def Start Single] -Category=3 -Description="Overrides nl_func_def_start when there is only one parameter." -Enabled=false -EditorType=multiple -Choices=nl_func_def_start_single\s*=\s*ignore|nl_func_def_start_single\s*=\s*add|nl_func_def_start_single\s*=\s*remove|nl_func_def_start_single\s*=\s*force|nl_func_def_start_single\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Start Single|Add Nl Func Def Start Single|Remove Nl Func Def Start Single|Force Nl Func Def Start Single" -ValueDefault=ignore - -[Nl Func Decl Start Multi Line] -Category=3 -Description="Whether to add a newline after '(' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_start is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_decl_start_multi_line\s*=\s*true|nl_func_decl_start_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Def Start Multi Line] -Category=3 -Description="Whether to add a newline after '(' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_start is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_def_start_multi_line\s*=\s*true|nl_func_def_start_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Decl Args] -Category=3 -Description="Add or remove newline after each ',' in a function declaration." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_args\s*=\s*ignore|nl_func_decl_args\s*=\s*add|nl_func_decl_args\s*=\s*remove|nl_func_decl_args\s*=\s*force|nl_func_decl_args\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args" -ValueDefault=ignore - -[Nl Func Def Args] -Category=3 -Description="Add or remove newline after each ',' in a function definition." -Enabled=false -EditorType=multiple -Choices=nl_func_def_args\s*=\s*ignore|nl_func_def_args\s*=\s*add|nl_func_def_args\s*=\s*remove|nl_func_def_args\s*=\s*force|nl_func_def_args\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Args|Add Nl Func Def Args|Remove Nl Func Def Args|Force Nl Func Def Args" -ValueDefault=ignore - -[Nl Func Call Args] -Category=3 -Description="Add or remove newline after each ',' in a function call." -Enabled=false -EditorType=multiple -Choices=nl_func_call_args\s*=\s*ignore|nl_func_call_args\s*=\s*add|nl_func_call_args\s*=\s*remove|nl_func_call_args\s*=\s*force|nl_func_call_args\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call Args|Add Nl Func Call Args|Remove Nl Func Call Args|Force Nl Func Call Args" -ValueDefault=ignore - -[Nl Func Decl Args Multi Line] -Category=3 -Description="Whether to add a newline after each ',' in a function declaration if '('
and ')' are in different lines. If false, nl_func_decl_args is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_decl_args_multi_line\s*=\s*true|nl_func_decl_args_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Def Args Multi Line] -Category=3 -Description="Whether to add a newline after each ',' in a function definition if '('
and ')' are in different lines. If false, nl_func_def_args is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_def_args_multi_line\s*=\s*true|nl_func_def_args_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Decl End] -Category=3 -Description="Add or remove newline before the ')' in a function declaration." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_end\s*=\s*ignore|nl_func_decl_end\s*=\s*add|nl_func_decl_end\s*=\s*remove|nl_func_decl_end\s*=\s*force|nl_func_decl_end\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End" -ValueDefault=ignore - -[Nl Func Def End] -Category=3 -Description="Add or remove newline before the ')' in a function definition." -Enabled=false -EditorType=multiple -Choices=nl_func_def_end\s*=\s*ignore|nl_func_def_end\s*=\s*add|nl_func_def_end\s*=\s*remove|nl_func_def_end\s*=\s*force|nl_func_def_end\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def End|Add Nl Func Def End|Remove Nl Func Def End|Force Nl Func Def End" -ValueDefault=ignore - -[Nl Func Decl End Single] -Category=3 -Description="Overrides nl_func_decl_end when there is only one parameter." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_end_single\s*=\s*ignore|nl_func_decl_end_single\s*=\s*add|nl_func_decl_end_single\s*=\s*remove|nl_func_decl_end_single\s*=\s*force|nl_func_decl_end_single\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single" -ValueDefault=ignore - -[Nl Func Def End Single] -Category=3 -Description="Overrides nl_func_def_end when there is only one parameter." -Enabled=false -EditorType=multiple -Choices=nl_func_def_end_single\s*=\s*ignore|nl_func_def_end_single\s*=\s*add|nl_func_def_end_single\s*=\s*remove|nl_func_def_end_single\s*=\s*force|nl_func_def_end_single\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def End Single|Add Nl Func Def End Single|Remove Nl Func Def End Single|Force Nl Func Def End Single" -ValueDefault=ignore - -[Nl Func Decl End Multi Line] -Category=3 -Description="Whether to add a newline before ')' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_end is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_decl_end_multi_line\s*=\s*true|nl_func_decl_end_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Def End Multi Line] -Category=3 -Description="Whether to add a newline before ')' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_end is used instead." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_def_end_multi_line\s*=\s*true|nl_func_def_end_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Decl Empty] -Category=3 -Description="Add or remove newline between '()' in a function declaration." -Enabled=false -EditorType=multiple -Choices=nl_func_decl_empty\s*=\s*ignore|nl_func_decl_empty\s*=\s*add|nl_func_decl_empty\s*=\s*remove|nl_func_decl_empty\s*=\s*force|nl_func_decl_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty" -ValueDefault=ignore - -[Nl Func Def Empty] -Category=3 -Description="Add or remove newline between '()' in a function definition." -Enabled=false -EditorType=multiple -Choices=nl_func_def_empty\s*=\s*ignore|nl_func_def_empty\s*=\s*add|nl_func_def_empty\s*=\s*remove|nl_func_def_empty\s*=\s*force|nl_func_def_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Def Empty|Add Nl Func Def Empty|Remove Nl Func Def Empty|Force Nl Func Def Empty" -ValueDefault=ignore - -[Nl Func Call Empty] -Category=3 -Description="Add or remove newline between '()' in a function call." -Enabled=false -EditorType=multiple -Choices=nl_func_call_empty\s*=\s*ignore|nl_func_call_empty\s*=\s*add|nl_func_call_empty\s*=\s*remove|nl_func_call_empty\s*=\s*force|nl_func_call_empty\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call Empty|Add Nl Func Call Empty|Remove Nl Func Call Empty|Force Nl Func Call Empty" -ValueDefault=ignore - -[Nl Func Call Start] -Category=3 -Description="Whether to add a newline after '(' in a function call,
has preference over nl_func_call_start_multi_line." -Enabled=false -EditorType=multiple -Choices=nl_func_call_start\s*=\s*ignore|nl_func_call_start\s*=\s*add|nl_func_call_start\s*=\s*remove|nl_func_call_start\s*=\s*force|nl_func_call_start\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call Start|Add Nl Func Call Start|Remove Nl Func Call Start|Force Nl Func Call Start" -ValueDefault=ignore - -[Nl Func Call End] -Category=3 -Description="Whether to add a newline before ')' in a function call." -Enabled=false -EditorType=multiple -Choices=nl_func_call_end\s*=\s*ignore|nl_func_call_end\s*=\s*add|nl_func_call_end\s*=\s*remove|nl_func_call_end\s*=\s*force|nl_func_call_end\s*=\s*not_defined -ChoicesReadable="Ignore Nl Func Call End|Add Nl Func Call End|Remove Nl Func Call End|Force Nl Func Call End" -ValueDefault=ignore - -[Nl Func Call Start Multi Line] -Category=3 -Description="Whether to add a newline after '(' in a function call if '(' and ')' are in
different lines." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_call_start_multi_line\s*=\s*true|nl_func_call_start_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Call Args Multi Line] -Category=3 -Description="Whether to add a newline after each ',' in a function call if '(' and ')'
are in different lines." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_call_args_multi_line\s*=\s*true|nl_func_call_args_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Call End Multi Line] -Category=3 -Description="Whether to add a newline before ')' in a function call if '(' and ')' are in
different lines." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_call_end_multi_line\s*=\s*true|nl_func_call_end_multi_line\s*=\s*false -ValueDefault=false - -[Nl Func Call Args Multi Line Ignore Closures] -Category=3 -Description="Whether to respect nl_func_call_XXX option in case of closure args." -Enabled=false -EditorType=boolean -TrueFalse=nl_func_call_args_multi_line_ignore_closures\s*=\s*true|nl_func_call_args_multi_line_ignore_closures\s*=\s*false -ValueDefault=false - -[Nl Template Start] -Category=3 -Description="Whether to add a newline after '<' of a template parameter list." -Enabled=false -EditorType=boolean -TrueFalse=nl_template_start\s*=\s*true|nl_template_start\s*=\s*false -ValueDefault=false - -[Nl Template Args] -Category=3 -Description="Whether to add a newline after each ',' in a template parameter list." -Enabled=false -EditorType=boolean -TrueFalse=nl_template_args\s*=\s*true|nl_template_args\s*=\s*false -ValueDefault=false - -[Nl Template End] -Category=3 -Description="Whether to add a newline before '>' of a template parameter list." -Enabled=false -EditorType=boolean -TrueFalse=nl_template_end\s*=\s*true|nl_template_end\s*=\s*false -ValueDefault=false - -[Nl Oc Msg Args] -Category=3 -Description="(OC) Whether to put each Objective-C message parameter on a separate line.
See nl_oc_msg_leave_one_liner." -Enabled=false -EditorType=boolean -TrueFalse=nl_oc_msg_args\s*=\s*true|nl_oc_msg_args\s*=\s*false -ValueDefault=false - -[Nl Oc Msg Args Min Params] -Category=3 -Description="(OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args." -Enabled=false -EditorType=numeric -CallName="nl_oc_msg_args_min_params\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Oc Msg Args Max Code Width] -Category=3 -Description="(OC) Max code width of Objective-C message before applying nl_oc_msg_args." -Enabled=false -EditorType=numeric -CallName="nl_oc_msg_args_max_code_width\s*=\s*" -MinVal=0 -MaxVal=10000 -ValueDefault=0 - -[Nl Fdef Brace] -Category=3 -Description="Add or remove newline between function signature and '{'." -Enabled=false -EditorType=multiple -Choices=nl_fdef_brace\s*=\s*ignore|nl_fdef_brace\s*=\s*add|nl_fdef_brace\s*=\s*remove|nl_fdef_brace\s*=\s*force|nl_fdef_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Fdef Brace|Add Nl Fdef Brace|Remove Nl Fdef Brace|Force Nl Fdef Brace" -ValueDefault=ignore - -[Nl Fdef Brace Cond] -Category=3 -Description="Add or remove newline between function signature and '{',
if signature ends with ')'. Overrides nl_fdef_brace." -Enabled=false -EditorType=multiple -Choices=nl_fdef_brace_cond\s*=\s*ignore|nl_fdef_brace_cond\s*=\s*add|nl_fdef_brace_cond\s*=\s*remove|nl_fdef_brace_cond\s*=\s*force|nl_fdef_brace_cond\s*=\s*not_defined -ChoicesReadable="Ignore Nl Fdef Brace Cond|Add Nl Fdef Brace Cond|Remove Nl Fdef Brace Cond|Force Nl Fdef Brace Cond" -ValueDefault=ignore - -[Nl Cpp Ldef Brace] -Category=3 -Description="Add or remove newline between C++11 lambda signature and '{'." -Enabled=false -EditorType=multiple -Choices=nl_cpp_ldef_brace\s*=\s*ignore|nl_cpp_ldef_brace\s*=\s*add|nl_cpp_ldef_brace\s*=\s*remove|nl_cpp_ldef_brace\s*=\s*force|nl_cpp_ldef_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Cpp Ldef Brace|Add Nl Cpp Ldef Brace|Remove Nl Cpp Ldef Brace|Force Nl Cpp Ldef Brace" -ValueDefault=ignore - -[Nl Return Expr] -Category=3 -Description="Add or remove newline between 'return' and the return expression." -Enabled=false -EditorType=multiple -Choices=nl_return_expr\s*=\s*ignore|nl_return_expr\s*=\s*add|nl_return_expr\s*=\s*remove|nl_return_expr\s*=\s*force|nl_return_expr\s*=\s*not_defined -ChoicesReadable="Ignore Nl Return Expr|Add Nl Return Expr|Remove Nl Return Expr|Force Nl Return Expr" -ValueDefault=ignore - -[Nl Throw Expr] -Category=3 -Description="Add or remove newline between 'throw' and the throw expression." -Enabled=false -EditorType=multiple -Choices=nl_throw_expr\s*=\s*ignore|nl_throw_expr\s*=\s*add|nl_throw_expr\s*=\s*remove|nl_throw_expr\s*=\s*force|nl_throw_expr\s*=\s*not_defined -ChoicesReadable="Ignore Nl Throw Expr|Add Nl Throw Expr|Remove Nl Throw Expr|Force Nl Throw Expr" -ValueDefault=ignore - -[Nl After Semicolon] -Category=3 -Description="Whether to add a newline after semicolons, except in 'for' statements." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_semicolon\s*=\s*true|nl_after_semicolon\s*=\s*false -ValueDefault=false - -[Nl Paren Dbrace Open] -Category=3 -Description="(Java) Add or remove newline between the ')' and '{{' of the double brace
initializer." -Enabled=false -EditorType=multiple -Choices=nl_paren_dbrace_open\s*=\s*ignore|nl_paren_dbrace_open\s*=\s*add|nl_paren_dbrace_open\s*=\s*remove|nl_paren_dbrace_open\s*=\s*force|nl_paren_dbrace_open\s*=\s*not_defined -ChoicesReadable="Ignore Nl Paren Dbrace Open|Add Nl Paren Dbrace Open|Remove Nl Paren Dbrace Open|Force Nl Paren Dbrace Open" -ValueDefault=ignore - -[Nl Type Brace Init Lst] -Category=3 -Description="Whether to add a newline after the type in an unnamed temporary
direct-list-initialization, better:
before a direct-list-initialization." -Enabled=false -EditorType=multiple -Choices=nl_type_brace_init_lst\s*=\s*ignore|nl_type_brace_init_lst\s*=\s*add|nl_type_brace_init_lst\s*=\s*remove|nl_type_brace_init_lst\s*=\s*force|nl_type_brace_init_lst\s*=\s*not_defined -ChoicesReadable="Ignore Nl Type Brace Init Lst|Add Nl Type Brace Init Lst|Remove Nl Type Brace Init Lst|Force Nl Type Brace Init Lst" -ValueDefault=ignore - -[Nl Type Brace Init Lst Open] -Category=3 -Description="Whether to add a newline after the open brace in an unnamed temporary
direct-list-initialization." -Enabled=false -EditorType=multiple -Choices=nl_type_brace_init_lst_open\s*=\s*ignore|nl_type_brace_init_lst_open\s*=\s*add|nl_type_brace_init_lst_open\s*=\s*remove|nl_type_brace_init_lst_open\s*=\s*force|nl_type_brace_init_lst_open\s*=\s*not_defined -ChoicesReadable="Ignore Nl Type Brace Init Lst Open|Add Nl Type Brace Init Lst Open|Remove Nl Type Brace Init Lst Open|Force Nl Type Brace Init Lst Open" -ValueDefault=ignore - -[Nl Type Brace Init Lst Close] -Category=3 -Description="Whether to add a newline before the close brace in an unnamed temporary
direct-list-initialization." -Enabled=false -EditorType=multiple -Choices=nl_type_brace_init_lst_close\s*=\s*ignore|nl_type_brace_init_lst_close\s*=\s*add|nl_type_brace_init_lst_close\s*=\s*remove|nl_type_brace_init_lst_close\s*=\s*force|nl_type_brace_init_lst_close\s*=\s*not_defined -ChoicesReadable="Ignore Nl Type Brace Init Lst Close|Add Nl Type Brace Init Lst Close|Remove Nl Type Brace Init Lst Close|Force Nl Type Brace Init Lst Close" -ValueDefault=ignore - -[Nl Before Brace Open] -Category=3 -Description="Whether to add a newline before '{'." -Enabled=false -EditorType=boolean -TrueFalse=nl_before_brace_open\s*=\s*true|nl_before_brace_open\s*=\s*false -ValueDefault=false - -[Nl After Brace Open] -Category=3 -Description="Whether to add a newline after '{'." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_brace_open\s*=\s*true|nl_after_brace_open\s*=\s*false -ValueDefault=false - -[Nl After Brace Open Cmt] -Category=3 -Description="Whether to add a newline between the open brace and a trailing single-line
comment. Requires nl_after_brace_open=true." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_brace_open_cmt\s*=\s*true|nl_after_brace_open_cmt\s*=\s*false -ValueDefault=false - -[Nl After Vbrace Open] -Category=3 -Description="Whether to add a newline after a virtual brace open with a non-empty body.
These occur in un-braced if/while/do/for statement bodies." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_vbrace_open\s*=\s*true|nl_after_vbrace_open\s*=\s*false -ValueDefault=false - -[Nl After Vbrace Open Empty] -Category=3 -Description="Whether to add a newline after a virtual brace open with an empty body.
These occur in un-braced if/while/do/for statement bodies." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_vbrace_open_empty\s*=\s*true|nl_after_vbrace_open_empty\s*=\s*false -ValueDefault=false - -[Nl After Brace Close] -Category=3 -Description="Whether to add a newline after '}'. Does not apply if followed by a
necessary ';'." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_brace_close\s*=\s*true|nl_after_brace_close\s*=\s*false -ValueDefault=false - -[Nl After Vbrace Close] -Category=3 -Description="Whether to add a newline after a virtual brace close,
as in 'if (foo) a++; <here> return;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_vbrace_close\s*=\s*true|nl_after_vbrace_close\s*=\s*false -ValueDefault=false - -[Nl Brace Struct Var] -Category=3 -Description="Add or remove newline between the close brace and identifier,
as in 'struct { int a; } <here> b;'. Affects enumerations, unions and
structures. If set to ignore, uses nl_after_brace_close." -Enabled=false -EditorType=multiple -Choices=nl_brace_struct_var\s*=\s*ignore|nl_brace_struct_var\s*=\s*add|nl_brace_struct_var\s*=\s*remove|nl_brace_struct_var\s*=\s*force|nl_brace_struct_var\s*=\s*not_defined -ChoicesReadable="Ignore Nl Brace Struct Var|Add Nl Brace Struct Var|Remove Nl Brace Struct Var|Force Nl Brace Struct Var" -ValueDefault=ignore - -[Nl Define Macro] -Category=3 -Description="Whether to alter newlines in '#define' macros." -Enabled=false -EditorType=boolean -TrueFalse=nl_define_macro\s*=\s*true|nl_define_macro\s*=\s*false -ValueDefault=false - -[Nl Squeeze Paren Close] -Category=3 -Description="Whether to alter newlines between consecutive parenthesis closes. The number
of closing parentheses in a line will depend on respective open parenthesis
lines." -Enabled=false -EditorType=boolean -TrueFalse=nl_squeeze_paren_close\s*=\s*true|nl_squeeze_paren_close\s*=\s*false -ValueDefault=false - -[Nl Squeeze Ifdef] -Category=3 -Description="Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and
'#endif'. Does not affect top-level #ifdefs." -Enabled=false -EditorType=boolean -TrueFalse=nl_squeeze_ifdef\s*=\s*true|nl_squeeze_ifdef\s*=\s*false -ValueDefault=false - -[Nl Squeeze Ifdef Top Level] -Category=3 -Description="Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well." -Enabled=false -EditorType=boolean -TrueFalse=nl_squeeze_ifdef_top_level\s*=\s*true|nl_squeeze_ifdef_top_level\s*=\s*false -ValueDefault=false - -[Nl Before If] -Category=3 -Description="Add or remove blank line before 'if'." -Enabled=false -EditorType=multiple -Choices=nl_before_if\s*=\s*ignore|nl_before_if\s*=\s*add|nl_before_if\s*=\s*remove|nl_before_if\s*=\s*force|nl_before_if\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before If|Add Nl Before If|Remove Nl Before If|Force Nl Before If" -ValueDefault=ignore - -[Nl After If] -Category=3 -Description="Add or remove blank line after 'if' statement. Add/Force work only if the
next token is not a closing brace." -Enabled=false -EditorType=multiple -Choices=nl_after_if\s*=\s*ignore|nl_after_if\s*=\s*add|nl_after_if\s*=\s*remove|nl_after_if\s*=\s*force|nl_after_if\s*=\s*not_defined -ChoicesReadable="Ignore Nl After If|Add Nl After If|Remove Nl After If|Force Nl After If" -ValueDefault=ignore - -[Nl Before For] -Category=3 -Description="Add or remove blank line before 'for'." -Enabled=false -EditorType=multiple -Choices=nl_before_for\s*=\s*ignore|nl_before_for\s*=\s*add|nl_before_for\s*=\s*remove|nl_before_for\s*=\s*force|nl_before_for\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before For|Add Nl Before For|Remove Nl Before For|Force Nl Before For" -ValueDefault=ignore - -[Nl After For] -Category=3 -Description="Add or remove blank line after 'for' statement." -Enabled=false -EditorType=multiple -Choices=nl_after_for\s*=\s*ignore|nl_after_for\s*=\s*add|nl_after_for\s*=\s*remove|nl_after_for\s*=\s*force|nl_after_for\s*=\s*not_defined -ChoicesReadable="Ignore Nl After For|Add Nl After For|Remove Nl After For|Force Nl After For" -ValueDefault=ignore - -[Nl Before While] -Category=3 -Description="Add or remove blank line before 'while'." -Enabled=false -EditorType=multiple -Choices=nl_before_while\s*=\s*ignore|nl_before_while\s*=\s*add|nl_before_while\s*=\s*remove|nl_before_while\s*=\s*force|nl_before_while\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before While|Add Nl Before While|Remove Nl Before While|Force Nl Before While" -ValueDefault=ignore - -[Nl After While] -Category=3 -Description="Add or remove blank line after 'while' statement." -Enabled=false -EditorType=multiple -Choices=nl_after_while\s*=\s*ignore|nl_after_while\s*=\s*add|nl_after_while\s*=\s*remove|nl_after_while\s*=\s*force|nl_after_while\s*=\s*not_defined -ChoicesReadable="Ignore Nl After While|Add Nl After While|Remove Nl After While|Force Nl After While" -ValueDefault=ignore - -[Nl Before Switch] -Category=3 -Description="Add or remove blank line before 'switch'." -Enabled=false -EditorType=multiple -Choices=nl_before_switch\s*=\s*ignore|nl_before_switch\s*=\s*add|nl_before_switch\s*=\s*remove|nl_before_switch\s*=\s*force|nl_before_switch\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Switch|Add Nl Before Switch|Remove Nl Before Switch|Force Nl Before Switch" -ValueDefault=ignore - -[Nl After Switch] -Category=3 -Description="Add or remove blank line after 'switch' statement." -Enabled=false -EditorType=multiple -Choices=nl_after_switch\s*=\s*ignore|nl_after_switch\s*=\s*add|nl_after_switch\s*=\s*remove|nl_after_switch\s*=\s*force|nl_after_switch\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Switch|Add Nl After Switch|Remove Nl After Switch|Force Nl After Switch" -ValueDefault=ignore - -[Nl Before Synchronized] -Category=3 -Description="Add or remove blank line before 'synchronized'." -Enabled=false -EditorType=multiple -Choices=nl_before_synchronized\s*=\s*ignore|nl_before_synchronized\s*=\s*add|nl_before_synchronized\s*=\s*remove|nl_before_synchronized\s*=\s*force|nl_before_synchronized\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Synchronized|Add Nl Before Synchronized|Remove Nl Before Synchronized|Force Nl Before Synchronized" -ValueDefault=ignore - -[Nl After Synchronized] -Category=3 -Description="Add or remove blank line after 'synchronized' statement." -Enabled=false -EditorType=multiple -Choices=nl_after_synchronized\s*=\s*ignore|nl_after_synchronized\s*=\s*add|nl_after_synchronized\s*=\s*remove|nl_after_synchronized\s*=\s*force|nl_after_synchronized\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Synchronized|Add Nl After Synchronized|Remove Nl After Synchronized|Force Nl After Synchronized" -ValueDefault=ignore - -[Nl Before Do] -Category=3 -Description="Add or remove blank line before 'do'." -Enabled=false -EditorType=multiple -Choices=nl_before_do\s*=\s*ignore|nl_before_do\s*=\s*add|nl_before_do\s*=\s*remove|nl_before_do\s*=\s*force|nl_before_do\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Do|Add Nl Before Do|Remove Nl Before Do|Force Nl Before Do" -ValueDefault=ignore - -[Nl After Do] -Category=3 -Description="Add or remove blank line after 'do/while' statement." -Enabled=false -EditorType=multiple -Choices=nl_after_do\s*=\s*ignore|nl_after_do\s*=\s*add|nl_after_do\s*=\s*remove|nl_after_do\s*=\s*force|nl_after_do\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Do|Add Nl After Do|Remove Nl After Do|Force Nl After Do" -ValueDefault=ignore - -[Nl Before Ignore After Case] -Category=3 -Description="Ignore nl_before_{if,for,switch,do,synchronized} if the control
statement is immediately after a case statement.
if nl_before_{if,for,switch,do} is set to remove, this option
does nothing." -Enabled=false -EditorType=boolean -TrueFalse=nl_before_ignore_after_case\s*=\s*true|nl_before_ignore_after_case\s*=\s*false -ValueDefault=false - -[Nl Before Return] -Category=3 -Description="Whether to put a blank line before 'return' statements, unless after an open
brace." -Enabled=false -EditorType=boolean -TrueFalse=nl_before_return\s*=\s*true|nl_before_return\s*=\s*false -ValueDefault=false - -[Nl After Return] -Category=3 -Description="Whether to put a blank line after 'return' statements, unless followed by a
close brace." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_return\s*=\s*true|nl_after_return\s*=\s*false -ValueDefault=false - -[Nl Before Member] -Category=3 -Description="Whether to put a blank line before a member '.' or '->' operators." -Enabled=false -EditorType=multiple -Choices=nl_before_member\s*=\s*ignore|nl_before_member\s*=\s*add|nl_before_member\s*=\s*remove|nl_before_member\s*=\s*force|nl_before_member\s*=\s*not_defined -ChoicesReadable="Ignore Nl Before Member|Add Nl Before Member|Remove Nl Before Member|Force Nl Before Member" -ValueDefault=ignore - -[Nl After Member] -Category=3 -Description="(Java) Whether to put a blank line after a member '.' or '->' operators." -Enabled=false -EditorType=multiple -Choices=nl_after_member\s*=\s*ignore|nl_after_member\s*=\s*add|nl_after_member\s*=\s*remove|nl_after_member\s*=\s*force|nl_after_member\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Member|Add Nl After Member|Remove Nl After Member|Force Nl After Member" -ValueDefault=ignore - -[Nl Ds Struct Enum Cmt] -Category=3 -Description="Whether to double-space commented-entries in 'struct'/'union'/'enum'." -Enabled=false -EditorType=boolean -TrueFalse=nl_ds_struct_enum_cmt\s*=\s*true|nl_ds_struct_enum_cmt\s*=\s*false -ValueDefault=false - -[Nl Ds Struct Enum Close Brace] -Category=3 -Description="Whether to force a newline before '}' of a 'struct'/'union'/'enum'.
(Lower priority than eat_blanks_before_close_brace.)" -Enabled=false -EditorType=boolean -TrueFalse=nl_ds_struct_enum_close_brace\s*=\s*true|nl_ds_struct_enum_close_brace\s*=\s*false -ValueDefault=false - -[Nl Class Colon] -Category=3 -Description="Add or remove newline before or after (depending on pos_class_colon) a class
colon, as in 'class Foo <here> : <or here> public Bar'." -Enabled=false -EditorType=multiple -Choices=nl_class_colon\s*=\s*ignore|nl_class_colon\s*=\s*add|nl_class_colon\s*=\s*remove|nl_class_colon\s*=\s*force|nl_class_colon\s*=\s*not_defined -ChoicesReadable="Ignore Nl Class Colon|Add Nl Class Colon|Remove Nl Class Colon|Force Nl Class Colon" -ValueDefault=ignore - -[Nl Constr Colon] -Category=3 -Description="Add or remove newline around a class constructor colon. The exact position
depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma." -Enabled=false -EditorType=multiple -Choices=nl_constr_colon\s*=\s*ignore|nl_constr_colon\s*=\s*add|nl_constr_colon\s*=\s*remove|nl_constr_colon\s*=\s*force|nl_constr_colon\s*=\s*not_defined -ChoicesReadable="Ignore Nl Constr Colon|Add Nl Constr Colon|Remove Nl Constr Colon|Force Nl Constr Colon" -ValueDefault=ignore - -[Nl Namespace Two To One Liner] -Category=3 -Description="Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }'
into a single line. If true, prevents other brace newline rules from turning
such code into four lines. If true, it also preserves one-liner namespaces." -Enabled=false -EditorType=boolean -TrueFalse=nl_namespace_two_to_one_liner\s*=\s*true|nl_namespace_two_to_one_liner\s*=\s*false -ValueDefault=false - -[Nl Create If One Liner] -Category=3 -Description="Whether to remove a newline in simple unbraced if statements, turning them
into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_create_if_one_liner\s*=\s*true|nl_create_if_one_liner\s*=\s*false -ValueDefault=false - -[Nl Create For One Liner] -Category=3 -Description="Whether to remove a newline in simple unbraced for statements, turning them
into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_create_for_one_liner\s*=\s*true|nl_create_for_one_liner\s*=\s*false -ValueDefault=false - -[Nl Create While One Liner] -Category=3 -Description="Whether to remove a newline in simple unbraced while statements, turning
them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_create_while_one_liner\s*=\s*true|nl_create_while_one_liner\s*=\s*false -ValueDefault=false - -[Nl Create Func Def One Liner] -Category=3 -Description="Whether to collapse a function definition whose body (not counting braces)
is only one line so that the entire definition (prototype, braces, body) is
a single line." -Enabled=false -EditorType=boolean -TrueFalse=nl_create_func_def_one_liner\s*=\s*true|nl_create_func_def_one_liner\s*=\s*false -ValueDefault=false - -[Nl Create List One Liner] -Category=3 -Description="Whether to split one-line simple list definitions into three lines by
adding newlines, as in 'int a[12] = { <here> 0 <here> };'." -Enabled=false -EditorType=boolean -TrueFalse=nl_create_list_one_liner\s*=\s*true|nl_create_list_one_liner\s*=\s*false -ValueDefault=false - -[Nl Split If One Liner] -Category=3 -Description="Whether to split one-line simple unbraced if statements into two lines by
adding a newline, as in 'if(b) <here> i++;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_split_if_one_liner\s*=\s*true|nl_split_if_one_liner\s*=\s*false -ValueDefault=false - -[Nl Split For One Liner] -Category=3 -Description="Whether to split one-line simple unbraced for statements into two lines by
adding a newline, as in 'for (...) <here> stmt;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_split_for_one_liner\s*=\s*true|nl_split_for_one_liner\s*=\s*false -ValueDefault=false - -[Nl Split While One Liner] -Category=3 -Description="Whether to split one-line simple unbraced while statements into two lines by
adding a newline, as in 'while (expr) <here> stmt;'." -Enabled=false -EditorType=boolean -TrueFalse=nl_split_while_one_liner\s*=\s*true|nl_split_while_one_liner\s*=\s*false -ValueDefault=false - -[Donot Add Nl Before Cpp Comment] -Category=3 -Description="Don't add a newline before a cpp-comment in a parameter list of a function
call." -Enabled=false -EditorType=boolean -TrueFalse=donot_add_nl_before_cpp_comment\s*=\s*true|donot_add_nl_before_cpp_comment\s*=\s*false -ValueDefault=false - -[Nl Max] -Category=4 -Description="The maximum number of consecutive newlines (3 = 2 blank lines)." -Enabled=false -EditorType=numeric -CallName="nl_max\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Max Blank In Func] -Category=4 -Description="The maximum number of consecutive newlines in a function." -Enabled=false -EditorType=numeric -CallName="nl_max_blank_in_func\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Inside Empty Func] -Category=4 -Description="The number of newlines inside an empty function body.
This option overrides eat_blanks_after_open_brace and
eat_blanks_before_close_brace, but is ignored when
nl_collapse_empty_body_functions=true" -Enabled=false -EditorType=numeric -CallName="nl_inside_empty_func\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Func Body Proto] -Category=4 -Description="The number of newlines before a function prototype." -Enabled=false -EditorType=numeric -CallName="nl_before_func_body_proto\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Func Body Def] -Category=4 -Description="The number of newlines before a multi-line function definition. Where
applicable, this option is overridden with eat_blanks_after_open_brace=true" -Enabled=false -EditorType=numeric -CallName="nl_before_func_body_def\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Func Class Proto] -Category=4 -Description="The number of newlines before a class constructor/destructor prototype." -Enabled=false -EditorType=numeric -CallName="nl_before_func_class_proto\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Func Class Def] -Category=4 -Description="The number of newlines before a class constructor/destructor definition." -Enabled=false -EditorType=numeric -CallName="nl_before_func_class_def\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Proto] -Category=4 -Description="The number of newlines after a function prototype." -Enabled=false -EditorType=numeric -CallName="nl_after_func_proto\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Proto Group] -Category=4 -Description="The number of newlines after a function prototype, if not followed by
another function prototype." -Enabled=false -EditorType=numeric -CallName="nl_after_func_proto_group\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Class Proto] -Category=4 -Description="The number of newlines after a class constructor/destructor prototype." -Enabled=false -EditorType=numeric -CallName="nl_after_func_class_proto\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Class Proto Group] -Category=4 -Description="The number of newlines after a class constructor/destructor prototype,
if not followed by another constructor/destructor prototype." -Enabled=false -EditorType=numeric -CallName="nl_after_func_class_proto_group\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Class Leave One Liner Groups] -Category=4 -Description="Whether one-line method definitions inside a class body should be treated
as if they were prototypes for the purposes of adding newlines.

Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def
and nl_before_func_class_def for one-liners." -Enabled=false -EditorType=boolean -TrueFalse=nl_class_leave_one_liner_groups\s*=\s*true|nl_class_leave_one_liner_groups\s*=\s*false -ValueDefault=false - -[Nl After Func Body] -Category=4 -Description="The number of newlines after '}' of a multi-line function body.

Overrides nl_min_after_func_body and nl_max_after_func_body." -Enabled=false -EditorType=numeric -CallName="nl_after_func_body\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Min After Func Body] -Category=4 -Description="The minimum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0." -Enabled=false -EditorType=numeric -CallName="nl_min_after_func_body\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Max After Func Body] -Category=4 -Description="The maximum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0.
Takes precedence over nl_min_after_func_body." -Enabled=false -EditorType=numeric -CallName="nl_max_after_func_body\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Body Class] -Category=4 -Description="The number of newlines after '}' of a multi-line function body in a class
declaration. Also affects class constructors/destructors.

Overrides nl_after_func_body." -Enabled=false -EditorType=numeric -CallName="nl_after_func_body_class\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Func Body One Liner] -Category=4 -Description="The number of newlines after '}' of a single line function body. Also
affects class constructors/destructors.

Overrides nl_after_func_body and nl_after_func_body_class." -Enabled=false -EditorType=numeric -CallName="nl_after_func_body_one_liner\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Typedef Blk Start] -Category=4 -Description="The number of newlines before a block of typedefs. If nl_after_access_spec
is non-zero, that option takes precedence.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_typedef_blk_start\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Typedef Blk End] -Category=4 -Description="The number of newlines after a block of typedefs.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_typedef_blk_end\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Typedef Blk In] -Category=4 -Description="The maximum number of consecutive newlines within a block of typedefs.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_typedef_blk_in\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Var Def Blk End Func Top] -Category=4 -Description="The minimum number of blank lines after a block of variable definitions
at the top of a function body. If any preprocessor directives appear
between the opening brace of the function and the variable block, then
it is considered as not at the top of the function.Newlines are added
before trailing preprocessor directives, if any exist.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_var_def_blk_end_func_top\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Var Def Blk Start] -Category=4 -Description="The minimum number of empty newlines before a block of variable definitions
not at the top of a function body. If nl_after_access_spec is non-zero,
that option takes precedence. Newlines are not added at the top of the
file or just after an opening brace. Newlines are added above any
preprocessor directives before the block.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_var_def_blk_start\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Var Def Blk End] -Category=4 -Description="The minimum number of empty newlines after a block of variable definitions
not at the top of a function body. Newlines are not added if the block
is at the bottom of the file or just before a preprocessor directive.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_var_def_blk_end\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Var Def Blk In] -Category=4 -Description="The maximum number of consecutive newlines within a block of variable
definitions.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_var_def_blk_in\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Block Comment] -Category=4 -Description="The minimum number of newlines before a multi-line comment.
Doesn't apply if after a brace open or another multi-line comment." -Enabled=false -EditorType=numeric -CallName="nl_before_block_comment\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before C Comment] -Category=4 -Description="The minimum number of newlines before a single-line C comment.
Doesn't apply if after a brace open or other single-line C comments." -Enabled=false -EditorType=numeric -CallName="nl_before_c_comment\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Cpp Comment] -Category=4 -Description="The minimum number of newlines before a CPP comment.
Doesn't apply if after a brace open or other CPP comments." -Enabled=false -EditorType=numeric -CallName="nl_before_cpp_comment\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Multiline Comment] -Category=4 -Description="Whether to force a newline after a multi-line comment." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_multiline_comment\s*=\s*true|nl_after_multiline_comment\s*=\s*false -ValueDefault=false - -[Nl After Label Colon] -Category=4 -Description="Whether to force a newline after a label's colon." -Enabled=false -EditorType=boolean -TrueFalse=nl_after_label_colon\s*=\s*true|nl_after_label_colon\s*=\s*false -ValueDefault=false - -[Nl Before Struct] -Category=4 -Description="The number of newlines before a struct definition." -Enabled=false -EditorType=numeric -CallName="nl_before_struct\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Struct] -Category=4 -Description="The number of newlines after '}' or ';' of a struct/enum/union definition." -Enabled=false -EditorType=numeric -CallName="nl_after_struct\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Class] -Category=4 -Description="The number of newlines before a class definition." -Enabled=false -EditorType=numeric -CallName="nl_before_class\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Class] -Category=4 -Description="The number of newlines after '}' or ';' of a class definition." -Enabled=false -EditorType=numeric -CallName="nl_after_class\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Namespace] -Category=4 -Description="The number of newlines before a namespace." -Enabled=false -EditorType=numeric -CallName="nl_before_namespace\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Inside Namespace] -Category=4 -Description="The number of newlines after '{' of a namespace. This also adds newlines
before the matching '}'.

0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if
applicable, otherwise no change.

Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace." -Enabled=false -EditorType=numeric -CallName="nl_inside_namespace\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Namespace] -Category=4 -Description="The number of newlines after '}' of a namespace." -Enabled=false -EditorType=numeric -CallName="nl_after_namespace\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Access Spec] -Category=4 -Description="The number of newlines before an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_before_access_spec\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Access Spec] -Category=4 -Description="The number of newlines after an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default).

Overrides nl_typedef_blk_start and nl_var_def_blk_start." -Enabled=false -EditorType=numeric -CallName="nl_after_access_spec\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Comment Func Def] -Category=4 -Description="The number of newlines between a function definition and the function
comment, as in '// comment\n <here> void foo() {...}'.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_comment_func_def\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Try Catch Finally] -Category=4 -Description="The number of newlines after a try-catch-finally block that isn't followed
by a brace close.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_after_try_catch_finally\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Around Cs Property] -Category=4 -Description="(C#) The number of newlines before and after a property, indexer or event
declaration.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_around_cs_property\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Between Get Set] -Category=4 -Description="(C#) The number of newlines between the get/set/add/remove handlers.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_between_get_set\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Property Brace] -Category=4 -Description="(C#) Add or remove newline between property and the '{'." -Enabled=false -EditorType=multiple -Choices=nl_property_brace\s*=\s*ignore|nl_property_brace\s*=\s*add|nl_property_brace\s*=\s*remove|nl_property_brace\s*=\s*force|nl_property_brace\s*=\s*not_defined -ChoicesReadable="Ignore Nl Property Brace|Add Nl Property Brace|Remove Nl Property Brace|Force Nl Property Brace" -ValueDefault=ignore - -[Eat Blanks After Open Brace] -Category=4 -Description="Whether to remove blank lines after '{'." -Enabled=false -EditorType=boolean -TrueFalse=eat_blanks_after_open_brace\s*=\s*true|eat_blanks_after_open_brace\s*=\s*false -ValueDefault=false - -[Eat Blanks Before Close Brace] -Category=4 -Description="Whether to remove blank lines before '}'." -Enabled=false -EditorType=boolean -TrueFalse=eat_blanks_before_close_brace\s*=\s*true|eat_blanks_before_close_brace\s*=\s*false -ValueDefault=false - -[Nl Remove Extra Newlines] -Category=4 -Description="How aggressively to remove extra newlines not in preprocessor.

0: No change (default)
1: Remove most newlines not handled by other config
2: Remove all newlines and reformat completely by config" -Enabled=false -EditorType=numeric -CallName="nl_remove_extra_newlines\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Nl After Annotation] -Category=4 -Description="(Java) Add or remove newline after an annotation statement. Only affects
annotations that are after a newline." -Enabled=false -EditorType=multiple -Choices=nl_after_annotation\s*=\s*ignore|nl_after_annotation\s*=\s*add|nl_after_annotation\s*=\s*remove|nl_after_annotation\s*=\s*force|nl_after_annotation\s*=\s*not_defined -ChoicesReadable="Ignore Nl After Annotation|Add Nl After Annotation|Remove Nl After Annotation|Force Nl After Annotation" -ValueDefault=ignore - -[Nl Between Annotation] -Category=4 -Description="(Java) Add or remove newline between two annotations." -Enabled=false -EditorType=multiple -Choices=nl_between_annotation\s*=\s*ignore|nl_between_annotation\s*=\s*add|nl_between_annotation\s*=\s*remove|nl_between_annotation\s*=\s*force|nl_between_annotation\s*=\s*not_defined -ChoicesReadable="Ignore Nl Between Annotation|Add Nl Between Annotation|Remove Nl Between Annotation|Force Nl Between Annotation" -ValueDefault=ignore - -[Nl Before Whole File Ifdef] -Category=4 -Description="The number of newlines before a whole-file #ifdef.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_before_whole_file_ifdef\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Whole File Ifdef] -Category=4 -Description="The number of newlines after a whole-file #ifdef.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_after_whole_file_ifdef\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl Before Whole File Endif] -Category=4 -Description="The number of newlines before a whole-file #endif.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_before_whole_file_endif\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Nl After Whole File Endif] -Category=4 -Description="The number of newlines after a whole-file #endif.

0: No change (default)." -Enabled=false -EditorType=numeric -CallName="nl_after_whole_file_endif\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Pos Arith] -Category=5 -Description="The position of arithmetic operators in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_arith\s*=\s*ignore|pos_arith\s*=\s*break|pos_arith\s*=\s*force|pos_arith\s*=\s*lead|pos_arith\s*=\s*trail|pos_arith\s*=\s*join|pos_arith\s*=\s*lead_break|pos_arith\s*=\s*lead_force|pos_arith\s*=\s*trail_break|pos_arith\s*=\s*trail_force -ChoicesReadable="Ignore Pos Arith|Break Pos Arith|Force Pos Arith|Lead Pos Arith|Trail Pos Arith|Join Pos Arith|Lead Break Pos Arith|Lead Force Pos Arith|Trail Break Pos Arith|Trail Force Pos Arith" -ValueDefault=ignore - -[Pos Assign] -Category=5 -Description="The position of assignment in wrapped expressions. Do not affect '='
followed by '{'." -Enabled=false -EditorType=multiple -Choices=pos_assign\s*=\s*ignore|pos_assign\s*=\s*break|pos_assign\s*=\s*force|pos_assign\s*=\s*lead|pos_assign\s*=\s*trail|pos_assign\s*=\s*join|pos_assign\s*=\s*lead_break|pos_assign\s*=\s*lead_force|pos_assign\s*=\s*trail_break|pos_assign\s*=\s*trail_force -ChoicesReadable="Ignore Pos Assign|Break Pos Assign|Force Pos Assign|Lead Pos Assign|Trail Pos Assign|Join Pos Assign|Lead Break Pos Assign|Lead Force Pos Assign|Trail Break Pos Assign|Trail Force Pos Assign" -ValueDefault=ignore - -[Pos Bool] -Category=5 -Description="The position of Boolean operators in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_bool\s*=\s*ignore|pos_bool\s*=\s*break|pos_bool\s*=\s*force|pos_bool\s*=\s*lead|pos_bool\s*=\s*trail|pos_bool\s*=\s*join|pos_bool\s*=\s*lead_break|pos_bool\s*=\s*lead_force|pos_bool\s*=\s*trail_break|pos_bool\s*=\s*trail_force -ChoicesReadable="Ignore Pos Bool|Break Pos Bool|Force Pos Bool|Lead Pos Bool|Trail Pos Bool|Join Pos Bool|Lead Break Pos Bool|Lead Force Pos Bool|Trail Break Pos Bool|Trail Force Pos Bool" -ValueDefault=ignore - -[Pos Compare] -Category=5 -Description="The position of comparison operators in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_compare\s*=\s*ignore|pos_compare\s*=\s*break|pos_compare\s*=\s*force|pos_compare\s*=\s*lead|pos_compare\s*=\s*trail|pos_compare\s*=\s*join|pos_compare\s*=\s*lead_break|pos_compare\s*=\s*lead_force|pos_compare\s*=\s*trail_break|pos_compare\s*=\s*trail_force -ChoicesReadable="Ignore Pos Compare|Break Pos Compare|Force Pos Compare|Lead Pos Compare|Trail Pos Compare|Join Pos Compare|Lead Break Pos Compare|Lead Force Pos Compare|Trail Break Pos Compare|Trail Force Pos Compare" -ValueDefault=ignore - -[Pos Conditional] -Category=5 -Description="The position of conditional operators, as in the '?' and ':' of
'expr ? stmt : stmt', in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_conditional\s*=\s*ignore|pos_conditional\s*=\s*break|pos_conditional\s*=\s*force|pos_conditional\s*=\s*lead|pos_conditional\s*=\s*trail|pos_conditional\s*=\s*join|pos_conditional\s*=\s*lead_break|pos_conditional\s*=\s*lead_force|pos_conditional\s*=\s*trail_break|pos_conditional\s*=\s*trail_force -ChoicesReadable="Ignore Pos Conditional|Break Pos Conditional|Force Pos Conditional|Lead Pos Conditional|Trail Pos Conditional|Join Pos Conditional|Lead Break Pos Conditional|Lead Force Pos Conditional|Trail Break Pos Conditional|Trail Force Pos Conditional" -ValueDefault=ignore - -[Pos Comma] -Category=5 -Description="The position of the comma in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_comma\s*=\s*ignore|pos_comma\s*=\s*break|pos_comma\s*=\s*force|pos_comma\s*=\s*lead|pos_comma\s*=\s*trail|pos_comma\s*=\s*join|pos_comma\s*=\s*lead_break|pos_comma\s*=\s*lead_force|pos_comma\s*=\s*trail_break|pos_comma\s*=\s*trail_force -ChoicesReadable="Ignore Pos Comma|Break Pos Comma|Force Pos Comma|Lead Pos Comma|Trail Pos Comma|Join Pos Comma|Lead Break Pos Comma|Lead Force Pos Comma|Trail Break Pos Comma|Trail Force Pos Comma" -ValueDefault=ignore - -[Pos Enum Comma] -Category=5 -Description="The position of the comma in enum entries." -Enabled=false -EditorType=multiple -Choices=pos_enum_comma\s*=\s*ignore|pos_enum_comma\s*=\s*break|pos_enum_comma\s*=\s*force|pos_enum_comma\s*=\s*lead|pos_enum_comma\s*=\s*trail|pos_enum_comma\s*=\s*join|pos_enum_comma\s*=\s*lead_break|pos_enum_comma\s*=\s*lead_force|pos_enum_comma\s*=\s*trail_break|pos_enum_comma\s*=\s*trail_force -ChoicesReadable="Ignore Pos Enum Comma|Break Pos Enum Comma|Force Pos Enum Comma|Lead Pos Enum Comma|Trail Pos Enum Comma|Join Pos Enum Comma|Lead Break Pos Enum Comma|Lead Force Pos Enum Comma|Trail Break Pos Enum Comma|Trail Force Pos Enum Comma" -ValueDefault=ignore - -[Pos Class Comma] -Category=5 -Description="The position of the comma in the base class list if there is more than one
line. Affects nl_class_init_args." -Enabled=false -EditorType=multiple -Choices=pos_class_comma\s*=\s*ignore|pos_class_comma\s*=\s*break|pos_class_comma\s*=\s*force|pos_class_comma\s*=\s*lead|pos_class_comma\s*=\s*trail|pos_class_comma\s*=\s*join|pos_class_comma\s*=\s*lead_break|pos_class_comma\s*=\s*lead_force|pos_class_comma\s*=\s*trail_break|pos_class_comma\s*=\s*trail_force -ChoicesReadable="Ignore Pos Class Comma|Break Pos Class Comma|Force Pos Class Comma|Lead Pos Class Comma|Trail Pos Class Comma|Join Pos Class Comma|Lead Break Pos Class Comma|Lead Force Pos Class Comma|Trail Break Pos Class Comma|Trail Force Pos Class Comma" -ValueDefault=ignore - -[Pos Constr Comma] -Category=5 -Description="The position of the comma in the constructor initialization list.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon." -Enabled=false -EditorType=multiple -Choices=pos_constr_comma\s*=\s*ignore|pos_constr_comma\s*=\s*break|pos_constr_comma\s*=\s*force|pos_constr_comma\s*=\s*lead|pos_constr_comma\s*=\s*trail|pos_constr_comma\s*=\s*join|pos_constr_comma\s*=\s*lead_break|pos_constr_comma\s*=\s*lead_force|pos_constr_comma\s*=\s*trail_break|pos_constr_comma\s*=\s*trail_force -ChoicesReadable="Ignore Pos Constr Comma|Break Pos Constr Comma|Force Pos Constr Comma|Lead Pos Constr Comma|Trail Pos Constr Comma|Join Pos Constr Comma|Lead Break Pos Constr Comma|Lead Force Pos Constr Comma|Trail Break Pos Constr Comma|Trail Force Pos Constr Comma" -ValueDefault=ignore - -[Pos Class Colon] -Category=5 -Description="The position of trailing/leading class colon, between class and base class
list. Affects nl_class_colon." -Enabled=false -EditorType=multiple -Choices=pos_class_colon\s*=\s*ignore|pos_class_colon\s*=\s*break|pos_class_colon\s*=\s*force|pos_class_colon\s*=\s*lead|pos_class_colon\s*=\s*trail|pos_class_colon\s*=\s*join|pos_class_colon\s*=\s*lead_break|pos_class_colon\s*=\s*lead_force|pos_class_colon\s*=\s*trail_break|pos_class_colon\s*=\s*trail_force -ChoicesReadable="Ignore Pos Class Colon|Break Pos Class Colon|Force Pos Class Colon|Lead Pos Class Colon|Trail Pos Class Colon|Join Pos Class Colon|Lead Break Pos Class Colon|Lead Force Pos Class Colon|Trail Break Pos Class Colon|Trail Force Pos Class Colon" -ValueDefault=ignore - -[Pos Constr Colon] -Category=5 -Description="The position of colons between constructor and member initialization.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma." -Enabled=false -EditorType=multiple -Choices=pos_constr_colon\s*=\s*ignore|pos_constr_colon\s*=\s*break|pos_constr_colon\s*=\s*force|pos_constr_colon\s*=\s*lead|pos_constr_colon\s*=\s*trail|pos_constr_colon\s*=\s*join|pos_constr_colon\s*=\s*lead_break|pos_constr_colon\s*=\s*lead_force|pos_constr_colon\s*=\s*trail_break|pos_constr_colon\s*=\s*trail_force -ChoicesReadable="Ignore Pos Constr Colon|Break Pos Constr Colon|Force Pos Constr Colon|Lead Pos Constr Colon|Trail Pos Constr Colon|Join Pos Constr Colon|Lead Break Pos Constr Colon|Lead Force Pos Constr Colon|Trail Break Pos Constr Colon|Trail Force Pos Constr Colon" -ValueDefault=ignore - -[Pos Shift] -Category=5 -Description="The position of shift operators in wrapped expressions." -Enabled=false -EditorType=multiple -Choices=pos_shift\s*=\s*ignore|pos_shift\s*=\s*break|pos_shift\s*=\s*force|pos_shift\s*=\s*lead|pos_shift\s*=\s*trail|pos_shift\s*=\s*join|pos_shift\s*=\s*lead_break|pos_shift\s*=\s*lead_force|pos_shift\s*=\s*trail_break|pos_shift\s*=\s*trail_force -ChoicesReadable="Ignore Pos Shift|Break Pos Shift|Force Pos Shift|Lead Pos Shift|Trail Pos Shift|Join Pos Shift|Lead Break Pos Shift|Lead Force Pos Shift|Trail Break Pos Shift|Trail Force Pos Shift" -ValueDefault=ignore - -[Code Width] -Category=6 -Description="Try to limit code width to N columns." -Enabled=false -EditorType=numeric -CallName="code_width\s*=\s*" -MinVal=0 -MaxVal=10000 -ValueDefault=0 - -[Ls For Split Full] -Category=6 -Description="Whether to fully split long 'for' statements at semi-colons." -Enabled=false -EditorType=boolean -TrueFalse=ls_for_split_full\s*=\s*true|ls_for_split_full\s*=\s*false -ValueDefault=false - -[Ls Func Split Full] -Category=6 -Description="Whether to fully split long function prototypes/calls at commas.
The option ls_code_width has priority over the option ls_func_split_full." -Enabled=false -EditorType=boolean -TrueFalse=ls_func_split_full\s*=\s*true|ls_func_split_full\s*=\s*false -ValueDefault=false - -[Ls Code Width] -Category=6 -Description="Whether to split lines as close to code_width as possible and ignore some
groupings.
The option ls_code_width has priority over the option ls_func_split_full." -Enabled=false -EditorType=boolean -TrueFalse=ls_code_width\s*=\s*true|ls_code_width\s*=\s*false -ValueDefault=false - -[Align Keep Tabs] -Category=7 -Description="Whether to keep non-indenting tabs." -Enabled=false -EditorType=boolean -TrueFalse=align_keep_tabs\s*=\s*true|align_keep_tabs\s*=\s*false -ValueDefault=false - -[Align With Tabs] -Category=7 -Description="Whether to use tabs for aligning." -Enabled=false -EditorType=boolean -TrueFalse=align_with_tabs\s*=\s*true|align_with_tabs\s*=\s*false -ValueDefault=false - -[Align On Tabstop] -Category=7 -Description="Whether to bump out to the next tab when aligning." -Enabled=false -EditorType=boolean -TrueFalse=align_on_tabstop\s*=\s*true|align_on_tabstop\s*=\s*false -ValueDefault=false - -[Align Number Right] -Category=7 -Description="Whether to right-align numbers." -Enabled=false -EditorType=boolean -TrueFalse=align_number_right\s*=\s*true|align_number_right\s*=\s*false -ValueDefault=false - -[Align Keep Extra Space] -Category=7 -Description="Whether to keep whitespace not required for alignment." -Enabled=false -EditorType=boolean -TrueFalse=align_keep_extra_space\s*=\s*true|align_keep_extra_space\s*=\s*false -ValueDefault=false - -[Align Func Params] -Category=7 -Description="Whether to align variable definitions in prototypes and functions." -Enabled=false -EditorType=boolean -TrueFalse=align_func_params\s*=\s*true|align_func_params\s*=\s*false -ValueDefault=false - -[Align Func Params Span] -Category=7 -Description="The span for aligning parameter definitions in function on parameter name.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_func_params_span\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Func Params Thresh] -Category=7 -Description="The threshold for aligning function parameter definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_func_params_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Func Params Gap] -Category=7 -Description="The gap for aligning function parameter definitions." -Enabled=false -EditorType=numeric -CallName="align_func_params_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Constr Value Span] -Category=7 -Description="The span for aligning constructor value.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_constr_value_span\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Constr Value Thresh] -Category=7 -Description="The threshold for aligning constructor value.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_constr_value_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Constr Value Gap] -Category=7 -Description="The gap for aligning constructor value." -Enabled=false -EditorType=numeric -CallName="align_constr_value_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Same Func Call Params] -Category=7 -Description="Whether to align parameters in single-line functions that have the same
name. The function names must already be aligned with each other." -Enabled=false -EditorType=boolean -TrueFalse=align_same_func_call_params\s*=\s*true|align_same_func_call_params\s*=\s*false -ValueDefault=false - -[Align Same Func Call Params Span] -Category=7 -Description="The span for aligning function-call parameters for single line functions.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_same_func_call_params_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Same Func Call Params Thresh] -Category=7 -Description="The threshold for aligning function-call parameters for single line
functions.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_same_func_call_params_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Var Def Span] -Category=7 -Description="The span for aligning variable definitions.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_var_def_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Var Def Star Style] -Category=7 -Description="How to consider (or treat) the '*' in the alignment of variable definitions.

0: Part of the type 'void * foo;' (default)
1: Part of the variable 'void *foo;'
2: Dangling 'void *foo;'
Dangling: the '*' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_var_def_star_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Var Def Amp Style] -Category=7 -Description="How to consider (or treat) the '&' in the alignment of variable definitions.

0: Part of the type 'long & foo;' (default)
1: Part of the variable 'long &foo;'
2: Dangling 'long &foo;'
Dangling: the '&' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_var_def_amp_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Var Def Thresh] -Category=7 -Description="The threshold for aligning variable definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_var_def_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Var Def Gap] -Category=7 -Description="The gap for aligning variable definitions." -Enabled=false -EditorType=numeric -CallName="align_var_def_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Var Def Colon] -Category=7 -Description="Whether to align the colon in struct bit fields." -Enabled=false -EditorType=boolean -TrueFalse=align_var_def_colon\s*=\s*true|align_var_def_colon\s*=\s*false -ValueDefault=false - -[Align Var Def Colon Gap] -Category=7 -Description="The gap for aligning the colon in struct bit fields." -Enabled=false -EditorType=numeric -CallName="align_var_def_colon_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Var Def Attribute] -Category=7 -Description="Whether to align any attribute after the variable name." -Enabled=false -EditorType=boolean -TrueFalse=align_var_def_attribute\s*=\s*true|align_var_def_attribute\s*=\s*false -ValueDefault=false - -[Align Var Def Inline] -Category=7 -Description="Whether to align inline struct/enum/union variable definitions." -Enabled=false -EditorType=boolean -TrueFalse=align_var_def_inline\s*=\s*true|align_var_def_inline\s*=\s*false -ValueDefault=false - -[Align Assign Span] -Category=7 -Description="The span for aligning on '=' in assignments.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_assign_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Assign Func Proto Span] -Category=7 -Description="The span for aligning on '=' in function prototype modifier.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_assign_func_proto_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Assign Thresh] -Category=7 -Description="The threshold for aligning on '=' in assignments.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_assign_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Assign On Multi Var Defs] -Category=7 -Description="Whether to align on the left most assignment when multiple
definitions are found on the same line.
Depends on 'align_assign_span' and 'align_assign_thresh' settings." -Enabled=false -EditorType=boolean -TrueFalse=align_assign_on_multi_var_defs\s*=\s*true|align_assign_on_multi_var_defs\s*=\s*false -ValueDefault=false - -[Align Braced Init List Span] -Category=7 -Description="The span for aligning on '{' in braced init list.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_braced_init_list_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Braced Init List Thresh] -Category=7 -Description="The threshold for aligning on '{' in braced init list.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_braced_init_list_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Assign Decl Func] -Category=7 -Description="How to apply align_assign_span to function declaration "assignments", i.e.
'virtual void foo() = 0' or '~foo() = {default|delete}'.

0: Align with other assignments (default)
1: Align with each other, ignoring regular assignments
2: Don't align" -Enabled=false -EditorType=numeric -CallName="align_assign_decl_func\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Enum Equ Span] -Category=7 -Description="The span for aligning on '=' in enums.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_enum_equ_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Enum Equ Thresh] -Category=7 -Description="The threshold for aligning on '=' in enums.
Use a negative number for absolute thresholds.

0: no limit (default)." -Enabled=false -EditorType=numeric -CallName="align_enum_equ_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Var Class Span] -Category=7 -Description="The span for aligning class member definitions.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_var_class_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Var Class Thresh] -Category=7 -Description="The threshold for aligning class member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_var_class_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Var Class Gap] -Category=7 -Description="The gap for aligning class member definitions." -Enabled=false -EditorType=numeric -CallName="align_var_class_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Var Struct Span] -Category=7 -Description="The span for aligning struct/union member definitions.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_var_struct_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Var Struct Thresh] -Category=7 -Description="The threshold for aligning struct/union member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_var_struct_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Var Struct Gap] -Category=7 -Description="The gap for aligning struct/union member definitions." -Enabled=false -EditorType=numeric -CallName="align_var_struct_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Struct Init Span] -Category=7 -Description="The span for aligning struct initializer values.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_struct_init_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Typedef Span] -Category=7 -Description="The span for aligning single-line typedefs.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_typedef_span\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Typedef Gap] -Category=7 -Description="The minimum space between the type and the synonym of a typedef." -Enabled=false -EditorType=numeric -CallName="align_typedef_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Typedef Func] -Category=7 -Description="How to align typedef'd functions with other typedefs.

0: Don't mix them at all (default)
1: Align the open parenthesis with the types
2: Align the function type name with the other type names" -Enabled=false -EditorType=numeric -CallName="align_typedef_func\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Typedef Star Style] -Category=7 -Description="How to consider (or treat) the '*' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int * pint;' (default)
1: Part of type name: 'typedef int *pint;'
2: Dangling: 'typedef int *pint;'
Dangling: the '*' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_typedef_star_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Typedef Amp Style] -Category=7 -Description="How to consider (or treat) the '&' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int & intref;' (default)
1: Part of type name: 'typedef int &intref;'
2: Dangling: 'typedef int &intref;'
Dangling: the '&' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_typedef_amp_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Right Cmt Span] -Category=7 -Description="The span for aligning comments that end lines.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_right_cmt_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Right Cmt Gap] -Category=7 -Description="Minimum number of columns between preceding text and a trailing comment in
order for the comment to qualify for being aligned. Must be non-zero to have
an effect." -Enabled=false -EditorType=numeric -CallName="align_right_cmt_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Right Cmt Mix] -Category=7 -Description="If aligning comments, whether to mix with comments after '}' and #endif with
less than three spaces before the comment." -Enabled=false -EditorType=boolean -TrueFalse=align_right_cmt_mix\s*=\s*true|align_right_cmt_mix\s*=\s*false -ValueDefault=false - -[Align Right Cmt Same Level] -Category=7 -Description="Whether to only align trailing comments that are at the same brace level." -Enabled=false -EditorType=boolean -TrueFalse=align_right_cmt_same_level\s*=\s*true|align_right_cmt_same_level\s*=\s*false -ValueDefault=false - -[Align Right Cmt At Col] -Category=7 -Description="Minimum column at which to align trailing comments. Comments which are
aligned beyond this column, but which can be aligned in a lesser column,
may be "pulled in".

0: Ignore (default)." -Enabled=false -EditorType=numeric -CallName="align_right_cmt_at_col\s*=\s*" -MinVal=0 -MaxVal=200 -ValueDefault=0 - -[Align Func Proto Span] -Category=7 -Description="The span for aligning function prototypes.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_func_proto_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Func Proto Span Ignore Cont Lines] -Category=7 -Description="Whether to ignore continuation lines when evaluating the number of
new lines for the function prototype alignment's span.

false: continuation lines are part of the newlines count
true: continuation lines are not counted" -Enabled=false -EditorType=boolean -TrueFalse=align_func_proto_span_ignore_cont_lines\s*=\s*true|align_func_proto_span_ignore_cont_lines\s*=\s*false -ValueDefault=false - -[Align Func Proto Star Style] -Category=7 -Description="How to consider (or treat) the '*' in the alignment of function prototypes.

0: Part of the type 'void * foo();' (default)
1: Part of the function 'void *foo();'
2: Dangling 'void *foo();'
Dangling: the '*' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_func_proto_star_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Func Proto Amp Style] -Category=7 -Description="How to consider (or treat) the '&' in the alignment of function prototypes.

0: Part of the type 'long & foo();' (default)
1: Part of the function 'long &foo();'
2: Dangling 'long &foo();'
Dangling: the '&' will not be taken into account when aligning." -Enabled=false -EditorType=numeric -CallName="align_func_proto_amp_style\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Align Func Proto Thresh] -Category=7 -Description="The threshold for aligning function prototypes.
Use a negative number for absolute thresholds.

0: No limit (default)." -Enabled=false -EditorType=numeric -CallName="align_func_proto_thresh\s*=\s*" -MinVal=-1000 -MaxVal=5000 -ValueDefault=0 - -[Align Func Proto Gap] -Category=7 -Description="Minimum gap between the return type and the function name." -Enabled=false -EditorType=numeric -CallName="align_func_proto_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align On Operator] -Category=7 -Description="Whether to align function prototypes on the 'operator' keyword instead of
what follows." -Enabled=false -EditorType=boolean -TrueFalse=align_on_operator\s*=\s*true|align_on_operator\s*=\s*false -ValueDefault=false - -[Align Mix Var Proto] -Category=7 -Description="Whether to mix aligning prototype and variable declarations. If true,
align_var_def_XXX options are used instead of align_func_proto_XXX options." -Enabled=false -EditorType=boolean -TrueFalse=align_mix_var_proto\s*=\s*true|align_mix_var_proto\s*=\s*false -ValueDefault=false - -[Align Single Line Func] -Category=7 -Description="Whether to align single-line functions with function prototypes.
Uses align_func_proto_span." -Enabled=false -EditorType=boolean -TrueFalse=align_single_line_func\s*=\s*true|align_single_line_func\s*=\s*false -ValueDefault=false - -[Align Single Line Brace] -Category=7 -Description="Whether to align the open brace of single-line functions.
Requires align_single_line_func=true. Uses align_func_proto_span." -Enabled=false -EditorType=boolean -TrueFalse=align_single_line_brace\s*=\s*true|align_single_line_brace\s*=\s*false -ValueDefault=false - -[Align Single Line Brace Gap] -Category=7 -Description="Gap for align_single_line_brace." -Enabled=false -EditorType=numeric -CallName="align_single_line_brace_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Oc Msg Spec Span] -Category=7 -Description="(OC) The span for aligning Objective-C message specifications.

0: Don't align (default)." -Enabled=false -EditorType=numeric -CallName="align_oc_msg_spec_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Nl Cont] -Category=7 -Description="Whether and how to align backslashes that split a macro onto multiple lines.
This will not work right if the macro contains a multi-line comment.

0: Do nothing (default)
1: Align the backslashes in the column at the end of the longest line
2: Align with the backslash that is farthest to the left, or, if that
backslash is farther left than the end of the longest line, at the end of
the longest line
3: Align with the backslash that is farthest to the right" -Enabled=false -EditorType=numeric -CallName="align_nl_cont\s*=\s*" -MinVal=0 -MaxVal=3 -ValueDefault=0 - -[Align Nl Cont Spaces] -Category=7 -Description="The minimum number of spaces between the end of a line and its continuation
backslash. Requires align_nl_cont.

Default: 1" -Enabled=false -EditorType=numeric -CallName="align_nl_cont_spaces\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=1 - -[Align Pp Define Together] -Category=7 -Description="Whether to align macro functions and variables together." -Enabled=false -EditorType=boolean -TrueFalse=align_pp_define_together\s*=\s*true|align_pp_define_together\s*=\s*false -ValueDefault=false - -[Align Pp Define Span] -Category=7 -Description="The span for aligning on '#define' bodies.

=0: Don't align (default)
>0: Number of lines (including comments) between blocks" -Enabled=false -EditorType=numeric -CallName="align_pp_define_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Pp Define Gap] -Category=7 -Description="The minimum space between label and value of a preprocessor define." -Enabled=false -EditorType=numeric -CallName="align_pp_define_gap\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Align Left Shift] -Category=7 -Description="Whether to align lines that start with '<<' with previous '<<'.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=align_left_shift\s*=\s*true|align_left_shift\s*=\s*false -ValueDefault=true - -[Align Eigen Comma Init] -Category=7 -Description="Whether to align comma-separated statements following '<<' (as used to
initialize Eigen matrices)." -Enabled=false -EditorType=boolean -TrueFalse=align_eigen_comma_init\s*=\s*true|align_eigen_comma_init\s*=\s*false -ValueDefault=false - -[Align Asm Colon] -Category=7 -Description="Whether to align text after 'asm volatile ()' colons." -Enabled=false -EditorType=boolean -TrueFalse=align_asm_colon\s*=\s*true|align_asm_colon\s*=\s*false -ValueDefault=false - -[Align Oc Msg Colon Span] -Category=7 -Description="(OC) Span for aligning parameters in an Objective-C message call
on the ':'.

0: Don't align." -Enabled=false -EditorType=numeric -CallName="align_oc_msg_colon_span\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Align Oc Msg Colon First] -Category=7 -Description="(OC) Whether to always align with the first parameter, even if it is too
short." -Enabled=false -EditorType=boolean -TrueFalse=align_oc_msg_colon_first\s*=\s*true|align_oc_msg_colon_first\s*=\s*false -ValueDefault=false - -[Align Oc Decl Colon] -Category=7 -Description="(OC) Whether to align parameters in an Objective-C '+' or '-' declaration
on the ':'." -Enabled=false -EditorType=boolean -TrueFalse=align_oc_decl_colon\s*=\s*true|align_oc_decl_colon\s*=\s*false -ValueDefault=false - -[Align Oc Msg Colon Xcode Like] -Category=7 -Description="(OC) Whether to not align parameters in an Objectve-C message call if first
colon is not on next line of the message call (the same way Xcode does
alignment)" -Enabled=false -EditorType=boolean -TrueFalse=align_oc_msg_colon_xcode_like\s*=\s*true|align_oc_msg_colon_xcode_like\s*=\s*false -ValueDefault=false - -[Cmt Width] -Category=8 -Description="Try to wrap comments at N columns." -Enabled=false -EditorType=numeric -CallName="cmt_width\s*=\s*" -MinVal=0 -MaxVal=256 -ValueDefault=0 - -[Cmt Reflow Mode] -Category=8 -Description="How to reflow comments.

0: No reflowing (apart from the line wrapping due to cmt_width) (default)
1: No touching at all
2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width)" -Enabled=false -EditorType=numeric -CallName="cmt_reflow_mode\s*=\s*" -MinVal=0 -MaxVal=2 -ValueDefault=0 - -[Cmt Reflow Fold Regex File] -Category=8 -Description="Path to a file that contains regular expressions describing patterns for
which the end of one line and the beginning of the next will be folded into
the same sentence or paragraph during full comment reflow. The regular
expressions are described using ECMAScript syntax. The syntax for this
specification is as follows, where "..." indicates the custom regular
expression and "n" indicates the nth end_of_prev_line_regex and
beg_of_next_line_regex regular expression pair:

end_of_prev_line_regex[1] = "...$"
beg_of_next_line_regex[1] = "^..."
end_of_prev_line_regex[2] = "...$"
beg_of_next_line_regex[2] = "^..."
.
.
.
end_of_prev_line_regex[n] = "...$"
beg_of_next_line_regex[n] = "^..."

Note that use of this option overrides the default reflow fold regular
expressions, which are internally defined as follows:

end_of_prev_line_regex[1] = "[\w,\]\)]$"
beg_of_next_line_regex[1] = "^[\w,\[\(]"
end_of_prev_line_regex[2] = "\.$"
beg_of_next_line_regex[2] = "^[A-Z]"" -Enabled=false -CallName=cmt_reflow_fold_regex_file\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Reflow Indent To Paragraph Start] -Category=8 -Description="Whether to indent wrapped lines to the start of the encompassing paragraph
during full comment reflow (cmt_reflow_mode = 2). Overrides the value
specified by cmt_sp_after_star_cont.

Note that cmt_align_doxygen_javadoc_tags overrides this option for
paragraphs associated with javadoc tags" -Enabled=false -EditorType=boolean -TrueFalse=cmt_reflow_indent_to_paragraph_start\s*=\s*true|cmt_reflow_indent_to_paragraph_start\s*=\s*false -ValueDefault=false - -[Cmt Convert Tab To Spaces] -Category=8 -Description="Whether to convert all tabs to spaces in comments. If false, tabs in
comments are left alone, unless used for indenting." -Enabled=false -EditorType=boolean -TrueFalse=cmt_convert_tab_to_spaces\s*=\s*true|cmt_convert_tab_to_spaces\s*=\s*false -ValueDefault=false - -[Cmt Indent Multi] -Category=8 -Description="Whether to apply changes to multi-line comments, including cmt_width,
keyword substitution and leading chars.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=cmt_indent_multi\s*=\s*true|cmt_indent_multi\s*=\s*false -ValueDefault=true - -[Cmt Align Doxygen Javadoc Tags] -Category=8 -Description="Whether to align doxygen javadoc-style tags ('@param', '@return', etc.)
and corresponding fields such that groups of consecutive block tags,
parameter names, and descriptions align with one another. Overrides that
which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may
be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2
in order to achieve the desired alignment for line-wrapping." -Enabled=false -EditorType=boolean -TrueFalse=cmt_align_doxygen_javadoc_tags\s*=\s*true|cmt_align_doxygen_javadoc_tags\s*=\s*false -ValueDefault=false - -[Cmt Sp Before Doxygen Javadoc Tags] -Category=8 -Description="The number of spaces to insert after the star and before doxygen
javadoc-style tags (@param, @return, etc). Requires enabling
cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the
cmt_sp_after_star_cont.

Default: 1" -Enabled=false -EditorType=numeric -CallName="cmt_sp_before_doxygen_javadoc_tags\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=1 - -[Cmt Trailing Single Line C To Cpp] -Category=8 -Description="Whether to change trailing, single-line c-comments into cpp-comments." -Enabled=false -EditorType=boolean -TrueFalse=cmt_trailing_single_line_c_to_cpp\s*=\s*true|cmt_trailing_single_line_c_to_cpp\s*=\s*false -ValueDefault=false - -[Cmt C Group] -Category=8 -Description="Whether to group c-comments that look like they are in a block." -Enabled=false -EditorType=boolean -TrueFalse=cmt_c_group\s*=\s*true|cmt_c_group\s*=\s*false -ValueDefault=false - -[Cmt C Nl Start] -Category=8 -Description="Whether to put an empty '/*' on the first line of the combined c-comment." -Enabled=false -EditorType=boolean -TrueFalse=cmt_c_nl_start\s*=\s*true|cmt_c_nl_start\s*=\s*false -ValueDefault=false - -[Cmt C Nl End] -Category=8 -Description="Whether to add a newline before the closing '*/' of the combined c-comment." -Enabled=false -EditorType=boolean -TrueFalse=cmt_c_nl_end\s*=\s*true|cmt_c_nl_end\s*=\s*false -ValueDefault=false - -[Cmt Cpp To C] -Category=8 -Description="Whether to change cpp-comments into c-comments." -Enabled=false -EditorType=boolean -TrueFalse=cmt_cpp_to_c\s*=\s*true|cmt_cpp_to_c\s*=\s*false -ValueDefault=false - -[Cmt Cpp Group] -Category=8 -Description="Whether to group cpp-comments that look like they are in a block. Only
meaningful if cmt_cpp_to_c=true." -Enabled=false -EditorType=boolean -TrueFalse=cmt_cpp_group\s*=\s*true|cmt_cpp_group\s*=\s*false -ValueDefault=false - -[Cmt Cpp Nl Start] -Category=8 -Description="Whether to put an empty '/*' on the first line of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." -Enabled=false -EditorType=boolean -TrueFalse=cmt_cpp_nl_start\s*=\s*true|cmt_cpp_nl_start\s*=\s*false -ValueDefault=false - -[Cmt Cpp Nl End] -Category=8 -Description="Whether to add a newline before the closing '*/' of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." -Enabled=false -EditorType=boolean -TrueFalse=cmt_cpp_nl_end\s*=\s*true|cmt_cpp_nl_end\s*=\s*false -ValueDefault=false - -[Cmt Star Cont] -Category=8 -Description="Whether to put a star on subsequent comment lines." -Enabled=false -EditorType=boolean -TrueFalse=cmt_star_cont\s*=\s*true|cmt_star_cont\s*=\s*false -ValueDefault=false - -[Cmt Sp Before Star Cont] -Category=8 -Description="The number of spaces to insert at the start of subsequent comment lines." -Enabled=false -EditorType=numeric -CallName="cmt_sp_before_star_cont\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Cmt Sp After Star Cont] -Category=8 -Description="The number of spaces to insert after the star on subsequent comment lines." -Enabled=false -EditorType=numeric -CallName="cmt_sp_after_star_cont\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Cmt Multi Check Last] -Category=8 -Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=cmt_multi_check_last\s*=\s*true|cmt_multi_check_last\s*=\s*false -ValueDefault=true - -[Cmt Multi First Len Minimum] -Category=8 -Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length AND if the length is
bigger as the first_len minimum.

Default: 4" -Enabled=false -EditorType=numeric -CallName="cmt_multi_first_len_minimum\s*=\s*" -MinVal=1 -MaxVal=20 -ValueDefault=4 - -[Cmt Insert File Header] -Category=8 -Description="Path to a file that contains text to insert at the beginning of a file if
the file doesn't start with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." -Enabled=false -CallName=cmt_insert_file_header\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Insert File Footer] -Category=8 -Description="Path to a file that contains text to insert at the end of a file if the
file doesn't end with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." -Enabled=false -CallName=cmt_insert_file_footer\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Insert Func Header] -Category=8 -Description="Path to a file that contains text to insert before a function definition if
the function isn't preceded by a C/C++ comment. If the inserted text
contains '$(function)', '$(javaparam)' or '$(fclass)', these will be
replaced with, respectively, the name of the function, the javadoc '@param'
and '@return' stuff, or the name of the class to which the member function
belongs." -Enabled=false -CallName=cmt_insert_func_header\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Insert Class Header] -Category=8 -Description="Path to a file that contains text to insert before a class if the class
isn't preceded by a C/C++ comment. If the inserted text contains '$(class)',
that will be replaced with the class name." -Enabled=false -CallName=cmt_insert_class_header\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Insert Oc Msg Header] -Category=8 -Description="Path to a file that contains text to insert before an Objective-C message
specification, if the method isn't preceded by a C/C++ comment. If the
inserted text contains '$(message)' or '$(javaparam)', these will be
replaced with, respectively, the name of the function, or the javadoc
'@param' and '@return' stuff." -Enabled=false -CallName=cmt_insert_oc_msg_header\s*=\s* -EditorType=string -ValueDefault= - -[Cmt Insert Before Preproc] -Category=8 -Description="Whether a comment should be inserted if a preprocessor is encountered when
stepping backwards from a function name.

Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and
cmt_insert_class_header." -Enabled=false -EditorType=boolean -TrueFalse=cmt_insert_before_preproc\s*=\s*true|cmt_insert_before_preproc\s*=\s*false -ValueDefault=false - -[Cmt Insert Before Inlines] -Category=8 -Description="Whether a comment should be inserted if a function is declared inline to a
class definition.

Applies to cmt_insert_func_header.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=cmt_insert_before_inlines\s*=\s*true|cmt_insert_before_inlines\s*=\s*false -ValueDefault=true - -[Cmt Insert Before Ctor Dtor] -Category=8 -Description="Whether a comment should be inserted if the function is a class constructor
or destructor.

Applies to cmt_insert_func_header." -Enabled=false -EditorType=boolean -TrueFalse=cmt_insert_before_ctor_dtor\s*=\s*true|cmt_insert_before_ctor_dtor\s*=\s*false -ValueDefault=false - -[Mod Full Brace Do] -Category=9 -Description="Add or remove braces on a single-line 'do' statement." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_do\s*=\s*ignore|mod_full_brace_do\s*=\s*add|mod_full_brace_do\s*=\s*remove|mod_full_brace_do\s*=\s*force|mod_full_brace_do\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace Do|Add Mod Full Brace Do|Remove Mod Full Brace Do|Force Mod Full Brace Do" -ValueDefault=ignore - -[Mod Full Brace For] -Category=9 -Description="Add or remove braces on a single-line 'for' statement." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_for\s*=\s*ignore|mod_full_brace_for\s*=\s*add|mod_full_brace_for\s*=\s*remove|mod_full_brace_for\s*=\s*force|mod_full_brace_for\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace For|Add Mod Full Brace For|Remove Mod Full Brace For|Force Mod Full Brace For" -ValueDefault=ignore - -[Mod Full Brace Function] -Category=9 -Description="(Pawn) Add or remove braces on a single-line function definition." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_function\s*=\s*ignore|mod_full_brace_function\s*=\s*add|mod_full_brace_function\s*=\s*remove|mod_full_brace_function\s*=\s*force|mod_full_brace_function\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace Function|Add Mod Full Brace Function|Remove Mod Full Brace Function|Force Mod Full Brace Function" -ValueDefault=ignore - -[Mod Full Brace If] -Category=9 -Description="Add or remove braces on a single-line 'if' statement. Braces will not be
removed if the braced statement contains an 'else'." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_if\s*=\s*ignore|mod_full_brace_if\s*=\s*add|mod_full_brace_if\s*=\s*remove|mod_full_brace_if\s*=\s*force|mod_full_brace_if\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace If|Add Mod Full Brace If|Remove Mod Full Brace If|Force Mod Full Brace If" -ValueDefault=ignore - -[Mod Full Brace If Chain] -Category=9 -Description="Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either
have, or do not have, braces. Overrides mod_full_brace_if.

0: Don't override mod_full_brace_if
1: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks
2: Add braces to all blocks if any block already has braces, regardless of
whether it needs them
3: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks, except if all blocks have braces
despite none needing them" -Enabled=false -EditorType=numeric -CallName="mod_full_brace_if_chain\s*=\s*" -MinVal=0 -MaxVal=3 -ValueDefault=0 - -[Mod Full Brace If Chain Only] -Category=9 -Description="Whether to add braces to all blocks of an 'if'/'else if'/'else' chain.
If true, mod_full_brace_if_chain will only remove braces from an 'if' that
does not have an 'else if' or 'else'." -Enabled=false -EditorType=boolean -TrueFalse=mod_full_brace_if_chain_only\s*=\s*true|mod_full_brace_if_chain_only\s*=\s*false -ValueDefault=false - -[Mod Full Brace While] -Category=9 -Description="Add or remove braces on single-line 'while' statement." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_while\s*=\s*ignore|mod_full_brace_while\s*=\s*add|mod_full_brace_while\s*=\s*remove|mod_full_brace_while\s*=\s*force|mod_full_brace_while\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace While|Add Mod Full Brace While|Remove Mod Full Brace While|Force Mod Full Brace While" -ValueDefault=ignore - -[Mod Full Brace Using] -Category=9 -Description="Add or remove braces on single-line 'using ()' statement." -Enabled=false -EditorType=multiple -Choices=mod_full_brace_using\s*=\s*ignore|mod_full_brace_using\s*=\s*add|mod_full_brace_using\s*=\s*remove|mod_full_brace_using\s*=\s*force|mod_full_brace_using\s*=\s*not_defined -ChoicesReadable="Ignore Mod Full Brace Using|Add Mod Full Brace Using|Remove Mod Full Brace Using|Force Mod Full Brace Using" -ValueDefault=ignore - -[Mod Full Brace Nl] -Category=9 -Description="Don't remove braces around statements that span N newlines" -Enabled=false -EditorType=numeric -CallName="mod_full_brace_nl\s*=\s*" -MinVal=0 -MaxVal=5000 -ValueDefault=0 - -[Mod Full Brace Nl Block Rem Mlcond] -Category=9 -Description="Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks
which span multiple lines.

Affects:
mod_full_brace_for
mod_full_brace_if
mod_full_brace_if_chain
mod_full_brace_if_chain_only
mod_full_brace_while
mod_full_brace_using

Does not affect:
mod_full_brace_do
mod_full_brace_function" -Enabled=false -EditorType=boolean -TrueFalse=mod_full_brace_nl_block_rem_mlcond\s*=\s*true|mod_full_brace_nl_block_rem_mlcond\s*=\s*false -ValueDefault=false - -[Mod Paren On Return] -Category=9 -Description="Add or remove unnecessary parentheses on 'return' statement." -Enabled=false -EditorType=multiple -Choices=mod_paren_on_return\s*=\s*ignore|mod_paren_on_return\s*=\s*add|mod_paren_on_return\s*=\s*remove|mod_paren_on_return\s*=\s*force|mod_paren_on_return\s*=\s*not_defined -ChoicesReadable="Ignore Mod Paren On Return|Add Mod Paren On Return|Remove Mod Paren On Return|Force Mod Paren On Return" -ValueDefault=ignore - -[Mod Paren On Throw] -Category=9 -Description="Add or remove unnecessary parentheses on 'throw' statement." -Enabled=false -EditorType=multiple -Choices=mod_paren_on_throw\s*=\s*ignore|mod_paren_on_throw\s*=\s*add|mod_paren_on_throw\s*=\s*remove|mod_paren_on_throw\s*=\s*force|mod_paren_on_throw\s*=\s*not_defined -ChoicesReadable="Ignore Mod Paren On Throw|Add Mod Paren On Throw|Remove Mod Paren On Throw|Force Mod Paren On Throw" -ValueDefault=ignore - -[Mod Pawn Semicolon] -Category=9 -Description="(Pawn) Whether to change optional semicolons to real semicolons." -Enabled=false -EditorType=boolean -TrueFalse=mod_pawn_semicolon\s*=\s*true|mod_pawn_semicolon\s*=\s*false -ValueDefault=false - -[Mod Full Paren If Bool] -Category=9 -Description="Whether to fully parenthesize Boolean expressions in 'while' and 'if'
statement, as in 'if (a && b > c)' => 'if (a && (b > c))'." -Enabled=false -EditorType=boolean -TrueFalse=mod_full_paren_if_bool\s*=\s*true|mod_full_paren_if_bool\s*=\s*false -ValueDefault=false - -[Mod Full Paren Assign Bool] -Category=9 -Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'." -Enabled=false -EditorType=boolean -TrueFalse=mod_full_paren_assign_bool\s*=\s*true|mod_full_paren_assign_bool\s*=\s*false -ValueDefault=false - -[Mod Full Paren Return Bool] -Category=9 -Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'return a && b > c;' => 'return (a && (b > c));'." -Enabled=false -EditorType=boolean -TrueFalse=mod_full_paren_return_bool\s*=\s*true|mod_full_paren_return_bool\s*=\s*false -ValueDefault=false - -[Mod Remove Extra Semicolon] -Category=9 -Description="Whether to remove superfluous semicolons." -Enabled=false -EditorType=boolean -TrueFalse=mod_remove_extra_semicolon\s*=\s*true|mod_remove_extra_semicolon\s*=\s*false -ValueDefault=false - -[Mod Remove Duplicate Include] -Category=9 -Description="Whether to remove duplicate include." -Enabled=false -EditorType=boolean -TrueFalse=mod_remove_duplicate_include\s*=\s*true|mod_remove_duplicate_include\s*=\s*false -ValueDefault=false - -[Mod Add Force C Closebrace Comment] -Category=9 -Description="the following options (mod_XX_closebrace_comment) use different comment,
depending of the setting of the next option.
false: Use the c comment (default)
true : Use the cpp comment" -Enabled=false -EditorType=boolean -TrueFalse=mod_add_force_c_closebrace_comment\s*=\s*true|mod_add_force_c_closebrace_comment\s*=\s*false -ValueDefault=false - -[Mod Add Long Function Closebrace Comment] -Category=9 -Description="If a function body exceeds the specified number of newlines and doesn't have
a comment after the close brace, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_function_closebrace_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Add Long Namespace Closebrace Comment] -Category=9 -Description="If a namespace body exceeds the specified number of newlines and doesn't
have a comment after the close brace, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_namespace_closebrace_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Add Long Class Closebrace Comment] -Category=9 -Description="If a class body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_class_closebrace_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Add Long Switch Closebrace Comment] -Category=9 -Description="If a switch body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_switch_closebrace_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Add Long Ifdef Endif Comment] -Category=9 -Description="If an #ifdef body exceeds the specified number of newlines and doesn't have
a comment after the #endif, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_ifdef_endif_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Add Long Ifdef Else Comment] -Category=9 -Description="If an #ifdef or #else body exceeds the specified number of newlines and
doesn't have a comment after the #else, a comment will be added." -Enabled=false -EditorType=numeric -CallName="mod_add_long_ifdef_else_comment\s*=\s*" -MinVal=0 -MaxVal=255 -ValueDefault=0 - -[Mod Sort Case Sensitive] -Category=9 -Description="Whether to take care of the case by the mod_sort_xx options." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_case_sensitive\s*=\s*true|mod_sort_case_sensitive\s*=\s*false -ValueDefault=false - -[Mod Sort Import] -Category=9 -Description="Whether to sort consecutive single-line 'import' statements." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_import\s*=\s*true|mod_sort_import\s*=\s*false -ValueDefault=false - -[Mod Sort Using] -Category=9 -Description="(C#) Whether to sort consecutive single-line 'using' statements." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_using\s*=\s*true|mod_sort_using\s*=\s*false -ValueDefault=false - -[Mod Sort Include] -Category=9 -Description="Whether to sort consecutive single-line '#include' statements (C/C++) and
'#import' statements (Objective-C). Be aware that this has the potential to
break your code if your includes/imports have ordering dependencies." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_include\s*=\s*true|mod_sort_include\s*=\s*false -ValueDefault=false - -[Mod Sort Incl Import Prioritize Filename] -Category=9 -Description="Whether to prioritize '#include' and '#import' statements that contain
filename without extension when sorting is enabled." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_incl_import_prioritize_filename\s*=\s*true|mod_sort_incl_import_prioritize_filename\s*=\s*false -ValueDefault=false - -[Mod Sort Incl Import Prioritize Extensionless] -Category=9 -Description="Whether to prioritize '#include' and '#import' statements that does not
contain extensions when sorting is enabled." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_incl_import_prioritize_extensionless\s*=\s*true|mod_sort_incl_import_prioritize_extensionless\s*=\s*false -ValueDefault=false - -[Mod Sort Incl Import Prioritize Angle Over Quotes] -Category=9 -Description="Whether to prioritize '#include' and '#import' statements that contain
angle over quotes when sorting is enabled." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*true|mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*false -ValueDefault=false - -[Mod Sort Incl Import Ignore Extension] -Category=9 -Description="Whether to ignore file extension in '#include' and '#import' statements
for sorting comparison." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_incl_import_ignore_extension\s*=\s*true|mod_sort_incl_import_ignore_extension\s*=\s*false -ValueDefault=false - -[Mod Sort Incl Import Grouping Enabled] -Category=9 -Description="Whether to group '#include' and '#import' statements when sorting is enabled." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_incl_import_grouping_enabled\s*=\s*true|mod_sort_incl_import_grouping_enabled\s*=\s*false -ValueDefault=false - -[Mod Move Case Break] -Category=9 -Description="Whether to move a 'break' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'." -Enabled=false -EditorType=boolean -TrueFalse=mod_move_case_break\s*=\s*true|mod_move_case_break\s*=\s*false -ValueDefault=false - -[Mod Move Case Return] -Category=9 -Description="Whether to move a 'return' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'." -Enabled=false -EditorType=boolean -TrueFalse=mod_move_case_return\s*=\s*true|mod_move_case_return\s*=\s*false -ValueDefault=false - -[Mod Case Brace] -Category=9 -Description="Add or remove braces around a fully braced case statement. Will only remove
braces if there are no variable declarations in the block." -Enabled=false -EditorType=multiple -Choices=mod_case_brace\s*=\s*ignore|mod_case_brace\s*=\s*add|mod_case_brace\s*=\s*remove|mod_case_brace\s*=\s*force|mod_case_brace\s*=\s*not_defined -ChoicesReadable="Ignore Mod Case Brace|Add Mod Case Brace|Remove Mod Case Brace|Force Mod Case Brace" -ValueDefault=ignore - -[Mod Remove Empty Return] -Category=9 -Description="Whether to remove a void 'return;' that appears as the last statement in a
function." -Enabled=false -EditorType=boolean -TrueFalse=mod_remove_empty_return\s*=\s*true|mod_remove_empty_return\s*=\s*false -ValueDefault=false - -[Mod Enum Last Comma] -Category=9 -Description="Add or remove the comma after the last value of an enumeration." -Enabled=false -EditorType=multiple -Choices=mod_enum_last_comma\s*=\s*ignore|mod_enum_last_comma\s*=\s*add|mod_enum_last_comma\s*=\s*remove|mod_enum_last_comma\s*=\s*force|mod_enum_last_comma\s*=\s*not_defined -ChoicesReadable="Ignore Mod Enum Last Comma|Add Mod Enum Last Comma|Remove Mod Enum Last Comma|Force Mod Enum Last Comma" -ValueDefault=ignore - -[Mod Infinite Loop] -Category=9 -Description="Syntax to use for infinite loops.

0: Leave syntax alone (default)
1: Rewrite as `for(;;)`
2: Rewrite as `while(true)`
3: Rewrite as `do`...`while(true);`
4: Rewrite as `while(1)`
5: Rewrite as `do`...`while(1);`

Infinite loops that do not already match one of these syntaxes are ignored.
Other options that affect loop formatting will be applied after transforming
the syntax." -Enabled=false -EditorType=numeric -CallName="mod_infinite_loop\s*=\s*" -MinVal=0 -MaxVal=5 -ValueDefault=0 - -[Mod Int Short] -Category=9 -Description="Add or remove the 'int' keyword in 'int short'." -Enabled=false -EditorType=multiple -Choices=mod_int_short\s*=\s*ignore|mod_int_short\s*=\s*add|mod_int_short\s*=\s*remove|mod_int_short\s*=\s*force|mod_int_short\s*=\s*not_defined -ChoicesReadable="Ignore Mod Int Short|Add Mod Int Short|Remove Mod Int Short|Force Mod Int Short" -ValueDefault=ignore - -[Mod Short Int] -Category=9 -Description="Add or remove the 'int' keyword in 'short int'." -Enabled=false -EditorType=multiple -Choices=mod_short_int\s*=\s*ignore|mod_short_int\s*=\s*add|mod_short_int\s*=\s*remove|mod_short_int\s*=\s*force|mod_short_int\s*=\s*not_defined -ChoicesReadable="Ignore Mod Short Int|Add Mod Short Int|Remove Mod Short Int|Force Mod Short Int" -ValueDefault=ignore - -[Mod Int Long] -Category=9 -Description="Add or remove the 'int' keyword in 'int long'." -Enabled=false -EditorType=multiple -Choices=mod_int_long\s*=\s*ignore|mod_int_long\s*=\s*add|mod_int_long\s*=\s*remove|mod_int_long\s*=\s*force|mod_int_long\s*=\s*not_defined -ChoicesReadable="Ignore Mod Int Long|Add Mod Int Long|Remove Mod Int Long|Force Mod Int Long" -ValueDefault=ignore - -[Mod Long Int] -Category=9 -Description="Add or remove the 'int' keyword in 'long int'." -Enabled=false -EditorType=multiple -Choices=mod_long_int\s*=\s*ignore|mod_long_int\s*=\s*add|mod_long_int\s*=\s*remove|mod_long_int\s*=\s*force|mod_long_int\s*=\s*not_defined -ChoicesReadable="Ignore Mod Long Int|Add Mod Long Int|Remove Mod Long Int|Force Mod Long Int" -ValueDefault=ignore - -[Mod Int Signed] -Category=9 -Description="Add or remove the 'int' keyword in 'int signed'." -Enabled=false -EditorType=multiple -Choices=mod_int_signed\s*=\s*ignore|mod_int_signed\s*=\s*add|mod_int_signed\s*=\s*remove|mod_int_signed\s*=\s*force|mod_int_signed\s*=\s*not_defined -ChoicesReadable="Ignore Mod Int Signed|Add Mod Int Signed|Remove Mod Int Signed|Force Mod Int Signed" -ValueDefault=ignore - -[Mod Signed Int] -Category=9 -Description="Add or remove the 'int' keyword in 'signed int'." -Enabled=false -EditorType=multiple -Choices=mod_signed_int\s*=\s*ignore|mod_signed_int\s*=\s*add|mod_signed_int\s*=\s*remove|mod_signed_int\s*=\s*force|mod_signed_int\s*=\s*not_defined -ChoicesReadable="Ignore Mod Signed Int|Add Mod Signed Int|Remove Mod Signed Int|Force Mod Signed Int" -ValueDefault=ignore - -[Mod Int Unsigned] -Category=9 -Description="Add or remove the 'int' keyword in 'int unsigned'." -Enabled=false -EditorType=multiple -Choices=mod_int_unsigned\s*=\s*ignore|mod_int_unsigned\s*=\s*add|mod_int_unsigned\s*=\s*remove|mod_int_unsigned\s*=\s*force|mod_int_unsigned\s*=\s*not_defined -ChoicesReadable="Ignore Mod Int Unsigned|Add Mod Int Unsigned|Remove Mod Int Unsigned|Force Mod Int Unsigned" -ValueDefault=ignore - -[Mod Unsigned Int] -Category=9 -Description="Add or remove the 'int' keyword in 'unsigned int'." -Enabled=false -EditorType=multiple -Choices=mod_unsigned_int\s*=\s*ignore|mod_unsigned_int\s*=\s*add|mod_unsigned_int\s*=\s*remove|mod_unsigned_int\s*=\s*force|mod_unsigned_int\s*=\s*not_defined -ChoicesReadable="Ignore Mod Unsigned Int|Add Mod Unsigned Int|Remove Mod Unsigned Int|Force Mod Unsigned Int" -ValueDefault=ignore - -[Mod Int Prefer Int On Left] -Category=9 -Description="If there is a situation where mod_int_* and mod_*_int would result in
multiple int keywords, whether to keep the rightmost int (the default) or the
leftmost int." -Enabled=false -EditorType=boolean -TrueFalse=mod_int_prefer_int_on_left\s*=\s*true|mod_int_prefer_int_on_left\s*=\s*false -ValueDefault=false - -[Mod Sort Oc Properties] -Category=9 -Description="(OC) Whether to organize the properties. If true, properties will be
rearranged according to the mod_sort_oc_property_*_weight factors." -Enabled=false -EditorType=boolean -TrueFalse=mod_sort_oc_properties\s*=\s*true|mod_sort_oc_properties\s*=\s*false -ValueDefault=false - -[Mod Sort Oc Property Class Weight] -Category=9 -Description="(OC) Weight of a class property modifier." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_class_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Thread Safe Weight] -Category=9 -Description="(OC) Weight of 'atomic' and 'nonatomic'." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_thread_safe_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Readwrite Weight] -Category=9 -Description="(OC) Weight of 'readwrite' when organizing properties." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_readwrite_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Reference Weight] -Category=9 -Description="(OC) Weight of a reference type specifier ('retain', 'copy', 'assign',
'weak', 'strong') when organizing properties." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_reference_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Getter Weight] -Category=9 -Description="(OC) Weight of getter type ('getter=') when organizing properties." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_getter_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Setter Weight] -Category=9 -Description="(OC) Weight of setter type ('setter=') when organizing properties." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_setter_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Mod Sort Oc Property Nullability Weight] -Category=9 -Description="(OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified',
'null_resettable') when organizing properties." -Enabled=false -EditorType=numeric -CallName="mod_sort_oc_property_nullability_weight\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Pp Indent With Tabs] -Category=10 -Description="How to use tabs when indenting preprocessor code.

-1: Use 'indent_with_tabs' setting (default)
0: Spaces only
1: Indent with tabs to brace level, align with spaces
2: Indent and align with tabs, using spaces when not on a tabstop

Default: -1" -Enabled=false -EditorType=numeric -CallName="pp_indent_with_tabs\s*=\s*" -MinVal=-1 -MaxVal=2 -ValueDefault=-1 - -[Pp Indent] -Category=10 -Description="Add or remove indentation of preprocessor directives inside #if blocks
at brace level 0 (file-level)." -Enabled=false -EditorType=multiple -Choices=pp_indent\s*=\s*ignore|pp_indent\s*=\s*add|pp_indent\s*=\s*remove|pp_indent\s*=\s*force|pp_indent\s*=\s*not_defined -ChoicesReadable="Ignore Pp Indent|Add Pp Indent|Remove Pp Indent|Force Pp Indent" -ValueDefault=ignore - -[Pp Indent At Level] -Category=10 -Description="Whether to indent #if/#else/#endif at the brace level. If false, these are
indented from column 1." -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_at_level\s*=\s*true|pp_indent_at_level\s*=\s*false -ValueDefault=false - -[Pp Indent At Level0] -Category=10 -Description="Whether to indent #if/#else/#endif at the parenthesis level if the brace
level is 0. If false, these are indented from column 1." -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_at_level0\s*=\s*true|pp_indent_at_level0\s*=\s*false -ValueDefault=false - -[Pp Indent Count] -Category=10 -Description="Specifies the number of columns to indent preprocessors per level
at brace level 0 (file-level). If pp_indent_at_level=false, also specifies
the number of columns to indent preprocessors per level
at brace level > 0 (function-level).

Default: 1" -Enabled=false -EditorType=numeric -CallName="pp_indent_count\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=1 - -[Pp Space After] -Category=10 -Description="Add or remove space after # based on pp level of #if blocks." -Enabled=false -EditorType=multiple -Choices=pp_space_after\s*=\s*ignore|pp_space_after\s*=\s*add|pp_space_after\s*=\s*remove|pp_space_after\s*=\s*force|pp_space_after\s*=\s*not_defined -ChoicesReadable="Ignore Pp Space After|Add Pp Space After|Remove Pp Space After|Force Pp Space After" -ValueDefault=ignore - -[Pp Space Count] -Category=10 -Description="Sets the number of spaces per level added with pp_space_after." -Enabled=false -EditorType=numeric -CallName="pp_space_count\s*=\s*" -MinVal=0 -MaxVal=16 -ValueDefault=0 - -[Pp Indent Region] -Category=10 -Description="The indent for '#region' and '#endregion' in C# and '#pragma region' in
C/C++. Negative values decrease indent down to the first column." -Enabled=false -EditorType=numeric -CallName="pp_indent_region\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Pp Region Indent Code] -Category=10 -Description="Whether to indent the code between #region and #endregion." -Enabled=false -EditorType=boolean -TrueFalse=pp_region_indent_code\s*=\s*true|pp_region_indent_code\s*=\s*false -ValueDefault=false - -[Pp Indent If] -Category=10 -Description="If pp_indent_at_level=true, sets the indent for #if, #else and #endif when
not at file-level. Negative values decrease indent down to the first column.

=0: Indent preprocessors using output_tab_size
>0: Column at which all preprocessors will be indented" -Enabled=false -EditorType=numeric -CallName="pp_indent_if\s*=\s*" -MinVal=-16 -MaxVal=16 -ValueDefault=0 - -[Pp If Indent Code] -Category=10 -Description="Whether to indent the code between #if, #else and #endif." -Enabled=false -EditorType=boolean -TrueFalse=pp_if_indent_code\s*=\s*true|pp_if_indent_code\s*=\s*false -ValueDefault=false - -[Pp Indent In Guard] -Category=10 -Description="Whether to indent the body of an #if that encompasses all the code in the file." -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_in_guard\s*=\s*true|pp_indent_in_guard\s*=\s*false -ValueDefault=false - -[Pp Define At Level] -Category=10 -Description="Whether to indent '#define' at the brace level. If false, these are
indented from column 1." -Enabled=false -EditorType=boolean -TrueFalse=pp_define_at_level\s*=\s*true|pp_define_at_level\s*=\s*false -ValueDefault=false - -[Pp Include At Level] -Category=10 -Description="Whether to indent '#include' at the brace level." -Enabled=false -EditorType=boolean -TrueFalse=pp_include_at_level\s*=\s*true|pp_include_at_level\s*=\s*false -ValueDefault=false - -[Pp Ignore Define Body] -Category=10 -Description="Whether to ignore the '#define' body while formatting." -Enabled=false -EditorType=boolean -TrueFalse=pp_ignore_define_body\s*=\s*true|pp_ignore_define_body\s*=\s*false -ValueDefault=false - -[Pp Multiline Define Body Indent] -Category=10 -Description="An offset value that controls the indentation of the body of a multiline #define.
'body' refers to all the lines of a multiline #define except the first line.
Requires 'pp_ignore_define_body = false'.

<0: Absolute column: the body indentation starts off at the specified column
(ex. -3 ==> the body is indented starting from column 3)
>=0: Relative to the column of the '#' of '#define'
(ex. 3 ==> the body is indented starting 3 columns at the right of '#')

Default: 8" -Enabled=false -EditorType=numeric -CallName="pp_multiline_define_body_indent\s*=\s*" -MinVal=-32 -MaxVal=32 -ValueDefault=8 - -[Pp Indent Case] -Category=10 -Description="Whether to indent case statements between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the case statements
directly inside of.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_case\s*=\s*true|pp_indent_case\s*=\s*false -ValueDefault=true - -[Pp Indent Func Def] -Category=10 -Description="Whether to indent whole function definitions between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the function definition
is directly inside of.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_func_def\s*=\s*true|pp_indent_func_def\s*=\s*false -ValueDefault=true - -[Pp Indent Extern] -Category=10 -Description="Whether to indent extern C blocks between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the extern block is
directly inside of.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=pp_indent_extern\s*=\s*true|pp_indent_extern\s*=\s*false -ValueDefault=true - -[Pp Indent Brace] -Category=10 -Description="How to indent braces directly inside #if, #else, and #endif.
Requires pp_if_indent_code=true and only applies to the indent of the
preprocessor that the braces are directly inside of.
0: No extra indent
1: Indent by one level
-1: Preserve original indentation

Default: 1" -Enabled=false -EditorType=numeric -CallName="pp_indent_brace\s*=\s*" -MinVal=-1 -MaxVal=1 -ValueDefault=1 - -[Pp Warn Unbalanced If] -Category=10 -Description="Whether to print warning messages for unbalanced #if and #else blocks.
This will print a message in the following cases:
- if an #ifdef block ends on a different indent level than
where it started from. Example:

#ifdef TEST
int i;
{
int j;
#endif

- an #elif/#else block ends on a different indent level than
the corresponding #ifdef block. Example:

#ifdef TEST
int i;
#else
}
int j;
#endif" -Enabled=false -EditorType=boolean -TrueFalse=pp_warn_unbalanced_if\s*=\s*true|pp_warn_unbalanced_if\s*=\s*false -ValueDefault=false - -[Include Category 0] -Category=11 -Description="The regex for include category with priority 0." -Enabled=false -CallName=include_category_0\s*=\s* -EditorType=string -ValueDefault= - -[Include Category 1] -Category=11 -Description="The regex for include category with priority 1." -Enabled=false -CallName=include_category_1\s*=\s* -EditorType=string -ValueDefault= - -[Include Category 2] -Category=11 -Description="The regex for include category with priority 2." -Enabled=false -CallName=include_category_2\s*=\s* -EditorType=string -ValueDefault= - -[Use Indent Func Call Param] -Category=12 -Description="true: indent_func_call_param will be used (default)
false: indent_func_call_param will NOT be used

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=use_indent_func_call_param\s*=\s*true|use_indent_func_call_param\s*=\s*false -ValueDefault=true - -[Use Indent Continue Only Once] -Category=12 -Description="The value of the indentation for a continuation line is calculated
differently if the statement is:
- a declaration: your case with QString fileName ...
- an assignment: your case with pSettings = new QSettings( ...

At the second case the indentation value might be used twice:
- at the assignment
- at the function call (if present)

To prevent the double use of the indentation value, use this option with the
value 'true'.

true: indent_continue will be used only once
false: indent_continue will be used every time (default)

Requires indent_ignore_first_continue=false." -Enabled=false -EditorType=boolean -TrueFalse=use_indent_continue_only_once\s*=\s*true|use_indent_continue_only_once\s*=\s*false -ValueDefault=false - -[Indent Cpp Lambda Only Once] -Category=12 -Description="The indentation can be:
- after the assignment, at the '[' character
- at the beginning of the lambda body

true: indentation will be at the beginning of the lambda body
false: indentation will be after the assignment (default)" -Enabled=false -EditorType=boolean -TrueFalse=indent_cpp_lambda_only_once\s*=\s*true|indent_cpp_lambda_only_once\s*=\s*false -ValueDefault=false - -[Use Sp After Angle Always] -Category=12 -Description="Whether sp_after_angle takes precedence over sp_inside_fparen. This was the
historic behavior, but is probably not the desired behavior, so this is off
by default." -Enabled=false -EditorType=boolean -TrueFalse=use_sp_after_angle_always\s*=\s*true|use_sp_after_angle_always\s*=\s*false -ValueDefault=false - -[Use Options Overriding For Qt Macros] -Category=12 -Description="Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially,
this tries to format these so that they match Qt's normalized form (i.e. the
result of QMetaObject::normalizedSignature), which can slightly improve the
performance of the QObject::connect call, rather than how they would
otherwise be formatted.

See options_for_QT.cpp for details.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=use_options_overriding_for_qt_macros\s*=\s*true|use_options_overriding_for_qt_macros\s*=\s*false -ValueDefault=true - -[Use Form Feed No More As Whitespace Character] -Category=12 -Description="If true: the form feed character is removed from the list of whitespace
characters. See https://en.cppreference.com/w/cpp/string/byte/isspace." -Enabled=false -EditorType=boolean -TrueFalse=use_form_feed_no_more_as_whitespace_character\s*=\s*true|use_form_feed_no_more_as_whitespace_character\s*=\s*false -ValueDefault=false - -[Warn Level Tabs Found In Verbatim String Literals] -Category=13 -Description="(C#) Warning is given if doing tab-to-\t replacement and we have found one
in a C# verbatim string literal.

Default: 2" -Enabled=false -EditorType=numeric -CallName="warn_level_tabs_found_in_verbatim_string_literals\s*=\s*" -MinVal=1 -MaxVal=3 -ValueDefault=2 - -[Debug Max Number Of Loops] -Category=13 -Description="Limit the number of loops.
Used by uncrustify.cpp to exit from infinite loop.
0: no limit." -Enabled=false -EditorType=numeric -CallName="debug_max_number_of_loops\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Debug Line Number To Protocol] -Category=13 -Description="Set the number of the line to protocol;
Used in the function prot_the_line if the 2. parameter is zero.
0: nothing protocol." -Enabled=false -EditorType=numeric -CallName="debug_line_number_to_protocol\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Debug Timeout] -Category=13 -Description="Set the number of second(s) before terminating formatting the current file,
0: no timeout.
only for linux" -Enabled=false -EditorType=numeric -CallName="debug_timeout\s*=\s*" -MinVal= -MaxVal= -ValueDefault=0 - -[Debug Truncate] -Category=13 -Description="Set the number of characters to be printed if the text is too long,
0: do not truncate." -Enabled=false -EditorType=numeric -CallName="debug_truncate\s*=\s*" -MinVal=0 -MaxVal=960 -ValueDefault=0 - -[Debug Sort The Tracks] -Category=13 -Description="sort (or not) the tracking info.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=debug_sort_the_tracks\s*=\s*true|debug_sort_the_tracks\s*=\s*false -ValueDefault=true - -[Debug Decode The Flags] -Category=13 -Description="decode (or not) the flags as a new line.
only if the -p option is set." -Enabled=false -EditorType=boolean -TrueFalse=debug_decode_the_flags\s*=\s*true|debug_decode_the_flags\s*=\s*false -ValueDefault=false - -[Debug Use The Exit Function Pop] -Category=13 -Description="use (or not) the exit(EX_SOFTWARE) function.

Default: true" -Enabled=false -EditorType=boolean -TrueFalse=debug_use_the_exit_function_pop\s*=\s*true|debug_use_the_exit_function_pop\s*=\s*false -ValueDefault=true - -[Set Numbering For Html Output] -Category=13 -Description="insert the number of the line at the beginning of each line" -Enabled=false -EditorType=boolean -TrueFalse=set_numbering_for_html_output\s*=\s*true|set_numbering_for_html_output\s*=\s*false -ValueDefault=false diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/package.json b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/package.json deleted file mode 100644 index fc10438c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "uncrustify", - "version": "0.78.0", - "description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", - "main": "uncrustify", - "scripts": { - "preinstall": "mkdir -p build && cd build && cmake .. && make" - }, - "bin": "src/uncrustify", - "repository": { - "type": "git", - "url": "https://github.com/uncrustify/uncrustify" - }, - "keywords": [ - "uncrustify", - "source code beautifier" - ], - "author": "Ben Gardner", - "author": "Guy Maurel", - "license": "GPL-2.0-or-later" -} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/release-process.rst b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/release-process.rst deleted file mode 100644 index 30217840..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/release-process.rst +++ /dev/null @@ -1,348 +0,0 @@ -============================ - Uncrustify Release Process -============================ - -.. Update the date in the next line when editing this document! - -*This document was last updated on 2023-11-13, for Uncrustify 0.78.0.* - -This document uses "0.1.2" throughout as an example version number. -Whenever you see this, you should substitute the version number -of the new release being prepared. - -Paths are specified in git syntax, i.e. ``:/`` is the repository root. - -Requirements -============ - -This document assumes you are using a Linux-based OS. -While it should be possible to cut a release on Windows, -using e.g. the `Git for Windows SDK `_ -or a MinGW_ environment, the names and/or arguments to some commands -may be different. - - -In addition to the build and test requirements for Uncrustify itself -(CMake, a C++ compiler, Python, git), you will also need: - -- tar -- python3-git -- Binutils-mingw-w64 -- Gcc-mingw-w64 -- G++-mingw-w64 -- zip -- wget (optional) -- scp (to update documentation on the SourceForge page) - -Using packages provided by your OS distribution is *strongly* recommended. -(Exact package names may vary depending on your distribution.) -Examples use ``wget`` to download files via command line, -but any mechanism of obtaining files over HTTPS may be employed. - -Preparing a Candidate -===================== - -The first step, obviously, is deciding to make a release. -Prior to making a release, verify that the repository is in a stable state -and that all CI (continuous integration - AppVeyor) has passed. -This should ensure all tests pass and building -(including cross-compiling) for Windows is working. - -Once the release process is started, -only pull requests needed to fix critical bugs, -or related to the release process, should be accepted. -(This will minimize the need to redo or repeat work -such as updating the documentation, especially the change log.) - -To start the release process, first check that: - -- You are on the ``master`` branch -- Your local clone is up to date -- ``CMAKE_BUILD_TYPE`` is set to ``Release`` (or ``RelWithDebInfo``) -- Your build is up to date -- check the list of authors with scripts/prepare_list_of_authors.sh - -You might need a new PAT for your account, for your admin-account. -See: -https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ -https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token - loggin with a admin account at https://github.com/uncrustify/uncrustify - on the right, click on the photo - scroll down to "Settings" - on the left, scroll down to "Developer settings", and click - on the left, click on "Personal access tokens" - choose "Tokens (classic), click - if necessary "Delete" expired token(s) - click on "Generate new token" - choose "Generate new token (classic)", click - choose a "what's this token for" - click on "repo" - scroll down to bottom and click on "Generate token" -Make sure to copy your personal access token now. You won’t be able to see it again! - copy the token "ghp_otx****" - and substitute in the file .git/config for [remote "origin"] - "url = https://gmaurel:ghp_otxZ****" - -Then, run:: - - $ scripts/release_tool.py init - $ scripts/release_tool.py update path/to/uncrustify - -(Replace ``path/to/uncrustify`` with the path to the Uncrustify executable -you just built, e.g. ``build/uncrustify``.) - -This will create a branch for the release candidate -and perform some automated updates to various files. -With no arguments, ``init`` will prompt you for the new version number, -defaulting to ``x.(y+1).0``, where ``x.y.z`` is the previous release. -The ``--version`` argument may also be used to specify the version -(e.g. if the script will not be able to prompt for input). - -After, you should check that the following files -show the correct version number and option count: - -- ``:/CMakeLists.txt`` (version number only; look for ``UNCRUSTIFY_VERSION``) -- ``:/package.json`` (version number only; you'll see it, the file is tiny) -- ``:/README.md`` (look for "options as of version") -- ``:/documentation/htdocs/index.html`` (look for "options as of version") - -(Note that ``uncrustify`` itself will not show the new version number -until the final release has been tagged.) - -Update Documentation -==================== - -Update ``:/ChangeLog``. -There is a helper script, ``:/scripts/gen_changelog.py``, -that can help extract new options since the previous release: - -.. code:: - - $ scripts/gen_changelog.py uncrustify-0.0.0 - -Replace ``0.0.0`` with the version of the *previous* release. -This will generate a bunch of output like:: - - 0123456789abcdef0123456789abcdef01234567 - Added : better_name Jan 13 1970 - Removed : poor_name Jan 13 1970 - fedcba9876543210fedcba9876543210fedcba98 - Added : new_option_1 Jan 18 1970 - Added : new_option_2 Jan 18 1970 - -Your goal is to turn the "raw" output into something like this:: - - Deprecated options: - - poor_name Jan 13 1970 - Renamed to better_name - - New options: - - new_option_1 Jan 18 1970 - - new_option_1 Jan 18 1970 - -To accomplish this, you will need to inspect any removed options, -possibly consulting the commits in which they were removed, -to determine the reason for deprecation and what replacement is recommended. -(Note that it may not be as simple as "use X instead".) -Also watch for options that were added and subsequently renamed -since the last release. (This has happened a few times. -In such cases, the new name should show up as an ordinary "new" option, -and the old name should be entirely omitted from the change log.) - -It helps to copy the output to a scratch file for editing. -Move deprecated options to the top and add a "Deprecated options:" header, -then add a "New options:" header in front of what's left, -and remove the commit SHAs (``sed -r '/^[[:xdigit:]]{40}/d`` -if you don't want to do it by hand). -Then, check that the options are in order by date; -date of authorship vs. date of merge may cause discrepancies. -Finally, replace occurrences of ``\w+ +:`` with ``-`` -(if your editor supports regular expressions; -otherwise you can individually replace ``Added :`` and ``Removed :``). - -Add a new release header (don't forget to add the date!) to the change log -and insert the list of option changes as created above. -Also fill in the list of resolved issues, new keywords (if any), -as well as any other changes that need to be mentioned. - -If any command line arguments have been added or changed, -including descriptions for the same, check to see if -``:/man/uncrustify.1.in`` needs to be updated. -(Hopefully this happened when the source was changed!) - -Finalize the Code Changes -========================= - -Inspect your working tree. -Use ``git add -p`` to stage the changes made to the documentation -and other artifacts that contain version-dependent information. -Verify that only desired changes are staged, -and that your working tree is otherwise clean. - -Now is a good time to recheck -that everything builds, and that all the tests pass. -This is also a good time to manually test 32- and 64-bit builds. - -When you are ready, commit the changes using: - -.. code:: - - $ scripts/release_tool.py commit - -(If you prefer, you can also commit the changes manually; -the script just fills in the commit message for you.) - -Submit and Tag the Release -========================== - -Push the release candidate branch to GitHub, and create a pull request. -Once the pull request is merged, tag the release using: -Make sure, the file .git/config has the right 'admin' value: -[remote "origin"] - url = https://:@github.com/uncrustify/uncrustify.git -Check it with: -$ git config --local --get remote.origin.url - -.. code:: - - $ scripts/release_tool.py tag - -Note that this will only work if the merge of the release candidate -is the most recent commit upstream. -Otherwise, the merge commit must be specified by using the ``-c`` option. - -(Tagging the release does not need to be done on any particular branch. -The command will not affect or look at your work tree at all.) - -Create Binaries -=============== - -Now that the release is published, grab a copy of the sources from GitHub: - -.. code:: - - $ wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.1.2.zip - $ unzip -e uncrustify-0.1.2.zip - -Next, build the 32- and 64-bit Windows binaries: - -.. code:: - - $ cd /path/to/uncrustify-uncrustify-0.1.2 - $ mkdir buildwin-32 - $ cd buildwin-32 - $ cmake -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw32.cmake \ - -DCMAKE_EXE_LINKER_FLAGS="-static -s" \ - .. - $ ninja - $ cpack - -.. code:: - - $ cd /path/to/uncrustify-uncrustify-0.1.2 - $ mkdir buildwin-64 - $ cd buildwin-64 - $ cmake -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw64.cmake \ - -DCMAKE_EXE_LINKER_FLAGS="-static -s" \ - .. - $ ninja - $ cpack - -Create a tarball: - -.. code:: - - $ cd /path/to/uncrustify - $ git archive -o uncrustify-0.1.2.tar.gz --prefix=uncrustify-0.1.2/ uncrustify-0.1.2 -TODO: find the best strategie... - -(If you don't have Ninja_, or just don't want to use it for whatever reason, -omit ``-G Ninja`` and run ``make`` instead of ``ninja``.) - -This is also a good time to test the tagged build on Linux: - -.. code:: - - $ wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.1.2.tar.gz - $ tar xzf uncrustify-0.1.2.tar.gz - $ cd uncrustify-uncrustify-0.1.2 - $ mkdir build - $ cd build - $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. - $ ninja - $ ctest - $ ./uncrustify --version - -Upload to SourceForge -===================== - -- Login as admin under https://sourceforge.net/projects/uncrustify/ -- Change to https://sourceforge.net/projects/uncrustify/files/ -- "Add Folder"; the name should be e.g. "uncrustify-0.1.2" -- Navigate to the new folder - (e.g. https://sourceforge.net/projects/uncrustify/files/uncrustify-0.1.2/) -- "Add File"; upload the following files - (adjusting for the actual version number): - - - README.md - - uncrustify-0.1.2.tar.gz - - buildwin-32/uncrustify-0.1.2_f-win32.zip - - buildwin-64/uncrustify-0.1.2_f-win64.zip - -- "Done" -- Upload the documentation: - - .. code:: - - $ scp -r documentation/htdocs/* ChangeLog \ - USER,uncrustify@web.sourceforge.net:htdocs/ - -- Use the web interface (file manager) to create the release folder - and upload the files to SourceForge. - -Announce the Release (Optional) -=============================== - -The new release is live! Spread the word! Consider these ideas: - -- Create a news item. -- Update freshmeat.net project. - -Release Checklist -================= - -The following list serves as a quick reference for making a release. -These items are explained in greater detail above. - -#. Verify that CI passes - -#. Use ``release_tool.py`` to initialize the release - and perform automated updates. Check: - - #. ``:/CMakeLists.txt`` - #. ``:/package.json`` - #. ``:/README.md`` - #. ``:/documentation/htdocs/index.html`` - -#. Update documentation as needed: - - #. ``:/ChangeLog`` - #. ``:/man/uncrustify.1.in`` - -#. Stage changes. -#. Test everything again. -#. Finalize the code changes. -#. Push to GitHub and create a merge request. -#. Tag the merged release branch. -#. Create Windows (32- and 64-bit) binaries. -#. Run a test build on Linux. -#. Upload the release and documentation to SourceForge. -#. Announce the release! - -.. _MinGW: http://www.mingw.org/ -.. _GitPython: https://github.com/gitpython-developers/GitPython -.. _Ninja: https://ninja-build.org/ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/newlines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/newlines.cpp deleted file mode 100644 index 360e568a..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/newlines.cpp +++ /dev/null @@ -1,6856 +0,0 @@ -/** - * @file newlines.cpp - * Adds or removes newlines. - * - * Information - * "Ignore" means do not change it. - * "Add" in the context of spaces means make sure there is at least 1. - * "Add" elsewhere means make sure one is present. - * "Remove" mean remove the space/brace/newline/etc. - * "Force" in the context of spaces means ensure that there is exactly 1. - * "Force" in other contexts means the same as "add". - * - * Rmk: spaces = space + nl - * - * @author Ben Gardner - * @author Guy Maurel - * @license GPL v2+ - */ - -#include "newlines.h" - -#include "align_stack.h" -#include "combine_skip.h" -#include "flag_parens.h" -#include "indent.h" -#include "keywords.h" -#include "prototypes.h" -#include "space.h" -#include "unc_tools.h" - -#ifdef WIN32 -#include // to get max -#endif // ifdef WIN32 - - -constexpr static auto LCURRENT = LNEWLINE; - -using namespace std; -using namespace uncrustify; - - -static void mark_change(const char *func, size_t line); - - -/** - * Check to see if we are allowed to increase the newline count. - * We can't increase the newline count: - * - if nl_squeeze_ifdef and a preproc is after the newline. - * - if eat_blanks_before_close_brace and the next is '}' - * - unless function contains an empty body and - * nl_inside_empty_func is non-zero - * - if eat_blanks_after_open_brace and the prev is '{' - * - unless the brace belongs to a namespace - * and nl_inside_namespace is non-zero - */ -static bool can_increase_nl(Chunk *nl); - - -/** - * Basic approach: - * 1. Find next open brace - * 2. Find next close brace - * 3. Determine why the braces are there - * a. struct/union/enum "enum [name] {" - * c. assignment "= {" - * b. if/while/switch/for/etc ") {" - * d. else "} else {" - */ -static void setup_newline_add(Chunk *prev, Chunk *nl, Chunk *next); - - -//! Make sure there is a blank line after a commented group of values -static void newlines_double_space_struct_enum_union(Chunk *open_brace); - - -//! If requested, make sure each entry in an enum is on its own line -static void newlines_enum_entries(Chunk *open_brace, iarf_e av); - - -/** - * Checks to see if it is OK to add a newline around the chunk. - * Don't want to break one-liners... - * return value: - * true: a new line may be added - * false: a new line may NOT be added - */ -static bool one_liner_nl_ok(Chunk *pc); - - -static void nl_create_one_liner(Chunk *vbrace_open); - - -static void nl_create_list_liner(Chunk *brace_open); - - -/** - * Test if a chunk belongs to a one-liner method definition inside a class body - */ -static bool is_class_one_liner(Chunk *pc); - - -/** - * Test if a chunk may be combined with a function prototype group. - * - * If nl_class_leave_one_liner_groups is enabled, a chunk may be combined with - * a function prototype group if it is a one-liner inside a class body, and is - * a definition of the same sort as surrounding prototypes. This checks against - * either the function name, or the function closing brace. - */ -bool is_func_proto_group(Chunk *pc, E_Token one_liner_type); - -/** - * Test if an opening brace is part of a function call or definition. - */ -static bool is_func_call_or_def(Chunk *pc); - - -//! Find the next newline or nl_cont -static void nl_handle_define(Chunk *pc); - - -/** - * Does the Ignore, Add, Remove, or Force thing between two chunks - * - * @param before The first chunk - * @param after The second chunk - * @param av The IARF value - */ -static void newline_iarf_pair(Chunk *before, Chunk *after, iarf_e av, bool check_nl_assign_leave_one_liners = false); - - -/** - * Adds newlines to multi-line function call/decl/def - * Start points to the open paren - */ -static void newline_func_multi_line(Chunk *start); - - -static void newline_template(Chunk *start); - - -/** - * Formats a function declaration - * Start points to the open paren - */ -static void newline_func_def_or_call(Chunk *start); - - -/** - * Formats a message, adding newlines before the item before the colons. - * - * Start points to the open '[' in: - * [myObject doFooWith:arg1 name:arg2 // some lines with >1 arg - * error:arg3]; - */ -static void newline_oc_msg(Chunk *start); - - -//! Ensure that the next non-comment token after close brace is a newline -static void newline_end_newline(Chunk *br_close); - - -/** - * Add or remove a newline between the closing paren and opening brace. - * Also uncuddles anything on the closing brace. (may get fixed later) - * - * "if (...) { \n" or "if (...) \n { \n" - * - * For virtual braces, we can only add a newline after the vbrace open. - * If we do so, also add a newline after the vbrace close. - */ -static bool newlines_if_for_while_switch(Chunk *start, iarf_e nl_opt); - - -/** - * Add or remove extra newline before the chunk. - * Adds before comments - * Doesn't do anything if open brace before it - * "code\n\ncomment\nif (...)" or "code\ncomment\nif (...)" - */ -static void newlines_if_for_while_switch_pre_blank_lines(Chunk *start, iarf_e nl_opt); - - -static void blank_line_set(Chunk *pc, Option &opt); - - -/** - * Add one/two newline(s) before the chunk. - * Adds before comments - * Adds before destructor - * Doesn't do anything if open brace before it - * "code\n\ncomment\nif (...)" or "code\ncomment\nif (...)" - */ -static void newlines_func_pre_blank_lines(Chunk *start, E_Token start_type); - - -static Chunk *get_closing_brace(Chunk *start); - - -/** - * remove any consecutive newlines following this chunk - * skip vbraces - */ -static void remove_next_newlines(Chunk *start); - - -/** - * Add or remove extra newline after end of the block started in chunk. - * Doesn't do anything if close brace after it - * Interesting issue is that at this point, nls can be before or after vbraces - * VBraces will stay VBraces, conversion to real ones should have already happened - * "if (...)\ncode\ncode" or "if (...)\ncode\n\ncode" - */ -static void newlines_if_for_while_switch_post_blank_lines(Chunk *start, iarf_e nl_opt); - - -/** - * Adds or removes a newline between the keyword and the open brace. - * If there is something after the '{' on the same line, then - * the newline is removed unconditionally. - * If there is a '=' between the keyword and '{', do nothing. - * - * "struct [name] {" or "struct [name] \n {" - */ -static void newlines_struct_union(Chunk *start, iarf_e nl_opt, bool leave_trailing); -static void newlines_enum(Chunk *start); -static void newlines_namespace(Chunk *start); // Issue #2186 - - -/** - * Cuddles or un-cuddles a chunk with a previous close brace - * - * "} while" vs "} \n while" - * "} else" vs "} \n else" - * - * @param start The chunk - should be CT_ELSE or CT_WHILE_OF_DO - */ -static void newlines_cuddle_uncuddle(Chunk *start, iarf_e nl_opt); - - -/** - * Adds/removes a newline between else and '{'. - * "else {" or "else \n {" - */ -static void newlines_do_else(Chunk *start, iarf_e nl_opt); - - -//! Check if token starts a variable declaration -static bool is_var_def(Chunk *pc, Chunk *next); - - -//! Put newline(s) before and/or after a block of variable definitions -static Chunk *newline_var_def_blk(Chunk *start); - - -/** - * Handles the brace_on_func_line setting and decides if the closing brace - * of a pair should be right after a newline. - * The only cases where the closing brace shouldn't be the first thing on a line - * is where the opening brace has junk after it AND where a one-liner in a - * class is supposed to be preserved. - * - * General rule for break before close brace: - * If the brace is part of a function (call or definition) OR if the only - * thing after the opening brace is comments, the there must be a newline - * before the close brace. - * - * Example of no newline before close - * struct mystring { int len; - * char str[]; }; - * while (*(++ptr) != 0) { } - * - * Examples of newline before close - * void foo() { - * } - */ -static void newlines_brace_pair(Chunk *br_open); - - -/** - * Put a empty line between the 'case' statement and the previous case colon - * or semicolon. - * Does not work with PAWN (?) - */ -static void newline_case(Chunk *start); - - -static void newline_case_colon(Chunk *start); - - -//! Put a blank line before a return statement, unless it is after an open brace -static void newline_before_return(Chunk *start); - - -/** - * Put a empty line after a return statement, unless it is followed by a - * close brace. - * - * May not work with PAWN - */ -static void newline_after_return(Chunk *start); - - -static void blank_line_max(Chunk *pc, Option &opt); - - -static iarf_e newline_template_option(Chunk *pc, iarf_e special, iarf_e base, iarf_e fallback); - - -#define MARK_CHANGE() mark_change(__func__, __LINE__) - - -static void mark_change(const char *func, size_t line) -{ - LOG_FUNC_ENTRY(); - - cpd.changes++; - - if (cpd.pass_count == 0) - { - LOG_FMT(LCHANGE, "%s(%d): change %d on %s:%zu\n", - __func__, __LINE__, cpd.changes, func, line); - } -} // mark_change - - -static bool can_increase_nl(Chunk *nl) -{ - LOG_FUNC_ENTRY(); - - Chunk *prev = nl->GetPrevNc(); - - Chunk *pcmt = nl->GetPrev(); - Chunk *next = nl->GetNext(); - - if (options::nl_squeeze_ifdef()) - { - log_rule_B("nl_squeeze_ifdef"); - - Chunk *pp_start = prev->GetPpStart(); - - if ( pp_start->IsNotNullChunk() - && ( pp_start->GetParentType() == CT_PP_IF - || pp_start->GetParentType() == CT_PP_ELSE) - && ( pp_start->GetLevel() > 0 - || options::nl_squeeze_ifdef_top_level())) - { - log_rule_B("nl_squeeze_ifdef_top_level"); - bool rv = ifdef_over_whole_file() && pp_start->TestFlags(PCF_WF_IF); - LOG_FMT(LBLANKD, "%s(%d): nl_squeeze_ifdef %zu (prev) pp_lvl=%zu rv=%d\n", - __func__, __LINE__, nl->GetOrigLine(), nl->GetPpLevel(), rv); - return(rv); - } - - if ( next->Is(CT_PREPROC) - && ( next->GetParentType() == CT_PP_ELSE - || next->GetParentType() == CT_PP_ENDIF) - && ( next->GetLevel() > 0 - || options::nl_squeeze_ifdef_top_level())) - { - log_rule_B("nl_squeeze_ifdef_top_level"); - bool rv = ifdef_over_whole_file() && next->TestFlags(PCF_WF_ENDIF); - LOG_FMT(LBLANKD, "%s(%d): nl_squeeze_ifdef %zu (next) pp_lvl=%zu rv=%d\n", - __func__, __LINE__, nl->GetOrigLine(), nl->GetPpLevel(), rv); - return(rv); - } - } - - if (next->Is(CT_BRACE_CLOSE)) - { - if ( options::nl_inside_namespace() > 0 - && next->GetParentType() == CT_NAMESPACE) - { - log_rule_B("nl_inside_namespace"); - LOG_FMT(LBLANKD, "%s(%d): nl_inside_namespace %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(true); - } - - if ( options::nl_inside_empty_func() > 0 - && prev->Is(CT_BRACE_OPEN) - && ( next->GetParentType() == CT_FUNC_DEF - || next->GetParentType() == CT_FUNC_CLASS_DEF)) - { - log_rule_B("nl_inside_empty_func"); - LOG_FMT(LBLANKD, "%s(%d): nl_inside_empty_func %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(true); - } - - if (options::eat_blanks_before_close_brace()) - { - log_rule_B("eat_blanks_before_close_brace"); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_before_close_brace %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(false); - } - } - - if (prev->Is(CT_BRACE_CLOSE)) - { - if ( options::nl_before_namespace() - && prev->GetParentType() == CT_NAMESPACE) - { - log_rule_B("nl_before_namespace"); - LOG_FMT(LBLANKD, "%s(%d): nl_before_namespace %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(true); - } - } - - if (prev->Is(CT_BRACE_OPEN)) - { - if ( options::nl_inside_namespace() > 0 - && prev->GetParentType() == CT_NAMESPACE) - { - log_rule_B("nl_inside_namespace"); - LOG_FMT(LBLANKD, "%s(%d): nl_inside_namespace %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(true); - } - - if ( options::nl_inside_empty_func() > 0 - && next->Is(CT_BRACE_CLOSE) - && ( prev->GetParentType() == CT_FUNC_DEF - || prev->GetParentType() == CT_FUNC_CLASS_DEF)) - { - log_rule_B("nl_inside_empty_func"); - LOG_FMT(LBLANKD, "%s(%d): nl_inside_empty_func %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(true); - } - - if (options::eat_blanks_after_open_brace()) - { - log_rule_B("eat_blanks_after_open_brace"); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_after_open_brace %zu\n", - __func__, __LINE__, nl->GetOrigLine()); - return(false); - } - } - log_rule_B("nl_start_of_file"); - - if ( !pcmt - && (options::nl_start_of_file() != IARF_IGNORE)) - { - LOG_FMT(LBLANKD, "%s(%d): SOF no prev %zu\n", __func__, __LINE__, nl->GetOrigLine()); - return(false); - } - log_rule_B("nl_end_of_file"); - - if ( next->IsNullChunk() - && (options::nl_end_of_file() != IARF_IGNORE)) - { - LOG_FMT(LBLANKD, "%s(%d): EOF no next %zu\n", __func__, __LINE__, nl->GetOrigLine()); - return(false); - } - return(true); -} // can_increase_nl - - -static void setup_newline_add(Chunk *prev, Chunk *nl, Chunk *next) -{ - LOG_FUNC_ENTRY(); - - if ( prev->IsNullChunk() - || nl->IsNullChunk() - || next->IsNullChunk()) - { - return; - } - undo_one_liner(prev); - - nl->SetOrigLine(prev->GetOrigLine()); - nl->SetLevel(prev->GetLevel()); - nl->SetPpLevel(prev->GetPpLevel()); - nl->SetBraceLevel(prev->GetBraceLevel()); - nl->SetPpLevel(prev->GetPpLevel()); - nl->SetNlCount(1); - nl->SetFlags((prev->GetFlags() & PCF_COPY_FLAGS) & ~PCF_IN_PREPROC); - nl->SetOrigCol(prev->GetOrigColEnd()); - nl->SetColumn(prev->GetOrigCol()); - - if ( prev->TestFlags(PCF_IN_PREPROC) - && next->TestFlags(PCF_IN_PREPROC)) - { - nl->SetFlagBits(PCF_IN_PREPROC); - } - - if (nl->TestFlags(PCF_IN_PREPROC)) - { - nl->SetType(CT_NL_CONT); - nl->Str() = "\\\n"; - } - else - { - nl->SetType(CT_NEWLINE); - nl->Str() = "\n"; - } -} // setup_newline_add - - -void double_newline(Chunk *nl) -{ - LOG_FUNC_ENTRY(); - - Chunk *prev = nl->GetPrev(); - - if (prev->IsNullChunk()) - { - return; - } - LOG_FMT(LNEWLINE, "%s(%d): add newline after ", __func__, __LINE__); - - if (prev->Is(CT_VBRACE_CLOSE)) - { - LOG_FMT(LNEWLINE, "VBRACE_CLOSE "); - } - else - { - LOG_FMT(LNEWLINE, "'%s' ", prev->Text()); - } - LOG_FMT(LNEWLINE, "on line %zu", prev->GetOrigLine()); - - if (!can_increase_nl(nl)) - { - LOG_FMT(LNEWLINE, " - denied\n"); - return; - } - LOG_FMT(LNEWLINE, " - done\n"); - - if (nl->GetNlCount() != 2) - { - nl->SetNlCount(2); - MARK_CHANGE(); - } -} // double_newline - - -Chunk *newline_add_before(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - Chunk nl; - Chunk *prev = pc->GetPrevNvb(); - - if (prev->IsNewline()) - { - // Already has a newline before this chunk - return(prev); - } - LOG_FMT(LNEWLINE, "%s(%d): Text() '%s', on orig line is %zu, orig col is %zu, pc column is %zu", - __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol(), pc->GetColumn()); - log_func_stack_inline(LNEWLINE); - - setup_newline_add(prev, &nl, pc); - nl.SetOrigCol(pc->GetOrigCol()); - nl.SetPpLevel(pc->GetPpLevel()); - LOG_FMT(LNEWLINE, "%s(%d): nl column is %zu\n", - __func__, __LINE__, nl.GetColumn()); - - MARK_CHANGE(); - return(nl.CopyAndAddBefore(pc)); -} // newline_add_before - - -Chunk *newline_force_before(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - Chunk *nl = newline_add_before(pc); - - if ( nl->IsNotNullChunk() - && nl->GetNlCount() > 1) - { - nl->SetNlCount(1); - MARK_CHANGE(); - } - return(nl); -} // newline_force_before - - -Chunk *newline_add_after(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - if (pc->IsNullChunk()) - { - return(Chunk::NullChunkPtr); - } - Chunk *next = pc->GetNextNvb(); - - if (next->IsNewline()) - { - // Already has a newline after this chunk - return(next); - } - LOG_FMT(LNEWLINE, "%s(%d): '%s' on line %zu", - __func__, __LINE__, pc->Text(), pc->GetOrigLine()); - log_func_stack_inline(LNEWLINE); - - Chunk nl; - - nl.SetOrigLine(pc->GetOrigLine()); - nl.SetOrigCol(pc->GetOrigCol()); - setup_newline_add(pc, &nl, next); - - MARK_CHANGE(); - // TO DO: check why the next statement is necessary - nl.SetOrigCol(pc->GetOrigCol()); - nl.SetPpLevel(pc->GetPpLevel()); - return(nl.CopyAndAddAfter(pc)); -} // newline_add_after - - -Chunk *newline_force_after(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - Chunk *nl = newline_add_after(pc); // add a newline - - if ( nl->IsNotNullChunk() - && nl->GetNlCount() > 1) // check if there are more than 1 newline - { - nl->SetNlCount(1); // if so change the newline count back to 1 - MARK_CHANGE(); - } - return(nl); -} // newline_force_after - - -static void newline_end_newline(Chunk *br_close) -{ - LOG_FUNC_ENTRY(); - - Chunk *next = br_close->GetNext(); - Chunk nl; - - if (!next->IsCommentOrNewline()) - { - nl.SetOrigLine(br_close->GetOrigLine()); - nl.SetOrigCol(br_close->GetOrigCol()); - nl.SetNlCount(1); - nl.SetPpLevel(0); - nl.SetFlags((br_close->GetFlags() & PCF_COPY_FLAGS) & ~PCF_IN_PREPROC); - - if ( br_close->TestFlags(PCF_IN_PREPROC) - && next->IsNotNullChunk() - && next->TestFlags(PCF_IN_PREPROC)) - { - nl.SetFlagBits(PCF_IN_PREPROC); - } - - if (nl.TestFlags(PCF_IN_PREPROC)) - { - nl.SetType(CT_NL_CONT); - nl.Str() = "\\\n"; - } - else - { - nl.SetType(CT_NEWLINE); - nl.Str() = "\n"; - } - MARK_CHANGE(); - LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline after '%s'\n", - __func__, __LINE__, br_close->GetOrigLine(), br_close->GetOrigCol(), br_close->Text()); - nl.CopyAndAddAfter(br_close); - } -} // newline_end_newline - - -static void newline_min_after(Chunk *ref, size_t count, E_PcfFlag flag) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNEWLINE, "%s(%d): for '%s', at orig line %zu, count is %zu,\n flag is %s:", - __func__, __LINE__, ref->Text(), ref->GetOrigLine(), count, - pcf_flags_str(flag).c_str()); - log_func_stack_inline(LNEWLINE); - - Chunk *pc = ref; - - do - { - pc = pc->GetNext(); - } while ( pc->IsNotNullChunk() - && !pc->IsNewline()); - - if (pc->IsNotNullChunk()) // Coverity CID 76002 - { - LOG_FMT(LNEWLINE, "%s(%d): type is %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - } - Chunk *next = pc->GetNext(); - - if (next->IsNullChunk()) - { - return; - } - - if ( next->IsComment() - && next->GetNlCount() == 1 - && pc->GetPrev()->IsComment()) - { - newline_min_after(next, count, flag); - return; - } - pc->SetFlagBits(flag); - - if ( pc->IsNewline() - && can_increase_nl(pc)) - { - if (pc->GetNlCount() < count) - { - pc->SetNlCount(count); - MARK_CHANGE(); - } - } -} // newline_min_after - - -Chunk *newline_add_between(Chunk *start, Chunk *end) -{ - LOG_FUNC_ENTRY(); - - if ( start->IsNullChunk() - || end->IsNullChunk() - || end->Is(CT_IGNORED)) - { - return(Chunk::NullChunkPtr); - } - LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", - __func__, __LINE__, start->Text(), get_token_name(start->GetType()), - start->GetOrigLine(), start->GetOrigCol()); - LOG_FMT(LNEWLINE, "%s(%d): and end->Text() is '%s', orig line is %zu, orig col is %zu\n ", - __func__, __LINE__, end->Text(), end->GetOrigLine(), end->GetOrigCol()); - log_func_stack_inline(LNEWLINE); - - // Back-up check for one-liners (should never be true!) - if (!one_liner_nl_ok(start)) - { - return(Chunk::NullChunkPtr); - } - - /* - * Scan for a line break, if there is a line break between start and end - * we won't add another one - */ - for (Chunk *pc = start; pc != end; pc = pc->GetNext()) - { - if (pc->IsNewline()) - { - return(pc); - } - } - - /* - * If the second one is a brace open, then check to see - * if a comment + newline follows - */ - if (end->Is(CT_BRACE_OPEN)) - { - Chunk *pc = end->GetNext(); - - if (pc->IsComment()) - { - pc = pc->GetNext(); - - if (pc->IsNewline()) - { - // are there some more (comment + newline)s ? - Chunk *pc1 = end->GetNextNcNnl(); - - if (!pc1->IsNewline()) - { - // yes, go back - Chunk *pc2 = pc1->GetPrev(); - pc = pc2; - } - - if (end == pc) - { - LOG_FMT(LNEWLINE, "%s(%d): pc1 and pc are identical\n", - __func__, __LINE__); - } - else - { - // Move the open brace to after the newline - end->MoveAfter(pc); - } - LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); - newline_add_after(end); - return(pc); - } - else // Issue #3873 - { - LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); - } - } - else - { - LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); - } - } - else - { - LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); - } - Chunk *tmp = newline_add_before(end); - - return(tmp); -} // newline_add_between - - -void newline_del_between(Chunk *start, Chunk *end) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', orig line is %zu, orig col is %zu\n", - __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol()); - LOG_FMT(LNEWLINE, "%s(%d): and end->Text() is '%s', orig line is %zu, orig col is %zu: preproc=%c/%c\n", - __func__, __LINE__, end->Text(), end->GetOrigLine(), end->GetOrigCol(), - start->TestFlags(PCF_IN_PREPROC) ? 'y' : 'n', - end->TestFlags(PCF_IN_PREPROC) ? 'y' : 'n'); - log_func_stack_inline(LNEWLINE); - - // Can't remove anything if the preproc status differs - if (!start->IsSamePreproc(end)) - { - return; - } - Chunk *pc = start; - bool start_removed = false; - - do - { - Chunk *next = pc->GetNext(); - - if (pc->IsNewline()) - { - Chunk *prev = pc->GetPrev(); - - if ( ( !prev->IsComment() - && !next->IsComment()) - || prev->IsNewline() - || next->IsNewline()) - { - if (pc->SafeToDeleteNl()) - { - if (pc == start) - { - start_removed = true; - } - Chunk::Delete(pc); - MARK_CHANGE(); - - if (prev->IsNotNullChunk()) - { - size_t temp = space_col_align(prev, next); - align_to_column(next, prev->GetColumn() + temp); - dump_step(dump_file_name, "del 1"); - } - } - } - else - { - if (pc->GetNlCount() > 1) - { - pc->SetNlCount(1); - MARK_CHANGE(); - } - } - } - pc = next; - } while (pc != end); - - if ( !start_removed - && end->IsString("{") - && ( start->IsString(")") - || start->Is(CT_DO) - || start->Is(CT_ELSE))) - { - end->MoveAfter(start); - } -} // newline_del_between - - -void newlines_sparens() -{ - LOG_FUNC_ENTRY(); - - //Chunk *sparen_open; - - for (Chunk *sparen_open = Chunk::GetHead()->GetNextType(CT_SPAREN_OPEN, ANY_LEVEL); - sparen_open->IsNotNullChunk(); - sparen_open = sparen_open->GetNextType(CT_SPAREN_OPEN, ANY_LEVEL)) - { - Chunk *sparen_close = sparen_open->GetNextType(CT_SPAREN_CLOSE, sparen_open->GetLevel()); - - if (sparen_close->IsNullChunk()) - { - continue; - } - Chunk *sparen_content_start = sparen_open->GetNextNnl(); - Chunk *sparen_content_end = sparen_close->GetPrevNnl(); - bool is_multiline = ( - sparen_content_start != sparen_content_end - && !sparen_content_start->IsOnSameLine(sparen_content_end)); - - // Add a newline after '(' if an if/for/while/switch condition spans multiple lines, - // as e.g. required by the ROS 2 development style guidelines: - // https://index.ros.org/doc/ros2/Contributing/Developer-Guide/#open-versus-cuddled-braces - if (is_multiline) - { - log_rule_B("nl_multi_line_sparen_open"); - newline_iarf(sparen_open, options::nl_multi_line_sparen_open()); - } - - // Add a newline before ')' if an if/for/while/switch condition spans multiple lines. Overrides nl_before_if_closing_paren if both are specified. - if ( is_multiline - && options::nl_multi_line_sparen_close() != IARF_IGNORE) - { - log_rule_B("nl_multi_line_sparen_close"); - newline_iarf(sparen_content_end, options::nl_multi_line_sparen_close()); - } - else - { - // add/remove trailing newline in an if condition - Chunk *ctrl_structure = sparen_open->GetPrevNcNnl(); - - if ( ctrl_structure->Is(CT_IF) - || ctrl_structure->Is(CT_ELSEIF)) - { - log_rule_B("nl_before_if_closing_paren"); - newline_iarf_pair(sparen_content_end, sparen_close, options::nl_before_if_closing_paren()); - } - } - } -} // newlines_sparens - - -static bool newlines_if_for_while_switch(Chunk *start, iarf_e nl_opt) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return(false); - } - bool retval = false; - Chunk *pc = start->GetNextNcNnl(); - - if (pc->Is(CT_SPAREN_OPEN)) - { - Chunk *close_paren = pc->GetNextType(CT_SPAREN_CLOSE, pc->GetLevel()); - Chunk *brace_open = close_paren->GetNextNcNnl(); - - if ( ( brace_open->Is(CT_BRACE_OPEN) - || brace_open->Is(CT_VBRACE_OPEN)) - && one_liner_nl_ok(brace_open)) - { - log_rule_B("nl_multi_line_cond"); - - if (options::nl_multi_line_cond()) - { - while ((pc = pc->GetNext()) != close_paren) - { - if (pc->IsNewline()) - { - nl_opt = IARF_ADD; - break; - } - } - } - - if (brace_open->Is(CT_VBRACE_OPEN)) - { - // Can only add - we don't want to create a one-line here - if (nl_opt & IARF_ADD) - { - newline_iarf_pair(close_paren, brace_open->GetNextNcNnl(), nl_opt); - pc = brace_open->GetNextType(CT_VBRACE_CLOSE, brace_open->GetLevel()); - - if ( !pc->GetPrevNc()->IsNewline() - && !pc->GetNextNc()->IsNewline()) - { - newline_add_after(pc); - retval = true; - } - } - } - else - { - newline_iarf_pair(close_paren, brace_open, nl_opt); - Chunk *next = brace_open->GetNextNcNnl(); - - if (brace_open->GetType() != next->GetType()) // Issue #2836 - { - newline_add_between(brace_open, brace_open->GetNextNcNnl()); - } - // Make sure nothing is cuddled with the closing brace - pc = brace_open->GetNextType(CT_BRACE_CLOSE, brace_open->GetLevel()); - newline_add_between(pc, pc->GetNextNcNnlNet()); - retval = true; - } - } - } - return(retval); -} // newlines_if_for_while_switch - - -static void newlines_if_for_while_switch_pre_blank_lines(Chunk *start, iarf_e nl_opt) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", - __func__, __LINE__, start->Text(), get_token_name(start->GetType()), start->GetOrigLine(), start->GetOrigCol()); - - log_rule_B("nl_define_macro"); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return; - } - - /* - * look backwards until we find - * open brace (don't add or remove) - * 2 newlines in a row (don't add) - * something else (don't remove) - */ - for (Chunk *pc = start->GetPrev(); pc->IsNotNullChunk(); pc = pc->GetPrev()) - { - size_t level = start->GetLevel(); - bool do_add = (nl_opt & IARF_ADD) != IARF_IGNORE; // forcing value to bool - Chunk *last_nl = Chunk::NullChunkPtr; - - if (pc->IsNewline()) - { - last_nl = pc; - - // if we found 2 or more in a row - if ( pc->GetNlCount() > 1 - || pc->GetPrevNvb()->IsNewline()) - { - // need to remove - if ( (nl_opt & IARF_REMOVE) - && !pc->TestFlags(PCF_VAR_DEF)) - { - // if we're also adding, take care of that here - size_t nl_count = do_add ? 2 : 1; - - if (nl_count != pc->GetNlCount()) - { - pc->SetNlCount(nl_count); - MARK_CHANGE(); - } - Chunk *prev; - - // can keep using pc because anything other than newline stops loop, and we delete if newline - while ((prev = pc->GetPrevNvb())->IsNewline()) - { - // Make sure we don't combine a preproc and non-preproc - if (!prev->SafeToDeleteNl()) - { - break; - } - Chunk::Delete(prev); - MARK_CHANGE(); - } - } - return; - } - } - else if ( pc->IsBraceOpen() - || pc->GetLevel() < level) - { - return; - } - else if (pc->IsComment()) - { - // vbrace close is ok because it won't go into output, so we should skip it - last_nl = Chunk::NullChunkPtr; - continue; - } - else - { - if ( pc->Is(CT_CASE_COLON) - && options::nl_before_ignore_after_case()) - { - return; - } - - if (do_add) // we found something previously besides a comment or a new line - { - // if we have run across a newline - if (last_nl->IsNotNullChunk()) - { - if (last_nl->GetNlCount() < 2) - { - double_newline(last_nl); - } - } - else - { - Chunk *next; - - // we didn't run into a newline, so we need to add one - if ( ((next = pc->GetNext())->IsNotNullChunk()) - && next->IsComment()) - { - pc = next; - } - - if ((last_nl = newline_add_after(pc))->IsNotNullChunk()) - { - double_newline(last_nl); - } - } - } - return; - } - } -} // newlines_if_for_while_switch_pre_blank_lines - - -static void blank_line_set(Chunk *pc, Option &opt) -{ - LOG_FUNC_ENTRY(); - - if (pc->IsNullChunk()) - { - return; - } - const unsigned optval = opt(); - - if ( (optval > 0) - && (pc->GetNlCount() != optval)) - { - LOG_FMT(LBLANKD, "%s(%d): do_blank_lines: %s set line %zu to %u\n", - __func__, __LINE__, opt.name(), pc->GetOrigLine(), optval); - pc->SetNlCount(optval); - MARK_CHANGE(); - } -} // blank_line_set - - -bool do_it_newlines_func_pre_blank_lines(Chunk *last_nl, E_Token start_type) -{ - LOG_FUNC_ENTRY(); - - if (last_nl->IsNullChunk()) - { - return(false); - } - LOG_FMT(LNLFUNCT, "%s(%d): orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", - __func__, __LINE__, - last_nl->GetOrigLine(), last_nl->GetOrigCol(), get_token_name(last_nl->GetType()), last_nl->Text()); - - switch (start_type) - { - case CT_FUNC_CLASS_DEF: - { - log_rule_B("nl_before_func_class_def"); - bool diff = options::nl_before_func_class_def() <= last_nl->GetNlCount(); - LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", - __func__, __LINE__, diff ? "TRUE" : "FALSE"); - - log_rule_B("nl_before_func_class_def"); - - if (options::nl_before_func_class_def() != last_nl->GetNlCount()) - { - LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", - __func__, __LINE__, options::nl_before_func_class_def()); - blank_line_set(last_nl, options::nl_before_func_class_def); - } - return(diff); - } - - case CT_FUNC_CLASS_PROTO: - { - log_rule_B("nl_before_func_class_proto"); - bool diff = options::nl_before_func_class_proto() <= last_nl->GetNlCount(); - LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", - __func__, __LINE__, diff ? "TRUE" : "FALSE"); - - log_rule_B("nl_before_func_class_proto"); - - if (options::nl_before_func_class_proto() != last_nl->GetNlCount()) - { - LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", - __func__, __LINE__, options::nl_before_func_class_proto()); - blank_line_set(last_nl, options::nl_before_func_class_proto); - } - return(diff); - } - - case CT_FUNC_DEF: - { - LOG_FMT(LNLFUNCT, "%s(%d): nl_before_func_body_def() is %u, last_nl new line count is %zu\n", - __func__, __LINE__, options::nl_before_func_body_def(), last_nl->GetNlCount()); - log_rule_B("nl_before_func_body_def"); - bool diff = options::nl_before_func_body_def() <= last_nl->GetNlCount(); - LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", - __func__, __LINE__, diff ? "TRUE" : "FALSE"); - - log_rule_B("nl_before_func_body_def"); - - if (options::nl_before_func_body_def() != last_nl->GetNlCount()) - { - LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", - __func__, __LINE__, options::nl_before_func_body_def()); - log_rule_B("nl_before_func_body_def"); - blank_line_set(last_nl, options::nl_before_func_body_def); - } - LOG_FMT(LNLFUNCT, "%s(%d): nl_before_func_body_def() is %u, last_nl new line count is %zu\n", - __func__, __LINE__, options::nl_before_func_body_def(), last_nl->GetNlCount()); - return(diff); - } - - case CT_FUNC_PROTO: - { - log_rule_B("nl_before_func_body_proto"); - bool diff = options::nl_before_func_body_proto() <= last_nl->GetNlCount(); - LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", - __func__, __LINE__, diff ? "TRUE" : "FALSE"); - - log_rule_B("nl_before_func_body_proto"); - - if (options::nl_before_func_body_proto() != last_nl->GetNlCount()) - { - LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", - __func__, __LINE__, options::nl_before_func_body_proto()); - log_rule_B("nl_before_func_body_proto"); - blank_line_set(last_nl, options::nl_before_func_body_proto); - } - return(diff); - } - - default: - { - LOG_FMT(LERR, "%s(%d): setting to blank line(s) at line %zu not possible\n", - __func__, __LINE__, last_nl->GetOrigLine()); - return(false); - } - } // switch -} // do_it_newlines_func_pre_blank_lines - - -static void newlines_func_pre_blank_lines(Chunk *start, E_Token start_type) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_before_func_class_def"); - log_rule_B("nl_before_func_class_proto"); - log_rule_B("nl_before_func_body_def"); - log_rule_B("nl_before_func_body_proto"); - - if ( start->IsNullChunk() - || ( ( start_type != CT_FUNC_CLASS_DEF - || options::nl_before_func_class_def() == 0) - && ( start_type != CT_FUNC_CLASS_PROTO - || options::nl_before_func_class_proto() == 0) - && ( start_type != CT_FUNC_DEF - || options::nl_before_func_body_def() == 0) - && ( start_type != CT_FUNC_PROTO - || options::nl_before_func_body_proto() == 0))) - { - return; - } - LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s): for at line %zu, column %zu, start_type is %s\n", - __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), get_token_name(start_type)); - LOG_FMT(LNLFUNCT, "%s(%d): BEGIN set blank line(s) for '%s' at line %zu\n", - __func__, __LINE__, start->Text(), start->GetOrigLine()); - /* - * look backwards until we find: - * - open brace (don't add or remove) - * - two newlines in a row (don't add) - * - a destructor - * - something else (don't remove) - */ - Chunk *pc = Chunk::NullChunkPtr; - Chunk *last_nl = Chunk::NullChunkPtr; - Chunk *last_comment = Chunk::NullChunkPtr; - size_t first_line = start->GetOrigLine(); - - for (pc = start->GetPrev(); pc->IsNotNullChunk(); pc = pc->GetPrev()) - { - LOG_FMT(LNLFUNCT, "%s(%d): orig line is %zu, orig col is %zu, type is %s, Text() is '%s', new line count is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), get_token_name(pc->GetType()), pc->Text(), pc->GetNlCount()); - - if (pc->IsNewline()) - { - last_nl = pc; - LOG_FMT(LNLFUNCT, "%s(%d): found at line %zu, column %zu, new line count is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); - LOG_FMT(LNLFUNCT, "%s(%d): last_nl set to %zu\n", - __func__, __LINE__, last_nl->GetOrigLine()); - bool break_now = false; - - if (pc->GetNlCount() > 1) - { - break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); - LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", - __func__, __LINE__, break_now ? "TRUE" : "FALSE"); - } - - if (break_now) - { - break; - } - else - { - continue; - } - } - else if (pc->IsComment()) - { - LOG_FMT(LNLFUNCT, "%s(%d): found at line %zu, column %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); - - if ( ( pc->GetOrigLine() < first_line - && ((first_line - pc->GetOrigLine() - - (pc->Is(CT_COMMENT_MULTI) ? pc->GetNlCount() : 0))) < 2) - || ( last_comment->IsNotNullChunk() - && pc->Is(CT_COMMENT_CPP) // combine only cpp comments - && last_comment->Is(pc->GetType()) // don't mix comment types - && last_comment->GetOrigLine() > pc->GetOrigLine() - && (last_comment->GetOrigLine() - pc->GetOrigLine()) < 2)) - { - last_comment = pc; - continue; - } - bool break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); - LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", - __func__, __LINE__, break_now ? "TRUE" : "FALSE"); - continue; - } - else if ( pc->Is(CT_DESTRUCTOR) - || pc->Is(CT_TYPE) - || pc->Is(CT_TEMPLATE) - || pc->Is(CT_QUALIFIER) - || pc->Is(CT_PTR_TYPE) - || pc->Is(CT_BYREF) // Issue #2163 - || pc->Is(CT_DC_MEMBER) - || pc->Is(CT_EXTERN) - || ( pc->Is(CT_STRING) - && pc->GetParentType() == CT_EXTERN)) - { - LOG_FMT(LNLFUNCT, "%s(%d): first_line set to %zu\n", - __func__, __LINE__, pc->GetOrigLine()); - first_line = pc->GetOrigLine(); - continue; - } - else if ( pc->Is(CT_ANGLE_CLOSE) - && pc->GetParentType() == CT_TEMPLATE) - { - LOG_FMT(LNLFUNCT, "%s(%d):\n", __func__, __LINE__); - // skip template stuff to add newlines before it - pc = pc->GetOpeningParen(); - - if (pc->IsNotNullChunk()) - { - first_line = pc->GetOrigLine(); - } - continue; - } - else - { - LOG_FMT(LNLFUNCT, "%s(%d): else ==================================\n", - __func__, __LINE__); - bool break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); - LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", - __func__, __LINE__, break_now ? "TRUE" : "FALSE"); - break; - } - } -} // newlines_func_pre_blank_lines - - -static Chunk *get_closing_brace(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *pc; - size_t level = start->GetLevel(); - - for (pc = start; (pc = pc->GetNext())->IsNotNullChunk();) - { - if ( (pc->IsBraceClose()) - && pc->GetLevel() == level) - { - return(pc); - } - - // for some reason, we can have newlines between if and opening brace that are lower level than either - if ( !pc->IsNewline() - && pc->GetLevel() < level) - { - return(Chunk::NullChunkPtr); - } - } - - return(Chunk::NullChunkPtr); -} // get_closing_brace - - -static void remove_next_newlines(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *next; - - while ((next = start->GetNext())->IsNotNullChunk()) - { - if ( next->IsNewline() - && next->SafeToDeleteNl()) - { - Chunk::Delete(next); - MARK_CHANGE(); - } - else if (next->IsVBrace()) - { - start = next; - } - else - { - break; - } - } -} // remove_next_newlines - - -static void newlines_if_for_while_switch_post_blank_lines(Chunk *start, iarf_e nl_opt) -{ - LOG_FUNC_ENTRY(); - - Chunk *prev; - - LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", - __func__, __LINE__, start->Text(), get_token_name(start->GetType()), start->GetOrigLine(), start->GetOrigCol()); - - log_rule_B("nl_define_macro"); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return; - } - Chunk *pc = get_closing_brace(start); - - // first find ending brace - if (pc->IsNullChunk()) - { - return; - } - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - - /* - * if we're dealing with an if, we actually want to add or remove - * blank lines after any else - */ - if (start->Is(CT_IF)) - { - Chunk *next; - - while (true) - { - next = pc->GetNextNcNnl(); - - if ( next->IsNotNullChunk() - && ( next->Is(CT_ELSE) - || next->Is(CT_ELSEIF))) - { - // point to the closing brace of the else - if ((pc = get_closing_brace(next))->IsNullChunk()) - { - return; - } - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - } - else - { - break; - } - } - } - - /* - * if we're dealing with a do/while, we actually want to add or - * remove blank lines after while and its condition - */ - if (start->Is(CT_DO)) - { - // point to the next semicolon - if ((pc = pc->GetNextType(CT_SEMICOLON, start->GetLevel()))->IsNullChunk()) - { - return; - } - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - } - bool isVBrace = (pc->Is(CT_VBRACE_CLOSE)); - - if (isVBrace) - { - LOG_FMT(LNEWLINE, "%s(%d): isVBrace is TRUE\n", __func__, __LINE__); - } - else - { - LOG_FMT(LNEWLINE, "%s(%d): isVBrace is FALSE\n", __func__, __LINE__); - } - - if ((prev = pc->GetPrevNvb())->IsNullChunk()) - { - return; - } - bool have_pre_vbrace_nl = isVBrace && prev->IsNewline(); - - if (have_pre_vbrace_nl) - { - LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is TRUE\n", __func__, __LINE__); - } - else - { - LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is FALSE\n", __func__, __LINE__); - } - - if (nl_opt & IARF_REMOVE) - { - Chunk *next; - - // if chunk before is a vbrace, remove any newlines after it - if (have_pre_vbrace_nl) - { - if (prev->GetNlCount() != 1) - { - prev->SetNlCount(1); - MARK_CHANGE(); - } - remove_next_newlines(pc); - } - else if ( ((next = pc->GetNextNvb())->IsNewline()) - && !next->TestFlags(PCF_VAR_DEF)) - { - // otherwise just deal with newlines after brace - if (next->GetNlCount() != 1) - { - next->SetNlCount(1); - MARK_CHANGE(); - } - remove_next_newlines(next); - } - } - - // may have a newline before and after vbrace - // don't do anything with it if the next non newline chunk is a closing brace - if (nl_opt & IARF_ADD) - { - Chunk *next = pc->GetNextNnl(); - - do - { - if (next->IsNullChunk()) - { - return; - } - - if (next->IsNot(CT_VBRACE_CLOSE)) - { - break; - } - next = next->GetNextNnl(); - } while (true); - - LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); - - if (next->IsNot(CT_BRACE_CLOSE)) - { - // if vbrace, have to check before and after - // if chunk before vbrace, check its count - size_t nl_count = have_pre_vbrace_nl ? prev->GetNlCount() : 0; - LOG_FMT(LNEWLINE, "%s(%d): new line count %zu\n", __func__, __LINE__, nl_count); - - if ((next = pc->GetNextNvb())->IsNewline()) - { - LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); - nl_count += next->GetNlCount(); - LOG_FMT(LNEWLINE, "%s(%d): new line count is %zu\n", __func__, __LINE__, nl_count); - } - - // if we have no newlines, add one and make it double - if (nl_count == 0) - { - LOG_FMT(LNEWLINE, "%s(%d): new line count is 0\n", __func__, __LINE__); - - if ( ((next = pc->GetNext())->IsNotNullChunk()) - && next->IsComment()) - { - LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); - pc = next; - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - } - - if ((next = newline_add_after(pc))->IsNullChunk()) - { - return; - } - LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); - double_newline(next); - } - else if (nl_count == 1) // if we don't have enough newlines - { - LOG_FMT(LNEWLINE, "%s(%d): new line count is 1\n", __func__, __LINE__); - - // if we have a preceding vbrace, add one after it - if (have_pre_vbrace_nl) - { - LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is TRUE\n", __func__, __LINE__); - next = newline_add_after(pc); - LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); - } - else - { - LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is FALSE\n", __func__, __LINE__); - prev = next->GetPrevNnl(); - LOG_FMT(LNEWLINE, "%s(%d): prev->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, prev->Text(), get_token_name(prev->GetType()), prev->GetOrigLine(), prev->GetOrigCol()); - pc = next->GetNextNl(); - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - Chunk *pc2 = pc->GetNext(); - - if (pc2->IsNotNullChunk()) - { - pc = pc2; - LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); - } - else - { - LOG_FMT(LNEWLINE, "%s(%d): no next found: \n", __func__, __LINE__); - } - log_rule_B("nl_squeeze_ifdef"); - - if ( pc->Is(CT_PREPROC) - && pc->GetParentType() == CT_PP_ENDIF - && options::nl_squeeze_ifdef()) - { - LOG_FMT(LNEWLINE, "%s(%d): cannot add newline after orig line %zu due to nl_squeeze_ifdef\n", - __func__, __LINE__, prev->GetOrigLine()); - } - else - { - // make newline after double - LOG_FMT(LNEWLINE, "%s(%d): call double_newline\n", __func__, __LINE__); - double_newline(next); - } - } - } - } - } -} // newlines_if_for_while_switch_post_blank_lines - - -static void newlines_struct_union(Chunk *start, iarf_e nl_opt, bool leave_trailing) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return; - } - /* - * step past any junk between the keyword and the open brace - * Quit if we hit a semicolon or '=', which are not expected. - */ - size_t level = start->GetLevel(); - Chunk *pc = start->GetNextNcNnl(); - - while ( pc->IsNotNullChunk() - && pc->GetLevel() >= level) - { - if ( pc->GetLevel() == level - && ( pc->Is(CT_BRACE_OPEN) - || pc->IsSemicolon() - || pc->Is(CT_ASSIGN))) - { - break; - } - start = pc; - pc = pc->GetNextNcNnl(); - } - - // If we hit a brace open, then we need to toy with the newlines - if (pc->Is(CT_BRACE_OPEN)) - { - // Skip over embedded C comments - Chunk *next = pc->GetNext(); - - while (next->Is(CT_COMMENT)) - { - next = next->GetNext(); - } - - if ( leave_trailing - && !next->IsCommentOrNewline()) - { - nl_opt = IARF_IGNORE; - } - newline_iarf_pair(start, pc, nl_opt); - } -} // newlines_struct_union - - -// enum { -// enum class angle_state_e : unsigned int { -// enum-key attr(optional) identifier(optional) enum-base(optional) { enumerator-list(optional) } -// enum-key attr(optional) nested-name-specifier(optional) identifier enum-base(optional) ; TODO -// enum-key - one of enum, enum class or enum struct TODO -// identifier - the name of the enumeration that's being declared -// enum-base(C++11) - colon (:), followed by a type-specifier-seq -// enumerator-list - comma-separated list of enumerator definitions -static void newlines_enum(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - - if ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro()) - { - return; - } - // look for 'enum class' - Chunk *pcClass = start->GetNextNcNnl(); - - if (pcClass->Is(CT_ENUM_CLASS)) - { - log_rule_B("nl_enum_class"); - newline_iarf_pair(start, pcClass, options::nl_enum_class()); - // look for 'identifier'/ 'type' - Chunk *pcType = pcClass->GetNextNcNnl(); - - if (pcType->Is(CT_TYPE)) - { - log_rule_B("nl_enum_class_identifier"); - newline_iarf_pair(pcClass, pcType, options::nl_enum_class_identifier()); - // look for ':' - Chunk *pcColon = pcType->GetNextNcNnl(); - - if (pcColon->Is(CT_ENUM_COLON)) // Issue #4040 - { - log_rule_B("nl_enum_identifier_colon"); - newline_iarf_pair(pcType, pcColon, options::nl_enum_identifier_colon()); - // look for 'type' i.e. unsigned - Chunk *pcType1 = pcColon->GetNextNcNnl(); - - if (pcType1->Is(CT_TYPE)) - { - log_rule_B("nl_enum_colon_type"); - newline_iarf_pair(pcColon, pcType1, options::nl_enum_colon_type()); - // look for 'type' i.e. int - Chunk *pcType2 = pcType1->GetNextNcNnl(); - - if (pcType2->Is(CT_TYPE)) - { - log_rule_B("nl_enum_colon_type"); - newline_iarf_pair(pcType1, pcType2, options::nl_enum_colon_type()); - } - } - } - } - } - /* - * step past any junk between the keyword and the open brace - * Quit if we hit a semicolon or '=', which are not expected. - */ - size_t level = start->GetLevel(); - Chunk *pc = start->GetNextNcNnl(); - - while ( pc->IsNotNullChunk() - && pc->GetLevel() >= level) - { - if ( pc->GetLevel() == level - && ( pc->Is(CT_BRACE_OPEN) - || pc->IsSemicolon() - || pc->Is(CT_ASSIGN))) - { - break; - } - start = pc; - pc = pc->GetNextNcNnl(); - } - - // If we hit a brace open, then we need to toy with the newlines - if (pc->Is(CT_BRACE_OPEN)) - { - // Skip over embedded C comments - Chunk *next = pc->GetNext(); - - while (next->Is(CT_COMMENT)) - { - next = next->GetNext(); - } - iarf_e nl_opt; - - if (!next->IsCommentOrNewline()) - { - nl_opt = IARF_IGNORE; - } - else - { - log_rule_B("nl_enum_brace"); - nl_opt = options::nl_enum_brace(); - } - newline_iarf_pair(start, pc, nl_opt); - } -} // newlines_enum - - -// namespace { -// namespace word { -// namespace type::word { -static void newlines_namespace(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_namespace_brace"); - - // Add or remove newline between 'namespace' and 'BRACE_OPEN' - log_rule_B("nl_define_macro"); - iarf_e nl_opt = options::nl_namespace_brace(); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return; - } - Chunk *braceOpen = start->GetNextType(CT_BRACE_OPEN, start->GetLevel()); - - LOG_FMT(LNEWLINE, "%s(%d): braceOpen orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, braceOpen->GetOrigLine(), braceOpen->GetOrigCol(), braceOpen->Text()); - // produces much more log output. Use it only debugging purpose - //log_pcf_flags(LNEWLINE, braceOpen->GetFlags()); - - if (braceOpen->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LNEWLINE, "%s(%d): is one_liner\n", - __func__, __LINE__); - return; - } - Chunk *beforeBrace = braceOpen->GetPrev(); - - LOG_FMT(LNEWLINE, "%s(%d): beforeBrace orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, beforeBrace->GetOrigLine(), beforeBrace->GetOrigCol(), beforeBrace->Text()); - // 'namespace' 'BRACE_OPEN' - newline_iarf_pair(beforeBrace, braceOpen, nl_opt); -} // newlines_namespace - - -static void newlines_cuddle_uncuddle(Chunk *start, iarf_e nl_opt) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - - if ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro()) - { - return; - } - Chunk *br_close = start->GetPrevNcNnlNi(); // Issue #2279 - - if (br_close->Is(CT_BRACE_CLOSE)) - { - newline_iarf_pair(br_close, start, nl_opt); - } -} // newlines_cuddle_uncuddle - - -static void newlines_do_else(Chunk *start, iarf_e nl_opt) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - log_ruleNL("nl_define_macro", start); - - if ( nl_opt == IARF_IGNORE - || ( start->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro())) - { - return; - } - Chunk *next = start->GetNextNcNnl(); - - if ( next->IsNotNullChunk() - && ( next->Is(CT_BRACE_OPEN) - || next->Is(CT_VBRACE_OPEN))) - { - if (!one_liner_nl_ok(next)) - { - LOG_FMT(LNL1LINE, "%s(%d): a new line may NOT be added\n", __func__, __LINE__); - return; - } - LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); - - if (next->Is(CT_VBRACE_OPEN)) - { - // Can only add - we don't want to create a one-line here - if (nl_opt & IARF_ADD) - { - newline_iarf_pair(start, next->GetNextNcNnl(), nl_opt); - Chunk *tmp = next->GetNextType(CT_VBRACE_CLOSE, next->GetLevel()); - - if ( !tmp->GetNextNc()->IsNewline() - && !tmp->GetPrevNc()->IsNewline()) - { - newline_add_after(tmp); - } - } - } - else - { - newline_iarf_pair(start, next, nl_opt); - newline_add_between(next, next->GetNextNcNnl()); - } - } -} // newlines_do_else - - -static bool is_var_def(Chunk *pc, Chunk *next) -{ - if ( pc->Is(CT_DECLTYPE) - && next->Is(CT_PAREN_OPEN)) - { - // If current token starts a decltype expression, skip it - next = next->GetClosingParen(); - next = next->GetNextNcNnl(); - } - else if (!pc->IsTypeDefinition()) - { - // Otherwise, if the current token is not a type --> not a declaration - return(false); - } - else if (next->Is(CT_DC_MEMBER)) - { - // If next token is CT_DC_MEMBER, skip it - next = next->SkipDcMember(); - } - else if (next->Is(CT_ANGLE_OPEN)) - { - // If we have a template type, skip it - next = next->GetClosingParen(); - next = next->GetNextNcNnl(); - } - bool is = ( ( next->IsTypeDefinition() - && next->GetParentType() != CT_FUNC_DEF) // Issue #2639 - || next->Is(CT_WORD) - || next->Is(CT_FUNC_CTOR_VAR)); - - return(is); -} // is_var_def - - -static bool is_func_call_or_def(Chunk *pc) -{ - if ( pc->GetParentType() == CT_FUNC_DEF - || pc->GetParentType() == CT_FUNC_CALL - || pc->GetParentType() == CT_FUNC_CALL_USER - || pc->GetParentType() == CT_FUNC_CLASS_DEF - || pc->GetParentType() == CT_OC_CLASS - || pc->GetParentType() == CT_OC_MSG_DECL - || pc->GetParentType() == CT_CS_PROPERTY - || pc->GetParentType() == CT_CPP_LAMBDA) - { - return(true); - } - return(false); -} // is_func_call_or_def - - -// Put newline(s) before and/or after a block of variable definitions -static Chunk *newline_var_def_blk(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *pc = start; - Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 - bool did_this_line = false; - bool fn_top = false; - bool var_blk = false; - bool first_var_blk = true; - - LOG_FMT(LVARDFBLK, "%s(%d): start orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), start->Text()); - - if (start->Is(CT_BRACE_OPEN)) - { - // can't be any variable definitions in a "= {" block - if ( prev->IsNotNullChunk() - && prev->Is(CT_ASSIGN)) - { - Chunk *tmp = start->GetClosingParen(); - return(tmp->GetNextNcNnl()); - } - // check if we're at the top of a function definition, or function call with a - // possible variable block - fn_top = is_func_call_or_def(start); - // opening brace is processed, start with next chunk - pc = pc->GetNext(); - } - - while ( pc->IsNotNullChunk() - && ( pc->GetLevel() >= start->GetLevel() - || pc->GetLevel() == 0)) - { - LOG_CHUNK(LTOK, pc); - - Chunk *next_pc = pc->GetNext(); - LOG_FMT(LVARDFBLK, "%s(%d): next_pc orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", - __func__, __LINE__, next_pc->GetOrigLine(), next_pc->GetOrigCol(), get_token_name(next_pc->GetType()), next_pc->Text()); - - // If next_pc token is CT_DC_MEMBER, skip it - if (next_pc->Is(CT_DC_MEMBER)) - { - pc = pc->SkipDcMember(); - } - - // skip qualifiers - if (pc->Is(CT_QUALIFIER)) - { - pc = pc->GetNext(); - continue; - } - - if (pc->IsComment()) - { - pc = pc->GetNext(); - continue; - } - - // process nested braces - if (pc->Is(CT_BRACE_OPEN)) - { - pc = newline_var_def_blk(pc); - continue; - } - - // Done with this brace set? - if (pc->Is(CT_BRACE_CLOSE)) - { - pc = pc->GetNext(); - break; - } - - // skip vbraces - if (pc->Is(CT_VBRACE_OPEN)) - { - pc = pc->GetNextType(CT_VBRACE_CLOSE, pc->GetLevel()); - pc = pc->GetNext(); - continue; - } - - // Ignore stuff inside parenthesis/squares/angles - if (pc->GetLevel() > pc->GetBraceLevel()) - { - pc = pc->GetNext(); - continue; - } - - if (pc->IsNewline()) - { - did_this_line = false; - pc = pc->GetNext(); - continue; - } - - // Determine if this is a variable definition or code - if ( !did_this_line - && pc->IsNot(CT_FUNC_CLASS_DEF) - && pc->IsNot(CT_FUNC_CLASS_PROTO) - && ( (pc->GetLevel() == (start->GetLevel() + 1)) - || pc->GetLevel() == 0)) - { - Chunk *next = pc->GetNextNcNnl(); - LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); - - // skip over all other type-like things - while ( next->Is(CT_PTR_TYPE) // Issue #2692 - || next->Is(CT_BYREF) // Issue #3018 - || next->Is(CT_QUALIFIER) - || next->Is(CT_TSQUARE)) - { - next = next->GetNextNcNnl(); - LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); - } - - if (next->IsNullChunk()) - { - break; - } - LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); - - prev = pc->GetPrevNcNnl(); - - while ( prev->Is(CT_DC_MEMBER) - || prev->Is(CT_QUALIFIER) - || prev->Is(CT_TYPE)) - { - prev = prev->GetPrevNcNnl(); - } - - if (!( prev->IsBraceOpen() - || prev->IsBraceClose())) - { - prev = pc->GetPrevType(CT_SEMICOLON, pc->GetLevel()); - } - - if (prev->IsNullChunk()) - { - prev = pc->GetPrevType(CT_BRACE_OPEN, pc->GetLevel() - 1); // Issue #2692 - } - - if ( prev->Is(CT_STRING) - && prev->GetParentType() == CT_EXTERN - && prev->GetPrev()->Is(CT_EXTERN)) - { - prev = prev->GetPrev()->GetPrevNcNnlNi(); // Issue #2279 - } - LOG_FMT(LVARDFBLK, "%s(%d): pc orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), get_token_name(pc->GetType()), pc->Text()); - LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", - __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), get_token_name(next->GetType()), next->Text()); - - if (is_var_def(pc, next)) - { - LOG_FMT(LVARDFBLK, "%s(%d): 'typ==var' found: '%s %s' at line %zu\n", - __func__, __LINE__, pc->Text(), next->Text(), pc->GetOrigLine()); - LOG_FMT(LBLANKD, "%s(%d): var_blk %s, first_var_blk %s, fn_top %s\n", - __func__, __LINE__, var_blk ? "TRUE" : "FALSE", - first_var_blk ? "TRUE" : "FALSE", fn_top ? "TRUE" : "FALSE"); - // Put newline(s) before a block of variable definitions - log_rule_B("nl_var_def_blk_start"); - - if ( !var_blk - && !first_var_blk - && options::nl_var_def_blk_start() > 0) - { - LOG_FMT(LVARDFBLK, "%s(%d): pc is '%s', orig line is %zu\n", - __func__, __LINE__, pc->Text(), pc->GetOrigLine()); - - if (prev->IsNullChunk()) - { - LOG_FMT(LVARDFBLK, "%s(%d): prev is a null chunk\n", __func__, __LINE__); - } - else - { - LOG_FMT(LVARDFBLK, "%s(%d): prev is '%s', orig line is %zu\n", - __func__, __LINE__, prev->Text(), prev->GetOrigLine()); - - if (!prev->IsBraceOpen()) - { - newline_min_after(prev, options::nl_var_def_blk_start() + 1, PCF_VAR_DEF); - } - } - } - // set newlines within var def block - log_rule_B("nl_var_def_blk_in"); - - if ( var_blk - && (options::nl_var_def_blk_in() > 0)) - { - prev = pc->GetPrev(); - LOG_FMT(LVARDFBLK, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); - - if (prev->IsNewline()) - { - if (prev->GetNlCount() > options::nl_var_def_blk_in()) - { - prev->SetNlCount(options::nl_var_def_blk_in()); - MARK_CHANGE(); - } - } - } - pc = pc->GetNextType(CT_SEMICOLON, pc->GetLevel()); - var_blk = true; - } - else if (var_blk) - { - LOG_FMT(LVARDFBLK, "%s(%d): var_blk %s, first_var_blk %s, fn_top %s\n", - __func__, __LINE__, var_blk ? "TRUE" : "FALSE", - first_var_blk ? "TRUE" : "FALSE", fn_top ? "TRUE" : "FALSE"); - log_rule_B("nl_var_def_blk_end_func_top"); - log_rule_B("nl_var_def_blk_end"); - - if ( first_var_blk - && fn_top) - { - // set blank lines after first var def block at the top of a function - if (options::nl_var_def_blk_end_func_top() > 0) - { - LOG_FMT(LVARDFBLK, "%s(%d): nl_var_def_blk_end_func_top at line %zu\n", - __func__, __LINE__, prev->GetOrigLine()); - newline_min_after(prev, options::nl_var_def_blk_end_func_top() + 1, PCF_VAR_DEF); - } - } - else if ( !pc->IsPreproc() - && options::nl_var_def_blk_end() > 0) - { - // set blank lines after other var def blocks - LOG_FMT(LVARDFBLK, "%s(%d): nl_var_def_blk_end at line %zu\n", - __func__, __LINE__, prev->GetOrigLine()); - // Issue #3516 - newline_min_after(prev, options::nl_var_def_blk_end() + 1, PCF_VAR_DEF); - } - // reset the variables for the next block - first_var_blk = false; - var_blk = false; - } - else - { - first_var_blk = false; - var_blk = false; - } - } - else - { - if (pc->Is(CT_FUNC_CLASS_DEF)) - { - log_rule_B("nl_var_def_blk_end"); - - if ( var_blk - && options::nl_var_def_blk_end() > 0) - { - prev = pc->GetPrev(); - prev = prev->GetPrev(); - newline_min_after(prev, options::nl_var_def_blk_end() + 1, PCF_VAR_DEF); - pc = pc->GetNext(); - first_var_blk = false; - var_blk = false; - } - } - } - did_this_line = true; - - if (pc == nullptr) - { - pc = Chunk::NullChunkPtr; - } - pc = pc->GetNext(); - } - LOG_FMT(LVARDFBLK, "%s(%d): pc orig line is %zu, orig col is %zu, Text() is '%s', level is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetLevel()); - LOG_FMT(LVARDFBLK, "%s(%d): start orig line is %zu, orig col is %zu, Text() is '%s', level is %zu\n", - __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), start->Text(), start->GetLevel()); - return(pc); -} // newline_var_def_blk - - -static void collapse_empty_body(Chunk *br_open) -{ - for (Chunk *pc = br_open->GetNext(); pc->IsNot(CT_BRACE_CLOSE); pc = pc->GetNext()) - { - if ( pc->Is(CT_NEWLINE) - && pc->SafeToDeleteNl()) - { - pc = pc->GetPrev(); - Chunk *next = pc->GetNext(); - Chunk::Delete(next); - MARK_CHANGE(); - } - } -} // collapse_empty_body - - -static void newlines_brace_pair(Chunk *br_open) -{ - LOG_FUNC_ENTRY(); - - log_rule_B("nl_define_macro"); - - if ( br_open->TestFlags(PCF_IN_PREPROC) - && !options::nl_define_macro()) - { - return; - } - - //fixes 1235 Add single line namespace support - if ( br_open->Is(CT_BRACE_OPEN) - && (br_open->GetParentType() == CT_NAMESPACE) - && br_open->GetPrev()->IsNewline()) - { - Chunk *chunk_brace_close = br_open->GetClosingParen(); - - if (chunk_brace_close->IsNotNullChunk()) - { - if (br_open->IsOnSameLine(chunk_brace_close)) - { - log_rule_B("nl_namespace_two_to_one_liner - 1"); - - if (options::nl_namespace_two_to_one_liner()) - { - Chunk *prev = br_open->GetPrevNnl(); - newline_del_between(prev, br_open); - } - /* Below code is to support conversion of 2 liner to 4 liners - * else - * { - * Chunk *nxt = br_open->GetNext(); - * newline_add_between(br_open, nxt); - * }*/ - } - } - } - // fix 1247 oneliner function support - converts 4,3,2 liners to oneliner - log_rule_B("nl_create_func_def_one_liner"); - - if ( br_open->GetParentType() == CT_FUNC_DEF - && options::nl_create_func_def_one_liner() - && !br_open->TestFlags(PCF_NOT_POSSIBLE)) // Issue #2795 - { - Chunk *br_close = br_open->GetClosingParen(); - Chunk *tmp = br_open->GetPrevNcNnlNi(); // Issue #2279 - - if ( br_close->IsNotNullChunk() // Issue #2594 - && ((br_close->GetOrigLine() - br_open->GetOrigLine()) <= 2) - && tmp->IsParenClose()) // need to check the conditions. - { - // Issue #1825 - bool is_it_possible = true; - - while ( tmp->IsNotNullChunk() - && (tmp = tmp->GetNext())->IsNotNullChunk() - && !tmp->IsBraceClose() - && (tmp->GetNext()->IsNotNullChunk())) - { - LOG_FMT(LNL1LINE, "%s(%d): tmp orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); - - if (tmp->IsComment()) - { - is_it_possible = false; - break; - } - } - - if (is_it_possible) - { - // Issue 2795 - // we have to check if it could be too long for code_width - // make a vector to save the chunk - vector saved_chunk; - log_rule_B("code_width"); - - if (options::code_width() > 0) - { - saved_chunk.reserve(16); - Chunk *current = br_open->GetPrevNcNnlNi(); - Chunk *next_br_close = br_close->GetNext(); - current = current->GetNext(); - - while (current->IsNotNullChunk()) - { - LOG_FMT(LNL1LINE, "%s(%d): zu kopieren: current orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, current->GetOrigLine(), current->GetOrigCol(), current->Text()); - saved_chunk.push_back(*current); - Chunk *the_next = current->GetNext(); - - if ( the_next->IsNullChunk() - || the_next == next_br_close) - { - break; - } - current = the_next; - } - } - Chunk *tmp_1 = br_open->GetPrevNcNnlNi(); - - while ( tmp_1->IsNotNullChunk() - && (tmp_1 = tmp_1->GetNext())->IsNotNullChunk() - && !tmp_1->IsBraceClose() - && (tmp_1->GetNext()->IsNotNullChunk())) - { - LOG_FMT(LNL1LINE, "%s(%d): tmp_1 orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, tmp_1->GetOrigLine(), tmp_1->GetOrigCol(), tmp_1->Text()); - - if (tmp_1->IsNewline()) - { - tmp_1 = tmp_1->GetPrev(); // Issue #1825 - newline_iarf_pair(tmp_1, tmp_1->GetNextNcNnl(), IARF_REMOVE); - } - } - br_open->SetFlagBits(PCF_ONE_LINER); // set the one liner flag if needed - br_close->SetFlagBits(PCF_ONE_LINER); - log_rule_B("code_width"); - - if ( options::code_width() > 0 - && br_close->GetColumn() > options::code_width()) - { - // the created line is too long - // it is not possible to make an one_liner - // because the line would be too long - br_open->SetFlagBits(PCF_NOT_POSSIBLE); - // restore the code - size_t count; - Chunk tmp_2; - Chunk *current = br_open; - - for (count = 0; count < saved_chunk.size(); count++) - { - tmp_2 = saved_chunk.at(count); - - if (tmp_2.GetOrigLine() != current->GetOrigLine()) - { - // restore the newline - Chunk chunk; - chunk.SetType(CT_NEWLINE); - chunk.SetOrigLine(current->GetOrigLine()); - chunk.SetOrigCol(current->GetOrigCol()); - chunk.SetPpLevel(current->GetPpLevel()); - chunk.SetNlCount(1); - chunk.CopyAndAddBefore(current); - LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline before '%s'\n", - __func__, __LINE__, current->GetOrigLine(), current->GetOrigCol(), current->Text()); - } - else - { - current = current->GetNext(); - } - } - } - } - } - } - - // Make sure we don't break a one-liner - if (!one_liner_nl_ok(br_open)) - { - LOG_FMT(LNL1LINE, "%s(%d): br_open orig line is %zu, orig col is %zu, a new line may NOT be added\n", - __func__, __LINE__, br_open->GetOrigLine(), br_open->GetOrigCol()); - return; - } - LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); - - Chunk *next = br_open->GetNextNc(); - - // Insert a newline between the '=' and open brace, if needed - LOG_FMT(LNL1LINE, "%s(%d): br_open->Text() '%s', br_open->GetType() [%s], br_open->GetParentType() [%s]\n", - __func__, __LINE__, br_open->Text(), get_token_name(br_open->GetType()), - get_token_name(br_open->GetParentType())); - - if (br_open->GetParentType() == CT_ASSIGN) - { - // Only mess with it if the open brace is followed by a newline - if (next->IsNewline()) - { - Chunk *prev = br_open->GetPrevNcNnlNi(); // Issue #2279 - log_rule_B("nl_assign_brace"); - newline_iarf_pair(prev, br_open, options::nl_assign_brace()); - } - } - - if ( br_open->GetParentType() == CT_OC_MSG_DECL - || br_open->GetParentType() == CT_FUNC_DEF - || br_open->GetParentType() == CT_FUNC_CLASS_DEF - || br_open->GetParentType() == CT_OC_CLASS - || br_open->GetParentType() == CT_CS_PROPERTY - || br_open->GetParentType() == CT_CPP_LAMBDA - || br_open->GetParentType() == CT_FUNC_CALL - || br_open->GetParentType() == CT_FUNC_CALL_USER) - { - Chunk *prev = Chunk::NullChunkPtr; - iarf_e val; - - if (br_open->GetParentType() == CT_OC_MSG_DECL) - { - log_rule_B("nl_oc_mdef_brace"); - val = options::nl_oc_mdef_brace(); - } - else - { - if ( br_open->GetParentType() == CT_FUNC_DEF - || br_open->GetParentType() == CT_FUNC_CLASS_DEF - || br_open->GetParentType() == CT_OC_CLASS) - { - val = IARF_NOT_DEFINED; - log_rule_B("nl_fdef_brace_cond"); - const iarf_e nl_fdef_brace_cond_v = options::nl_fdef_brace_cond(); - - if (nl_fdef_brace_cond_v != IARF_IGNORE) - { - prev = br_open->GetPrevNcNnlNi(); // Issue #2279 - - if (prev->Is(CT_FPAREN_CLOSE)) - { - val = nl_fdef_brace_cond_v; - } - } - - if (val == IARF_NOT_DEFINED) - { - log_rule_B("nl_fdef_brace"); - val = options::nl_fdef_brace(); - } - } - else - { - log_rule_B("nl_property_brace"); - log_rule_B("nl_cpp_ldef_brace"); - log_rule_B("nl_fcall_brace"); - val = ((br_open->GetParentType() == CT_CS_PROPERTY) ? - options::nl_property_brace() : - ((br_open->GetParentType() == CT_CPP_LAMBDA) ? - options::nl_cpp_ldef_brace() : - options::nl_fcall_brace())); - } - } - - if (val != IARF_IGNORE) - { - if (prev->IsNullChunk()) - { - // Grab the chunk before the open brace - prev = br_open->GetPrevNcNnlNi(); // Issue #2279 - } - newline_iarf_pair(prev, br_open, val); - } - } - - if (br_open->GetNextNnl()->Is(CT_BRACE_CLOSE)) - { - // Chunk is "{" and "}" with only whitespace/newlines in between - - if (br_open->GetParentType() == CT_FUNC_DEF) - { - // Braces belong to a function definition - log_rule_B("nl_collapse_empty_body_functions"); - - if (options::nl_collapse_empty_body_functions()) - { - collapse_empty_body(br_open); - return; - } - } - else - { - log_rule_B("nl_collapse_empty_body"); - - if (options::nl_collapse_empty_body()) - { - collapse_empty_body(br_open); - return; - } - } - } - //fixes #1245 will add new line between tsquare and brace open based on nl_tsquare_brace - - if (br_open->Is(CT_BRACE_OPEN)) - { - Chunk *chunk_closing_brace = br_open->GetClosingParen(); - - if (chunk_closing_brace->IsNotNullChunk()) - { - if (chunk_closing_brace->GetOrigLine() > br_open->GetOrigLine()) - { - Chunk *prev = br_open->GetPrevNc(); - - if ( prev->Is(CT_TSQUARE) - && next->IsNewline()) - { - log_rule_B("nl_tsquare_brace"); - newline_iarf_pair(prev, br_open, options::nl_tsquare_brace()); - } - } - } - } - // Eat any extra newlines after the brace open - log_rule_B("eat_blanks_after_open_brace"); - - if (options::eat_blanks_after_open_brace()) - { - if (next->IsNewline()) - { - log_rule_B("nl_inside_empty_func"); - log_rule_B("nl_inside_namespace"); - - if ( options::nl_inside_empty_func() > 0 - && br_open->GetNextNnl()->Is(CT_BRACE_CLOSE) - && ( br_open->GetParentType() == CT_FUNC_CLASS_DEF - || br_open->GetParentType() == CT_FUNC_DEF)) - { - blank_line_set(next, options::nl_inside_empty_func); - } - else if ( options::nl_inside_namespace() > 0 - && br_open->GetParentType() == CT_NAMESPACE) - { - blank_line_set(next, options::nl_inside_namespace); - } - else if (next->GetNlCount() > 1) - { - next->SetNlCount(1); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_after_open_brace %zu\n", - __func__, __LINE__, next->GetOrigLine()); - MARK_CHANGE(); - } - } - } - bool nl_close_brace = false; - - // Handle the cases where the brace is part of a function call or definition - if (is_func_call_or_def(br_open)) - { - // Need to force a newline before the close brace, if not in a class body - if (!br_open->TestFlags(PCF_IN_CLASS)) - { - nl_close_brace = true; - } - // handle newlines after the open brace - Chunk *pc = br_open->GetNextNcNnl(); - newline_add_between(br_open, pc); - } - // Grab the matching brace close - Chunk *br_close = br_open->GetNextType(CT_BRACE_CLOSE, br_open->GetLevel()); - - if (br_close->IsNullChunk()) - { - return; - } - - if (!nl_close_brace) - { - /* - * If the open brace hits a CT_NEWLINE, CT_NL_CONT, CT_COMMENT_MULTI, or - * CT_COMMENT_CPP without hitting anything other than CT_COMMENT, then - * there should be a newline before the close brace. - */ - Chunk *pc = br_open->GetNext(); - - while (pc->Is(CT_COMMENT)) - { - pc = pc->GetNext(); - } - - if (pc->IsCommentOrNewline()) - { - nl_close_brace = true; - } - } - Chunk *prev = br_close->GetPrevNcNnlNet(); - - if (nl_close_brace) - { - newline_add_between(prev, br_close); - } - else - { - newline_del_between(prev, br_close); - } -} // newlines_brace_pair - - -static void newline_case(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - // printf("%s case (%s) on line %d col %d\n", - // __func__, c_chunk_names[start->GetType()], - // start->GetOrigLine(), start->GetOrigCol()); - - // Scan backwards until a '{' or ';' or ':'. Abort if a multi-newline is found - Chunk *prev = start; - - do - { - prev = prev->GetPrevNc(); - - if ( prev->IsNotNullChunk() - && prev->IsNewline() - && prev->GetNlCount() > 1) - { - return; - } - } while ( prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_BRACE_CLOSE) - && prev->IsNot(CT_SEMICOLON) - && prev->IsNot(CT_CASE_COLON)); - - if (prev->IsNullChunk()) - { - return; - } - Chunk *pc = newline_add_between(prev, start); - - if (pc == nullptr) - { - return; - } - - // Only add an extra line after a semicolon or brace close - if ( prev->Is(CT_SEMICOLON) - || prev->Is(CT_BRACE_CLOSE)) - { - if ( pc->IsNewline() - && pc->GetNlCount() < 2) - { - double_newline(pc); - } - } -} // newline_case - - -static void newline_case_colon(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - // Scan forwards until a non-comment is found - Chunk *pc = start; - - do - { - pc = pc->GetNext(); - } while (pc->IsComment()); - - if ( pc->IsNotNullChunk() - && !pc->IsNewline()) - { - newline_add_before(pc); - } -} // newline_case_colon - - -static void newline_before_return(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *pc = Chunk::NullChunkPtr; - - if (start != nullptr) - { - pc = start->GetPrev(); - } - Chunk *nl = pc; - - // Skip over single preceding newline - if (pc->IsNewline()) - { - // Do we already have a blank line? - if (nl->GetNlCount() > 1) - { - return; - } - pc = nl->GetPrev(); - } - - // Skip over preceding comments that are not a trailing comment, taking - // into account that comment blocks may span multiple lines. - // Trailing comments are considered part of the previous token, not the - // return statement. They are handled below. - while ( pc->IsComment() - && pc->GetParentType() != CT_COMMENT_END) - { - pc = pc->GetPrev(); - - if (!pc->IsNewline()) - { - return; - } - nl = pc; - pc = pc->GetPrev(); - } - pc = nl->GetPrev(); - - // Peek over trailing comment of previous token - if ( pc->IsComment() - && pc->GetParentType() == CT_COMMENT_END) - { - pc = pc->GetPrev(); - } - - // Don't add extra blanks after an opening brace or a case statement - if ( pc->IsNullChunk() - || ( pc->Is(CT_BRACE_OPEN) - || pc->Is(CT_VBRACE_OPEN) - || pc->Is(CT_CASE_COLON))) - { - return; - } - - if ( nl->IsNewline() - && nl->GetNlCount() < 2) - { - nl->SetNlCount(nl->GetNlCount() + 1); - MARK_CHANGE(); - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", - __func__, __LINE__, nl->GetOrigLine(), nl->GetOrigCol(), nl->Text(), nl->GetNlCount()); - } -} // newline_before_return - - -static void newline_after_return(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *semi = start->GetNextType(CT_SEMICOLON, start->GetLevel()); - Chunk *after = semi->GetNextNcNnlNet(); - - // If we hit a brace or an 'else', then a newline isn't needed - if ( after->IsNullChunk() - || after->IsBraceClose() - || after->Is(CT_ELSE)) - { - return; - } - Chunk *pc; - - for (pc = semi->GetNext(); pc != after; pc = pc->GetNext()) - { - if (pc->Is(CT_NEWLINE)) - { - if (pc->GetNlCount() < 2) - { - double_newline(pc); - } - return; - } - } -} // newline_after_return - - -static void newline_iarf_pair(Chunk *before, Chunk *after, iarf_e av, bool check_nl_assign_leave_one_liners) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNEWLINE, "%s(%d): ", __func__, __LINE__); - log_func_stack(LNEWLINE, "CallStack:"); - - if ( before == nullptr - || before == Chunk::NullChunkPtr - || after == nullptr - || after == Chunk::NullChunkPtr - || after->Is(CT_IGNORED)) - { - return; - } - - if (av & IARF_ADD) - { - if ( check_nl_assign_leave_one_liners - && options::nl_assign_leave_one_liners() - && after->TestFlags(PCF_ONE_LINER)) - { - log_rule_B("nl_assign_leave_one_liners"); - return; - } - Chunk *nl = newline_add_between(before, after); - LOG_FMT(LNEWLINE, "%s(%d): newline_add_between '%s' and '%s'\n", - __func__, __LINE__, before->Text(), after->Text()); - - if ( nl != nullptr - && av == IARF_FORCE - && nl->GetNlCount() > 1) - { - nl->SetNlCount(1); - } - } - else if (av & IARF_REMOVE) - { - LOG_FMT(LNEWLINE, "%s(%d): newline_remove_between '%s' and '%s'\n", - __func__, __LINE__, before->Text(), after->Text()); - newline_del_between(before, after); - } -} // newline_iarf_pair - - -void newline_iarf(Chunk *pc, iarf_e av) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNFD, "%s(%d): ", __func__, __LINE__); - log_func_stack(LNFD, "CallStack:"); - Chunk *after = Chunk::NullChunkPtr; - - if (pc != nullptr) - { - after = pc->GetNextNnl(); - } - - if ( (pc != nullptr && pc->Is(CT_FPAREN_OPEN)) // Issue #2914 - && pc->GetParentType() == CT_FUNC_CALL - && after->Is(CT_COMMENT_CPP) - && options::donot_add_nl_before_cpp_comment()) - { - return; - } - newline_iarf_pair(pc, after, av); -} // newline_iarf - - -static void newline_func_multi_line(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNFD, "%s(%d): called on %zu:%zu '%s' [%s/%s]\n", - __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), - start->Text(), get_token_name(start->GetType()), get_token_name(start->GetParentType())); - - bool add_start; - bool add_args; - bool add_end; - - if ( start->GetParentType() == CT_FUNC_DEF - || start->GetParentType() == CT_FUNC_CLASS_DEF) - { - log_rule_B("nl_func_def_start_multi_line"); - add_start = options::nl_func_def_start_multi_line(); - log_rule_B("nl_func_def_args_multi_line"); - add_args = options::nl_func_def_args_multi_line(); - log_rule_B("nl_func_def_end_multi_line"); - add_end = options::nl_func_def_end_multi_line(); - } - else if ( start->GetParentType() == CT_FUNC_CALL - || start->GetParentType() == CT_FUNC_CALL_USER) - { - log_rule_B("nl_func_call_start_multi_line"); - add_start = options::nl_func_call_start_multi_line(); - log_rule_B("nl_func_call_args_multi_line"); - add_args = options::nl_func_call_args_multi_line(); - log_rule_B("nl_func_call_end_multi_line"); - add_end = options::nl_func_call_end_multi_line(); - } - else - { - log_rule_B("nl_func_decl_start_multi_line"); - add_start = options::nl_func_decl_start_multi_line(); - log_rule_B("nl_func_decl_args_multi_line"); - add_args = options::nl_func_decl_args_multi_line(); - log_rule_B("nl_func_decl_end_multi_line"); - add_end = options::nl_func_decl_end_multi_line(); - } - - if ( !add_start - && !add_args - && !add_end) - { - return; - } - Chunk *pc = start->GetNextNcNnl(); - - while ( pc->IsNotNullChunk() - && pc->GetLevel() > start->GetLevel()) - { - pc = pc->GetNextNcNnl(); - } - - if ( pc->Is(CT_FPAREN_CLOSE) - && start->IsNewlineBetween(pc)) - { - Chunk *start_next = start->GetNextNcNnl(); - bool has_leading_closure = ( start_next->GetParentType() == CT_OC_BLOCK_EXPR - || start_next->GetParentType() == CT_CPP_LAMBDA - || start_next->Is(CT_BRACE_OPEN)); - - Chunk *prev_end = pc->GetPrevNcNnl(); - bool has_trailing_closure = ( prev_end->GetParentType() == CT_OC_BLOCK_EXPR - || prev_end->GetParentType() == CT_CPP_LAMBDA - || prev_end->Is(CT_BRACE_OPEN)); - - if ( add_start - && !start->GetNext()->IsNewline()) - { - log_rule_B("nl_func_call_args_multi_line_ignore_closures"); - - if (options::nl_func_call_args_multi_line_ignore_closures()) - { - if ( !has_leading_closure - && !has_trailing_closure) - { - newline_iarf(start, IARF_ADD); - } - } - else - { - newline_iarf(start, IARF_ADD); - } - } - - if ( add_end - && !pc->GetPrev()->IsNewline()) - { - log_rule_B("nl_func_call_args_multi_line_ignore_closures"); - - if (options::nl_func_call_args_multi_line_ignore_closures()) - { - if ( !has_leading_closure - && !has_trailing_closure) - { - newline_iarf(pc->GetPrev(), IARF_ADD); - } - } - else - { - newline_iarf(pc->GetPrev(), IARF_ADD); - } - } - - if (add_args) - { - // process the function in reverse and leave the first comma if the option to leave trailing closure - // is on. nl_func_call_args_multi_line_ignore_trailing_closure - for (pc = start->GetNextNcNnl(); - pc->IsNotNullChunk() && pc->GetLevel() > start->GetLevel(); - pc = pc->GetNextNcNnl()) - { - if ( pc->Is(CT_COMMA) - && (pc->GetLevel() == (start->GetLevel() + 1))) - { - Chunk *tmp = pc->GetNext(); - - if (tmp->IsComment()) - { - pc = tmp; - } - - if (!pc->GetNext()->IsNewline()) - { - log_rule_B("nl_func_call_args_multi_line_ignore_closures"); - - if (options::nl_func_call_args_multi_line_ignore_closures()) - { - Chunk *prev_comma = pc->GetPrevNcNnl(); - Chunk *after_comma = pc->GetNextNcNnl(); - - if (!( ( prev_comma->GetParentType() == CT_OC_BLOCK_EXPR - || prev_comma->GetParentType() == CT_CPP_LAMBDA - || prev_comma->Is(CT_BRACE_OPEN)) - || ( after_comma->GetParentType() == CT_OC_BLOCK_EXPR - || after_comma->GetParentType() == CT_CPP_LAMBDA - || after_comma->Is(CT_BRACE_OPEN)))) - { - newline_iarf(pc, IARF_ADD); - } - } - else - { - newline_iarf(pc, IARF_ADD); - } - } - } - } - } - } -} // newline_func_multi_line - - -static void newline_template(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNFD, "%s(%d): called on %zu:%zu '%s' [%s/%s]\n", - __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), - start->Text(), get_token_name(start->GetType()), get_token_name(start->GetParentType())); - - log_rule_B("nl_template_start"); - bool add_start = options::nl_template_start(); - - log_rule_B("nl_template_args"); - bool add_args = options::nl_template_args(); - - log_rule_B("nl_template_end"); - bool add_end = options::nl_template_end(); - - if ( !add_start - && !add_args - && !add_end) - { - return; - } - Chunk *pc = start->GetNextNcNnl(); - - while ( pc->IsNotNullChunk() - && pc->GetLevel() > start->GetLevel()) - { - pc = pc->GetNextNcNnl(); - } - - if (pc->Is(CT_ANGLE_CLOSE)) - { - if (add_start) - { - newline_iarf(start, IARF_ADD); - } - - if (add_end) - { - newline_iarf(pc->GetPrev(), IARF_ADD); - } - - if (add_args) - { - Chunk *pc_1; - - for (pc_1 = start->GetNextNcNnl(); - pc_1->IsNotNullChunk() && pc_1->GetLevel() > start->GetLevel(); - pc_1 = pc_1->GetNextNcNnl()) - { - if ( pc_1->Is(CT_COMMA) - && (pc_1->GetLevel() == (start->GetLevel() + 1))) - { - Chunk *tmp = pc_1->GetNext(); - - if (tmp->IsComment()) - { - pc_1 = tmp; - } - - if (!pc_1->GetNext()->IsNewline()) - { - newline_iarf(pc_1, IARF_ADD); - } - } - } - } - } -} // newline_template - - -static void newline_func_def_or_call(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNFD, "%s(%d): called on start->Text() is '%s', orig line is %zu, orig col is %zu, [%s/%s]\n", - __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol(), - get_token_name(start->GetType()), get_token_name(start->GetParentType())); - - bool is_def = (start->GetParentType() == CT_FUNC_DEF) - || start->GetParentType() == CT_FUNC_CLASS_DEF; - bool is_call = (start->GetParentType() == CT_FUNC_CALL) - || start->GetParentType() == CT_FUNC_CALL_USER; - - LOG_FMT(LNFD, "%s(%d): is_def is %s, is_call is %s\n", - __func__, __LINE__, is_def ? "TRUE" : "FALSE", is_call ? "TRUE" : "FALSE"); - - if (is_call) - { - log_rule_B("nl_func_call_paren"); - iarf_e atmp = options::nl_func_call_paren(); - - if (atmp != IARF_IGNORE) - { - Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 - - if (prev->IsNotNullChunk()) - { - newline_iarf(prev, atmp); - } - } - Chunk *pc = start->GetNextNcNnl(); - - if (pc->IsString(")")) - { - log_rule_B("nl_func_call_paren_empty"); - atmp = options::nl_func_call_paren_empty(); - - if (atmp != IARF_IGNORE) - { - Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 - - if (prev->IsNotNullChunk()) - { - newline_iarf(prev, atmp); - } - } - log_rule_B("nl_func_call_empty"); - atmp = options::nl_func_call_empty(); - - if (atmp != IARF_IGNORE) - { - newline_iarf(start, atmp); - } - return; - } - } - else - { - log_rule_B("nl_func_def_paren"); - log_rule_B("nl_func_paren"); - iarf_e atmp = is_def ? options::nl_func_def_paren() - : options::nl_func_paren(); - LOG_FMT(LSPACE, "%s(%d): atmp is %s\n", - __func__, __LINE__, - (atmp == IARF_IGNORE) ? "IGNORE" : - (atmp == IARF_ADD) ? "ADD" : - (atmp == IARF_REMOVE) ? "REMOVE" : "FORCE"); - - if (atmp != IARF_IGNORE) - { - Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 - - if (prev->IsNotNullChunk()) - { - newline_iarf(prev, atmp); - } - } - // Handle break newlines type and function - Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 - prev = skip_template_prev(prev); - // Don't split up a function variable - prev = prev->IsParenClose() ? Chunk::NullChunkPtr : prev->GetPrevNcNnlNi(); // Issue #2279 - - log_rule_B("nl_func_class_scope"); - - if ( prev->Is(CT_DC_MEMBER) - && (options::nl_func_class_scope() != IARF_IGNORE)) - { - newline_iarf(prev->GetPrevNcNnlNi(), options::nl_func_class_scope()); // Issue #2279 - } - - if (prev->IsNot(CT_ACCESS_COLON)) - { - Chunk *tmp; - - if (prev->Is(CT_OPERATOR)) - { - tmp = prev; - prev = prev->GetPrevNcNnlNi(); // Issue #2279 - } - else - { - tmp = start; - } - - if (prev->Is(CT_DC_MEMBER)) - { - log_rule_B("nl_func_scope_name"); - - if ( options::nl_func_scope_name() != IARF_IGNORE - && !start->TestFlags(PCF_IN_DECLTYPE)) - { - newline_iarf(prev, options::nl_func_scope_name()); - } - } - const Chunk *tmp_next = prev->GetNextNcNnl(); - - if (tmp_next->IsNot(CT_FUNC_CLASS_DEF)) - { - Chunk *closing = tmp->GetClosingParen(); - Chunk *brace = closing->GetNextNcNnl(); - iarf_e a; // Issue #2561 - - if ( tmp->GetParentType() == CT_FUNC_PROTO - || tmp->GetParentType() == CT_FUNC_CLASS_PROTO) - { - // proto - log_rule_B("nl_func_proto_type_name"); - a = options::nl_func_proto_type_name(); - } - else - { - // def - - log_rule_B("nl_func_leave_one_liners"); - - if ( options::nl_func_leave_one_liners() - && ( brace == nullptr - || brace->TestFlags(PCF_ONE_LINER))) // Issue #1511 and #3274 - { - a = IARF_IGNORE; - } - else - { - log_rule_B("nl_func_type_name"); - a = options::nl_func_type_name(); - } - } - log_rule_B("nl_func_type_name_class"); - - if ( tmp->TestFlags(PCF_IN_CLASS) - && (options::nl_func_type_name_class() != IARF_IGNORE)) - { - a = options::nl_func_type_name_class(); - } - - if ( (a != IARF_IGNORE) - && prev->IsNotNullChunk()) - { - LOG_FMT(LNFD, "%s(%d): prev->Text() '%s', orig line is %zu, orig col is %zu, [%s/%s]\n", - __func__, __LINE__, prev->Text(), prev->GetOrigLine(), prev->GetOrigCol(), - get_token_name(prev->GetType()), - get_token_name(prev->GetParentType())); - - if (prev->Is(CT_DESTRUCTOR)) - { - prev = prev->GetPrevNcNnlNi(); // Issue #2279 - } - - /* - * If we are on a '::', step back two tokens - * TODO: do we also need to check for '.' ? - */ - while (prev->Is(CT_DC_MEMBER)) - { - prev = prev->GetPrevNcNnlNi(); // Issue #2279 - prev = skip_template_prev(prev); - prev = prev->GetPrevNcNnlNi(); // Issue #2279 - } - - if ( !prev->IsBraceClose() - && prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_SEMICOLON) - && prev->IsNot(CT_ACCESS_COLON) - // #1008: if we landed on an operator check that it is having - // a type before it, in order to not apply nl_func_type_name - // on conversion operators as they don't have a normal - // return type syntax - && (tmp_next->IsNot(CT_OPERATOR) ? true : prev->IsTypeDefinition())) - { - newline_iarf(prev, a); - } - } - } - } - Chunk *pc = start->GetNextNcNnl(); - - if (pc->IsString(")")) - { - log_rule_B("nl_func_def_empty"); - log_rule_B("nl_func_decl_empty"); - atmp = is_def ? options::nl_func_def_empty() - : options::nl_func_decl_empty(); - - if (atmp != IARF_IGNORE) - { - newline_iarf(start, atmp); - } - log_rule_B("nl_func_def_paren_empty"); - log_rule_B("nl_func_paren_empty"); - atmp = is_def ? options::nl_func_def_paren_empty() - : options::nl_func_paren_empty(); - - if (atmp != IARF_IGNORE) - { - prev = start->GetPrevNcNnlNi(); // Issue #2279 - - if (prev->IsNotNullChunk()) - { - newline_iarf(prev, atmp); - } - } - return; - } - } - // Now scan for commas - size_t comma_count = 0; - Chunk *tmp; - Chunk *pc; - - for (pc = start->GetNextNcNnl(); - pc->IsNotNullChunk() && pc->GetLevel() > start->GetLevel(); - pc = pc->GetNextNcNnl()) - { - if ( pc->Is(CT_COMMA) - && (pc->GetLevel() == (start->GetLevel() + 1))) - { - comma_count++; - tmp = pc->GetNext(); - - if (tmp->IsComment()) - { - pc = tmp; - } - - if (is_def) - { - log_rule_B("nl_func_def_args"); - newline_iarf(pc, options::nl_func_def_args()); - } - else if (is_call) - { - // Issue #2604 - log_rule_B("nl_func_call_args"); - newline_iarf(pc, options::nl_func_call_args()); - } - else // start->GetParentType() == CT_FUNC_DECL - { - log_rule_B("nl_func_decl_args"); - newline_iarf(pc, options::nl_func_decl_args()); - } - } - } - - log_rule_B("nl_func_def_start"); - log_rule_B("nl_func_decl_start"); - iarf_e as = is_def ? options::nl_func_def_start() : options::nl_func_decl_start(); - - log_rule_B("nl_func_def_end"); - log_rule_B("nl_func_decl_end"); - iarf_e ae = is_def ? options::nl_func_def_end() : options::nl_func_decl_end(); - - if (comma_count == 0) - { - iarf_e atmp; - log_rule_B("nl_func_def_start_single"); - log_rule_B("nl_func_decl_start_single"); - atmp = is_def ? options::nl_func_def_start_single() : - options::nl_func_decl_start_single(); - - if (atmp != IARF_IGNORE) - { - as = atmp; - } - log_rule_B("nl_func_def_end_single"); - log_rule_B("nl_func_decl_end_single"); - atmp = is_def ? options::nl_func_def_end_single() : - options::nl_func_decl_end_single(); - - if (atmp != IARF_IGNORE) - { - ae = atmp; - } - } - - if (!is_call) - { - newline_iarf(start, as); - } - - // and fix up the close parenthesis - if (pc->Is(CT_FPAREN_CLOSE)) - { - Chunk *prev = pc->GetPrevNnl(); - - if ( prev->IsNot(CT_FPAREN_OPEN) - && !is_call) - { - newline_iarf(prev, ae); - } - newline_func_multi_line(start); - } -} // newline_func_def_or_call - - -static void newline_oc_msg(Chunk *start) -{ - LOG_FUNC_ENTRY(); - - Chunk *sq_c = start->GetClosingParen(); - - if (sq_c->IsNullChunk()) - { - return; - } - log_rule_B("nl_oc_msg_leave_one_liner"); - - if (options::nl_oc_msg_leave_one_liner()) - { - return; - } - bool should_nl_msg = false; - - // Get count of parameters - size_t parameter_count = 0; - - for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - if (pc->GetLevel() <= start->GetLevel()) - { - break; - } - - if (pc->Is(CT_OC_COLON) && pc->GetLevel() - 1 == start->GetLevel()) - { - parameter_count++; - } - } - - size_t min_params = options::nl_oc_msg_args_min_params(); - - if ( parameter_count >= min_params - && min_params != 0) - { - should_nl_msg = true; - } - // Get length of longest line - size_t longest_line = 0; - - for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - if (pc->GetLevel() <= start->GetLevel()) - { - break; - } - - if (pc->GetOrigColEnd() > longest_line) - { - longest_line = pc->GetOrigColEnd(); - } - } - - size_t max_code_width = options::nl_oc_msg_args_max_code_width(); - - if ( longest_line > max_code_width - && max_code_width != 0) - { - should_nl_msg = true; - } - - // If both nl_oc_msg_args_min_params and nl_oc_msg_args_max_code_width are disabled - // we should newline all messages. - if ( max_code_width == 0 - && min_params == 0) - { - should_nl_msg = true; - } - - if (!should_nl_msg) - { - return; - } - - for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - if (pc->GetLevel() <= start->GetLevel()) - { - break; - } - - if (pc->Is(CT_OC_MSG_NAME) && pc->GetLevel() - 1 == start->GetLevel()) - { - newline_add_before(pc); - } - } -} // newline_oc_msg - - -static bool one_liner_nl_ok(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNL1LINE, "%s(%d): check type is %s, parent is %s, flag is %s, orig line is %zu, orig col is %zu\n", - __func__, __LINE__, get_token_name(pc->GetType()), get_token_name(pc->GetParentType()), - pcf_flags_str(pc->GetFlags()).c_str(), pc->GetOrigLine(), pc->GetOrigCol()); - - if (!pc->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LNL1LINE, "%s(%d): true (not 1-liner), a new line may be added\n", __func__, __LINE__); - return(true); - } - // Step back to find the opening brace - Chunk *br_open = pc; - - if (br_open->IsBraceClose()) - { - br_open = br_open->GetPrevType(br_open->Is(CT_BRACE_CLOSE) ? CT_BRACE_OPEN : CT_VBRACE_OPEN, - br_open->GetLevel(), E_Scope::ALL); - } - else - { - while ( br_open->IsNotNullChunk() - && br_open->TestFlags(PCF_ONE_LINER) - && !br_open->IsBraceOpen() - && !br_open->IsBraceClose()) - { - br_open = br_open->GetPrev(); - } - } - pc = br_open; - - if ( pc->IsNotNullChunk() - && pc->TestFlags(PCF_ONE_LINER) - && ( pc->IsBraceOpen() - || pc->IsBraceClose())) - { - log_rule_B("nl_class_leave_one_liners"); - - if ( options::nl_class_leave_one_liners() - && pc->TestFlags(PCF_IN_CLASS)) - { - LOG_FMT(LNL1LINE, "%s(%d): false (class)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_assign_leave_one_liners"); - - if ( options::nl_assign_leave_one_liners() - && pc->GetParentType() == CT_ASSIGN) - { - LOG_FMT(LNL1LINE, "%s(%d): false (assign)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_enum_leave_one_liners"); - - if ( options::nl_enum_leave_one_liners() - && pc->GetParentType() == CT_ENUM) - { - LOG_FMT(LNL1LINE, "%s(%d): false (enum)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_getset_leave_one_liners"); - - if ( options::nl_getset_leave_one_liners() - && pc->GetParentType() == CT_GETSET) - { - LOG_FMT(LNL1LINE, "%s(%d): false (get/set), a new line may NOT be added\n", __func__, __LINE__); - return(false); - } - // Issue #UT-98 - log_rule_B("nl_cs_property_leave_one_liners"); - - if ( options::nl_cs_property_leave_one_liners() - && pc->GetParentType() == CT_CS_PROPERTY) - { - LOG_FMT(LNL1LINE, "%s(%d): false (c# property), a new line may NOT be added\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_func_leave_one_liners"); - - if ( options::nl_func_leave_one_liners() - && ( pc->GetParentType() == CT_FUNC_DEF - || pc->GetParentType() == CT_FUNC_CLASS_DEF)) - { - LOG_FMT(LNL1LINE, "%s(%d): false (func def)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_func_leave_one_liners"); - - if ( options::nl_func_leave_one_liners() - && pc->GetParentType() == CT_OC_MSG_DECL) - { - LOG_FMT(LNL1LINE, "%s(%d): false (method def)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_cpp_lambda_leave_one_liners"); - - if ( options::nl_cpp_lambda_leave_one_liners() - && ((pc->GetParentType() == CT_CPP_LAMBDA))) - { - LOG_FMT(LNL1LINE, "%s(%d): false (lambda)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_oc_msg_leave_one_liner"); - - if ( options::nl_oc_msg_leave_one_liner() - && pc->TestFlags(PCF_IN_OC_MSG)) - { - LOG_FMT(LNL1LINE, "%s(%d): false (message)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_if_leave_one_liners"); - - if ( options::nl_if_leave_one_liners() - && ( pc->GetParentType() == CT_IF - || pc->GetParentType() == CT_ELSEIF - || pc->GetParentType() == CT_ELSE)) - { - LOG_FMT(LNL1LINE, "%s(%d): false (if/else)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_while_leave_one_liners"); - - if ( options::nl_while_leave_one_liners() - && pc->GetParentType() == CT_WHILE) - { - LOG_FMT(LNL1LINE, "%s(%d): false (while)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_do_leave_one_liners"); - - if ( options::nl_do_leave_one_liners() - && pc->GetParentType() == CT_DO) - { - LOG_FMT(LNL1LINE, "%s(%d): false (do)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_for_leave_one_liners"); - - if ( options::nl_for_leave_one_liners() - && pc->GetParentType() == CT_FOR) - { - LOG_FMT(LNL1LINE, "%s(%d): false (for)\n", __func__, __LINE__); - return(false); - } - log_rule_B("nl_namespace_two_to_one_liner - 2"); - - if ( options::nl_namespace_two_to_one_liner() - && pc->GetParentType() == CT_NAMESPACE) - { - LOG_FMT(LNL1LINE, "%s(%d): false (namespace)\n", __func__, __LINE__); - return(false); - } - } - LOG_FMT(LNL1LINE, "%s(%d): true, a new line may be added\n", __func__, __LINE__); - return(true); -} // one_liner_nl_ok - - -void undo_one_liner(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - if ( pc != nullptr - && pc->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LNL1LINE, "%s(%d): pc->Text() '%s', orig line is %zu, orig col is %zu", - __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol()); - pc->ResetFlagBits(PCF_ONE_LINER); - - // scan backward - LOG_FMT(LNL1LINE, "%s(%d): scan backward\n", __func__, __LINE__); - Chunk *tmp = pc; - - while ((tmp = tmp->GetPrev())->IsNotNullChunk()) - { - if (!tmp->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LNL1LINE, "%s(%d): tmp->Text() '%s', orig line is %zu, orig col is %zu, --> break\n", - __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); - break; - } - LOG_FMT(LNL1LINE, "%s(%d): clear for tmp->Text() '%s', orig line is %zu, orig col is %zu", - __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); - tmp->ResetFlagBits(PCF_ONE_LINER); - } - // scan forward - LOG_FMT(LNL1LINE, "%s(%d): scan forward\n", __func__, __LINE__); - tmp = pc; - LOG_FMT(LNL1LINE, "%s(%d): - \n", __func__, __LINE__); - - while ((tmp = tmp->GetNext())->IsNotNullChunk()) - { - if (!tmp->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LNL1LINE, "%s(%d): tmp->Text() '%s', orig line is %zu, orig col is %zu, --> break\n", - __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); - break; - } - LOG_FMT(LNL1LINE, "%s(%d): clear for tmp->Text() '%s', orig line is %zu, orig col is %zu", - __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); - tmp->ResetFlagBits(PCF_ONE_LINER); - } - LOG_FMT(LNL1LINE, "\n"); - } -} // undo_one_liner - - -static void nl_create_one_liner(Chunk *vbrace_open) -{ - LOG_FUNC_ENTRY(); - - // See if we get a newline between the next text and the vbrace_close - Chunk *tmp = vbrace_open->GetNextNcNnl(); - Chunk *first = tmp; - - if ( first->IsNullChunk() - || get_token_pattern_class(first->GetType()) != pattern_class_e::NONE) - { - return; - } - size_t nl_total = 0; - - while (tmp->IsNot(CT_VBRACE_CLOSE)) - { - if (tmp->IsNewline()) - { - nl_total += tmp->GetNlCount(); - - if (nl_total > 1) - { - return; - } - } - tmp = tmp->GetNext(); - } - - if ( tmp->IsNotNullChunk() - && first->IsNotNullChunk()) - { - newline_del_between(vbrace_open, first); - } -} // nl_create_one_liner - - -static void nl_create_list_liner(Chunk *brace_open) -{ - LOG_FUNC_ENTRY(); - - // See if we get a newline between the next text and the vbrace_close - if (brace_open == nullptr) - { - return; - } - Chunk *closing = brace_open->GetNextType(CT_BRACE_CLOSE, brace_open->GetLevel()); - Chunk *tmp = brace_open; - - do - { - if (tmp->Is(CT_COMMA)) - { - return; - } - tmp = tmp->GetNext(); - } while (tmp != closing); - - newline_del_between(brace_open, closing); -} // nl_create_list_liner - - -void newlines_remove_newlines() -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LBLANK, "%s(%d):\n", __func__, __LINE__); - Chunk *pc = Chunk::GetHead(); - - if (!pc->IsNewline()) - { - pc = pc->GetNextNl(); - } - Chunk *next; - Chunk *prev; - - while (pc->IsNotNullChunk()) - { - // Remove all newlines not in preproc - if (!pc->TestFlags(PCF_IN_PREPROC)) - { - next = pc->GetNext(); - prev = pc->GetPrev(); - newline_iarf(pc, IARF_REMOVE); - - if (next == Chunk::GetHead()) - { - pc = next; - continue; - } - else if ( prev->IsNotNullChunk() - && !prev->GetNext()->IsNewline()) - { - pc = prev; - } - } - pc = pc->GetNextNl(); - } -} // newlines_remove_newlines - - -void newlines_remove_disallowed() -{ - LOG_FUNC_ENTRY(); - - Chunk *pc = Chunk::GetHead(); - Chunk *next; - - while ((pc = pc->GetNextNl())->IsNotNullChunk()) - { - LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, , nl is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); - - next = pc->GetNext(); - - if ( next->IsNotNullChunk() - && !next->Is(CT_NEWLINE) - && !can_increase_nl(pc)) - { - LOG_FMT(LBLANKD, "%s(%d): force to 1 orig line is %zu, orig col is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); - - if (pc->GetNlCount() != 1) - { - pc->SetNlCount(1); - MARK_CHANGE(); - } - } - } -} // newlines_remove_disallowed - - -void newlines_cleanup_angles() -{ - // Issue #1167 - LOG_FUNC_ENTRY(); - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - char copy[1000]; - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); - - if (pc->Is(CT_ANGLE_OPEN)) - { - newline_template(pc); - } - } -} // newlines_cleanup_angles - - -void newlines_cleanup_braces(bool first) -{ - LOG_FUNC_ENTRY(); - dump_step(dump_file_name, "new 2"); - - // Get the first token that's not an empty line: - Chunk *pc = Chunk::GetHead(); - - if (pc->IsNewline()) - { - pc = pc->GetNextNcNnl(); - } - - for ( ; pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - char copy[1000]; - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); - - if ( pc->Is(CT_IF) - || pc->Is(CT_CONSTEXPR)) - { - log_rule_B("nl_if_brace"); - newlines_if_for_while_switch(pc, options::nl_if_brace()); - } - else if (pc->Is(CT_ELSEIF)) - { - log_rule_B("nl_elseif_brace"); - iarf_e arg = options::nl_elseif_brace(); - log_rule_B("nl_if_brace"); - newlines_if_for_while_switch( - pc, (arg != IARF_IGNORE) ? arg : options::nl_if_brace()); - } - else if (pc->Is(CT_FOR)) - { - log_rule_B("nl_for_brace"); - newlines_if_for_while_switch(pc, options::nl_for_brace()); - } - else if (pc->Is(CT_CATCH)) - { - log_rule_B("nl_oc_brace_catch"); - - if ( language_is_set(LANG_OC) - && (pc->GetStr()[0] == '@') - && (options::nl_oc_brace_catch() != IARF_IGNORE)) - { - newlines_cuddle_uncuddle(pc, options::nl_oc_brace_catch()); - } - else - { - log_rule_B("nl_brace_catch"); - newlines_cuddle_uncuddle(pc, options::nl_brace_catch()); - } - Chunk *next = pc->GetNextNcNnl(); - - if (next->Is(CT_BRACE_OPEN)) - { - log_rule_B("nl_oc_catch_brace"); - - if ( language_is_set(LANG_OC) - && (options::nl_oc_catch_brace() != IARF_IGNORE)) - { - log_rule_B("nl_oc_catch_brace"); - newlines_do_else(pc, options::nl_oc_catch_brace()); - } - else - { - log_rule_B("nl_catch_brace"); - newlines_do_else(pc, options::nl_catch_brace()); - } - } - else - { - log_rule_B("nl_oc_catch_brace"); - - if ( language_is_set(LANG_OC) - && (options::nl_oc_catch_brace() != IARF_IGNORE)) - { - newlines_if_for_while_switch(pc, options::nl_oc_catch_brace()); - } - else - { - log_rule_B("nl_catch_brace"); - newlines_if_for_while_switch(pc, options::nl_catch_brace()); - } - } - } - else if (pc->Is(CT_WHILE)) - { - log_rule_B("nl_while_brace"); - newlines_if_for_while_switch(pc, options::nl_while_brace()); - } - else if (pc->Is(CT_USING_STMT)) - { - log_rule_B("nl_using_brace"); - newlines_if_for_while_switch(pc, options::nl_using_brace()); - } - else if (pc->Is(CT_D_SCOPE_IF)) - { - log_rule_B("nl_scope_brace"); - newlines_if_for_while_switch(pc, options::nl_scope_brace()); - } - else if (pc->Is(CT_UNITTEST)) - { - log_rule_B("nl_unittest_brace"); - newlines_do_else(pc, options::nl_unittest_brace()); - } - else if (pc->Is(CT_D_VERSION_IF)) - { - log_rule_B("nl_version_brace"); - newlines_if_for_while_switch(pc, options::nl_version_brace()); - } - else if (pc->Is(CT_SWITCH)) - { - log_rule_B("nl_switch_brace"); - newlines_if_for_while_switch(pc, options::nl_switch_brace()); - } - else if (pc->Is(CT_SYNCHRONIZED)) - { - log_rule_B("nl_synchronized_brace"); - newlines_if_for_while_switch(pc, options::nl_synchronized_brace()); - } - else if (pc->Is(CT_DO)) - { - log_rule_B("nl_do_brace"); - newlines_do_else(pc, options::nl_do_brace()); - } - else if (pc->Is(CT_ELSE)) - { - log_rule_B("nl_brace_else"); - newlines_cuddle_uncuddle(pc, options::nl_brace_else()); - Chunk *next = pc->GetNextNcNnl(); - - if (next->Is(CT_ELSEIF)) - { - log_rule_B("nl_else_if"); - newline_iarf_pair(pc, next, options::nl_else_if()); - } - log_rule_B("nl_else_brace"); - newlines_do_else(pc, options::nl_else_brace()); - } - else if (pc->Is(CT_TRY)) - { - log_rule_B("nl_try_brace"); - newlines_do_else(pc, options::nl_try_brace()); - // Issue #1734 - Chunk *po = pc->GetNextNcNnl(); - flag_parens(po, PCF_IN_TRY_BLOCK, po->GetType(), CT_NONE, false); - } - else if (pc->Is(CT_GETSET)) - { - log_rule_B("nl_getset_brace"); - newlines_do_else(pc, options::nl_getset_brace()); - } - else if (pc->Is(CT_FINALLY)) - { - log_rule_B("nl_brace_finally"); - newlines_cuddle_uncuddle(pc, options::nl_brace_finally()); - log_rule_B("nl_finally_brace"); - newlines_do_else(pc, options::nl_finally_brace()); - } - else if (pc->Is(CT_WHILE_OF_DO)) - { - log_rule_B("nl_brace_while"); - newlines_cuddle_uncuddle(pc, options::nl_brace_while()); - } - else if (pc->Is(CT_BRACE_OPEN)) - { - switch (pc->GetParentType()) - { - case CT_DOUBLE_BRACE: - { - log_rule_B("nl_paren_dbrace_open"); - - if (options::nl_paren_dbrace_open() != IARF_IGNORE) - { - Chunk *prev = pc->GetPrevNcNnlNi(E_Scope::PREPROC); // Issue #2279 - - if (prev->IsParenClose()) - { - log_rule_B("nl_paren_dbrace_open"); - newline_iarf_pair(prev, pc, options::nl_paren_dbrace_open()); - } - } - break; - } - - case CT_ENUM: - { - log_rule_B("nl_enum_own_lines"); - - if (options::nl_enum_own_lines() != IARF_IGNORE) - { - newlines_enum_entries(pc, options::nl_enum_own_lines()); - } - log_rule_B("nl_ds_struct_enum_cmt"); - - if (options::nl_ds_struct_enum_cmt()) - { - newlines_double_space_struct_enum_union(pc); - } - break; - } - - case CT_STRUCT: - case CT_UNION: - { - log_rule_B("nl_ds_struct_enum_cmt"); - - if (options::nl_ds_struct_enum_cmt()) - { - newlines_double_space_struct_enum_union(pc); - } - break; - } - - case CT_CLASS: - { - if (pc->GetLevel() == pc->GetBraceLevel()) - { - log_rule_B("nl_class_brace"); - log_ruleNL("nl_class_brace", pc->GetPrevNnl()); - newlines_do_else(pc->GetPrevNnl(), options::nl_class_brace()); - } - break; - } - - case CT_OC_CLASS: - { - if (pc->GetLevel() == pc->GetBraceLevel()) - { - // Request #126 - // introduce two new options - // look back if we have a @interface or a @implementation - for (Chunk *tmp = pc->GetPrev(); tmp->IsNotNullChunk(); tmp = tmp->GetPrev()) - { - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); - - if ( tmp->Is(CT_OC_INTF) - || tmp->Is(CT_OC_IMPL)) - { - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, may be remove/force newline before {\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); - - if (tmp->Is(CT_OC_INTF)) - { - log_rule_B("nl_oc_interface_brace"); - newlines_do_else(pc->GetPrevNnl(), options::nl_oc_interface_brace()); - } - else - { - log_rule_B("nl_oc_implementation_brace"); - newlines_do_else(pc->GetPrevNnl(), options::nl_oc_implementation_brace()); - } - break; - } - } - } - break; - } - - case CT_BRACED_INIT_LIST: - { - // Issue #1052 - log_rule_B("nl_create_list_one_liner"); - - if (options::nl_create_list_one_liner()) - { - nl_create_list_liner(pc); - break; - } - Chunk *prev = pc->GetPrevNnl(); - - if ( prev->IsNotNullChunk() - && ( prev->GetType() == CT_TYPE - || prev->GetType() == CT_WORD - || prev->GetType() == CT_ASSIGN // Issue #2957 - || prev->GetParentType() == CT_TEMPLATE - || prev->GetParentType() == CT_DECLTYPE)) - { - log_rule_B("nl_type_brace_init_lst"); - newline_iarf_pair(prev, pc, options::nl_type_brace_init_lst(), true); - } - break; - } - - case CT_OC_BLOCK_EXPR: - { - // issue # 477 - log_rule_B("nl_oc_block_brace"); - newline_iarf_pair(pc->GetPrev(), pc, options::nl_oc_block_brace()); - break; - } - - case CT_FUNC_CLASS_DEF: // Issue #2343 - { - if (!one_liner_nl_ok(pc)) - { - LOG_FMT(LNL1LINE, "a new line may NOT be added\n"); - // no change - preserve one liner body - } - else - { - log_rule_B("nl_before_opening_brace_func_class_def"); - - if (options::nl_before_opening_brace_func_class_def() != IARF_IGNORE) - { - newline_iarf_pair(pc->GetPrev(), pc, options::nl_before_opening_brace_func_class_def()); - } - } - } - - default: - { - break; - } - } // switch - - log_rule_B("nl_brace_brace"); - - if (options::nl_brace_brace() != IARF_IGNORE) - { - Chunk *next = pc->GetNextNc(E_Scope::PREPROC); - - if (next->Is(CT_BRACE_OPEN)) - { - newline_iarf_pair(pc, next, options::nl_brace_brace()); - } - } - Chunk *next = pc->GetNextNnl(); - - if (next->IsNullChunk()) - { - // do nothing - } - else if (next->Is(CT_BRACE_CLOSE)) - { - // TODO: add an option to split open empty statements? { }; - } - else if (next->Is(CT_BRACE_OPEN)) - { - // already handled - } - else - { - next = pc->GetNextNcNnl(); - - // Handle unnamed temporary direct-list-initialization - if (pc->GetParentType() == CT_BRACED_INIT_LIST) - { - log_rule_B("nl_type_brace_init_lst_open"); - newline_iarf_pair(pc, pc->GetNextNnl(), - options::nl_type_brace_init_lst_open(), true); - } - // Handle nl_after_brace_open - else if ( ( pc->GetParentType() == CT_CPP_LAMBDA - || pc->GetLevel() == pc->GetBraceLevel()) - && options::nl_after_brace_open()) - { - log_rule_B("nl_after_brace_open"); - - if (!one_liner_nl_ok(pc)) - { - LOG_FMT(LNL1LINE, "a new line may NOT be added (nl_after_brace_open)\n"); - // no change - preserve one liner body - } - else if ( pc->TestFlags(PCF_IN_PREPROC) - || ( pc->TestFlags(PCF_ONE_LINER) - && pc->TestFlags(PCF_IN_ARRAY_ASSIGN) - && options::nl_assign_leave_one_liners())) - { - // no change - don't break up preprocessors - } - else - { - // Step back from next to the first non-newline item - Chunk *tmp = next->GetPrev(); - - while (tmp != pc) - { - if (tmp->IsComment()) - { - log_rule_B("nl_after_brace_open_cmt"); - - if ( !options::nl_after_brace_open_cmt() - && tmp->IsNot(CT_COMMENT_MULTI)) - { - break; - } - } - tmp = tmp->GetPrev(); - } - // Add the newline - newline_iarf(tmp, IARF_ADD); - } - } - } - // braced-init-list is more like a function call with arguments, - // than curly braces that determine a structure of a source code, - // so, don't add a newline before a closing brace. Issue #1405. - log_rule_B("nl_type_brace_init_lst_open"); - log_rule_B("nl_type_brace_init_lst_close"); - - if (!( pc->GetParentType() == CT_BRACED_INIT_LIST - && options::nl_type_brace_init_lst_open() == IARF_IGNORE - && options::nl_type_brace_init_lst_close() == IARF_IGNORE)) - { - newlines_brace_pair(pc); - } - - // Handle nl_before_brace_open - if ( pc->Is(CT_BRACE_OPEN) - && pc->GetLevel() == pc->GetBraceLevel() - && options::nl_before_brace_open()) - { - log_rule_B("nl_before_brace_open"); - - if (!one_liner_nl_ok(pc)) - { - LOG_FMT(LNL1LINE, "a new line may NOT be added (nl_before_brace_open)\n"); - // no change - preserve one liner body - } - else if ( pc->TestFlags(PCF_IN_PREPROC) - || pc->TestFlags(PCF_IN_ARRAY_ASSIGN)) - { - // no change - don't break up array assignments or preprocessors - } - else - { - // Step back to previous non-newline item - Chunk *tmp = pc->GetPrev(); - - if (!tmp->Is(CT_NEWLINE)) - { - newline_iarf(tmp, IARF_ADD); - } - } - } - } - else if (pc->Is(CT_BRACE_CLOSE)) - { - // newline between a close brace and x - log_rule_B("nl_brace_brace"); - - if (options::nl_brace_brace() != IARF_IGNORE) - { - Chunk *next = pc->GetNextNc(E_Scope::PREPROC); - - if (next->Is(CT_BRACE_CLOSE)) - { - log_rule_B("nl_brace_brace"); - newline_iarf_pair(pc, next, options::nl_brace_brace()); - } - } - log_rule_B("nl_brace_square"); - - if (options::nl_brace_square() != IARF_IGNORE) - { - Chunk *next = pc->GetNextNc(E_Scope::PREPROC); - - if (next->Is(CT_SQUARE_CLOSE)) - { - log_rule_B("nl_brace_square"); - newline_iarf_pair(pc, next, options::nl_brace_square()); - } - } - log_rule_B("nl_brace_fparen"); - - if (options::nl_brace_fparen() != IARF_IGNORE) - { - Chunk *next = pc->GetNextNc(E_Scope::PREPROC); - - log_rule_B("nl_brace_fparen"); - - if ( next->Is(CT_NEWLINE) - && (options::nl_brace_fparen() == IARF_REMOVE)) - { - next = next->GetNextNc(E_Scope::PREPROC); // Issue #1000 - } - - if (next->Is(CT_FPAREN_CLOSE)) - { - log_rule_B("nl_brace_fparen"); - newline_iarf_pair(pc, next, options::nl_brace_fparen()); - } - } - // newline before a close brace - log_rule_B("nl_type_brace_init_lst_close"); - - if ( pc->GetParentType() == CT_BRACED_INIT_LIST - && options::nl_type_brace_init_lst_close() != IARF_IGNORE) - { - // Handle unnamed temporary direct-list-initialization - newline_iarf_pair(pc->GetPrevNnl(), pc, - options::nl_type_brace_init_lst_close(), true); - } - // blanks before a close brace - log_rule_B("eat_blanks_before_close_brace"); - - if (options::eat_blanks_before_close_brace()) - { - // Limit the newlines before the close brace to 1 - Chunk *prev = pc->GetPrev(); - - if (prev->IsNewline()) - { - log_rule_B("nl_inside_namespace"); - log_rule_B("nl_inside_empty_func"); - - if ( options::nl_inside_empty_func() > 0 - && pc->GetPrevNnl()->Is(CT_BRACE_OPEN) - && ( pc->GetParentType() == CT_FUNC_CLASS_DEF - || pc->GetParentType() == CT_FUNC_DEF)) - { - blank_line_set(prev, options::nl_inside_empty_func); - } - else if ( options::nl_inside_namespace() > 0 - && pc->GetParentType() == CT_NAMESPACE) - { - blank_line_set(prev, options::nl_inside_namespace); - } - else if (prev->GetNlCount() != 1) - { - prev->SetNlCount(1); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_before_close_brace %zu\n", - __func__, __LINE__, prev->GetOrigLine()); - MARK_CHANGE(); - } - } - } - else if ( options::nl_ds_struct_enum_close_brace() - && ( pc->GetParentType() == CT_ENUM - || pc->GetParentType() == CT_STRUCT - || pc->GetParentType() == CT_UNION)) - { - log_rule_B("nl_ds_struct_enum_close_brace"); - - if (!pc->TestFlags(PCF_ONE_LINER)) - { - // Make sure the brace is preceded by two newlines - Chunk *prev = pc->GetPrev(); - - if (!prev->IsNewline()) - { - prev = newline_add_before(pc); - } - - if (prev->GetNlCount() < 2) - { - double_newline(prev); - } - } - } - // Force a newline after a close brace - log_rule_B("nl_brace_struct_var"); - - if ( (options::nl_brace_struct_var() != IARF_IGNORE) - && ( pc->GetParentType() == CT_STRUCT - || pc->GetParentType() == CT_ENUM - || pc->GetParentType() == CT_UNION)) - { - Chunk *next = pc->GetNextNcNnl(E_Scope::PREPROC); - - if ( next->IsNot(CT_SEMICOLON) - && next->IsNot(CT_COMMA)) - { - log_rule_B("nl_brace_struct_var"); - newline_iarf(pc, options::nl_brace_struct_var()); - } - } - else if ( pc->GetParentType() != CT_OC_AT - && pc->GetParentType() != CT_BRACED_INIT_LIST - && ( options::nl_after_brace_close() - || pc->GetParentType() == CT_FUNC_CLASS_DEF - || pc->GetParentType() == CT_FUNC_DEF - || pc->GetParentType() == CT_OC_MSG_DECL)) - { - log_rule_B("nl_after_brace_close"); - Chunk *next = pc->GetNext(); - - if ( next->IsNot(CT_SEMICOLON) - && next->IsNot(CT_COMMA) - && next->IsNot(CT_SPAREN_CLOSE) // Issue #664 - && next->IsNot(CT_SQUARE_CLOSE) - && next->IsNot(CT_FPAREN_CLOSE) - && next->IsNot(CT_PAREN_CLOSE) - && next->IsNot(CT_WHILE_OF_DO) - && next->IsNot(CT_VBRACE_CLOSE) // Issue #666 - && ( next->IsNot(CT_BRACE_CLOSE) - || !next->TestFlags(PCF_ONE_LINER)) // #1258 - && !pc->TestFlags(PCF_IN_ARRAY_ASSIGN) - && !pc->TestFlags(PCF_IN_TYPEDEF) - && !next->IsCommentOrNewline() - && next->IsNotNullChunk()) - { - // #1258 - // dont add newline between two consecutive braces closes, if the second is a part of one liner. - newline_end_newline(pc); - } - } - else if (pc->GetParentType() == CT_NAMESPACE) - { - log_rule_B("nl_after_namespace"); - - if (options::nl_after_namespace() > 0) - { - Chunk *next = pc->GetNextNcNnl(E_Scope::PREPROC); - - if (next->IsNotNullChunk()) - { - newline_add_before(next); - // newline_iarf(next, IARF_ADD); - } - } - } - } - else if (pc->Is(CT_VBRACE_OPEN)) - { - log_rule_B("nl_after_vbrace_open"); - log_rule_B("nl_after_vbrace_open_empty"); - - if ( options::nl_after_vbrace_open() - || options::nl_after_vbrace_open_empty()) - { - Chunk *next = pc->GetNext(E_Scope::PREPROC); - bool add_it; - - if (next->IsSemicolon()) - { - log_rule_B("nl_after_vbrace_open_empty"); - add_it = options::nl_after_vbrace_open_empty(); - } - else - { - log_rule_B("nl_after_vbrace_open"); - add_it = ( options::nl_after_vbrace_open() - && next->IsNot(CT_VBRACE_CLOSE) - && !next->IsCommentOrNewline()); - } - - if (add_it) - { - newline_iarf(pc, IARF_ADD); - } - } - log_rule_B("nl_create_if_one_liner"); - log_rule_B("nl_create_for_one_liner"); - log_rule_B("nl_create_while_one_liner"); - - if ( ( ( pc->GetParentType() == CT_IF - || pc->GetParentType() == CT_ELSEIF - || pc->GetParentType() == CT_ELSE) - && options::nl_create_if_one_liner()) - || ( pc->GetParentType() == CT_FOR - && options::nl_create_for_one_liner()) - || ( pc->GetParentType() == CT_WHILE - && options::nl_create_while_one_liner())) - { - nl_create_one_liner(pc); - } - log_rule_B("nl_split_if_one_liner"); - log_rule_B("nl_split_for_one_liner"); - log_rule_B("nl_split_while_one_liner"); - - if ( ( ( pc->GetParentType() == CT_IF - || pc->GetParentType() == CT_ELSEIF - || pc->GetParentType() == CT_ELSE) - && options::nl_split_if_one_liner()) - || ( pc->GetParentType() == CT_FOR - && options::nl_split_for_one_liner()) - || ( pc->GetParentType() == CT_WHILE - && options::nl_split_while_one_liner())) - { - if (pc->TestFlags(PCF_ONE_LINER)) - { - // split one-liner - Chunk *end = pc->GetNext()->GetNextType(CT_SEMICOLON)->GetNext(); - // Scan for clear flag - LOG_FMT(LNEWLINE, "(%d) ", __LINE__); - LOG_FMT(LNEWLINE, "\n"); - - for (Chunk *temp = pc; temp != end; temp = temp->GetNext()) - { - LOG_FMT(LNEWLINE, "%s(%d): Text() is '%s', type is %s, level is %zu\n", - __func__, __LINE__, temp->Text(), get_token_name(temp->GetType()), temp->GetLevel()); - // produces much more log output. Use it only debugging purpose - //log_pcf_flags(LNEWLINE, temp->GetFlags()); - temp->ResetFlagBits(PCF_ONE_LINER); - } - - // split - newline_add_between(pc, pc->GetNext()); - } - } - } - else if (pc->Is(CT_VBRACE_CLOSE)) - { - log_rule_B("nl_after_vbrace_close"); - - if (options::nl_after_vbrace_close()) - { - if (!pc->GetNextNc()->IsNewline()) - { - newline_iarf(pc, IARF_ADD); - } - } - } - else if ( pc->Is(CT_SQUARE_OPEN) - && pc->GetParentType() == CT_OC_MSG) - { - log_rule_B("nl_oc_msg_args"); - - if (options::nl_oc_msg_args()) - { - newline_oc_msg(pc); - } - } - else if (pc->Is(CT_STRUCT)) - { - log_rule_B("nl_struct_brace"); - newlines_struct_union(pc, options::nl_struct_brace(), true); - } - else if (pc->Is(CT_UNION)) - { - log_rule_B("nl_union_brace"); - newlines_struct_union(pc, options::nl_union_brace(), true); - } - else if (pc->Is(CT_ENUM)) - { - newlines_enum(pc); - } - else if (pc->Is(CT_CASE)) - { - // Note: 'default' also maps to CT_CASE - log_rule_B("nl_before_case"); - - if (options::nl_before_case()) - { - newline_case(pc); - } - } - else if (pc->Is(CT_THROW)) - { - Chunk *prev = pc->GetPrev(); - - if ( prev->Is(CT_PAREN_CLOSE) - || prev->Is(CT_FPAREN_CLOSE)) // Issue #1122 - { - log_rule_B("nl_before_throw"); - newline_iarf(pc->GetPrevNcNnlNi(), options::nl_before_throw()); // Issue #2279 - } - } - else if ( pc->Is(CT_QUALIFIER) - && !strcmp(pc->Text(), "throws")) - { - Chunk *prev = pc->GetPrev(); - - if ( prev->Is(CT_PAREN_CLOSE) - || prev->Is(CT_FPAREN_CLOSE)) // Issue #1122 - { - log_rule_B("nl_before_throw"); - newline_iarf(pc->GetPrevNcNnlNi(), options::nl_before_throw()); // Issue #2279 - } - } - else if (pc->Is(CT_CASE_COLON)) - { - Chunk *next = pc->GetNextNnl(); - - log_rule_B("nl_case_colon_brace"); - - if ( next->Is(CT_BRACE_OPEN) - && options::nl_case_colon_brace() != IARF_IGNORE) - { - newline_iarf(pc, options::nl_case_colon_brace()); - } - else if (options::nl_after_case()) - { - log_rule_B("nl_after_case"); - newline_case_colon(pc); - } - } - else if (pc->Is(CT_SPAREN_CLOSE)) - { - Chunk *next = pc->GetNextNcNnl(); - - if (next->Is(CT_BRACE_OPEN)) - { - /* - * TODO: this could be used to control newlines between the - * the if/while/for/switch close parenthesis and the open brace, but - * that is currently handled elsewhere. - */ - } - } - else if (pc->Is(CT_RETURN)) - { - log_rule_B("nl_before_return"); - - if (options::nl_before_return()) - { - newline_before_return(pc); - } - log_rule_B("nl_after_return"); - - if (options::nl_after_return()) - { - newline_after_return(pc); - } - } - else if (pc->Is(CT_SEMICOLON)) - { - log_rule_B("nl_after_semicolon"); - log_rule_NL("nl_after_semicolon"); - - if ( !pc->TestFlags(PCF_IN_SPAREN) - && !pc->TestFlags(PCF_IN_PREPROC) - && options::nl_after_semicolon()) - { - Chunk *next = pc->GetNext(); - - while (next->Is(CT_VBRACE_CLOSE)) - { - next = next->GetNext(); - } - - if ( next->IsNotNullChunk() - && !next->IsCommentOrNewline()) - { - if (one_liner_nl_ok(next)) - { - LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); - newline_iarf(pc, IARF_ADD); - } - else - { - LOG_FMT(LNL1LINE, "%s(%d): a new line may NOT be added\n", __func__, __LINE__); - } - } - } - else if (pc->GetParentType() == CT_CLASS) - { - log_rule_B("nl_after_class"); - - if (options::nl_after_class() > 0) - { - /* - * If there is already a "class" comment, then don't add a newline if - * one exists after the comment. or else this will interfere with the - * mod_add_long_class_closebrace_comment option. - */ - iarf_e mode = IARF_ADD; - Chunk *next = pc->GetNext(); - - if (next->IsComment()) - { - pc = next; - next = pc->GetNext(); - - if (next->IsNewline()) - { - mode = IARF_IGNORE; - } - } - newline_iarf(pc, mode); - } - } - } - else if (pc->Is(CT_FPAREN_OPEN)) - { - log_rule_B("nl_func_decl_start"); - log_rule_B("nl_func_def_start"); - log_rule_B("nl_func_decl_start_single"); - log_rule_B("nl_func_def_start_single"); - log_rule_B("nl_func_decl_start_multi_line"); - log_rule_B("nl_func_def_start_multi_line"); - log_rule_B("nl_func_decl_args"); - log_rule_B("nl_func_def_args"); - log_rule_B("nl_func_decl_args_multi_line"); - log_rule_B("nl_func_def_args_multi_line"); - log_rule_B("nl_func_decl_end"); - log_rule_B("nl_func_def_end"); - log_rule_B("nl_func_decl_end_single"); - log_rule_B("nl_func_def_end_single"); - log_rule_B("nl_func_decl_end_multi_line"); - log_rule_B("nl_func_def_end_multi_line"); - log_rule_B("nl_func_decl_empty"); - log_rule_B("nl_func_def_empty"); - log_rule_B("nl_func_type_name"); - log_rule_B("nl_func_type_name_class"); - log_rule_B("nl_func_class_scope"); - log_rule_B("nl_func_scope_name"); - log_rule_B("nl_func_proto_type_name"); - log_rule_B("nl_func_paren"); - log_rule_B("nl_func_def_paren"); - log_rule_B("nl_func_def_paren_empty"); - log_rule_B("nl_func_paren_empty"); - - if ( ( pc->GetParentType() == CT_FUNC_DEF - || pc->GetParentType() == CT_FUNC_PROTO - || pc->GetParentType() == CT_FUNC_CLASS_DEF - || pc->GetParentType() == CT_FUNC_CLASS_PROTO - || pc->GetParentType() == CT_OPERATOR) - && ( options::nl_func_decl_start() != IARF_IGNORE - || options::nl_func_def_start() != IARF_IGNORE - || options::nl_func_decl_start_single() != IARF_IGNORE - || options::nl_func_def_start_single() != IARF_IGNORE - || options::nl_func_decl_start_multi_line() - || options::nl_func_def_start_multi_line() - || options::nl_func_decl_args() != IARF_IGNORE - || options::nl_func_def_args() != IARF_IGNORE - || options::nl_func_decl_args_multi_line() - || options::nl_func_def_args_multi_line() - || options::nl_func_decl_end() != IARF_IGNORE - || options::nl_func_def_end() != IARF_IGNORE - || options::nl_func_decl_end_single() != IARF_IGNORE - || options::nl_func_def_end_single() != IARF_IGNORE - || options::nl_func_decl_end_multi_line() - || options::nl_func_def_end_multi_line() - || options::nl_func_decl_empty() != IARF_IGNORE - || options::nl_func_def_empty() != IARF_IGNORE - || options::nl_func_type_name() != IARF_IGNORE - || options::nl_func_type_name_class() != IARF_IGNORE - || options::nl_func_class_scope() != IARF_IGNORE - || options::nl_func_scope_name() != IARF_IGNORE - || options::nl_func_proto_type_name() != IARF_IGNORE - || options::nl_func_paren() != IARF_IGNORE - || options::nl_func_def_paren() != IARF_IGNORE - || options::nl_func_def_paren_empty() != IARF_IGNORE - || options::nl_func_paren_empty() != IARF_IGNORE)) - { - newline_func_def_or_call(pc); - } - else if ( ( pc->GetParentType() == CT_FUNC_CALL - || pc->GetParentType() == CT_FUNC_CALL_USER) - && ( (options::nl_func_call_start_multi_line()) - || (options::nl_func_call_args_multi_line()) - || (options::nl_func_call_end_multi_line()) - || (options::nl_func_call_start() != IARF_IGNORE) // Issue #2020 - || (options::nl_func_call_args() != IARF_IGNORE) // Issue #2604 - || (options::nl_func_call_paren() != IARF_IGNORE) - || (options::nl_func_call_paren_empty() != IARF_IGNORE) - || (options::nl_func_call_empty() != IARF_IGNORE))) - { - log_rule_B("nl_func_call_start_multi_line"); - log_rule_B("nl_func_call_args_multi_line"); - log_rule_B("nl_func_call_end_multi_line"); - log_rule_B("nl_func_call_start"); - log_rule_B("nl_func_call_args"); - log_rule_B("nl_func_call_paren"); - log_rule_B("nl_func_call_paren_empty"); - log_rule_B("nl_func_call_empty"); - - if (options::nl_func_call_start() != IARF_IGNORE) - { - newline_iarf(pc, options::nl_func_call_start()); - } - // note that newline_func_def_or_call() calls newline_func_multi_line() - newline_func_def_or_call(pc); - } - else if ( first - && (options::nl_remove_extra_newlines() == 1)) - { - log_rule_B("nl_remove_extra_newlines"); - newline_iarf(pc, IARF_REMOVE); - } - } - else if (pc->Is(CT_FPAREN_CLOSE)) // Issue #2758 - { - if ( ( pc->GetParentType() == CT_FUNC_CALL - || pc->GetParentType() == CT_FUNC_CALL_USER) - && options::nl_func_call_end() != IARF_IGNORE) - { - log_rule_B("nl_func_call_end"); - newline_iarf(pc->GetPrev(), options::nl_func_call_end()); - } - } - else if (pc->Is(CT_ANGLE_CLOSE)) - { - if (pc->GetParentType() == CT_TEMPLATE) - { - Chunk *next = pc->GetNextNcNnl(); - - if ( next->IsNotNullChunk() - && next->GetLevel() == next->GetBraceLevel()) - { - Chunk *tmp = pc->GetPrevType(CT_ANGLE_OPEN, pc->GetLevel())->GetPrevNcNnlNi(); // Issue #2279 - - if (tmp->Is(CT_TEMPLATE)) - { - if (next->Is(CT_USING)) - { - newline_iarf(pc, options::nl_template_using()); - log_rule_B("nl_template_using"); - } - else if (next->GetParentType() == CT_FUNC_DEF) // function definition - { - iarf_e const action = - newline_template_option( - pc, - options::nl_template_func_def_special(), - options::nl_template_func_def(), - options::nl_template_func()); - log_rule_B("nl_template_func_def_special"); - log_rule_B("nl_template_func_def"); - log_rule_B("nl_template_func"); - newline_iarf(pc, action); - } - else if (next->GetParentType() == CT_FUNC_PROTO) // function declaration - { - iarf_e const action = - newline_template_option( - pc, - options::nl_template_func_decl_special(), - options::nl_template_func_decl(), - options::nl_template_func()); - log_rule_B("nl_template_func_decl_special"); - log_rule_B("nl_template_func_decl"); - log_rule_B("nl_template_func"); - newline_iarf(pc, action); - } - else if ( next->Is(CT_TYPE) - || next->Is(CT_QUALIFIER)) // variable - { - newline_iarf(pc, options::nl_template_var()); - log_rule_B("nl_template_var"); - } - else if (next->TestFlags(PCF_INCOMPLETE)) // class declaration - { - iarf_e const action = - newline_template_option( - pc, - options::nl_template_class_decl_special(), - options::nl_template_class_decl(), - options::nl_template_class()); - log_rule_B("nl_template_class_decl_special"); - log_rule_B("nl_template_class_decl"); - log_rule_B("nl_template_class"); - newline_iarf(pc, action); - } - else // class definition - { - iarf_e const action = - newline_template_option( - pc, - options::nl_template_class_def_special(), - options::nl_template_class_def(), - options::nl_template_class()); - log_rule_B("nl_template_class_def_special"); - log_rule_B("nl_template_class_def"); - log_rule_B("nl_template_class"); - newline_iarf(pc, action); - } - } - } - } - } - else if ( pc->Is(CT_NAMESPACE) - && pc->GetParentType() != CT_USING) - { - // Issue #2387 - Chunk *next = pc->GetNextNcNnl(); - - if (next->IsNotNullChunk()) - { - next = next->GetNextNcNnl(); - - if (!next->Is(CT_ASSIGN)) - { - // Issue #1235 - // Issue #2186 - Chunk *braceOpen = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); - - if (braceOpen->IsNullChunk()) - { - // fatal error - LOG_FMT(LERR, "%s(%d): Missing BRACE_OPEN after namespace\n orig line is %zu, orig col is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); - exit(EXIT_FAILURE); - } - LOG_FMT(LNEWLINE, "%s(%d): braceOpen orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, braceOpen->GetOrigLine(), braceOpen->GetOrigCol(), braceOpen->Text()); - // produces much more log output. Use it only debugging purpose - //log_pcf_flags(LNEWLINE, braceOpen->GetFlags()); - newlines_namespace(pc); - } - } - } - else if (pc->Is(CT_SQUARE_OPEN)) - { - if ( pc->GetParentType() == CT_ASSIGN - && !pc->TestFlags(PCF_ONE_LINER)) - { - Chunk *tmp = pc->GetPrevNcNnlNi(); // Issue #2279 - newline_iarf(tmp, options::nl_assign_square()); - log_rule_B("nl_assign_square"); - - iarf_e arg = options::nl_after_square_assign(); - log_rule_B("nl_after_square_assign"); - - if (options::nl_assign_square() & IARF_ADD) - { - log_rule_B("nl_assign_square"); - arg = IARF_ADD; - } - newline_iarf(pc, arg); - - /* - * if there is a newline after the open, then force a newline - * before the close - */ - tmp = pc->GetNextNc(); - - if (tmp->IsNewline()) - { - tmp = pc->GetNextType(CT_SQUARE_CLOSE, pc->GetLevel()); - - if (tmp->IsNotNullChunk()) - { - newline_add_before(tmp); - } - } - } - } - else if (pc->Is(CT_ACCESS)) - { - // Make sure there is a newline before an access spec - if (options::nl_before_access_spec() > 0) - { - log_rule_B("nl_before_access_spec"); - Chunk *prev = pc->GetPrev(); - - if (!prev->IsNewline()) - { - newline_add_before(pc); - } - } - } - else if (pc->Is(CT_ACCESS_COLON)) - { - // Make sure there is a newline after an access spec - if (options::nl_after_access_spec() > 0) - { - log_rule_B("nl_after_access_spec"); - Chunk *next = pc->GetNext(); - - if (!next->IsNewline()) - { - newline_add_before(next); - } - } - } - else if (pc->Is(CT_PP_DEFINE)) - { - if (options::nl_multi_line_define()) - { - log_rule_B("nl_multi_line_define"); - nl_handle_define(pc); - } - } - else if ( first - && (options::nl_remove_extra_newlines() == 1) - && !pc->TestFlags(PCF_IN_PREPROC)) - { - log_rule_B("nl_remove_extra_newlines"); - log_rule_NL("nl_remove_extra_newlines"); - newline_iarf(pc, IARF_REMOVE); - } - else if ( pc->Is(CT_MEMBER) - && ( language_is_set(LANG_JAVA) - || language_is_set(LANG_CPP))) // Issue #2574 - { - // Issue #1124 - if (pc->GetParentType() != CT_FUNC_DEF) - { - newline_iarf(pc->GetPrevNnl(), options::nl_before_member()); - log_rule_B("nl_before_member"); - newline_iarf(pc, options::nl_after_member()); - log_rule_B("nl_after_member"); - } - } - else - { - // ignore it - } - } - - newline_var_def_blk(Chunk::GetHead()); -} // newlines_cleanup_braces - - -static void nl_handle_define(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - Chunk *nl = pc; - Chunk *ref = Chunk::NullChunkPtr; - - while ((nl = nl->GetNext())->IsNotNullChunk()) - { - if (nl->Is(CT_NEWLINE)) - { - return; - } - - if ( nl->Is(CT_MACRO) - || ( nl->Is(CT_FPAREN_CLOSE) - && nl->GetParentType() == CT_MACRO_FUNC)) - { - ref = nl; - } - - if (nl->Is(CT_NL_CONT)) - { - if (ref->IsNotNullChunk()) - { - newline_add_after(ref); - } - return; - } - } -} // nl_handle_define - - -void newline_after_multiline_comment() -{ - LOG_FUNC_ENTRY(); - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - if (pc->IsNot(CT_COMMENT_MULTI)) - { - continue; - } - Chunk *tmp = pc; - - while ( ((tmp = tmp->GetNext())->IsNotNullChunk()) - && !tmp->IsNewline()) - { - if (!tmp->IsComment()) - { - newline_add_before(tmp); - break; - } - } - } -} // newline_after_multiline_comment - - -void newline_after_label_colon() -{ - LOG_FUNC_ENTRY(); - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - if (pc->IsNot(CT_LABEL_COLON)) - { - continue; - } - newline_add_after(pc); - } -} // newline_after_label_colon - - -static bool is_class_one_liner(Chunk *pc) -{ - if ( ( pc->Is(CT_FUNC_CLASS_DEF) - || pc->Is(CT_FUNC_DEF)) - && pc->TestFlags(PCF_IN_CLASS)) - { - // Find opening brace - pc = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); - return( pc->IsNotNullChunk() - && pc->TestFlags(PCF_ONE_LINER)); - } - return(false); -} // is_class_one_liner - - -void newlines_insert_blank_lines() -{ - LOG_FUNC_ENTRY(); - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - //LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - // __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - if (pc->Is(CT_IF)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_if()); - log_rule_B("nl_before_if"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_if()); - log_rule_B("nl_after_if"); - } - else if (pc->Is(CT_FOR)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_for()); - log_rule_B("nl_before_for"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_for()); - log_rule_B("nl_after_for"); - } - else if (pc->Is(CT_WHILE)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_while()); - log_rule_B("nl_before_while"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_while()); - log_rule_B("nl_after_while"); - } - else if (pc->Is(CT_SWITCH)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_switch()); - log_rule_B("nl_before_switch"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_switch()); - log_rule_B("nl_after_switch"); - } - else if (pc->Is(CT_SYNCHRONIZED)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_synchronized()); - log_rule_B("nl_before_synchronized"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_synchronized()); - log_rule_B("nl_after_synchronized"); - } - else if (pc->Is(CT_DO)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_do()); - log_rule_B("nl_before_do"); - newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_do()); - log_rule_B("nl_after_do"); - } - else if (pc->Is(CT_OC_INTF)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_interface()); - log_rule_B("nl_oc_before_interface"); - } - else if (pc->Is(CT_OC_END)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_end()); - log_rule_B("nl_oc_before_end"); - } - else if (pc->Is(CT_OC_IMPL)) - { - newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_implementation()); - log_rule_B("nl_oc_before_implementation"); - } - else if ( pc->Is(CT_FUNC_CLASS_DEF) - || pc->Is(CT_FUNC_DEF) - || pc->Is(CT_FUNC_CLASS_PROTO) - || pc->Is(CT_FUNC_PROTO)) - { - if ( options::nl_class_leave_one_liner_groups() - && is_class_one_liner(pc)) - { - log_rule_B("nl_class_leave_one_liner_groups"); - newlines_func_pre_blank_lines(pc, CT_FUNC_PROTO); - } - else - { - newlines_func_pre_blank_lines(pc, pc->GetType()); - } - } - else - { - // ignore it - //LOG_FMT(LNEWLINE, "%s(%d): ignore it\n", __func__, __LINE__); - } - } -} // newlines_insert_blank_lines - - -void newlines_functions_remove_extra_blank_lines() -{ - LOG_FUNC_ENTRY(); - - const size_t nl_max_blank_in_func = options::nl_max_blank_in_func(); - - log_rule_B("nl_max_blank_in_func"); - - if (nl_max_blank_in_func == 0) - { - LOG_FMT(LNEWLINE, "%s(%d): nl_max_blank_in_func is zero\n", __func__, __LINE__); - return; - } - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - - if ( pc->IsNot(CT_BRACE_OPEN) - || ( pc->GetParentType() != CT_FUNC_DEF - && pc->GetParentType() != CT_CPP_LAMBDA)) - { - continue; - } - const size_t startMoveLevel = pc->GetLevel(); - - while (pc->IsNotNullChunk()) - { - if ( pc->Is(CT_BRACE_CLOSE) - && pc->GetLevel() == startMoveLevel) - { - break; - } - - // delete newlines - if ( !pc->Is(CT_COMMENT_MULTI) // Issue #2195 - && pc->GetNlCount() > nl_max_blank_in_func) - { - LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - pc->SetNlCount(nl_max_blank_in_func); - MARK_CHANGE(); - remove_next_newlines(pc); - } - else - { - pc = pc->GetNext(); - } - } - } -} // newlines_functions_remove_extra_blank_lines - - -void newlines_squeeze_ifdef() -{ - LOG_FUNC_ENTRY(); - - Chunk *pc; - - for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - if ( pc->Is(CT_PREPROC) - && ( pc->GetLevel() > 0 - || options::nl_squeeze_ifdef_top_level())) - { - log_rule_B("nl_squeeze_ifdef_top_level"); - Chunk *ppr = pc->GetNext(); - - if ( ppr->Is(CT_PP_IF) - || ppr->Is(CT_PP_ELSE) - || ppr->Is(CT_PP_ENDIF)) - { - Chunk *pnl = Chunk::NullChunkPtr; - Chunk *nnl = ppr->GetNextNl(); - - if ( ppr->Is(CT_PP_ELSE) - || ppr->Is(CT_PP_ENDIF)) - { - pnl = pc->GetPrevNl(); - } - Chunk *tmp1; - Chunk *tmp2; - - if (nnl->IsNotNullChunk()) - { - if (pnl->IsNotNullChunk()) - { - if (pnl->GetNlCount() > 1) - { - pnl->SetNlCount(1); - MARK_CHANGE(); - - tmp1 = pnl->GetPrevNnl(); - tmp2 = nnl->GetPrevNnl(); - - LOG_FMT(LNEWLINE, "%s(%d): moved from after line %zu to after %zu\n", - __func__, __LINE__, tmp1->GetOrigLine(), tmp2->GetOrigLine()); - } - } - - if ( ppr->Is(CT_PP_IF) - || ppr->Is(CT_PP_ELSE)) - { - if (nnl->GetNlCount() > 1) - { - tmp1 = nnl->GetPrevNnl(); - LOG_FMT(LNEWLINE, "%s(%d): trimmed newlines after line %zu from %zu\n", - __func__, __LINE__, tmp1->GetOrigLine(), nnl->GetNlCount()); - nnl->SetNlCount(1); - MARK_CHANGE(); - } - } - } - } - } - } -} // newlines_squeeze_ifdef - - -void newlines_squeeze_paren_close() -{ - LOG_FUNC_ENTRY(); - - Chunk *pc; - - for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - Chunk *next; - Chunk *prev; - - if (pc->Is(CT_NEWLINE)) - { - prev = pc->GetPrev(); - } - else - { - prev = pc; - } - next = pc->GetNext(); - - if ( next->IsNotNullChunk() - && prev->IsNotNullChunk() - && next->IsParenClose() - && prev->IsParenClose()) - { - Chunk *prev_op = prev->GetOpeningParen(); - Chunk *next_op = next->GetOpeningParen(); - bool flag = true; - - Chunk *tmp = prev; - - while (tmp->IsParenClose()) - { - tmp = tmp->GetPrev(); - } - - if (tmp->IsNot(CT_NEWLINE)) - { - flag = false; - } - - if (flag) - { - if (next_op->IsOnSameLine(prev_op)) - { - if (pc->Is(CT_NEWLINE)) - { - pc = next; - } - newline_del_between(prev, next); - } - else - { - newline_add_between(prev, next); - } - } - } - } -} // newlines_squeeze_paren_close - - -void newlines_eat_start_end() -{ - LOG_FUNC_ENTRY(); - - Chunk *pc; - - // Process newlines at the start of the file - if ( cpd.frag_cols == 0 - && ( (options::nl_start_of_file() & IARF_REMOVE) - || ( (options::nl_start_of_file() & IARF_ADD) - && (options::nl_start_of_file_min() > 0)))) - { - log_rule_B("nl_start_of_file"); - log_rule_B("nl_start_of_file_min"); - pc = Chunk::GetHead(); - - if (pc->IsNotNullChunk()) - { - if (pc->Is(CT_NEWLINE)) - { - if (options::nl_start_of_file() == IARF_REMOVE) - { - log_rule_B("nl_start_of_file"); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_start_of_file %zu\n", - __func__, __LINE__, pc->GetOrigLine()); - Chunk::Delete(pc); - MARK_CHANGE(); - } - else if ( options::nl_start_of_file() == IARF_FORCE - || (pc->GetNlCount() < options::nl_start_of_file_min())) - { - log_rule_B("nl_start_of_file"); - LOG_FMT(LBLANKD, "%s(%d): set_blanks_start_of_file %zu\n", - __func__, __LINE__, pc->GetOrigLine()); - pc->SetNlCount(options::nl_start_of_file_min()); - log_rule_B("nl_start_of_file_min"); - MARK_CHANGE(); - } - } - else if ( (options::nl_start_of_file() & IARF_ADD) - && (options::nl_start_of_file_min() > 0)) - { - log_rule_B("nl_start_of_file"); - log_rule_B("nl_start_of_file_min"); - Chunk chunk; - chunk.SetType(CT_NEWLINE); - chunk.SetOrigLine(pc->GetOrigLine()); - chunk.SetOrigCol(pc->GetOrigCol()); - chunk.SetPpLevel(pc->GetPpLevel()); - chunk.SetNlCount(options::nl_start_of_file_min()); - log_rule_B("nl_start_of_file_min"); - chunk.CopyAndAddBefore(pc); - LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline before '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); - MARK_CHANGE(); - } - } - } - - // Process newlines at the end of the file - if ( cpd.frag_cols == 0 - && ( (options::nl_end_of_file() & IARF_REMOVE) - || ( (options::nl_end_of_file() & IARF_ADD) - && (options::nl_end_of_file_min() > 0)))) - { - log_rule_B("nl_end_of_file"); - log_rule_B("nl_end_of_file_min"); - pc = Chunk::GetTail(); - - if (pc->IsNotNullChunk()) - { - if (pc->Is(CT_NEWLINE)) - { - if (options::nl_end_of_file() == IARF_REMOVE) - { - log_rule_B("nl_end_of_file"); - LOG_FMT(LBLANKD, "%s(%d): eat_blanks_end_of_file %zu\n", - __func__, __LINE__, pc->GetOrigLine()); - Chunk::Delete(pc); - MARK_CHANGE(); - } - else if ( options::nl_end_of_file() == IARF_FORCE - || (pc->GetNlCount() < options::nl_end_of_file_min())) - { - log_rule_B("nl_end_of_file"); - log_rule_B("nl_end_of_file_min"); - - if (pc->GetNlCount() != options::nl_end_of_file_min()) - { - log_rule_B("nl_end_of_file_min"); - LOG_FMT(LBLANKD, "%s(%d): set_blanks_end_of_file %zu\n", - __func__, __LINE__, pc->GetOrigLine()); - pc->SetNlCount(options::nl_end_of_file_min()); - log_rule_B("nl_end_of_file_min"); - MARK_CHANGE(); - } - } - } - else if ( (options::nl_end_of_file() & IARF_ADD) - && (options::nl_end_of_file_min() > 0)) - { - log_rule_B("nl_end_of_file"); - log_rule_B("nl_end_of_file_min"); - Chunk chunk; - chunk.SetType(CT_NEWLINE); - chunk.SetOrigLine(pc->GetOrigLine()); - chunk.SetOrigCol(pc->GetOrigCol()); - chunk.SetPpLevel(pc->GetPpLevel()); - chunk.SetNlCount(options::nl_end_of_file_min()); - log_rule_B("nl_end_of_file_min"); - chunk.CopyAndAddBefore(Chunk::NullChunkPtr); - LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline after '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); - MARK_CHANGE(); - } - } - } -} // newlines_eat_start_end - - -void newlines_chunk_pos(E_Token chunk_type, token_pos_e mode) -{ - LOG_FUNC_ENTRY(); - - LOG_FMT(LNEWLINE, "%s(%d): mode is %s\n", - __func__, __LINE__, to_string(mode)); - - if ( !(mode & (TP_JOIN | TP_LEAD | TP_TRAIL)) - && chunk_type != CT_COMMA) - { - return; - } - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - char copy[1000]; - LOG_FMT(LNEWLINE, "%s(%d): pc orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); - // produces much more log output. Use it only debugging purpose - //log_pcf_flags(LNEWLINE, pc->GetFlags()); - - if (pc->Is(chunk_type)) - { - token_pos_e mode_local; - - if (chunk_type == CT_COMMA) - { - LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - // produces much more log output. Use it only debugging purpose - //log_pcf_flags(LNEWLINE, pc->GetFlags()); - - if (pc->TestFlags(PCF_IN_CONST_ARGS)) // Issue #2250 - { - continue; - } - - /* - * for chunk_type == CT_COMMA - * we get 'mode' from options::pos_comma() - * BUT we must take care of options::pos_class_comma() - * TODO and options::pos_constr_comma() - */ - if (pc->TestFlags(PCF_IN_CLASS_BASE)) - { - // change mode - log_rule_B("pos_class_comma"); - mode_local = options::pos_class_comma(); - } - else if (pc->TestFlags(PCF_IN_ENUM)) - { - log_rule_B("pos_enum_comma"); - mode_local = options::pos_enum_comma(); - } - else - { - mode_local = mode; - } - LOG_FMT(LNEWLINE, "%s(%d): mode_local is %s\n", - __func__, __LINE__, to_string(mode_local)); - } - else - { - mode_local = mode; - } - Chunk *prev = pc->GetPrevNc(); - Chunk *next = pc->GetNextNc(); - - LOG_FMT(LNEWLINE, "%s(%d): mode_local is %s\n", - __func__, __LINE__, to_string(mode_local)); - - LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); - LOG_FMT(LNEWLINE, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); - size_t nl_flag = ((prev->IsNewline() ? 1 : 0) | - (next->IsNewline() ? 2 : 0)); - LOG_FMT(LNEWLINE, "%s(%d): nl_flag is %zu\n", - __func__, __LINE__, nl_flag); - - if (mode_local & TP_JOIN) - { - if (nl_flag & 1) - { - // remove newline if not preceded by a comment - Chunk *prev2 = prev->GetPrev(); - - if ( prev2->IsNotNullChunk() - && !(prev2->IsComment())) - { - remove_next_newlines(prev2); - } - } - - if (nl_flag & 2) - { - // remove newline if not followed by a comment or by '{' - Chunk *next2 = next->GetNext(); - - if ( next2->IsNotNullChunk() - && !next2->IsComment() - && !next2->Is(CT_BRACE_OPEN)) - { - remove_next_newlines(pc); - } - } - continue; - } - - if ( ( nl_flag == 0 - && !(mode_local & (TP_FORCE | TP_BREAK))) - || ( nl_flag == 3 - && !(mode_local & TP_FORCE))) - { - // No newlines and not adding any or both and not forcing - continue; - } - - if ( ( (mode_local & TP_LEAD) - && nl_flag == 1) - || ( (mode_local & TP_TRAIL) - && nl_flag == 2)) - { - // Already a newline before (lead) or after (trail) - continue; - } - - // If there were no newlines, we need to add one - if (nl_flag == 0) - { - if (mode_local & TP_LEAD) - { - newline_add_before(pc); - } - else - { - newline_add_after(pc); - } - continue; - } - - // If there were both newlines, we need to remove one - if (nl_flag == 3) - { - if (mode_local & TP_LEAD) - { - remove_next_newlines(pc); - } - else - { - remove_next_newlines(pc->GetPrevNcNnlNi()); // Issue #2279 - } - continue; - } - - // we need to move the newline - if (mode_local & TP_LEAD) - { - Chunk *next2 = next->GetNext(); - - if ( next2->Is(CT_PREPROC) - || ( chunk_type == CT_ASSIGN - && next2->Is(CT_BRACE_OPEN))) - { - continue; - } - - if (next->GetNlCount() == 1) - { - if ( prev != nullptr - && !prev->TestFlags(PCF_IN_PREPROC)) - { - // move the CT_BOOL to after the newline - pc->MoveAfter(next); - } - } - } - else - { - LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s', new line count is %zu\n", - __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text(), prev->GetNlCount()); - - if (prev->GetNlCount() == 1) - { - // Back up to the next non-comment item - prev = prev->GetPrevNc(); - LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); - - if ( prev->IsNotNullChunk() - && !prev->IsNewline() - && !prev->TestFlags(PCF_IN_PREPROC) - && !prev->TestFlags(PCF_IN_OC_MSG)) - { - pc->MoveAfter(prev); - } - } - } - } - } -} // newlines_chunk_pos - - -void newlines_class_colon_pos(E_Token tok) -{ - LOG_FUNC_ENTRY(); - - token_pos_e tpc; - token_pos_e pcc; - iarf_e anc; - iarf_e ncia; - - if (tok == CT_CLASS_COLON) - { - tpc = options::pos_class_colon(); - log_rule_B("pos_class_colon"); - anc = options::nl_class_colon(); - log_rule_B("nl_class_colon"); - ncia = options::nl_class_init_args(); - log_rule_B("nl_class_init_args"); - pcc = options::pos_class_comma(); - log_rule_B("pos_class_comma"); - } - else // tok == CT_CONSTR_COLON - { - tpc = options::pos_constr_colon(); - log_rule_B("pos_constr_colon"); - anc = options::nl_constr_colon(); - log_rule_B("nl_constr_colon"); - ncia = options::nl_constr_init_args(); - log_rule_B("nl_constr_init_args"); - pcc = options::pos_constr_comma(); - log_rule_B("pos_constr_comma"); - } - Chunk *ccolon = nullptr; - size_t acv_span = options::align_constr_value_span(); - - log_rule_B("align_constr_value_span"); - bool with_acv = (acv_span > 0) && language_is_set(LANG_CPP); - AlignStack constructorValue; // ABC_Member(abc_value) - - if (with_acv) - { - int acv_thresh = options::align_constr_value_thresh(); - log_rule_B("align_constr_value_thresh"); - size_t acv_gap = options::align_constr_value_gap(); - log_rule_B("align_constr_value_gap"); - constructorValue.Start(acv_span, acv_thresh); - constructorValue.m_gap = acv_gap; - constructorValue.m_right_align = !options::align_on_tabstop(); - log_rule_B("align_on_tabstop"); - } - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) - { - if ( ccolon == nullptr - && pc->IsNot(tok)) - { - continue; - } - Chunk *prev; - Chunk *next; - - if (pc->Is(tok)) - { - LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - ccolon = pc; - prev = pc->GetPrevNc(); - next = pc->GetNextNc(); - - if (pc->Is(CT_CONSTR_COLON)) - { - LOG_FMT(LBLANKD, "%s(%d): pc orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - Chunk *paren_vor_value = pc->GetNextType(CT_FPAREN_OPEN, pc->GetLevel()); - - if ( with_acv - && paren_vor_value->IsNotNullChunk()) - { - LOG_FMT(LBLANKD, "%s(%d): paren_vor_value orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, paren_vor_value->GetOrigLine(), paren_vor_value->GetOrigCol(), - paren_vor_value->Text(), get_token_name(paren_vor_value->GetType())); - constructorValue.NewLines(paren_vor_value->GetNlCount()); - constructorValue.Add(paren_vor_value); - } - } - - if ( !prev->IsNewline() - && !next->IsNewline() - && (anc & IARF_ADD)) // nl_class_colon, nl_constr_colon: 1 - - { - newline_add_after(pc); - prev = pc->GetPrevNc(); - next = pc->GetNextNc(); - } - - if (anc == IARF_REMOVE) // nl_class_colon, nl_constr_colon: 2 - { - if ( prev->IsNewline() - && prev->SafeToDeleteNl()) - { - Chunk::Delete(prev); - MARK_CHANGE(); - prev = pc->GetPrevNc(); - } - - if ( next->IsNewline() - && next->SafeToDeleteNl()) - { - Chunk::Delete(next); - MARK_CHANGE(); - next = pc->GetNextNc(); - } - } - - if (tpc & TP_TRAIL) // pos_class_colon, pos_constr_colon: 4 - { - if ( prev->IsNewline() - && prev->GetNlCount() == 1 - && prev->SafeToDeleteNl()) - { - pc->Swap(prev); - } - } - else if (tpc & TP_LEAD) // pos_class_colon, pos_constr_colon: 3 - { - if ( next->IsNewline() - && next->GetNlCount() == 1 - && next->SafeToDeleteNl()) - { - pc->Swap(next); - } - } - } - else - { - // (pc->GetType() != tok) - if ( pc->Is(CT_BRACE_OPEN) - || pc->Is(CT_SEMICOLON)) - { - ccolon = nullptr; - - if (with_acv) - { - constructorValue.End(); - } - continue; - } - - if ( pc->Is(CT_COMMA) - && pc->GetLevel() == ccolon->GetLevel()) - { - LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); - Chunk *paren_vor_value = pc->GetNextType(CT_FPAREN_OPEN, pc->GetLevel()); - - if ( with_acv - && paren_vor_value->IsNotNullChunk()) - { - LOG_FMT(LBLANKD, "%s(%d): paren_vor_value orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, paren_vor_value->GetOrigLine(), paren_vor_value->GetOrigCol(), - paren_vor_value->Text(), get_token_name(paren_vor_value->GetType())); - constructorValue.NewLines(paren_vor_value->GetNlCount()); - constructorValue.Add(paren_vor_value); - } - - if (ncia & IARF_ADD) // nl_class_init_args, nl_constr_init_args: - { - if (pcc & TP_TRAIL) // pos_class_comma, pos_constr_comma - { - if (ncia == IARF_FORCE) // nl_class_init_args, nl_constr_init_args: 5 - { - Chunk *after = pc->GetNext(); // Issue #2759 - - if (after->IsNot(CT_COMMENT_CPP)) - { - newline_force_after(pc); - } - } - else - { - // (ncia == IARF_ADD) // nl_class_init_args, nl_constr_init_args: 8 - newline_add_after(pc); - } - prev = pc->GetPrevNc(); - - if ( prev->IsNewline() - && prev->SafeToDeleteNl()) - { - Chunk::Delete(prev); - MARK_CHANGE(); - } - } - else if (pcc & TP_LEAD) // pos_class_comma, pos_constr_comma - { - if (ncia == IARF_FORCE) // nl_class_init_args, nl_constr_init_args: 7 - { - newline_force_before(pc); - } - else - { - // (ncia == IARF_ADD) // nl_class_init_args, nl_constr_init_args: 9 - newline_add_before(pc); - } - next = pc->GetNextNc(); - - if ( next->IsNewline() - && next->SafeToDeleteNl()) - { - Chunk::Delete(next); - MARK_CHANGE(); - } - } - } - else if (ncia == IARF_REMOVE) // nl_class_init_args, nl_constr_init_args: 6 - { - next = pc->GetNext(); - - if ( next->IsNewline() - && next->SafeToDeleteNl()) - { - // comma is after - Chunk::Delete(next); - MARK_CHANGE(); - } - else - { - prev = pc->GetPrev(); - - if ( prev->IsNewline() - && prev->SafeToDeleteNl()) - { - // comma is before - Chunk::Delete(prev); - MARK_CHANGE(); - } - } - } - } - } - } -} // newlines_class_colon_pos - - -static void blank_line_max(Chunk *pc, Option &opt) -{ - LOG_FUNC_ENTRY(); - - if (pc == nullptr) - { - return; - } - const auto optval = opt(); - - if ( (optval > 0) - && (pc->GetNlCount() > optval)) - { - LOG_FMT(LBLANKD, "%s(%d): do_blank_lines: %s max line %zu\n", - __func__, __LINE__, opt.name(), pc->GetOrigLine()); - pc->SetNlCount(optval); - MARK_CHANGE(); - } -} // blank_line_max - - -iarf_e newline_template_option(Chunk *pc, iarf_e special, iarf_e base, iarf_e fallback) -{ - Chunk *const prev = pc->GetPrevNcNnl(); - - if ( prev->Is(CT_ANGLE_OPEN) - && special != IARF_IGNORE) - { - return(special); - } - else if (base != IARF_IGNORE) - { - return(base); - } - else - { - return(fallback); - } -} // newline_template_option - - -bool is_func_proto_group(Chunk *pc, E_Token one_liner_type) -{ - if ( pc != nullptr - && options::nl_class_leave_one_liner_groups() - && ( pc->Is(one_liner_type) - || pc->GetParentType() == one_liner_type) - && pc->TestFlags(PCF_IN_CLASS)) - { - log_rule_B("nl_class_leave_one_liner_groups"); - - if (pc->Is(CT_BRACE_CLOSE)) - { - return(pc->TestFlags(PCF_ONE_LINER)); - } - else - { - // Find opening brace - pc = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); - return( pc->IsNotNullChunk() - && pc->TestFlags(PCF_ONE_LINER)); - } - } - return(false); -} // is_func_proto_group - - -void do_blank_lines() -{ - LOG_FUNC_ENTRY(); - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - if (pc->Is(CT_NEWLINE)) - { - LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, , nl is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); - } - else - { - char copy[1000]; - LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy), get_token_name(pc->GetType())); - } - LOG_FMT(LBLANK, "%s(%d): new line count is %zu\n", - __func__, __LINE__, pc->GetNlCount()); - - if (pc->IsNot(CT_NEWLINE)) - { - continue; - } - Chunk *prev = pc->GetPrevNc(); - - if (prev->IsNotNullChunk()) - { - LOG_FMT(LBLANK, "%s(%d): prev orig line is %zu, prev->Text() '%s', prev->GetType() is %s\n", - __func__, __LINE__, pc->GetOrigLine(), - prev->Text(), get_token_name(prev->GetType())); - - if (prev->Is(CT_IGNORED)) - { - continue; - } - } - Chunk *next = pc->GetNext(); - Chunk *pcmt = pc->GetPrev(); - - bool line_added = false; - - /* - * If this is the first or the last token, pretend that there is an extra - * line. It will be removed at the end. - */ - if ( pc == Chunk::GetHead() - || next->IsNullChunk()) - { - line_added = true; - pc->SetNlCount(pc->GetNlCount() + 1); - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); - } - - // Limit consecutive newlines - if ( (options::nl_max() > 0) - && (pc->GetNlCount() > options::nl_max())) - { - log_rule_B("nl_max"); - blank_line_max(pc, options::nl_max); - } - - if (!can_increase_nl(pc)) - { - LOG_FMT(LBLANKD, "%s(%d): force to 1 orig line is %zu, orig col is %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); - - if (pc->GetNlCount() != 1) - { - pc->SetNlCount(1); - MARK_CHANGE(); - } - continue; - } - - // Control blanks before multi-line comments - if ( (options::nl_before_block_comment() > pc->GetNlCount()) - && next->Is(CT_COMMENT_MULTI)) - { - log_rule_B("nl_before_block_comment"); - - // Don't add blanks after an open brace or a case statement - if ( ( prev->IsNullChunk() - || ( prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_VBRACE_OPEN) - && prev->IsNot(CT_CASE_COLON))) - && pcmt->IsNot(CT_COMMENT_MULTI)) // Issue #2383 - { - blank_line_set(pc, options::nl_before_block_comment); - log_rule_B("nl_before_block_comment"); - } - } - - // Control blanks before single line C comments - if ( (options::nl_before_c_comment() > pc->GetNlCount()) - && next->Is(CT_COMMENT)) - { - log_rule_B("nl_before_c_comment"); - - // Don't add blanks after an open brace, a case stamement, or a comment - if ( ( prev->IsNullChunk() - || ( prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_VBRACE_OPEN) - && prev->IsNot(CT_CASE_COLON))) - && pcmt->IsNot(CT_COMMENT)) // Issue #2383 - { - blank_line_set(pc, options::nl_before_c_comment); - log_rule_B("nl_before_c_comment"); - } - } - - // Control blanks before CPP comments - if ( (options::nl_before_cpp_comment() > pc->GetNlCount()) - && next->Is(CT_COMMENT_CPP)) - { - log_rule_B("nl_before_cpp_comment"); - - // Don't add blanks after an open brace or a case statement - if ( ( prev->IsNullChunk() - || ( prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_VBRACE_OPEN) - && prev->IsNot(CT_CASE_COLON))) - && pcmt->IsNot(CT_COMMENT_CPP)) // Issue #2383 - { - blank_line_set(pc, options::nl_before_cpp_comment); - log_rule_B("nl_before_cpp_comment"); - } - } - - // Control blanks before a class/struct - if ( ( prev->Is(CT_SEMICOLON) - || prev->Is(CT_BRACE_CLOSE)) - && ( prev->GetParentType() == CT_CLASS - || prev->GetParentType() == CT_STRUCT)) - { - E_Token parent_type = prev->GetParentType(); - Chunk *start = prev->GetPrevType(parent_type, prev->GetLevel()); - Chunk *tmp = start; - - // Is this a class/struct template? - if (tmp->GetParentType() == CT_TEMPLATE) - { - tmp = tmp->GetPrevType(CT_TEMPLATE, prev->GetLevel()); - tmp = tmp->GetPrevNc(); - } - else - { - tmp = tmp->GetPrevNc(); - - while ( tmp->Is(CT_NEWLINE) - && tmp->GetPrev()->IsComment()) - { - tmp = tmp->GetPrev()->GetPrevNc(); - } - - if (tmp->Is(CT_FRIEND)) - { - // Account for a friend declaration - tmp = tmp->GetPrevNc(); - } - } - - while ( tmp->Is(CT_NEWLINE) - && tmp->GetPrev()->IsComment()) - { - tmp = tmp->GetPrev()->GetPrevNc(); - } - - if ( tmp->IsNotNullChunk() - && !start->TestFlags(PCF_INCOMPLETE)) - { - if (parent_type == CT_CLASS && options::nl_before_class() > tmp->GetNlCount()) - { - log_rule_B("nl_before_class"); - blank_line_set(tmp, options::nl_before_class); - } - else if (parent_type == CT_STRUCT && options::nl_before_struct() > tmp->GetNlCount()) - { - log_rule_B("nl_before_struct"); - blank_line_set(tmp, options::nl_before_struct); - } - } - } - - if ( prev->Is(CT_BRACE_CLOSE) - && prev->GetParentType() == CT_NAMESPACE) - { - // Control blanks before a namespace - Chunk *tmp = prev->GetPrevType(CT_NAMESPACE, prev->GetLevel()); - tmp = tmp->GetPrevNc(); - - while ( tmp->Is(CT_NEWLINE) - && tmp->GetPrev()->IsComment()) - { - tmp = tmp->GetPrev()->GetPrevNc(); - } - - if ( tmp->IsNotNullChunk() - && options::nl_before_namespace() > tmp->GetNlCount()) - { - log_rule_B("nl_before_namespace"); - blank_line_set(tmp, options::nl_before_namespace); - } - - // Add blanks after namespace - if (options::nl_after_namespace() > pc->GetNlCount()) - { - log_rule_B("nl_after_namespace"); - blank_line_set(pc, options::nl_after_namespace); - } - } - - // Control blanks inside empty function body - if ( prev->Is(CT_BRACE_OPEN) - && next->Is(CT_BRACE_CLOSE) - && ( prev->GetParentType() == CT_FUNC_DEF - || prev->GetParentType() == CT_FUNC_CLASS_DEF) - && options::nl_inside_empty_func() > pc->GetNlCount() - && prev->TestFlags(PCF_EMPTY_BODY)) - { - blank_line_set(pc, options::nl_inside_empty_func); - log_rule_B("nl_inside_empty_func"); - } - - // Control blanks after an access spec - if ( (options::nl_after_access_spec() > 0) - && (options::nl_after_access_spec() != pc->GetNlCount()) - && prev->Is(CT_ACCESS_COLON)) - { - log_rule_B("nl_after_access_spec"); - - // Don't add blanks before a closing brace - if ( next->IsNullChunk() - || !next->IsBraceClose()) - { - log_rule_B("nl_after_access_spec"); - blank_line_set(pc, options::nl_after_access_spec); - } - } - - // Add blanks after function bodies - if ( prev->Is(CT_BRACE_CLOSE) - && ( prev->GetParentType() == CT_FUNC_DEF - || prev->GetParentType() == CT_FUNC_CLASS_DEF - || prev->GetParentType() == CT_OC_MSG_DECL - || prev->GetParentType() == CT_ASSIGN)) - { - if (prev->TestFlags(PCF_ONE_LINER)) - { - if (options::nl_after_func_body_one_liner() > pc->GetNlCount()) - { - log_rule_B("nl_after_func_body_one_liner"); - blank_line_set(pc, options::nl_after_func_body_one_liner); - } - } - else - { - if ( prev->TestFlags(PCF_IN_CLASS) - && (options::nl_after_func_body_class() > 0)) - { - log_rule_B("nl_after_func_body_class"); - - if (options::nl_after_func_body_class() != pc->GetNlCount()) - { - log_rule_B("nl_after_func_body_class"); - blank_line_set(pc, options::nl_after_func_body_class); - } - } - else - { - if (!(pc->GetPrev()->TestFlags(PCF_IN_TRY_BLOCK))) // Issue #1734 - { - if (options::nl_after_func_body() > 0) - { - log_rule_B("nl_after_func_body"); - - if (options::nl_after_func_body() != pc->GetNlCount()) - { - log_rule_B("nl_after_func_body"); - blank_line_set(pc, options::nl_after_func_body); - } - } - else - { - if (options::nl_min_after_func_body() > 0) // Issue #2787 - { - log_rule_B("nl_min_after_func_body"); - - if (options::nl_min_after_func_body() > pc->GetNlCount()) - { - log_rule_B("nl_min_after_func_body"); - blank_line_set(pc, options::nl_min_after_func_body); - } - } - - if (options::nl_max_after_func_body() > 0) - { - log_rule_B("nl_max_after_func_body"); - - if (options::nl_max_after_func_body() < pc->GetNlCount()) - { - log_rule_B("nl_max_after_func_body"); - blank_line_set(pc, options::nl_max_after_func_body); - } - } - } - } - } - } - } - - // Add blanks after function prototypes - if ( ( prev->Is(CT_SEMICOLON) - && prev->GetParentType() == CT_FUNC_PROTO) - || is_func_proto_group(prev, CT_FUNC_DEF)) - { - if (options::nl_after_func_proto() > pc->GetNlCount()) - { - log_rule_B("nl_after_func_proto"); - pc->SetNlCount(options::nl_after_func_proto()); - MARK_CHANGE(); - } - - if ( (options::nl_after_func_proto_group() > pc->GetNlCount()) - && next->IsNotNullChunk() - && next->GetParentType() != CT_FUNC_PROTO - && !is_func_proto_group(next, CT_FUNC_DEF)) - { - log_rule_B("nl_after_func_proto_group"); - blank_line_set(pc, options::nl_after_func_proto_group); - } - } - - // Issue #411: Add blanks after function class prototypes - if ( ( prev->Is(CT_SEMICOLON) - && prev->GetParentType() == CT_FUNC_CLASS_PROTO) - || is_func_proto_group(prev, CT_FUNC_CLASS_DEF)) - { - if (options::nl_after_func_class_proto() > pc->GetNlCount()) - { - log_rule_B("nl_after_func_class_proto"); - pc->SetNlCount(options::nl_after_func_class_proto()); - MARK_CHANGE(); - } - - if ( (options::nl_after_func_class_proto_group() > pc->GetNlCount()) - && next->IsNot(CT_FUNC_CLASS_PROTO) - && next->GetParentType() != CT_FUNC_CLASS_PROTO - && !is_func_proto_group(next, CT_FUNC_CLASS_DEF)) - { - log_rule_B("nl_after_func_class_proto_group"); - blank_line_set(pc, options::nl_after_func_class_proto_group); - } - } - - // Add blanks after struct/enum/union/class - if ( ( prev->Is(CT_SEMICOLON) - || prev->Is(CT_BRACE_CLOSE)) - && ( prev->GetParentType() == CT_STRUCT - || prev->GetParentType() == CT_ENUM - || prev->GetParentType() == CT_UNION - || prev->GetParentType() == CT_CLASS)) - { - auto &opt = (prev->GetParentType() == CT_CLASS - ? options::nl_after_class - : options::nl_after_struct); - log_rule_B("nl_after_class"); - log_rule_B("nl_after_struct"); - - if (opt() > pc->GetNlCount()) - { - // Issue #1702 - // look back if we have a variable - Chunk *tmp = pc; - bool is_var_def = false; - bool is_fwd_decl = false; - - while ((tmp = tmp->GetPrev())->IsNotNullChunk()) - { - if (tmp->GetLevel() > pc->GetLevel()) - { - continue; - } - LOG_FMT(LBLANK, "%s(%d): %zu:%zu token is '%s'\n", - __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); - - if (tmp->TestFlags(PCF_VAR_DEF)) - { - is_var_def = true; - break; - } - - if (tmp->Is(prev->GetParentType())) - { - is_fwd_decl = tmp->TestFlags(PCF_INCOMPLETE); - break; - } - } - LOG_FMT(LBLANK, "%s(%d): var_def = %s, fwd_decl = %s\n", - __func__, __LINE__, - is_var_def ? "yes" : "no", - is_fwd_decl ? "yes" : "no"); - - if ( !is_var_def - && !is_fwd_decl) - { - blank_line_set(pc, opt); - } - } - } - - // Change blanks between a function comment and body - if ( (options::nl_comment_func_def() != 0) - && pcmt->Is(CT_COMMENT_MULTI) - && pcmt->GetParentType() == CT_COMMENT_WHOLE - && next->IsNotNullChunk() - && ( next->GetParentType() == CT_FUNC_DEF - || next->GetParentType() == CT_FUNC_CLASS_DEF)) - { - log_rule_B("nl_comment_func_def"); - - if (options::nl_comment_func_def() != pc->GetNlCount()) - { - log_rule_B("nl_comment_func_def"); - blank_line_set(pc, options::nl_comment_func_def); - } - } - - // Change blanks after a try-catch-finally block - if ( (options::nl_after_try_catch_finally() != 0) - && (options::nl_after_try_catch_finally() != pc->GetNlCount()) - && prev->IsNotNullChunk() - && next->IsNotNullChunk()) - { - log_rule_B("nl_after_try_catch_finally"); - - if ( prev->Is(CT_BRACE_CLOSE) - && ( prev->GetParentType() == CT_CATCH - || prev->GetParentType() == CT_FINALLY)) - { - if ( next->IsNot(CT_BRACE_CLOSE) - && next->IsNot(CT_CATCH) - && next->IsNot(CT_FINALLY)) - { - blank_line_set(pc, options::nl_after_try_catch_finally); - log_rule_B("nl_after_try_catch_finally"); - } - } - } - - // Change blanks after a try-catch-finally block - if ( (options::nl_between_get_set() != 0) - && (options::nl_between_get_set() != pc->GetNlCount()) - && prev->IsNotNullChunk() - && next->IsNotNullChunk()) - { - log_rule_B("nl_between_get_set"); - - if ( prev->GetParentType() == CT_GETSET - && next->IsNot(CT_BRACE_CLOSE) - && ( prev->Is(CT_BRACE_CLOSE) - || prev->Is(CT_SEMICOLON))) - { - blank_line_set(pc, options::nl_between_get_set); - log_rule_B("nl_between_get_set"); - } - } - - // Change blanks after a try-catch-finally block - if ( (options::nl_around_cs_property() != 0) - && (options::nl_around_cs_property() != pc->GetNlCount()) - && prev->IsNotNullChunk() - && next->IsNotNullChunk()) - { - log_rule_B("nl_around_cs_property"); - - if ( prev->Is(CT_BRACE_CLOSE) - && prev->GetParentType() == CT_CS_PROPERTY - && next->IsNot(CT_BRACE_CLOSE)) - { - blank_line_set(pc, options::nl_around_cs_property); - log_rule_B("nl_around_cs_property"); - } - else if ( next->GetParentType() == CT_CS_PROPERTY - && next->TestFlags(PCF_STMT_START)) - { - blank_line_set(pc, options::nl_around_cs_property); - log_rule_B("nl_around_cs_property"); - } - } - - // Control blanks before an access spec - if ( (options::nl_before_access_spec() > 0) - && (options::nl_before_access_spec() != pc->GetNlCount()) - && next->Is(CT_ACCESS)) - { - log_rule_B("nl_before_access_spec"); - - // Don't add blanks after an open brace - if ( prev->IsNullChunk() - || ( prev->IsNot(CT_BRACE_OPEN) - && prev->IsNot(CT_VBRACE_OPEN))) - { - log_rule_B("nl_before_access_spec"); - blank_line_set(pc, options::nl_before_access_spec); - } - } - - // Change blanks inside namespace braces - if ( (options::nl_inside_namespace() != 0) - && (options::nl_inside_namespace() != pc->GetNlCount()) - && ( ( prev->Is(CT_BRACE_OPEN) - && prev->GetParentType() == CT_NAMESPACE) - || ( next->Is(CT_BRACE_CLOSE) - && next->GetParentType() == CT_NAMESPACE))) - { - log_rule_B("nl_inside_namespace"); - blank_line_set(pc, options::nl_inside_namespace); - } - - // Control blanks before a whole-file #ifdef - if ( options::nl_before_whole_file_ifdef() != 0 - && options::nl_before_whole_file_ifdef() != pc->GetNlCount() - && next->Is(CT_PREPROC) - && next->GetParentType() == CT_PP_IF - && ifdef_over_whole_file() - && next->TestFlags(PCF_WF_IF)) - { - log_rule_B("nl_before_whole_file_ifdef"); - blank_line_set(pc, options::nl_before_whole_file_ifdef); - } - - // Control blanks after a whole-file #ifdef - if ( options::nl_after_whole_file_ifdef() != 0 - && options::nl_after_whole_file_ifdef() != pc->GetNlCount()) - { - Chunk *pp_start = prev->GetPpStart(); - - if ( pp_start->IsNotNullChunk() - && pp_start->GetParentType() == CT_PP_IF - && ifdef_over_whole_file() - && pp_start->TestFlags(PCF_WF_IF)) - { - log_rule_B("nl_after_whole_file_ifdef"); - blank_line_set(pc, options::nl_after_whole_file_ifdef); - } - } - - // Control blanks before a whole-file #endif - if ( options::nl_before_whole_file_endif() != 0 - && options::nl_before_whole_file_endif() != pc->GetNlCount() - && next->Is(CT_PREPROC) - && next->GetParentType() == CT_PP_ENDIF - && ifdef_over_whole_file() - && next->TestFlags(PCF_WF_ENDIF)) - { - log_rule_B("nl_before_whole_file_endif"); - blank_line_set(pc, options::nl_before_whole_file_endif); - } - - // Control blanks after a whole-file #endif - if ( options::nl_after_whole_file_endif() != 0 - && options::nl_after_whole_file_endif() != pc->GetNlCount()) - { - Chunk *pp_start = prev->GetPpStart(); - - if ( pp_start->IsNotNullChunk() - && pp_start->GetParentType() == CT_PP_ENDIF - && ifdef_over_whole_file() - && pp_start->TestFlags(PCF_WF_ENDIF)) - { - log_rule_B("nl_after_whole_file_endif"); - blank_line_set(pc, options::nl_after_whole_file_endif); - } - } - - if ( line_added - && pc->GetNlCount() > 1) - { - pc->SetNlCount(pc->GetNlCount() - 1); - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); - } - LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', end new line count is now %zu\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); - } -} // do_blank_lines - - -void newlines_cleanup_dup() -{ - LOG_FUNC_ENTRY(); - - Chunk *pc = Chunk::GetHead(); - Chunk *next = pc; - - while (pc->IsNotNullChunk()) - { - next = next->GetNext(); - - if ( pc->Is(CT_NEWLINE) - && next->Is(CT_NEWLINE)) - { - next->SetNlCount(max(pc->GetNlCount(), next->GetNlCount())); - Chunk::Delete(pc); - MARK_CHANGE(); - } - pc = next; - } -} // newlines_cleanup_dup - - -static void newlines_enum_entries(Chunk *open_brace, iarf_e av) -{ - LOG_FUNC_ENTRY(); - - for (Chunk *pc = open_brace->GetNextNc(); - pc->IsNotNullChunk() && pc->GetLevel() > open_brace->GetLevel(); - pc = pc->GetNextNc()) - { - if ( (pc->GetLevel() != (open_brace->GetLevel() + 1)) - || pc->IsNot(CT_COMMA) - || ( pc->Is(CT_COMMA) - && ( pc->GetNext()->GetType() == CT_COMMENT_CPP - || pc->GetNext()->GetType() == CT_COMMENT - || pc->GetNext()->GetType() == CT_COMMENT_MULTI))) - { - continue; - } - newline_iarf(pc, av); - } - - newline_iarf(open_brace, av); -} // newlines_enum_entries - - -static void newlines_double_space_struct_enum_union(Chunk *open_brace) -{ - LOG_FUNC_ENTRY(); - - Chunk *pc = Chunk::NullChunkPtr; - - if (open_brace != nullptr) - { - pc = open_brace; - } - - while ( (pc = pc->GetNextNc())->IsNotNullChunk() - && pc->GetLevel() > open_brace->GetLevel()) - { - if ( pc->GetLevel() != (open_brace->GetLevel() + 1) - || pc->IsNot(CT_NEWLINE)) - { - continue; - } - /* - * If the newline is NOT after a comment or a brace open and - * it is before a comment, then make sure that the newline is - * at least doubled - */ - Chunk *prev = pc->GetPrev(); - - if ( !prev->IsComment() - && prev->IsNot(CT_BRACE_OPEN) - && pc->GetNext()->IsComment()) - { - if (pc->GetNlCount() < 2) - { - double_newline(pc); - } - } - } -} // newlines_double_space_struct_enum_union - - -void annotations_newlines() -{ - LOG_FUNC_ENTRY(); - - Chunk *next; - Chunk *prev; - Chunk *ae; // last token of the annotation - Chunk *pc = Chunk::GetHead(); - - while ( (pc = pc->GetNextType(CT_ANNOTATION))->IsNotNullChunk() - && (next = pc->GetNextNnl())->IsNotNullChunk()) - { - // find the end of this annotation - if (next->IsParenOpen()) - { - // TODO: control newline between annotation and '(' ? - ae = next->GetClosingParen(); - } - else - { - ae = pc; - } - - if (ae->IsNullChunk()) - { - break; - } - LOG_FMT(LANNOT, "%s(%d): orig line is %zu, orig col is %zu, annotation is '%s', end @ orig line %zu, orig col %zu, is '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), - ae->GetOrigLine(), ae->GetOrigCol(), ae->Text()); - - prev = ae->GetPrev(); // Issue #1845 - LOG_FMT(LANNOT, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", - __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); - next = ae->GetNextNnl(); - - if (next->Is(CT_ANNOTATION)) - { - LOG_FMT(LANNOT, "%s(%d): -- nl_between_annotation\n", - __func__, __LINE__); - newline_iarf(ae, options::nl_between_annotation()); - log_rule_B("nl_between_annotation"); - } - - if (next->Is(CT_NEWLINE)) - { - if (next->Is(CT_ANNOTATION)) - { - LOG_FMT(LANNOT, "%s(%d): -- nl_after_annotation\n", - __func__, __LINE__); - newline_iarf(ae, options::nl_after_annotation()); - log_rule_B("nl_after_annotation"); - } - } - } -} // annotations_newlines - - -bool newlines_between(Chunk *pc_start, Chunk *pc_end, size_t &newlines, E_Scope scope) -{ - if ( pc_start->IsNullChunk() - || pc_end->IsNullChunk()) - { - return(false); - } - newlines = 0; - - Chunk *it = pc_start; - - for ( ; it->IsNotNullChunk() && it != pc_end; it = it->GetNext(scope)) - { - newlines += it->GetNlCount(); - } - - // newline count is valid if search stopped on expected chunk - return(it == pc_end); -} // newlines_between diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/width.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/width.cpp deleted file mode 100644 index 4dcc0249..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/width.cpp +++ /dev/null @@ -1,756 +0,0 @@ -/** - * @file width.cpp - * Limits line width. - * - * @author Ben Gardner - * @license GPL v2+ - */ - -#include "width.h" - -#include "indent.h" -#include "newlines.h" -#include "prototypes.h" - - -constexpr static auto LCURRENT = LSPLIT; - -using namespace uncrustify; - - -/** - * abbreviations used: - * - fparen = function parenthesis - */ - -struct SplitEntry -{ - Chunk *pc; - size_t pri; - - SplitEntry() - : pc(Chunk::NullChunkPtr) - , pri(0) {} -}; - - -struct TokenPriority -{ - E_Token tok; - size_t pri; -}; - - -static inline bool is_past_width(Chunk *pc); - - -//! Split right after the chunk -static void split_before_chunk(Chunk *pc); - - -static size_t get_split_pri(E_Token tok); - - -/** - * Checks to see if pc is a better spot to split. - * This should only be called going BACKWARDS (ie prev) - * A lower level wins - * - * Splitting Preference: - * - semicolon - * - comma - * - boolean op - * - comparison - * - arithmetic op - * - assignment - * - concatenated strings - * - ? : - * - function open paren not followed by close paren - */ -static void try_split_here(SplitEntry &ent, Chunk *pc); - - -/** - * Scan backwards to find the most appropriate spot to split the line - * and insert a newline. - * - * See if this needs special function handling. - * Scan backwards and find the best token for the split. - * - * @param start The first chunk that exceeded the limit - */ -static bool split_line(Chunk *pc); - - -/** - * Figures out where to split a template - * - * - * @param start the offending token - */ -static void split_template(Chunk *start); - - -/** - * Splits the parameters at every comma that is at the fparen level. - * - * @param start the offending token - */ -static void split_fcn_params_full(Chunk *start); - - -/** - * A for statement is too long. - * Step backwards and forwards to find the semicolons - * Try splitting at the semicolons first. - * If that doesn't work, then look for a comma at paren level. - * If that doesn't work, then look for an assignment at paren level. - * If that doesn't work, then give up. - */ -static void split_for_stmt(Chunk *start); - - -static inline bool is_past_width(Chunk *pc) -{ - // allow char to sit at last column by subtracting 1 - size_t currCol = pc->GetColumn() + pc->Len() - 1; - - LOG_FMT(LSPLIT, "%s(%d): orig line %zu, orig col %zu, curr col %zu, text %s\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), currCol, pc->Text()); - return(currCol > options::code_width()); -} - - -static void split_before_chunk(Chunk *pc) -{ - LOG_FUNC_ENTRY(); - LOG_FMT(LSPLIT, "%s(%d): Text() '%s'\n", __func__, __LINE__, pc->Text()); - - Chunk *prev = pc->GetPrev(); - - if ( !pc->IsNewline() - && !prev->IsNewline()) - { - newline_add_before(pc); - // Mark chunk as continuation line, so indentation can be - // correctly set over multiple passes - pc->SetFlagBits(PCF_CONT_LINE); - - // Mark open and close parens as continuation line chunks. - // This will prevent an additional level and frame to be - // added to the current frame stack (issue 3105). - if ( prev->Is(CT_PAREN_OPEN) - || prev->Is(CT_LPAREN_OPEN) - || prev->Is(CT_SPAREN_OPEN) - || prev->Is(CT_FPAREN_OPEN) - || prev->Is(CT_SQUARE_OPEN) - || prev->Is(CT_ANGLE_OPEN)) - { - LOG_FMT(LSPLIT, "%s(%d): set PCF_LINE_CONT for prev text '%s', orig line is %zu, orig col is %zu\n", - __func__, __LINE__, prev->Text(), prev->GetOrigLine(), prev->GetOrigCol()); - - prev->SetFlagBits(PCF_CONT_LINE); - Chunk *closing_paren = prev->GetClosingParen(); - - if (closing_paren->IsNotNullChunk()) - { - closing_paren->SetFlagBits(PCF_CONT_LINE); - } - } - // reindent needs to include the indent_continue value and was off by one - log_rule_B("indent_columns"); - log_rule_B("indent_continue"); - reindent_line(pc, pc->GetBraceLevel() * options::indent_columns() + - abs(options::indent_continue()) + 1); - cpd.changes++; - } -} // split_before_chunk - - -static TokenPriority pri_table[] = -{ - { CT_SEMICOLON, 1 }, - { CT_COMMA, 2 }, - { CT_BOOL, 3 }, - { CT_COMPARE, 4 }, - { CT_SHIFT, 5 }, - { CT_ARITH, 6 }, - { CT_CARET, 7 }, - { CT_ASSIGN, 9 }, - { CT_STRING, 10 }, - { CT_FOR_COLON, 11 }, - { CT_QUESTION, 20 }, // allow break in ? : for ls_code_width - { CT_COND_COLON, 20 }, - { CT_FPAREN_OPEN, 21 }, // break after function open paren not followed by close paren - { CT_QUALIFIER, 25 }, - { CT_CLASS, 25 }, - { CT_STRUCT, 25 }, - { CT_TYPE, 25 }, - { CT_TYPENAME, 25 }, - { CT_VOLATILE, 25 }, -}; - - -void do_code_width() -{ - LOG_FUNC_ENTRY(); - LOG_FMT(LSPLIT, "%s(%d)\n", __func__, __LINE__); - - // If indent_continue is negative, we want to look for long lines splits, - // so raise CT_FPAREN_OPEN priority to get better results. - if (options::indent_continue() < 0) - { - for (TokenPriority &token : pri_table) - { - if (token.tok == CT_FPAREN_OPEN) - { - token.pri = 8; // Before assignment priority - break; - } - } - } - - for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) - { - if ( !pc->IsCommentOrNewline() - && pc->IsNot(CT_SPACE) - && is_past_width(pc)) - { - if ( pc->Is(CT_VBRACE_CLOSE) // don't break if a vbrace close - && pc->IsLastChunkOnLine()) // is the last chunk on its line - { - continue; - } - bool split_OK = split_line(pc); - - if (split_OK) - { - LOG_FMT(LSPLIT, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); - } - else - { - LOG_FMT(LSPLIT, "%s(%d): Bailed! orig line is %zu, orig col is %zu, Text() '%s'\n", - __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); - break; - } - } - } -} // do_code_width - - -static size_t get_split_pri(E_Token tok) -{ - for (TokenPriority token : pri_table) - { - if (token.tok == tok) - { - return(token.pri); - } - } - - return(100); // Bigger than any valid priority -} - - -static void try_split_here(SplitEntry &ent, Chunk *pc) -{ - LOG_FUNC_ENTRY(); - - size_t pc_pri = get_split_pri(pc->GetType()); - LOG_FMT(LSPLIT, "%s(%d): text '%s', orig col %zu pc_pri %zu\n", - __func__, __LINE__, pc->Text(), pc->GetOrigCol(), pc_pri); - - if (pc_pri == 0) - { - LOG_FMT(LSPLIT, "%s(%d): pc_pri is 0, return\n", __func__, __LINE__); - return; - } - // Can't split after a newline - Chunk *prev = pc->GetPrev(); - - if ( prev->IsNullChunk() - || ( prev->IsNewline() - && pc->IsNot(CT_STRING))) - { - if (prev->IsNotNullChunk()) - { - LOG_FMT(LSPLIT, "%s(%d): can't split after a newline, orig line is %zu, return\n", - __func__, __LINE__, prev->GetOrigLine()); - } - return; - } - - // Can't split a function without arguments - if (pc->Is(CT_FPAREN_OPEN)) - { - Chunk *next = pc->GetNext(); - - if (next->Is(CT_FPAREN_CLOSE)) - { - LOG_FMT(LSPLIT, "%s(%d): can't split a function without arguments, return\n", __func__, __LINE__); - return; - } - } - - // Only split concatenated strings - if (pc->Is(CT_STRING)) - { - Chunk *next = pc->GetNext(); - - if (next->IsNot(CT_STRING)) - { - LOG_FMT(LSPLIT, "%s(%d): only split concatenated strings, return\n", __func__, __LINE__); - return; - } - } - - // keep common groupings unless ls_code_width - if ( !options::ls_code_width() - && pc_pri >= 22) - { - LOG_FMT(LSPLIT, "%s(%d): keep common groupings unless ls_code_width, return\n", __func__, __LINE__); - return; - } - - // don't break after last term of a qualified type - if (pc_pri == 25) - { - Chunk *next = pc->GetNext(); - - if ( next->IsNot(CT_WORD) - && (get_split_pri(next->GetType()) != 25)) - { - LOG_FMT(LSPLIT, "%s(%d): don't break after last term of a qualified type, return\n", __func__, __LINE__); - return; - } - } - - if ( ent.pc->IsNullChunk() - || pc_pri < ent.pri - || ( pc_pri == ent.pri - && pc->IsNot(CT_FPAREN_OPEN) - && pc->GetLevel() < ent.pc->GetLevel())) - { - LOG_FMT(LSPLIT, "%s(%d): found possible split\n", __func__, __LINE__); - ent.pc = pc; - ent.pri = pc_pri; - } -} // try_split_here - - -static bool split_line(Chunk *start) -{ - LOG_FUNC_ENTRY(); - LOG_FMT(LSPLIT, "%s(%d): start->Text() '%s', orig line %zu, orig col %zu, type %s\n", - __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol(), get_token_name(start->GetType())); - LOG_FMT(LSPLIT, " start->GetFlags() "); - log_pcf_flags(LSPLIT, start->GetFlags()); - LOG_FMT(LSPLIT, " start->GetParentType() %s, (PCF_IN_FCN_DEF %s), (PCF_IN_FCN_CALL %s)\n", - get_token_name(start->GetParentType()), - start->TestFlags((PCF_IN_FCN_DEF)) ? "TRUE" : "FALSE", - start->TestFlags((PCF_IN_FCN_CALL)) ? "TRUE" : "FALSE"); - - // break at maximum line length if ls_code_width is true - // Issue #2432 - if (start->TestFlags(PCF_ONE_LINER)) - { - LOG_FMT(LSPLIT, "%s(%d): ** ONE LINER SPLIT **\n", __func__, __LINE__); - undo_one_liner(start); - newlines_cleanup_braces(false); - // Issue #1352 - cpd.changes++; - return(false); - } - LOG_FMT(LSPLIT, "%s(%d): before ls_code_width\n", __func__, __LINE__); - - if (options::ls_code_width()) - { - log_rule_B("ls_code_width"); - } - // Check to see if we are in a for statement - else if (start->TestFlags(PCF_IN_FOR)) - { - LOG_FMT(LSPLIT, " ** FOR SPLIT **\n"); - split_for_stmt(start); - - if (!is_past_width(start)) - { - return(true); - } - LOG_FMT(LSPLIT, "%s(%d): for split didn't work\n", __func__, __LINE__); - } - /* - * If this is in a function call or prototype, split on commas or right - * after the open parenthesis - */ - else if ( start->TestFlags(PCF_IN_FCN_DEF) - || start->TestFlags(PCF_IN_FCN_CALL) - || start->GetParentType() == CT_FUNC_PROTO) // Issue #1169 - { - LOG_FMT(LSPLIT, " ** FUNC SPLIT **\n"); - - if (options::ls_func_split_full()) - { - log_rule_B("ls_func_split_full"); - - split_fcn_params_full(start); - - if (!is_past_width(start)) - { - return(true); - } - } - } - - /* - * If this is in a template, split on commas, Issue #1170 - */ - else if (start->TestFlags(PCF_IN_TEMPLATE)) - { - LOG_FMT(LSPLIT, " ** TEMPLATE SPLIT **\n"); - split_template(start); - return(true); - } - LOG_FMT(LSPLIT, "%s(%d):\n", __func__, __LINE__); - // Try to find the best spot to split the line - SplitEntry ent; - ent.pc = Chunk::NullChunkPtr; - ent.pri = CT_UNKNOWN; - - Chunk *pc = start->GetPrev(); - Chunk *prev; - - while ( pc->IsNotNullChunk() - && !pc->IsNewline()) - { - LOG_FMT(LSPLIT, "%s(%d): text '%s', orig line is %zu, orig col is %zu\n", - __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol()); - - if (pc->IsNot(CT_SPACE)) - { - try_split_here(ent, pc); - - // break at maximum line length - if ( ent.pc->IsNotNullChunk() - && options::ls_code_width()) - { - log_rule_B("ls_code_width"); - LOG_FMT(LSPLIT, "%s(%d): found split\n", __func__, __LINE__); - break; - } - } - pc = pc->GetPrev(); - } - - if (ent.pc->IsNullChunk()) - { - LOG_FMT(LSPLIT, "%s(%d): TRY_SPLIT yielded NO SOLUTION for orig line %zu at '%s' [%s]\n", - __func__, __LINE__, start->GetOrigLine(), start->Text(), get_token_name(start->GetType())); - } - else - { - LOG_FMT(LSPLIT, "%s(%d): TRY_SPLIT yielded '%s' [%s] on orig line %zu\n", - __func__, __LINE__, ent.pc->Text(), get_token_name(ent.pc->GetType()), ent.pc->GetOrigLine()); - LOG_FMT(LSPLIT, "%s(%d): ent at '%s', orig col is %zu\n", - __func__, __LINE__, ent.pc->Text(), ent.pc->GetOrigCol()); - } - - // Break before the token instead of after it according to the pos_xxx rules - if (ent.pc->IsNullChunk()) - { - pc = Chunk::NullChunkPtr; - } - else - { - log_rule_B("pos_arith"); - log_rule_B("pos_assign"); - log_rule_B("pos_compare"); - log_rule_B("pos_conditional"); - log_rule_B("pos_shift"); - log_rule_B("pos_bool"); - - if ( ( ent.pc->Is(CT_SHIFT) - && (options::pos_shift() & TP_LEAD)) - || ( ( ent.pc->Is(CT_ARITH) - || ent.pc->Is(CT_CARET)) - && (options::pos_arith() & TP_LEAD)) - || ( ent.pc->Is(CT_ASSIGN) - && (options::pos_assign() & TP_LEAD)) - || ( ent.pc->Is(CT_COMPARE) - && (options::pos_compare() & TP_LEAD)) - || ( ( ent.pc->Is(CT_COND_COLON) - || ent.pc->Is(CT_QUESTION)) - && (options::pos_conditional() & TP_LEAD)) - || ( ent.pc->Is(CT_BOOL) - && (options::pos_bool() & TP_LEAD))) - { - pc = ent.pc; - } - else - { - pc = ent.pc->GetNext(); - } - LOG_FMT(LSPLIT, "%s(%d): at '%s', orig col is %zu\n", - __func__, __LINE__, pc->Text(), pc->GetOrigCol()); - } - - if (pc->IsNullChunk()) - { - pc = start; - - // Don't break before a close, comma, or colon - if ( start->Is(CT_PAREN_CLOSE) - || start->Is(CT_PAREN_OPEN) - || start->Is(CT_FPAREN_CLOSE) - || start->Is(CT_FPAREN_OPEN) - || start->Is(CT_SPAREN_CLOSE) - || start->Is(CT_SPAREN_OPEN) - || start->Is(CT_ANGLE_CLOSE) - || start->Is(CT_BRACE_CLOSE) - || start->Is(CT_COMMA) - || start->IsSemicolon() - || start->Len() == 0) - { - LOG_FMT(LSPLIT, " ** NO GO **\n"); - - // TODO: Add in logic to handle 'hard' limits by backing up a token - return(true); - } - } - // add a newline before pc - prev = pc->GetPrev(); - - if ( prev->IsNotNullChunk() - && !pc->IsNewline() - && !prev->IsNewline()) - { - //int plen = (pc->Len() < 5) ? pc->Len() : 5; - //int slen = (start->Len() < 5) ? start->Len() : 5; - //LOG_FMT(LSPLIT, " '%.*s' [%s], started on token '%.*s' [%s]\n", - // plen, pc->Text(), get_token_name(pc->GetType()), - // slen, start->Text(), get_token_name(start->GetType())); - LOG_FMT(LSPLIT, "%s(%d): Text() '%s', type %s, started on token '%s', type %s\n", - __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), - start->Text(), get_token_name(start->GetType())); - - split_before_chunk(pc); - } - return(true); -} // split_line - - -/* - * The for statement split algorithm works as follows: - * 1. Step backwards and forwards to find the semicolons - * 2. Try splitting at the semicolons first. - * 3. If that doesn't work, then look for a comma at paren level. - * 4. If that doesn't work, then look for an assignment at paren level. - * 5. If that doesn't work, then give up. - */ -static void split_for_stmt(Chunk *start) -{ - LOG_FUNC_ENTRY(); - // how many semicolons (1 or 2) do we need to find - log_rule_B("ls_for_split_full"); - size_t max_cnt = options::ls_for_split_full() ? 2 : 1; - Chunk *open_paren = Chunk::NullChunkPtr; - size_t nl_cnt = 0; - - LOG_FMT(LSPLIT, "%s: starting on %s, line %zu\n", - __func__, start->Text(), start->GetOrigLine()); - - // Find the open paren so we know the level and count newlines - Chunk *pc = start; - - while ((pc = pc->GetPrev())->IsNotNullChunk()) - { - if (pc->Is(CT_SPAREN_OPEN)) - { - open_paren = pc; - break; - } - - if (pc->GetNlCount() > 0) - { - nl_cnt += pc->GetNlCount(); - } - } - - if (open_paren->IsNullChunk()) - { - LOG_FMT(LSPLIT, "No open paren\n"); - return; - } - // see if we started on the semicolon - int count = 0; - Chunk *st[2]; - - pc = start; - - if ( pc->Is(CT_SEMICOLON) - && pc->GetParentType() == CT_FOR) - { - st[count++] = pc; - } - - // first scan backwards for the semicolons - while ( (count < static_cast(max_cnt)) - && ((pc = pc->GetPrev())->IsNotNullChunk()) - && pc->IsNotNullChunk() - && pc->TestFlags(PCF_IN_SPAREN)) - { - if ( pc->Is(CT_SEMICOLON) - && pc->GetParentType() == CT_FOR) - { - st[count++] = pc; - } - } - // And now scan forward - pc = start; - - while ( (count < static_cast(max_cnt)) - && ((pc = pc->GetNext())->IsNotNullChunk()) - && pc->TestFlags(PCF_IN_SPAREN)) - { - if ( pc->Is(CT_SEMICOLON) - && pc->GetParentType() == CT_FOR) - { - st[count++] = pc; - } - } - - while (--count >= 0) - { - // TODO: st[0] may be uninitialized here - LOG_FMT(LSPLIT, "%s(%d): split before %s\n", __func__, __LINE__, st[count]->Text()); - split_before_chunk(st[count]->GetNext()); - } - - if ( !is_past_width(start) - || nl_cnt > 0) - { - return; - } - // Still past width, check for commas at parentheses level - pc = open_paren; - - while ((pc = pc->GetNext()) != start) - { - if ( pc->Is(CT_COMMA) - && (pc->GetLevel() == (open_paren->GetLevel() + 1))) - { - split_before_chunk(pc->GetNext()); - - if (!is_past_width(pc)) - { - return; - } - } - } - // Still past width, check for a assignments at parentheses level - pc = open_paren; - - while ((pc = pc->GetNext()) != start) - { - if ( pc->Is(CT_ASSIGN) - && (pc->GetLevel() == (open_paren->GetLevel() + 1))) - { - split_before_chunk(pc->GetNext()); - - if (!is_past_width(pc)) - { - return; - } - } - } - // Oh, well. We tried. -} // split_for_stmt - - -static void split_fcn_params_full(Chunk *start) -{ - LOG_FUNC_ENTRY(); - LOG_FMT(LSPLIT, "%s(%d): start at '%s'\n", __func__, __LINE__, start->Text()); - - // Find the opening function parenthesis - Chunk *fpo = start; - - LOG_FMT(LSPLIT, " %s(%d): search for opening function parenthesis\n", __func__, __LINE__); - - while ((fpo = fpo->GetPrev())->IsNotNullChunk()) - { - LOG_FMT(LSPLIT, " %s(%d): %s, orig col is %zu, level is %zu\n", - __func__, __LINE__, fpo->Text(), fpo->GetOrigCol(), fpo->GetLevel()); - - if ( fpo->Is(CT_FPAREN_OPEN) - && (fpo->GetLevel() == start->GetLevel() - 1)) - { - LOG_FMT(LSPLIT, " %s(%d): found open paren\n", __func__, __LINE__); - break; // opening parenthesis found. Issue #1020 - } - } - // Now break after every comma - Chunk *pc = fpo->GetNextNcNnl(); - - while (pc->IsNotNullChunk()) - { - if (pc->GetLevel() <= fpo->GetLevel()) - { - break; - } - - if ( (pc->GetLevel() == (fpo->GetLevel() + 1)) - && pc->Is(CT_COMMA)) - { - split_before_chunk(pc->GetNext()); - } - pc = pc->GetNextNcNnl(); - } -} - - -static void split_template(Chunk *start) -{ - LOG_FUNC_ENTRY(); - LOG_FMT(LSPLIT, " %s(%d): start %s\n", __func__, __LINE__, start->Text()); - LOG_FMT(LSPLIT, " %s(%d): back up until the prev is a comma\n", __func__, __LINE__); - - // back up until the prev is a comma - Chunk *prev = start; - - while ((prev = prev->GetPrev())->IsNotNullChunk()) - { - LOG_FMT(LSPLIT, " %s(%d): prev '%s'\n", __func__, __LINE__, prev->Text()); - - if ( prev->IsNewline() - || prev->Is(CT_COMMA)) - { - break; - } - } - - if ( prev->IsNotNullChunk() - && !prev->IsNewline()) - { - LOG_FMT(LSPLIT, " %s(%d):", __func__, __LINE__); - LOG_FMT(LSPLIT, " -- ended on %s --\n", get_token_name(prev->GetType())); - Chunk *pc = prev->GetNext(); - newline_add_before(pc); - size_t min_col = 1; - - log_rule_B("indent_continue"); - - if (options::indent_continue() == 0) - { - log_rule_B("indent_columns"); - min_col += options::indent_columns(); - } - else - { - min_col += abs(options::indent_continue()); - } - reindent_line(pc, min_col); - cpd.changes++; - } -} // split_templatefcn_params diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/c.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/c.test deleted file mode 100644 index 987cf62e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/c.test +++ /dev/null @@ -1,570 +0,0 @@ -# -# Test cases specifically for the C language. -# -# test.name config.file input.file - - -# little general tests ==================================================== - -00000 common/indent_columns-3.cfg c/comment-indent.c -00001 c/cpp_to_c-1.cfg c/comment-indent.c -00002 c/cpp_to_c-2.cfg c/comment-indent.c -00003 c/cpp_to_c-3.cfg c/comment-indent.c -00004 c/indent-1.cfg c/switch.c -00005 c/ben_047.cfg c/cmt-align.c -00006 common/indent_columns-3.cfg c/comment-convert.c -00007 c/cpp_to_c-1.cfg c/comment-convert.c -00008 c/cpp_to_c-2.cfg c/comment-convert.c -00009 c/cpp_to_c-3.cfg c/comment-convert.c - - -# brace styles - -00010 c/ben_048.cfg c/braces.c -00011 common/brace-allman.cfg c/braces.c -00012! c/brace-banner.cfg c/braces.c -00013 c/brace-gnu.cfg c/braces.c -00014 c/brace-kr.cfg c/braces.c -00015 c/brace-ws.cfg c/braces.c -00016 c/brace-ws2.cfg c/braces.c - -00020 c/ben_049.cfg c/define-if-indent.c -00050 c/brace-remove-2.cfg c/brace-remove.c -00051 c/brace-remove-all.cfg c/brace-remove.c -00052 c/brace-remove-all.cfg c/brace-remove2.c -00053 c/nl_brace_test.cfg c/brace.c -00054 c/if_chain.cfg c/if_chain.c -00055 c/cgal.cfg c/braces-2.c -00056 c/brace-remove-all.cfg c/brace-remove3.c -00057 c/if_chain.cfg c/brace-remove3.c -00058 c/brace-kr-nobr.cfg c/if_chain.c -00059 c/Issue_2205.cfg c/Issue_2205.c - -00060 c/ben_050.cfg c/braces-2.c -00061 c/ben_051.cfg c/braces-3.c -00062 c/ben_052.cfg c/braces-4.c -00065 c/ben_053.cfg c/braces-5.c -00066 c/ben_054.cfg c/vb-while.c -00067 c/ben_055.cfg c/vb-do.c -00068 c/ben_056.cfg c/bsnl.c -00069 c/ben_057.cfg c/vb-pp.c - -00070 c/ben_058.cfg c/return-multi.c -00071 common/ben_042.cfg c/include_define.h -00072 common/star_pos-0.cfg c/align-proto.c -00073 common/empty.cfg c/nl_proto_endif.c -00074 c/clang-has_include.cfg c/clang-has_include.h -00075 common/tde.cfg c/function_prototypes_alignment.c -00076 c/1225.cfg c/1225.c - -00081 c/else-if-1.cfg c/else-if.c -00082 c/else-if-2.cfg c/else-if.c -00083 c/Issue_3601.cfg c/Issue_3601.c - -00091 c/cond-1.cfg c/cond.c -00092 common/indent_columns-3.cfg c/cond.c -00093 c/sp_cond_colon.cfg c/cond.c -00094 c/Issue_3457.cfg c/Issue_3457.c - -00101 c/ben_061.cfg c/bugs-1.c -00102 c/space_indent_columns-3.cfg c/bugs-2.c -00103 c/ben_063.cfg c/bugs-3.c -00104 c/ben_064.cfg c/bugs-4.c -00105 c/ben_065.cfg c/bugs-5.c -00106 common/ben_011.cfg c/bugs-6.c -00107 common/ben_011.cfg c/bugs-7.c -00108 common/indent_columns-3.cfg c/bugs-8.c - -00110 c/ben_069.cfg c/misc.c -00111 c/brace-kr-br.cfg c/misc.c - -00120 c/sp_cmt_cpp_start-r.cfg c/sp_cmt_cpp_start.c -00121 common/sp_cmt_cpp_start-a.cfg c/sp_cmt_cpp_start.c -00122 common/sp_cmt_cpp_start_force.cfg c/sp_cmt_cpp_start.c -00123 c/cmt_reflow.cfg c/cmt_reflow.c - -00130 c/ben_070.cfg c/minus-minus.c -00131 c/Issue_3873.cfg c/Issue_3873.c -00135 c/nepenthes.cfg c/br_cmt.c -00136 common/empty.cfg c/Issue_4044.c - -00140 c/ben_071.cfg c/global-vars.c -00141 c/ben_072.cfg c/deref.c -00142 c/ben_073.cfg c/type-cast.c -00143 c/ben_074.cfg c/t3.in.c -00144 c/ben_075.cfg c/align-proto-vars.c -00145 c/ben_076.cfg c/vardefcol.c -00146 c/Issue_3516.cfg c/Issue_3516.c -00147 c/Issue_3517.cfg c/Issue_3516.c -00148 c/Issue_3518.cfg c/Issue_3518.c - -# casts - -00150 c/ben_077.cfg c/casts.c -00151 c/cast-sp-r.cfg c/casts.c -00152 c/cast-sp-a.cfg c/casts.c -00153 c/cast-type.cfg c/casts.c -00154 common/sp_after_cast.cfg c/casts.c -00155 c/ben_078.cfg c/cast_brace.c - -00156 c/nl_collapse_empty_1.cfg c/empty-braces.c -00157 c/nl_collapse_empty_2.cfg c/empty-braces.c -00158 c/nl_collapse_empty_3.cfg c/empty-braces.c -00159 c/nl_collapse_empty_4.cfg c/empty-braces.c - -# fcn indents - -00160 c/indent_func_param.cfg c/fcn_indent.c -00161 c/indent_func_call_param.cfg c/fcn_indent.c -00162 c/indent_func_def_param.cfg c/fcn_indent.c -00163 c/indent_func_proto_param.cfg c/fcn_indent.c -00164 c/rdan.cfg c/fcn_indent_func_def_col1.c -00165 c/sp_func_call_user_inside_fparen.cfg c/sp_func_call_user_inside_fparen.c - -00170 common/empty.cfg c/beautifier-off.c -00180 c/sf538.cfg c/lvalue.c - -00190 common/empty.cfg c/Issue_3559.c - - -# switch & case stuff - -00201 c/case-1.cfg c/case.c -00202 c/case-2.cfg c/case.c -00203 c/case-3.cfg c/case.c -00204 c/bug_1718.cfg c/bug_1718.c -00205 c/nl_before_return_false.cfg c/case-nl_before_return.c -00206 c/nl_before_return_true.cfg c/case-nl_before_return.c -00207 common/nl_before_ignore_after_case.cfg c/nl_before_ignore_after_case.c - - -# structure initializers - -00301 c/ben_079.cfg c/align-struct-init.c -00302 c/ben_080.cfg c/one-liner-init.c -00303 c/1liner-split.cfg c/one-liner-init.c -00304 c/1liner-no-split.cfg c/one-liner-init.c -00305 c/ben_081.cfg c/one-liner-define.c - -00310 common/empty.cfg c/sp_embed_comment.c -00311 c/comment_conversion.cfg c/comment_conversion_define.c -00312 c/comment_conversion.cfg c/comment_conversion_endif.c -00313 c/comment_conversion.cfg c/comment_conversion_long_lines.c -00314 c/comment_conversion.cfg c/comment_conversion_javadoc_single.c -00315 common/tde.cfg c/comment_conversion_trailing_c_multiline.c - -00320 c/rdan.cfg c/indent_first_bool_expr.c - - -# aligning tresholds - -00401 common/align-1.cfg c/align-equ.c -00402 common/align-1.cfg c/align-var.c -00403 c/align-2.cfg c/align-var.c -00404 c/align-3.cfg c/align-var.c -00405 c/align-3.cfg c/bits.c -00406 c/bug_i_771.cfg c/bug_i_771.c -00407 c/star-style-0.cfg c/star-style.c -00408 c/star-style-1.cfg c/star-style.c -00409 c/star-style-2.cfg c/star-style.c - -00411 c/align_typedef_gap-3_span-5.cfg c/align-typedef.c -00412 c/align_typedef_gap-3_span-5.cfg c/align-typedef.c -00413 c/align_typedef_func-1.cfg c/align-typedef.c -00414 c/align_typedef_func-2.cfg c/align-typedef.c -00415 c/align_stack.cfg c/align_stack.c -00416 c/align_sf_call_thresh_416.cfg c/align_sf_call_thresh_416.c -00417 c/align_sf_call_thresh_417.cfg c/align_sf_call_thresh_417.c -00418 c/align_sf_call_span_418.cfg c/align_sf_call_span_418.c -00419 c/align_sf_call_span_419.cfg c/align_sf_call_span_419.c -00420 c/Issue_2278.cfg c/Issue_2278.c - -00421 c/nl_ds_struct_enum_cmt-t.cfg c/nl_ds_struct_enum.c -00422 c/nl_ds_struct_enum-2.cfg c/nl_ds_struct_enum.c -00423 c/bug_1702.cfg c/bug_1702.c -00424 c/Issue_3506.cfg c/Issue_3506.c - -00430 common/empty.cfg c/paren-indent.c -00431 c/indent_paren_close-1.cfg c/paren-indent.c -00432 c/indent_paren_close-2.cfg c/paren-indent.c - -00440 c/bug_489.cfg c/bug_489.c - -00451 c/code_width-80.cfg c/enum_gallery.c -00452 c/nl_enum_own_lines-a.cfg c/enum_gallery.c -00453! c/nl_enum_own_lines-3.cfg c/enum_gallery.c -00454 c/nl_enum_own_lines-4.cfg c/enum_gallery.c - -00461 c/align_func_proto_star_amp-1.cfg c/align_func_proto_star_amp.h -00462 c/align_func_proto_star_amp-2.cfg c/align_func_proto_star_amp.h -00463 c/align_func_proto_star_amp-3.cfg c/align_func_proto_star_amp.h -00464 c/align_func_proto_star_amp-4.cfg c/align_func_proto_star_amp.h -00465 c/align_func_proto_star_amp-5.cfg c/align_func_proto_star_amp.h -00466 c/align_func_proto_star_amp-6.cfg c/align_func_proto_star_amp.h -00467 c/align_func_proto_star_amp-7.cfg c/align_func_proto_star_amp.h -00468 c/align_func_proto_star_amp-8.cfg c/align_func_proto_star_amp.h -00469 c/align_func_proto_star_amp-9.cfg c/align_func_proto_star_amp.h - -00470 c/align_trailing_do_cmt.cfg c/align_trailing_do_cmt.c - -# boolean and comma positioning - -00501 c/bool-pos-eol.cfg c/bool-pos.c -00502 c/bool-pos-sol.cfg c/bool-pos.c -00503 c/pos_compare-sol.cfg c/pos_compare.c -00504 c/pos_compare-eol.cfg c/pos_compare.c -00505 c/pos_conditional-l.cfg c/pos_conditional.c -00506 c/pos_conditional-t.cfg c/pos_conditional.c -00510 c/bool-pos-eol-break.cfg c/bool-pos.c -00511 c/bool-pos-sol-break.cfg c/bool-pos.c -00512 common/bool-pos-eol-force.cfg c/bool-pos.c -00513 c/bool-pos-sol-force.cfg c/bool-pos.c -00514 c/my_conf.cfg c/my_infile.c - -00600 common/indent_columns-3.cfg c/dos.c -00601 common/indent_columns-3.cfg c/mac.c -00611 common/empty.cfg c/pp-space.c -00612 c/pp-indent-2.cfg c/pp-space.c -00613 c/pp_indent-a.cfg c/pp-space.c -00614 c/pp-space.cfg c/pp-space.c -00615 c/pp-indent-2.cfg c/pp-nest.c -00616 c/pp_if_indent-1.cfg c/pp-if-indent.c -00617 c/rdan.cfg c/pp-if-indent.c -00618 c/pp_if_indent-4.cfg c/pp-if-indent.c -00619 c/Issue_3169.cfg c/Issue_3169.c - -00620 c/ben_083.cfg c/indent-assign.c -00621 c/nl_endif.cfg c/nl_endif.c -00622 c/indent_assign.cfg c/indent-off-after-assign.c - -00623 c/pp_space_none.cfg c/pp_space_before_after.c -00624 c/pp_space_after.cfg c/pp_space_before_after.c -00625 c/pp_space_before.cfg c/pp_space_before_after.c -00626 c/pp_space_before_after.cfg c/pp_space_before_after.c - -00631 c/nl_assign1.cfg c/nl_assign.c -00632 c/nl_assign2.cfg c/nl_assign.c -00633 c/nl_assign1.cfg c/bug_3156.c - -# function def newlines - -00701 common/func-def-1.cfg c/function-def.c -00702 common/func-def-2.cfg c/function-def.c -00703 common/func-def-3.cfg c/function-def.c - -00710 c/add_long_closebrace_comment_1.cfg c/add_long_comment.c - -# nl_after_semicolon and nl_after_open_brace - -00721 c/nl_semicolon.cfg c/nl-semicolon.c - -# function call newlines - -00730 c/nl_func_call-1.cfg c/nl_func_call.c -00731 c/nl_func_call-2.cfg c/nl_func_call.c -00732 c/nl_func_call-3.cfg c/nl_func_call.c -00733 c/nl_func_call-4.cfg c/nl_func_call.c -00734 c/nl_func_call-5.cfg c/nl_func_call.c - -# function types - -00801 c/ben_084.cfg c/fcn_type.c -00802 c/ben_085.cfg c/funcfunc.c -00803 c/sf537.cfg c/fcn_type.c - -# code width - -00901 c/width.cfg c/code_width.c -00902 common/width-2.cfg c/code_width.c -00903 c/width-3.cfg c/code_width.c - -# pascal ptr_type - -00910 c/pascal_ptr.cfg c/pascal_ptr.c -00911 c/empty_body.cfg c/pascal_ptr.c - -01000 c/mod-paren.cfg c/mod-paren.c -01001 c/nl-comment.cfg c/nl-comment.c -01002 c/mod-paren2.cfg c/mod-paren.c - -01005 c/mod_case_brace_add.cfg c/mod_case_brace.c -01006 common/mod_case_brace_rm.cfg c/mod_case_brace.c -01007 c/mod_move_case_brace.cfg c/mod_case_brace.c -01008 c/mod_case_brace_add.cfg c/Issue_3366.c -01009 c/mod_move_case_return.cfg c/mod_move_case_return.c -01010 c/mod_move_case_return.cfg c/mod_move_case_return_bad.c - -01011 common/del_semicolon.cfg c/semicolons.c -01012 c/ben_086.cfg c/semicolons.c - -01015 common/empty.cfg c/paren_indent.c -01016 c/align_attr.cfg c/align_attr.c - -01020 common/kw_subst.cfg c/kw_subst.c -01021 common/kw_subst3.cfg c/hello.c -01022 common/kw_subst3.cfg c/kw_subst.c - -01030 c/cmt_indent_multi-f.cfg c/multi.h - -01035 common/empty.cfg c/func_wrap.c -01036 common/sp_inside_fparen-f.cfg c/func_wrap.c -01037 c/type_wrap.cfg c/type_wrap.c - -01040 c/newline_after_endif.cfg c/newline_after_endif.c - -01050 c/func_call_user.cfg c/func_call_user.c - -01060 common/empty.cfg c/backslash-newline-lex.c - -01070 c/label_colon_nl_1.cfg c/various_colons.c -01071 c/label_colon_nl_2.cfg c/various_colons.c - -01080 common/empty.cfg c/bug_1196.c - -# big general tests - -02000 c/ben_087.cfg c/i2c-core.c -02001 c/preproc-cleanup.cfg c/directfb.h -02002 common/ben2.cfg c/i2c-core.c -02003 c/Issue_3353.cfg c/Issue_3353.h - -# clark's style - blank lines before and after flow control, indented comments - -02100 common/clark.cfg c/i2c-core.c -02101 common/clark.cfg c/comment-indent.c - -02200 c/xml-str.cfg c/xml.c -02201 c/xml-str.cfg c/align-string.c - -02300 c/ben_088.cfg c/preproc-if.c -02301 common/d.cfg c/preproc-if.c -02302 c/cpp_to_c-1.cfg c/nl-cont.c -02303 c/cpp_to_c-1.cfg c/nl-cont2.c - -02310 c/ben_089.cfg c/empty-for.c -02311 c/ben_090.cfg c/pragma.c - -02315 c/pp_ret.cfg c/pp_ret.c - -02320 c/nl_create_one_liner.cfg c/nl_create_one_liner.c -02325 common/sort_imports.cfg c/sort_include.c - -02330 c/leave_one_liners.cfg c/one_liners.c - -# some embedded sql stuff - -02400 c/ben_091.cfg sql/mysql.sqc C -02401 c/ben_092.cfg sql/sta-select.sqc C -02402 c/issue_527.cfg sql/issue_527.sqc C - -02410 c/pp_if_indent-0.cfg c/ifdef-indent.c -02411 c/pp_if_indent-1.cfg c/ifdef-indent.c -02412 c/pp_if_indent-2.cfg c/ifdef-indent.c -02413 c/pp_if_indent-3.cfg c/ifdef-indent.c -02414 c/nl_whole_file_ifdef.cfg c/whole_file_ifdef.c -02415 c/endif.cfg c/endif.c -02416 c/cmt_nl_end.cfg c/cmt_nl_end.c - -02421 c/cmt_multi_check_last-f.cfg c/cmt_multi.c -02422 common/empty.cfg c/cmt_multi.c -02423 common/empty.cfg c/cmt_multi_utf8.c - -02431 c/align_right_cmt_gap-1.cfg c/cmt_right_align.c -02432 c/space_indent_columns-3.cfg c/cmt_right_align.c - -02440 common/empty.cfg c/string_utf8.c -02441 common/empty.cfg c/utf8-identifiers.c - -02451 c/return-1.cfg c/nl_return_expr.c -02452 c/return-2.cfg c/nl_return_expr.c -02453 c/return-3.cfg c/nl_return_expr.c -02454 c/return-4.cfg c/nl_return_expr.c - -02455 common/mod_paren_on_return-a.cfg c/macro-returns.c -02456 common/mod_paren_on_return-r.cfg c/macro-returns.c -02457 c/nl_before_return_true.cfg c/nl_before_return.c - -02460 c/freebsd.cfg c/freebsd.c - -02486 c/doxy-comment-no.cfg c/doxy-comment.c -02487 c/doxy-comment-yes.cfg c/doxy-comment.c - -02501 c/ger.cfg c/custom_types_ssl.c -02502 c/custom_types_ssl.cfg c/custom_types_ssl.c -#02503 ger.cfg c/pp_concat_asn1.h - -02504 c/align_keep_extra.cfg c/align_keep_extra.c -02505 c/align_multi.cfg c/align_assigns.c -02506 c/align-4.cfg c/align_assign_var_defs.c - -02510 c/ben_093.cfg c/asm.c - -02520 c/pp_indent_with_tabs_0.cfg c/pp_indent_with_tabs.c -02521 c/pp_indent_with_tabs_1.cfg c/pp_indent_with_tabs.c -02522 c/pp_indent_with_tabs_2.cfg c/pp_indent_with_tabs.c -02523 c/pp_indent_with_tabs_-1_0.cfg c/pp_indent_with_tabs.c -02524 c/pp_indent_with_tabs_-1_1.cfg c/pp_indent_with_tabs.c -02525 c/pp_indent_with_tabs_-1_2.cfg c/pp_indent_with_tabs.c - -02530 common/empty.cfg c/pp_multiline_define.c -02531 common/Issue_3052.cfg c/pp_multiline_define.c -02532 c/pp_multiline_define_ignore_body.cfg c/pp_multiline_define.c -02533 c/pp_multiline_define_with_spaces.cfg c/pp_multiline_define.c -02534 c/pp_multiline_define_align_nl.cfg c/pp_multiline_define.c -02535 c/pp_multiline_define_align_pp_col1.cfg c/pp_multiline_define.c -02536 c/pp_multiline_define_align_pp_cnt3.cfg c/pp_multiline_define.c -02537 c/pp_multiline_define_align_pp_ml4.cfg c/pp_multiline_define.c -02538 c/pp_multiline_define_align_pp_ml2.cfg c/pp_multiline_define.c -02539 c/pp_multiline_define_align_pp_ml0.cfg c/pp_multiline_define.c -02540 c/pp_multiline_define_align_pp_ml-1.cfg c/pp_multiline_define.c -02541 c/pp_multiline_define_align_pp_ml-5.cfg c/pp_multiline_define.c -02542 c/align_nl_cont-2.cfg c/pp_multiline_define.c -02543 c/align_nl_cont-3.cfg c/pp_multiline_define.c -02544 c/align_nl_cont_spaces-5.cfg c/pp_multiline_define.c - -02550 c/Issue_3852.cfg c/func_var_multi_paren.c - -07630 c/indent-vbrace.cfg c/indent-vbrace.c - -08399 c/ben_095.cfg c/gh399.c - -09594 common/indent_columns-3.cfg c/sf594.c -09588 common/empty.cfg c/sf588.c - -09601 common/bug_637.cfg c/bug_637.c -09602 common/bug_671.cfg c/bug_671.c -09603 common/indent_ternary_operator-1.cfg c/indent_ternary-1.c -09604 common/indent_ternary_operator-2.cfg c/indent_ternary-2.c -09605 common/sp_arith-f.cfg c/negative_value.c -09606 c/ptr-arith.cfg c/extern.c -09607 c/ptr-arith.cfg c/attribute.c -09608 common/aet-func_call_user.cfg c/func_call_user2.c -09609 c/Issue_2279.cfg c/Issue_2279.c - -09610 c/force_tab_after_define-t.cfg c/bug_i_876.c -09611 common/space_indent_columns-4.cfg c/bug_i_222.c -09612 common/empty.cfg c/bug_1041.c -09613 common/empty.cfg c/i1413.c -09614 common/empty.cfg c/string_prefixes.c -09615 c/i1564.cfg c/i1564.c -09616 c/enum_comma_ifdef.cfg c/enum_comma_ifdef.c -09617 c/Issue_2360-a.cfg c/Issue_2360.c -09618 c/Issue_2360-b.cfg c/Issue_2360.c -09619 c/Issue_2411.cfg c/Issue_2411.c - -09620 c/Issue_2640.cfg c/Issue_2640.c -09621 c/preproc-cleanup.cfg c/pp-before-func-def.c -09622 c/Issue_3356.cfg c/Issue_3356.c -09623 c/convert_cmt_vbrace_one_line.cfg c/vbrace_one_liner.c - -10003 common/empty.cfg c/incdec_postfix_multiply.c -10004 c/ben_094.cfg c/pragma_asm.c -10005 common/empty.cfg c/i1270.c -10006 c/bug_2331.cfg c/bug_2331.c -10007 c/indent_macro_brace-true.cfg c/indent-macro-brace.c -10008 c/indent_macro_brace-false.cfg c/indent-macro-brace.c -10009 common/empty.cfg c/return-compound-literal.c - -10010 c/indent_compound_literal_return-false.cfg c/return-compound-literal.c -10011 c/indent_compound_literal_return-true.cfg c/return-compound-literal.c -10012 c/indent_sparen_extra-8.cfg c/sparen-indent.c -10013 common/empty.cfg c/sparen-indent.c -10014 common/indent_continue-8.cfg c/sparen-indent.c -10015 common/empty.cfg c/Issue_2845.h -10016 c/Issue_3233.cfg c/Issue_3233.c -10017 c/sp_sparen_paren-a.cfg c/double-sparen.c -10018 c/sp_sparen_paren-i.cfg c/double-sparen.c -10019 c/pp_indent_in_guard.cfg c/include-guard.h -10020 c/indent_single_line_comments_after.cfg c/single_line_comment_after.c -10021 common/sp_cparen_oparen-f.cfg c/parenthesized_indirect_call.c -10022 c/Issue_3269.cfg c/Issue_3269.c -10023 c/Issue_3272.cfg c/Issue_3272.h -10024 c/Issue_3274.cfg c/Issue_3274.c -10025 c/sp_between_semi_for_empty-r.cfg c/forever.c -10026 c/sp_between_semi_for_empty-i.cfg c/forever.c -10027 c/Issue_3327.cfg c/Issue_3327.c -10028 c/sp_emb_cmt-i.cfg c/Issue_3339.c -10029 c/sp_emb_cmt-f.cfg c/Issue_3339.c -10030 c/sp_emb_cmt-r.cfg c/Issue_3339.c -10031 c/sp_after_pointer_star-r.cfg c/Issue_3342.c -10032 c/sp_after_pointer_star-r.cfg c/Issue_3345.c -10033 c/pp_include_at_level-true.cfg c/Issue_3343.c -10034 c/pp_include_at_level-false.cfg c/Issue_3343.c -10035 c/indent_comment_align_thresh-0.cfg c/comment-indent.c -10036 c/Issue_3350.cfg c/comment-indent.c -10037 c/indent_case_comment-true.cfg c/Issue_3362.c -10038 c/indent_case_comment-false.cfg c/Issue_3362.c -10039 c/Issue_3370.cfg c/Issue_3370.c -10040 c/Issue_3377.cfg c/Issue_3377.c -10041 c/Issue_3351.cfg c/Issue_3351.c -10042 c/sp_ptr_star_func_var-i.cfg c/Issue_3376.c -10043 c/sp_ptr_star_func_var-a.cfg c/Issue_3376.c -10044 c/sp_ptr_star_func_var-r.cfg c/Issue_3376.c -10045 c/sp_ptr_star_func_var-f.cfg c/Issue_3376.c -10046 c/Issue_3402.cfg c/Issue_3402.c -10047 c/pp_if_indent_code-true.cfg c/Issue_3421.h -10048 c/Issue_3431.cfg c/Issue_3431.c -10049 c/indent_paren_close--1.cfg c/Issue_3436.c -10050 common/empty.cfg c/Issue_3192.c -10051 c/Issue_3454.cfg c/Issue_3454.c -10052 c/Issue_3472.cfg c/Issue_3472.c -10053 c/Issue_3476.cfg c/Issue_3476.c -10054 c/Issue_3480.cfg c/Issue_3480.c -10055 c/Issue_3493.cfg c/Issue_3493.c -10056 c/sp_enum_brace-i.cfg c/Issue_3496.h -10057 c/sp_enum_brace-a.cfg c/Issue_3496.h -10058 c/sp_enum_brace-r.cfg c/Issue_3496.h -10059 c/sp_enum_brace-f.cfg c/Issue_3496.h -10060 c/indent_ignore_bool-true.cfg c/Issue_3548.c -10061 c/Issue_3556.cfg c/Issue_3556.c -10062 c/Issue_3561.cfg c/Issue_3561.c -10063 c/Issue_3565.cfg c/Issue_3565.c -10064 c/Issue_3567-a.cfg c/Issue_3567.c -10065 c/Issue_3567-b.cfg c/Issue_3567.c -10066 c/Issue_3580.cfg c/Issue_3580.c -10077 c/Issue_3582.cfg c/Issue_3582.c -10078 c/pp_indent_brace--1.cfg c/Issue_3587.h -10079 c/Issue_3662.cfg c/Issue_3662.c -10080 c/mod_infinite_loop-0.cfg c/infinite-loops.c -10081 c/mod_infinite_loop-1.cfg c/infinite-loops.c -10082 c/mod_infinite_loop-2.cfg c/infinite-loops.c -10083 c/mod_infinite_loop-3.cfg c/infinite-loops.c -10084 c/mod_infinite_loop-4.cfg c/infinite-loops.c -10085 c/mod_infinite_loop-5.cfg c/infinite-loops.c -10086 c/Issue_3716-1.cfg c/infinite-loops.c -10087 c/Issue_3716-2.cfg c/infinite-loops.c -10088 c/Issue_3716-3.cfg c/infinite-loops.c -10089 c/Issue_3716-4.cfg c/infinite-loops.c -10090 c/Issue_3716-5.cfg c/infinite-loops.c -10091 c/mod_short_int-a.cfg c/int-types.c -10092 c/mod_short_int-r.cfg c/int-types.c -10093 c/mod_long_int-a.cfg c/int-types.c -10094 c/mod_long_int-r.cfg c/int-types.c -10095 c/mod_signed_int-a.cfg c/int-types.c -10096 c/mod_signed_int-r.cfg c/int-types.c -10097 c/mod_unsigned_int-a.cfg c/int-types.c -10098 c/mod_unsigned_int-r.cfg c/int-types.c -10099 c/mod_int_short-a.cfg c/int-types.c -10100 c/mod_int_short-r.cfg c/int-types.c -10101 c/mod_int_long-a.cfg c/int-types.c -10102 c/mod_int_long-r.cfg c/int-types.c -10103 c/mod_int_signed-a.cfg c/int-types.c -10104 c/mod_int_signed-r.cfg c/int-types.c -10105 c/mod_int_unsigned-a.cfg c/int-types.c -10106 c/mod_int_unsigned-r.cfg c/int-types.c -10107 c/mod_int-shift-left.cfg c/int-types.c -10108 c/mod_int-shift-right.cfg c/int-types.c -10109 c/mod_int-add-all-prefer-left.cfg c/int-types.c -10110 c/mod_int-add-all-prefer-right.cfg c/int-types.c -10111 c/mod_int-remove-left.cfg c/int-types.c -10112 c/mod_int-remove-right.cfg c/int-types.c -10113 c/mod_int-remove-all.cfg c/int-types.c -10114 c/Issue_3989.cfg c/Issue_3989.c - -10120 c/sp_after_sparen-i.cfg c/sp_after_sparen.c -10121 c/sp_after_sparen-a.cfg c/sp_after_sparen.c -10122 c/sp_after_sparen-r.cfg c/sp_after_sparen.c -10123 c/sp_after_sparen-f.cfg c/sp_after_sparen.c - -10124 common/tde.cfg c/Issue_3985.c -10125 common/tde.cfg c/Issue_3992.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30345-issue_3105_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30345-issue_3105_2.cpp deleted file mode 100644 index 6c5e374a..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30345-issue_3105_2.cpp +++ /dev/null @@ -1,98 +0,0 @@ -struct KPluginSelectionWidget::KPluginSelectionWidgetPrivate -{ - KPluginSelectionWidgetPrivate(KPluginSelector *_kps, const TQString &_cat, - TDEConfigGroup *_config) : - widgetstack(0), kps(_kps), config(_config), tooltip(0), catname(_cat), currentplugininfo(0), - visible(true), currentchecked(false), changed(0) - { - moduleParentComponents.setAutoDelete(true); - } -}; - -KPasswordDialog::KPasswordDialog(Types type, bool enableKeep, int extraBttn, TQWidget *parent, - const char *name) : - KDialogBase(parent, name, true, "", Ok | Cancel | extraBttn, - Ok, true), m_Keep(enableKeep ? 1 : 0), m_Type(type), m_keepWarnLbl(0), - d(new KPasswordDialogPrivate) -{ - d->iconName = "password"; - init(); - - const TQString strengthBarWhatsThis(i18n( - "The password strength meter gives an indication of the security " - "of the password you have entered. To improve the strength of " - "the password, try:\n" - " - using a longer password;\n" - " - using a mixture of upper- and lower-case letters;\n" - " - using numbers or symbols, such as #, as well as letters.")); - - int retVal = KMessageBox::warningContinueCancel(this, - i18n( - "The password you have entered has a low strength. " - "To improve the strength of " - "the password, try:\n" - " - using a longer password;\n" - " - using a mixture of upper- and lower-case letters;\n" - " - using numbers or symbols as well as letters.\n" - "\n" - "Would you like to use this password anyway?"), - i18n("Low Password Strength")); -} - -static const int POPUP_FLAGS = TQt::WStyle_Customize | TQt::WDestructiveClose | TQt::WX11BypassWM | - TQt::WStyle_StaysOnTop | TQt::WStyle_Tool | TQt::WStyle_NoBorder; - -KPassivePopup::KPassivePopup(TQWidget *parent, const char *name, WFlags f) : - TQFrame(0, name, (WFlags)(f ? (int)f : POPUP_FLAGS)), window(parent ? parent->winId() : 0L), - msgView(0), topLayout(0), hideDelay(DEFAULT_POPUP_TIME), - hideTimer(new TQTimer(this, "hide_timer")), - m_autoDelete(false) -{ - init(DEFAULT_POPUP_TYPE); - - move(right ? d->anchor.x() - width() + 20 : (d->anchor.x() < 11 ? 11 : d->anchor.x() - 20), - bottom ? d->anchor.y() - height() : (d->anchor.y() < 11 ? 11 : d->anchor.y())); -} - -TDEToggleAction* showMenubar(const TQObject *recvr, const char *slot, TDEActionCollection *parent, - const char *_name) -{ - TDEToggleAction *ret; - ret = new TDEToggleAction(i18n("Show &Menubar"), "showmenu", - TDEStdAccel::shortcut(TDEStdAccel::ShowMenubar), recvr, slot, parent, - _name ? _name : name(ShowMenubar)); - ret->setWhatsThis(i18n("Show Menubar

" - "Shows the menubar again after it has been hidden")); - KGuiItem guiItem(i18n("Hide &Menubar"), 0 /*same icon*/, TQString::null, - i18n("Hide Menubar

" - "Hide the menubar. You can usually get it back using the right mouse button inside the window itself.")); - return ret; -} - -KProgressBoxDialog::KProgressBoxDialog(TQWidget *parent, const char *name, const TQString &caption, - const TQString &text, bool modal) : - KDialogBase(KDialogBase::Plain, caption, KDialogBase::Cancel, - KDialogBase::Cancel, parent, name, modal), mAutoClose(true), mAutoReset(false), - mCancelled(false), mAllowCancel(true), mAllowTextEdit(false), mShown(false), mMinDuration(2000), - d(new KProgressBoxDialogPrivate) -{ - KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon()); -} - -TDEPopupMenu* KPixmapRegionSelectorWidget::createPopupMenu() -{ - TDEPopupMenu *popup = new TDEPopupMenu(this, "PixmapRegionSelectorPopup"); - popup->insertTitle(i18n("Image Operations")); - - TDEAction *action = new TDEAction(i18n("&Rotate Clockwise"), "object-rotate-right", 0, - TQT_TQOBJECT(this), TQT_SLOT(rotateClockwise()), - TQT_TQOBJECT(popup), "rotateclockwise"); - action->plug(popup); - - action = new TDEAction(i18n("Rotate &Counterclockwise"), "object-rotate-left", 0, - TQT_TQOBJECT(this), TQT_SLOT(rotateCounterclockwise()), - TQT_TQOBJECT(popup), - "rotatecounterclockwise"); - action->plug(popup); - return popup; -} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34330-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34330-Issue_3061_0nl.cpp deleted file mode 100644 index f276710e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34330-Issue_3061_0nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34331-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34331-Issue_3061_1nl.cpp deleted file mode 100644 index f276710e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34331-Issue_3061_1nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34332-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34332-Issue_3061_2nl.cpp deleted file mode 100644 index f276710e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34332-Issue_3061_2nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34333-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34333-Issue_3061_0nl.cpp deleted file mode 100644 index 38af2ebd..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34333-Issue_3061_0nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34334-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34334-Issue_3061_1nl.cpp deleted file mode 100644 index 38af2ebd..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34334-Issue_3061_1nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34335-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34335-Issue_3061_2nl.cpp deleted file mode 100644 index 38af2ebd..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34335-Issue_3061_2nl.cpp +++ /dev/null @@ -1,17 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34336-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34336-Issue_3061_0nl.cpp deleted file mode 100644 index 1d93caa5..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34336-Issue_3061_0nl.cpp +++ /dev/null @@ -1,18 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34337-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34337-Issue_3061_1nl.cpp deleted file mode 100644 index 1d93caa5..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34337-Issue_3061_1nl.cpp +++ /dev/null @@ -1,18 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34338-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34338-Issue_3061_2nl.cpp deleted file mode 100644 index 1d93caa5..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34338-Issue_3061_2nl.cpp +++ /dev/null @@ -1,18 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34339-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34339-Issue_3061_0nl.cpp deleted file mode 100644 index 42b6641d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34339-Issue_3061_0nl.cpp +++ /dev/null @@ -1,19 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34340-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34340-Issue_3061_1nl.cpp deleted file mode 100644 index 42b6641d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34340-Issue_3061_1nl.cpp +++ /dev/null @@ -1,19 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34341-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34341-Issue_3061_2nl.cpp deleted file mode 100644 index 42b6641d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34341-Issue_3061_2nl.cpp +++ /dev/null @@ -1,19 +0,0 @@ -DCOPClient::DCOPClient() -{ - TQObject::connect( - &d->postMessageTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - processPostedMessagesInternal())); - TQObject::connect( - &d->eventLoopTimer, - TQT_SIGNAL(timeout()), - this, - TQT_SLOT( - eventLoopTimeout())); -} - -#include - - diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.editorconfig b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.editorconfig similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.editorconfig rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.editorconfig diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.gitattributes b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.gitattributes similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.gitattributes rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.gitattributes diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.github/ISSUE_TEMPLATE b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.github/ISSUE_TEMPLATE similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.github/ISSUE_TEMPLATE rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.github/ISSUE_TEMPLATE diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.github/workflows/uncrustify_test.yml b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.github/workflows/uncrustify_test.yml similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.github/workflows/uncrustify_test.yml rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.github/workflows/uncrustify_test.yml diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.gitignore b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.gitignore similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.gitignore rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.gitignore diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.travis.yml b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.travis.yml similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/.travis.yml rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/.travis.yml diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/AUTHORS b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/AUTHORS new file mode 100644 index 00000000..c3baaf97 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/AUTHORS @@ -0,0 +1,190 @@ +Author: +2005 - 2016 : Ben Gardner + +Maintenance: +Guy Maurel +Michele Calgaro +Matthew Woehlke + +until 2022-11-22: +Other collaborators: +Alan Fineberg +Alexander GQ Gerasiov +Alex Henrie +André Berg +Andrei Alexandrescu +Andrey Starodubtsev +Anirban Pramanick +Antti Tapaninen +Arne Forlie +Arseniy Shestakov +asobhy +atauzki +Aurélien Gâteau +Benio +Ben Iofel +Ben Mayo +Beren Minor +Bi-Ruei, Chiu +Biswa96 +Biswapriyo Nath +B. Kevin Hardman +Bogdan Popescu +Brandon Slack +Brecht Sanders +Brendan Long +Brian Kelley +CharlieYJH +Chris Lalancette +Clemens Rabe +Clint Lawrence +Code Able +Cody Schafer +Corentin Noël +Dandielo +Daniel Chumak +Daniele Bartolini +Dan Rose +Dave Lee +David Catmull +David E. O'Brien +David Lechner +David Schaefgen +Dirk Thomas +Dittrich, Rico +Dmitry Marakasov +Dmitry Povolotsky +Dmytro Povolotskyi +Dundar Göc +Dženan Zukić +Eism +Emerson Knapp +Emmanuel Christophe +epac-tom +Ethan Gao +Florin Pop +Frank J. T. Wojcik +Gary Ash +Ger Hobbelt +Hackerpilot +Hannes Schmidt +hghdev +Huang-Ming Huang +Husk3r +Ilya Lyubimov +Ingo Brückl +Ivan Nazarenko +Ivan Romanov +Jakub Lukasiewicz +Jakub Łukasiewicz +Jakub Schmidtke +Jan Weiß +Jason +JavDevGames +Jeremy H +Jeremy T Hilliker +Jim Meyering +Jiri Hruska +jodi.the.tigger@gmail.com +Jody Hagins +Joel Ostraat +Joergen Ibsen +Johnny Oskarsson +Jonas Hurrelmann +Jorengarenar +Joshua Gross +Joshua Parker +Julian Picht +Kalle Raiskila +Keepun +Kevin Wong +krys +Laurent Tréguier +Lauri Kasanen +lbmaian +Leon Breedt +Lorenz Haas +Lykurg +Maciej Bogusz +Manning, James +Marco Stephan +Marcus Nilsson +Marek Fort +Marius Zwicker +Mark Stegeman +Markus Geimer +Martin Delille +Martin Simonovsky +Martin Storsjo +Matthew McDole +Matthew Woehlke +Maxim Mikityanskiy +Max Smolens +MeXx +Michaël Peeters +Michele Calgaro +Mihai Popescu +Mike +Mike Gelfand +Mirko König +mjbogusz +MrTheMake +Nate +neok-m4700 +Nico Decker +Oleg Liatte +Oleg Smolsky +Owen Rudge +Pat Notz +Patrick Rohr +Paul Cercueil +Paul Smith +Pavel Geiger +Paweł Benetkiewicz +PerfectCarl +Peter Bruin +Peter Hartley +Peter Jonas +Peter Kolbus +Peter Tao +Peter Waller +Piet Van Reepingen +PMheart +Randolph R. Settgast +Randolph Settgast +RaveTheTadpole +Ray Strode +Richard Maxwell +Ricky Lopez +Roland Schulz +Roman Gordienko +Ryan Maxwell +Samish Chandra Kolli +Samish Kolli +Scott Bilas +Sebastian Andersson +Sebastian Bilek +S. Gilles +Shazron Abdullah +Siddharth Kannan +Slávek Banko +Spark-NF +Stefan Koch +Stefan Nunninger +Stephen Gilles +Steven Lee +Suhaib Ishaque +t-bltg +Tim Hütz +Timotheus Pokorra +Todd Richmond +Twigz +U-RDEC\ParkerJS +Vadim Zeitlin +Viktor Kireev +Vincent Rouillé +Vojtěch Balík +Vyacheslav Shegai +Waldir Pimenta +Yannick Bühler +Yegor Yefremov diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/BUGS b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/BUGS similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/BUGS rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/BUGS diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CMakeLists.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CMakeLists.txt new file mode 100644 index 00000000..6a48dae0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CMakeLists.txt @@ -0,0 +1,557 @@ +cmake_minimum_required(VERSION 3.5) + +project(uncrustify) + +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") + message(FATAL_ERROR " + In-source builds are not supported, please remove the `CMakeFiles' + folder and `CMakeCache.txt', and create a folder for the build: + mkdir build; cd build; cmake .. + ") +endif() + +include(CheckCXXCompilerFlag) +include(CheckIncludeFileCXX) +include(CheckSymbolExists) +include(CheckCXXSymbolExists) +include(CheckTypeSize) +include(CTest) + +if( ${CMAKE_VERSION} VERSION_LESS "3.12" ) + find_package( PythonInterp ) + if( NOT PYTHON_EXECUTABLE ) + message( FATAL_ERROR "Python is required, but was not found on your system" ) + endif() + else( ) + find_package(Python3 REQUIRED) + set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE}) +endif() + +# +# Check compiler flags +# +if(MSVC) + add_definitions(/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /wd4267) + add_definitions(/utf-8) +elseif(CMAKE_COMPILER_IS_GNUCXX) + set(gcc_warning_flags + -Wall + -Wextra + -Wshadow + -Wpointer-arith + -Wcast-qual + -Wcast-align + -Wc++11-extensions + ) + foreach(flag ${gcc_warning_flags}) + string(REGEX REPLACE "[^a-zA-Z0-9]+" "_" flag_var "CXXFLAG_${flag}") + CHECK_CXX_COMPILER_FLAG("${flag}" ${flag_var}) + if(${flag_var}) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${flag}") + endif() + unset(flag_var) + endforeach() + if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-field-initializers") + endif() + unset(gcc_warning_flags) +elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-deprecated-declarations") +endif() + +set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD_REQUIRED YES) + +if(ENABLE_SANITIZER) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1 -fno-omit-frame-pointer -fsanitize=${ENABLE_SANITIZER}") +endif() + +#set(UNCRUSTIFY_SEPARATE_TESTS "True") + +include_directories( + ${PROJECT_BINARY_DIR}/src + ${PROJECT_SOURCE_DIR}/src + ${PROJECT_BINARY_DIR} +) + +# +# Determine config +# +if(WIN32) + # Windows builds use src/windows_compat.h instead of config.h +else() + # Generate config.h + set(avail_headers "") + + set(headers + inttypes.h + memory.h + stdint.h + stdlib.h + strings.h + string.h + sys/stat.h + sys/types.h + unistd.h + utime.h + ) + foreach(header ${headers}) + string(TOUPPER "${header}" header_uc) + string(REGEX REPLACE "[^A-Z0-9_]" "_" include_var "HAVE_${header_uc}") + check_include_file_cxx("${header}" ${include_var}) + if(${include_var}) + list(APPEND avail_headers ${header}) + endif() + unset(include_var) + unset(header_uc) + endforeach() + unset(headers) + + check_include_file("stdbool.h" HAVE_STDBOOL_H) + + set(symbols + memset + strcasecmp + strchr + strdup + strerror + strtol + strtoul + ) + foreach(symbol ${symbols}) + string(TOUPPER "${symbol}" symbol_uc) + string(REGEX REPLACE "[^A-Z0-9_]" "_" symbol_var "HAVE_${symbol_uc}") + check_cxx_symbol_exists("${symbol}" "${avail_headers}" ${symbol_var}) + unset(symbol_var) + unset(symbol_uc) + endforeach() + unset(symbols) + + unset(avail_headers) + + check_type_size(_Bool _BOOL LANGUAGE C) + + configure_file(src/config.h.in config.h @ONLY) +endif() + +# +# Generate uncrustify_version.h +# + +set(UNCRUSTIFY_VERSION "0.78.1_f") + +option(NoGitVersionString "Do not use make_version.py and git to build a version string" OFF) +if(NoGitVersionString) + configure_file(src/uncrustify_version.h.in uncrustify_version.h @ONLY) + add_custom_target(generate_version_header) # Dummy target +else() + # Add target to generate version header; + # do this every build to ensure git SHA is up to date + add_custom_target(generate_version_header + BYPRODUCTS "${PROJECT_BINARY_DIR}/uncrustify_version.h" + COMMAND + ${CMAKE_COMMAND} + -D PYTHON_EXECUTABLE:STRING=${PYTHON_EXECUTABLE} + -D SOURCE_DIR:PATH="${PROJECT_SOURCE_DIR}" + -D INPUT:PATH="${PROJECT_SOURCE_DIR}/src/uncrustify_version.h.in" + -D OUTPUT:PATH="${PROJECT_BINARY_DIR}/uncrustify_version.h" + -D UNCRUSTIFY_VERSION:STRING="${UNCRUSTIFY_VERSION}" + -P ${PROJECT_SOURCE_DIR}/cmake/GenerateVersionHeader.cmake + COMMENT "Generating version header" + ) + set_source_files_properties( + "${PROJECT_BINARY_DIR}/uncrustify_version.h" + PROPERTIES GENERATED TRUE + ) +endif() + +# +# Generate token_names.h +# +add_custom_command( + OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/token_names.h" + COMMAND ${CMAKE_COMMAND} + "-Dsrc_file=${PROJECT_SOURCE_DIR}/src/token_enum.h" + "-Ddst_file=${CMAKE_CURRENT_BINARY_DIR}/token_names.h" + -P "${PROJECT_SOURCE_DIR}/cmake/GenerateTokenNames.cmake" + MAIN_DEPENDENCY src/token_enum.h + COMMENT "Generating token_names.h" +) + +# Set up commands for generated source files +function(py_gen OUTPUT SCRIPT INPUT) + set(out "${PROJECT_BINARY_DIR}/src/${OUTPUT}") + set(deps "${PROJECT_SOURCE_DIR}/src/${INPUT}") + get_filename_component(outdir "${out}" DIRECTORY) + foreach(arg IN LISTS ARGN) + if (IS_ABSOLUTE "${arg}") + list(APPEND deps "${arg}") + else() + list(APPEND deps "${PROJECT_SOURCE_DIR}/src/${arg}") + endif() + endforeach() + + add_custom_command( + OUTPUT "${out}" + COMMAND ${CMAKE_COMMAND} -E make_directory "${outdir}" + COMMAND ${PYTHON_EXECUTABLE} + "${PROJECT_SOURCE_DIR}/scripts/${SCRIPT}" + "${out}" + ${deps} + DEPENDS ${deps} "${PROJECT_SOURCE_DIR}/scripts/${SCRIPT}" + MAIN_DEPENDENCY src/${INPUT} + COMMENT "Generating ${OUTPUT}" + ) +endfunction() + +py_gen(punctuator_table.h + make_punctuator_table.py + symbols_table.h +) + +py_gen(options.cpp + make_options.py + options.h + options.cpp.in +) + +py_gen(option_enum.h + make_option_enum.py + option.h + option_enum.h.in +) + +py_gen(option_enum.cpp + make_option_enum.py + option.h + option_enum.cpp.in +) + +py_gen(../etc/uncrustify.xml + make_katehl.py + ../etc/uncrustify.xml.in + "${PROJECT_BINARY_DIR}/uncrustify_version.h" + options.h + option.h + token_enum.h +) + +# +# Uncrustify +# +set(uncrustify_sources + src/align_add.cpp + src/align_asm_colon.cpp + src/align_assign.cpp + src/align_braced_init_list.cpp + src/align.cpp + src/align_eigen_comma_init.cpp + src/align_func_params.cpp + src/align_func_proto.cpp + src/align_init_brace.cpp + src/align_left_shift.cpp + src/align_log_al.cpp + src/align_nl_cont.cpp + src/align_oc_decl_colon.cpp + src/align_oc_msg_colons.cpp + src/align_oc_msg_spec.cpp + src/align_preprocessor.cpp + src/align_same_func_call_params.cpp + src/align_stack.cpp + src/align_struct_initializers.cpp + src/align_tab_column.cpp + src/align_tools.cpp + src/align_trailing_comments.cpp + src/align_typedefs.cpp + src/align_var_def_brace.cpp + src/args.cpp + src/backup.cpp + src/brace_cleanup.cpp + src/braces.cpp + src/calculate_closing_brace_position.cpp + src/change_int_types.cpp + src/check_template.cpp + src/chunk.cpp + src/ChunkStack.cpp + src/combine.cpp + src/combine_fix_mark.cpp + src/combine_labels.cpp + src/combine_tools.cpp + src/combine_skip.cpp + src/compat_posix.cpp + src/compat_win32.cpp + src/cs_top_is_question.cpp + src/detect.cpp + src/enum_cleanup.cpp + src/EnumStructUnionParser.cpp + src/EnumStructUnionParser.h + src/flag_braced_init_list.cpp + src/flag_decltype.cpp + src/flag_parens.cpp + src/indent.cpp + src/keywords.cpp + src/lang_pawn.cpp + src/language_names.cpp + src/language_tools.cpp + src/logger.cpp + src/logmask.cpp + src/log_rules.cpp + src/mark_functor.cpp + src/mark_question_colon.cpp + src/md5.cpp + src/newlines.cpp + src/option.cpp + src/options_for_QT.cpp + src/output.cpp + src/parameter_pack_cleanup.cpp + src/parens.cpp + src/parent_for_pp.cpp + src/parsing_frame.cpp + src/parsing_frame_stack.cpp + src/pragma_cleanup.cpp + src/pcf_flags.cpp + src/punctuators.cpp + src/quick_align_again.cpp + src/remove_duplicate_include.cpp + src/remove_extra_returns.cpp + src/rewrite_infinite_loops.cpp + src/semicolons.cpp + src/sorting.cpp + src/space.cpp + src/tokenize_cleanup.cpp + src/tokenize.cpp + src/uncrustify.cpp + src/uncrustify_emscripten.cpp + src/uncrustify_types.cpp + src/unc_ctype.cpp + src/unc_text.cpp + src/unc_tools.cpp + src/unicode.cpp + src/universalindentgui.cpp + src/width.cpp + ${PROJECT_BINARY_DIR}/src/options.cpp + ${PROJECT_BINARY_DIR}/src/option_enum.cpp +) + +set(uncrustify_headers + src/add_space_table.h + src/align_add.h + src/align_asm_colon.h + src/align_assign.h + src/align_braced_init_list.h + src/align_func_params.h + src/align_func_proto.h + src/align.h + src/align_eigen_comma_init.h + src/align_init_brace.h + src/align_left_shift.h + src/align_log_al.h + src/align_nl_cont.h + src/align_oc_decl_colon.h + src/align_oc_msg_colons.h + src/align_oc_msg_spec.h + src/align_preprocessor.h + src/align_same_func_call_params.h + src/align_stack.h + src/align_struct_initializers.h + src/align_tab_column.h + src/align_tools.h + src/align_trailing_comments.h + src/align_typedefs.h + src/align_var_def_brace.h + src/args.h + src/backup.h + src/base_types.h + src/brace_cleanup.h + src/braces.h + src/calculate_closing_brace_position.h + src/change_int_types.h + src/char_table.h + src/check_template.h + src/chunk.h + src/ChunkStack.h + src/combine.h + src/combine_fix_mark.h + src/combine_labels.h + src/combine_skip.h + src/combine_tools.h + src/compat.h + src/cs_top_is_question.h + src/detect.h + src/enum_cleanup.h + src/enum_flags.h + src/error_types.h + src/flag_braced_init_list.h + src/flag_decltype.h + src/flag_parens.h + src/indent.h + src/keywords.h + src/lang_pawn.h + src/language_names.h + src/language_tools.h + src/ListManager.h + src/logger.h + src/log_levels.h + src/logmask.h + src/log_rules.h + src/mark_functor.h + src/mark_question_colon.h + src/md5.h + src/newlines.h + src/option.h + src/options_for_QT.h + src/options.h + src/output.h + src/parameter_pack_cleanup.h + src/parens.h + src/parent_for_pp.h + src/parsing_frame.h + src/parsing_frame_stack.h + src/pragma_cleanup.h + src/pcf_flags.h + src/prototypes.h + src/punctuators.h + src/quick_align_again.h + src/remove_duplicate_include.h + src/remove_extra_returns.h + src/rewrite_infinite_loops.h + src/semicolons.h + src/sorting.h + src/space.h + src/symbols_table.h + src/token_enum.h + src/tokenize_cleanup.h + src/tokenize.h + src/unc_ctype.h + src/uncrustify.h + src/uncrustify_limits.h + src/uncrustify_types.h + src/unc_text.h + src/unc_tools.h + src/unicode.h + src/universalindentgui.h + src/width.h + src/windows_compat.h + ${PROJECT_BINARY_DIR}/src/option_enum.h + ${PROJECT_BINARY_DIR}/uncrustify_version.h +) + +set(uncrustify_docs + "${PROJECT_SOURCE_DIR}/AUTHORS" + "${PROJECT_SOURCE_DIR}/BUGS" + "${PROJECT_SOURCE_DIR}/ChangeLog" + "${PROJECT_SOURCE_DIR}/COPYING" + "${PROJECT_SOURCE_DIR}/HELP" + "${PROJECT_SOURCE_DIR}/README.md" +) + +add_executable(uncrustify ${uncrustify_sources} ${uncrustify_headers}) +add_dependencies(uncrustify generate_version_header) + +set_property(TARGET uncrustify APPEND PROPERTY + COMPILE_DEFINITIONS $<$,$>:DEBUG> +) + +# +# Generate uncrustify.1 +# +configure_file(man/uncrustify.1.in uncrustify.1 @ONLY) + +# +# Generate uncrustify.xml (katepart highlighting file) +# +add_custom_target(katehl + DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/etc/uncrustify.xml +) + +# +# Tests +# +if(BUILD_TESTING) + enable_testing() + add_subdirectory(tests) +endif() + +# +# Coverage +# +OPTION(ENABLE_CODECOVERAGE "Enable code coverage testing support") +if(ENABLE_CODECOVERAGE) + set(CODECOVERAGE_DEPENDS uncrustify) + include(${CMAKE_SOURCE_DIR}/cmake/CodeCoverage.cmake) +endif(ENABLE_CODECOVERAGE) + +# +# Build command to run uncrustify on its own sources +# +add_custom_target(format-sources) +foreach(source IN LISTS uncrustify_sources uncrustify_headers) + get_filename_component(source_name ${source} NAME) + add_custom_target(format-${source_name} + COMMAND uncrustify + -c forUncrustifySources.cfg + -lCPP --no-backup ${source} + COMMENT "Formatting ${source}" + WORKING_DIRECTORY ${uncrustify_SOURCE_DIR} + ) + add_dependencies(format-sources format-${source_name}) +endforeach() + +# +# Package +# +set(CPACK_PACKAGE_NAME "uncrustify") +set(CPACK_PACKAGE_VERSION "${UNCRUSTIFY_VERSION}") +set(CPACK_PACKAGE_VENDOR "Ben Gardner") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Code beautifier") +set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/README.md") +set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/COPYING") +set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md") +set(CPACK_SOURCE_IGNORE_FILES "/\\\\.git/;/\\\\.hg/;/tests/results/;/build.*/") +if(CMAKE_SYSTEM_NAME STREQUAL "Windows") + set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE) + set(CPACK_GENERATOR "ZIP") +endif() +include(CPack) + +# +# Install +# +if(MSVC) + install(TARGETS uncrustify DESTINATION ".") + install(FILES ${uncrustify_docs} + DESTINATION "." + ) + install(FILES "${PROJECT_SOURCE_DIR}/documentation/htdocs/index.html" + DESTINATION "doc" + ) + install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" + DESTINATION "cfg" + FILES_MATCHING PATTERN "*.cfg" + ) +else() + include(GNUInstallDirs) + install(TARGETS uncrustify + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" + ) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/uncrustify.1" + DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" + ) + install(DIRECTORY "${PROJECT_SOURCE_DIR}/etc/" + DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples" + FILES_MATCHING PATTERN "*.cfg" + ) + install(FILES ${uncrustify_docs} + DESTINATION "${CMAKE_INSTALL_DOCDIR}" + ) +endif() + +# +# Uninstall +# +get_directory_property(hasParent PARENT_DIRECTORY) +if(NOT hasParent) + add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/cmake/uninstall.cmake") +endif() diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CODEOWNERS b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CODEOWNERS similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CODEOWNERS rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CODEOWNERS diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CONTRIBUTING.md b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CONTRIBUTING.md similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/CONTRIBUTING.md rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/CONTRIBUTING.md diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/COPYING b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/COPYING similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/COPYING rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/COPYING diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/ChangeLog b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/ChangeLog new file mode 100644 index 00000000..05dc1696 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/ChangeLog @@ -0,0 +1,1695 @@ +Change highlights in uncrustify-0.78.1 (November 2023) +------------------------------------------------------------------------------- + 24ca784086c31ce6aa0817ac9c99539a5ac52d00 + Improve line splitting logic to avoid awkward splits Nov 19 2023 + +Change highlights in uncrustify-0.78.0 (November 2023) +------------------------------------------------------------------------------- + 50b364e02d4e6ebe5fa99d2d1de642f1a3fb6570 + Added : align_nl_cont_spaces May 11 2023 + 7c53d3cc66d939dc5b0de25868e947508e2353d5 + Added : sp_after_bit_colon Jun 28 2023 + Added : sp_before_bit_colon Jun 28 2023 + b4af21a59630315f79ec28bc5449c31f48194111 + Added : sp_between_ptr_ref Jul 14 2023 + 84780fef16da0552e7f44785d63d23a2b0e6a8b4 + Added : nl_min_after_func_body Aug 3 2023 + d8931537292a5cb897cfd561adf581d27087bfe4 + Added : sp_before_keyword_ptr_star Aug 10 2023 + 8ffe999d3382c6f516372627bd529917bc6611ae + Added : sp_before_global_scope_ptr_star Aug 10 2023 + Added : sp_before_scope_ptr_star Aug 10 2023 + f493e4d9e003648753e6574ba2cd61f5c0bd1352 + Added : sp_before_operator_ptr_star Aug 10 2023 + Added : sp_before_qualifier_ptr_star Aug 10 2023 + Removed : sp_before_keyword_ptr_star Aug 10 2023 + adbb82b0f6e551ef976e64a1351ca0eb05acf932 + Added : debug_use_the_exit_function_pop Aug 15 2023 + 2e0e019dc28cac0844b5cff81d05859ee1a02394 + Added : nl_max_after_func_body Aug 28 2023 + cb44fe733a2c1e0391cfa5afdac77f7e66d688e1 + Added : sp_cpp_lambda_argument_list_empty Sep 12 2023 + e058aafd4ee5e407e250a6b921886d2c00d6a622 + Added : align_func_proto_span_ignore_cont_lines Oct 21 2023 + +Change highlights in uncrustify-0.77.0 (May 2023) +------------------------------------------------------------------------------- + ea6c54eefe2f3272a4867d30920408c327167199 + Added : sp_cmt_cpp_pvs Jan 28 2023 + 74cf6ca40a0ce1b0d2499a92128ccde34bb48428 + Added : sp_inside_rparen Feb 15 2023 + Added : sp_func_call_user_inside_rparen Feb 15 2023 + Added : sp_inside_rparens Feb 15 2023 + 70fac8d68b8a697132a21c5c59a09fd91e0a0486 + Added : sp_cmt_cpp_lint Mar 18 2023 + 73d9ab72ce736e9689f56406302f6d62ddfc3835 + Added : sp_qualifier_ptr_star_trailing Apr 13 2023 + Added : sp_qualifier_unnamed_ptr_star Apr 13 2023 + Added : sp_qualifier_ptr_star_func Apr 13 2023 + 8b639a0b31637204da3d17dc29cc659def6f4cf7 + Added : mod_add_force_c_closebrace_comment Apr 19 2023 + +Change highlights in uncrustify-0.76.0 (November 2022) +------------------------------------------------------------------------------- + 1aea3d1fcb55dc2ca40dfe2b1d548685a415ef3a + Added : nl_collapse_empty_body_functions Apr 29 2022 + c7f5df072f56bb0e3a9b897e16b8e5fc283f3bcf + Added : set_numbering_for_html_output May 29 2022 + 92e4a36a5a78d9af523008aeb71e7acfe199269a + Added : mod_infinite_loop Jun 22 2022 + 6e807bcec01382b164562c8ae5939d2b5ee76877 + Added : mod_short_int Jun 28 2022 + Added : mod_long_int Jun 28 2022 + Added : mod_unsigned_int Jun 28 2022 + Added : mod_signed_int Jun 28 2022 + baad5db83faf5fb771cea8898760ad582227ccda + Added : mod_int_prefer_int_on_left Jul 6 2022 + Added : mod_int_long Jul 6 2022 + Added : mod_int_signed Jul 6 2022 + Added : mod_int_unsigned Jul 6 2022 + Added : mod_int_short Jul 6 2022 + e6a5458d32ca26c8b7d24f514115ebc36fce2348 + Added : nl_oc_msg_args_min_params Jul 9 2022 + 862369a315763ce1286732da3713414cd2533227 + Added : pp_space_after Jul 14 2022 + Added : pp_space_before Jul 14 2022 + Removed : pp_space Jul 14 2022 + be0d1664f901d1cbfa7bf7697a883adf4b709444 + Added : nl_throw_expr Jul 19 2022 + Added : mod_paren_on_throw Jul 19 2022 + 9e65feefa2d66c5d08049e53468cae682f66800d + Added : debug_sort_the_tracks Aug 2 2022 + b58f1298a3ddcd256ecb0688f6b18ca7c623f594 + Removed : pp_space_before Aug 6 2022 + a31e5c100de768b4fec45a3e1c2d1e008824b2c6 + Added : nl_var_def_blk_end_func_top Aug 11 2022 + Removed : nl_func_var_def_blk Aug 11 2022 + 56e2159b29c372ebd1e240d427c842b5bb0b2147 + Added : pp_indent_with_tabs Sep 6 2022 + 35075d50967014dd7127640d2505bca5dc21dfe5 + Added : pp_multiline_define_body_indent Sep 15 2022 + 5b88110f5bb685a9b298b247207e32c305366d18 + Added : nl_oc_msg_args_max_code_width Sep 20 2022 + 0c8e5e827d3b5a007247ef3d5ed937cf18378680 + Added : debug_decode_the_flags Oct 9 2022 + +Change highlights in uncrustify-0.75.0 (May 2022) +------------------------------------------------------------------------------- + 52131d9fa22fd0c655ae2510563ff85306d4bd27 + Added : mod_move_case_return Nov 25 2021 + d0008e933daca163ef8f7258f526e75fb8b5b160 + Added : sp_ptr_star_func_type Dec 8 2021 + a17751ae534cb7d1a8b505a111d7b8b50c9842d4 + Added : pp_indent_at_level0 Dec 14 2021 + 498c1b3a6c96c9dd8ec13a4c0f616acdb7a03cc5 + Added : align_braced_init_list_thresh Dec 16 2021 + Added : align_braced_init_list_span Dec 16 2021 + 8e811b9a57bc43d280aa592d8838cff93227968e + Added : align_assign_on_multi_var_defs Dec 18 2021 + 75d3c536789ef23d2d8568d891a4e3ba73aa7045 + Added : sp_byref_paren Dec 24 2021 + d8507bb212aa317dce0f51227b8fd862354e03c2 + Added : sp_not_not Dec 28 2021 + d9e2ae9aad5481f9da818909893e2f55d51ba392 + Added : indent_ignore_comma_paren Jan 4 2022 + Added : indent_ignore_comma_brace Jan 4 2022 + 8eff5202a58732e17f063af8360ff3e2691713aa + Added : indent_ignore_bool_paren Jan 13 2022 + 2c02f5c8285882ddf756992d842db12d0f98188a + Added : indent_ignore_arith Jan 18 2022 + 0664cacee7689cf838425e83f38fb84f5e71bc63 + Added : mod_full_paren_return_bool Jan 21 2022 + Added : mod_full_paren_assign_bool Jan 21 2022 + d593f257e88161a3ed1cff15b354c85e3da68992 + Added : sp_type_colon Jan 25 2022 + 026162b8da51660126863b42d00245e21a47d7c0 + Removed : indent_ignore_comma_paren Jan 28 2022 + Removed : indent_ignore_bool_paren Jan 28 2022 + Removed : indent_ignore_comma_brace Jan 28 2022 + 6cb50031c5e2e3681d69c3dafdbb865a5b6b6a2c + Added : indent_ignore_semicolon Feb 1 2022 + b6f55dd25fb6a12c7f81c0090f8ee42e8823ee93 + Added : sp_enum_brace Feb 2 2022 + 8aa0522fcc2ad468f1122943443f5ebf426fffc1 + Added : indent_ignore_before_class_colon Feb 4 2022 + 133fe55d6fc0b2e1695bd7a70ccd6d2dcd1b2262 + Added : indent_ignore_before_constr_colon Feb 4 2022 + c95460809c74a73459c61712ff2d9142dff101d7 + Added : indent_ignore_bool Feb 25 2022 + b37091110063b5c24b64516a49af09b8ca3cc18c + Added : indent_ignore_first_continue Feb 25 2022 + e84f08879a7cf53b0301099a64faadeacf04a3a5 + Added : indent_ignore_assign Mar 1 2022 + 6ef69ee2a359f2e1bd8517ba4af25b969951fa71 + Added : indent_ignore_case_brace Mar 9 2022 + 02a5e50419fd1bf7c9bf0ff9d208035b47db6fbf + Added : indent_namespace_inner_only Apr 12 2022 + 9040b9f068a179c3a09e0cf202a5ed7f91b2a12b + Added : pp_warn_unbalanced_if Apr 15 2022 + df2ef721c95105b62a9e0cb0e9985947a739a44b + Removed : sp_type_question Apr 30 2022 + +Change highlights in uncrustify-0.74.0 (November 2021) +------------------------------------------------------------------------------- + 4714d5d673d5b9c8f45d70c179f508d60130b18a + Added : nl_before_struct Mar 12 2021 + dbb2903a94668e147b588d3eebc3be917ac4ebca + Added : nl_before_ignore_after_case Jun 22 2021 + e97b93418c03cde680d6fd46209d7e43c5e09bfe + Added : sp_before_ptr_star_trailing Jul 1 2021 + Added : sp_after_ptr_star_trailing Jul 1 2021 + dd5a7c3b2ab64b903e888a264693a9edb7a98ee5 + Added : sp_sparen_paren Jul 19 2021 + 94941c2f9aa8952debab1f8257eb0625bc459392 + Added : pp_indent_in_guard Jul 28 2021 + 84d3b9276c007642c4bb73ff562008253e4fe014 + Added : indent_single_line_comments_before Jul 31 2021 + Added : indent_single_line_comments_after Jul 31 2021 + Removed : indent_sing_line_comments Jul 31 2021 + 0d956a006d64fddd4f8131e6a16a23f7e447cca3 + Added : sp_after_ellipsis Jul 31 2021 + 40bbb979ecf7ad36128150f5540a462c890d5e2c + Added : mod_remove_duplicate_include Aug 15 2021 + 97d24f3a05a53521ff2ce94928534f4bab0cc0af + Added : sp_between_semi_for_empty Aug 22 2021 + 63109e6253387480b8bfe7f73a7f2949865fc380 + Added : nl_before_brace_open Aug 27 2021 + 03c9ac261c9282b3cf5e92d69de70d6b4566d8e9 + Added : cmt_trailing_single_line_c_to_cpp Sep 1 2021 + 1525722486dba45aa053f2c83e3015fa64880443 + Added : sp_ellipsis_parameter_pack Sep 16 2021 + Added : sp_parameter_pack_ellipsis Sep 16 2021 + 2e33ac4314dfbfc18c56ec694b0eba3e6a1318f5 + Added : sp_byref_ellipsis Sep 21 2021 + Added : sp_ptr_type_ellipsis Sep 21 2021 + f19bf09cdce5822cf3d71065cb3900ea52f6e5c7 + Added : indent_ctor_init_following Sep 30 2021 + b1274c20bea3f8e2a8d6cd05cbb23c8d66f187a7 + Added : sp_before_emb_cmt Oct 8 2021 + Added : sp_num_after_emb_cmt Oct 8 2021 + Added : sp_before_tr_cmt Oct 8 2021 + Added : sp_num_before_emb_cmt Oct 8 2021 + Added : sp_num_before_tr_cmt Oct 8 2021 + Added : sp_after_emb_cmt Oct 8 2021 + Removed : sp_before_tr_emb_cmt Oct 8 2021 + Removed : sp_num_before_tr_emb_cmt Oct 8 2021 + 563d72fcae6e0aad6e5f0ff998992a48a6767986 + Added : pp_include_at_level Oct 11 2021 + 28486dbadcc4d0ff9376776eb63f3c3bd800cf2d + Added : sp_return Oct 12 2021 + 86105064d13fc60d14cfd134a8c3d402e7d27492 + Added : indent_comment_align_thresh Oct 13 2021 + 964db2ac20372c45621a55313cdfb1eeb8298800 + Added : indent_comment Oct 18 2021 + 92b9047256ece8d9ace2da5c743be2b9cc2b54d8 + Added : align_func_proto_amp_style Oct 23 2021 + Added : align_func_proto_star_style Oct 23 2021 + 094c79e06f6ec3111684b37b77063cf7af658105 + Added : indent_case_comment Oct 26 2021 + 7eb595caa38ced024a42ba1602d69e0387b8e3a1 + Added : indent_switch_body Nov 3 2021 + cf845deb008b45783ff94a1986131eb180fb54a8 + Added : sp_inside_for_close Nov 6 2021 + Added : sp_inside_for Nov 6 2021 + Added : sp_inside_for_open Nov 6 2021 + 2caaa17866c3b421de7e28670e85c8f8dade5a77 + Added : indent_ignore_label Nov 10 2021 + d8436ef370027bcfd289b19037c39ffdaf0ad4ff + Added : sp_ptr_star_func_var Nov 15 2021 + +Change highlights in uncrustify-0.73.0 (May 2021) +------------------------------------------------------------------------------- + + b514f25120b12db7b1ca57cdb93dd929a5bf43c4 + Added : indent_before_class_colon Nov 16 2020 + 39c969b69663f6e6cee9673e23d349a308edc44a + Added : sp_cmt_cpp_region Dec 9 2020 + 9ca37d0c32729570de2e51c97338bc567e124ae3 + Added : cmt_sp_before_doxygen_javadoc_tags Dec 24 2020 + Added : cmt_align_doxygen_javadoc_tags Dec 24 2020 + 84e2c750d19b47bbe2547141b092855ec1f64424 + Added : cmt_reflow_fold_regex_file Dec 24 2020 + 3a8e33a12839ca3bac2e1e0b49eb279362a2ab89 + Added : processing_cmt_as_regex Dec 31 2020 + c622135751824705979d37681fe16d9a60e3d77a + Added : cmt_reflow_indent_to_paragraph_start Jan 9 2021 + 9c0799aa096b68550507980a32a529099caf97c5 + Added : sp_cpp_lambda_argument_list Jan 19 2021 + 02054b1085166903e8c1384308ac7922cb57bd59 + Added : nl_do_leave_one_liners Jan 29 2021 + 6a4d27914fca0c64273fad979355e16021626f8a + Added : debug_truncate Feb 7 2021 + a711e96ef7be6afc9f014c4c7e1e5ea5347aad0d + Added : indent_comma_brace Mar 9 2021 + +Change highlights in uncrustify-0.72.0 (November 2020) +------------------------------------------------------------------------------- + new command option: + --debug-csv-format : Dump debug info to file in csv-delimited format. + + b29dfb58d6bebb79a961d0e709543a152d260dbc + Added : nl_inside_empty_func Aug 4 2020 + 5068a4a78d7770a7292ea7a016ab7ca0bf49cbf7 + Added : debug_timeout Sep 1 2020 + cf3e5acfb4d55b47b25b7e7daa2844e2998b47cc + Added : sp_inside_square_empty Sep 8 2020 + b66c26c669bf9752f468115f1e6444481c0b9e6d + Added : align_eigen_comma_init Sep 9 2020 + 7b5fd82fa5d6fc035ddfb7c087c5aeb7cf6f4bd7 + Added : pos_shift Sep 16 2020 + b61b7952835be3451cd1131baeda7b54cb61a50e + Added : donot_indent_func_def_close_paren Sep 26 2020 + 85001632261196dc1c2f3760dc9180e4c443f9ba + Added : donot_add_nl_before_cpp_comment Oct 14 2020 + +Change highlights in uncrustify-0.71.0 (May 2020) +------------------------------------------------------------------------------- + + 6bcfb640d908038402869cb3be7bd80adcdb4708 + Added : align_oc_msg_colon_xcode_like Nov 29 2019 + 2fd5aaf255e1d0369842f54ae8d444bcbc079c7b + Added : indent_compound_literal_return Nov 19 2019 + 4b74315b6cf8e91801b663c4171c1e0a9e12ea5b + Added : indent_sparen_extra Nov 19 2019 + f012dd24e2d116d867404667ce15c3309466046f + Added : sp_word_brace_init_lst Jan 21 2020 + Removed : sp_word_brace Jan 21 2020 + 466b8bcf5f8ee04686d2d7af62b5ce76241c777d + Added : nl_func_call_args Jan 24 2020 + 807e27e81112f28ae71b21f43718a1b859ad473a + Added : sp_before_oc_proto_list Feb 4 2020 + 94f18ac9c0c7c7fab64f14425aea69f0f49bb240 + Added : indent_off_after_assign Feb 7 2020 + 25e20f9e4ab389c06fc76bcf0dcb3fe07ab91aea + Added : indent_off_after_return Feb 7 2020 + cee950462787ab3b7725c5fb77fa38b992527e99 + Added : indent_oc_inside_msg_sel Feb 10 2020 + 2d04118314be95654f29fb32ae50b8cd46af8682 + Added : nl_func_call_args_multi_line_ignore_closures Dec 17 2019 + 369192830c01beedcfe87c432f9c26637c1e6587 + Added : indent_inside_ternary_operator Dec 9 2019 + 100db726b938d263c6c7f07530385dec0cdd711e + Added : use_form_feed_no_more_as_whitespace_character Feb 21 2020 + 24e27fe8cdda55e422b1db659f255da353b3022c + Added : debug_max_number_of_loops Feb 27 2020 + 30da6cafa6b0819c48a02513cadbc256a5b450c5 + Added : debug_line_number_to_protocol Mar 17 2020 + f5d8ee093eb521ecc0c57060b0009dd5f05e039e + Added : mod_sort_incl_import_prioritize_filename Mar 27 2020 + 8d595cb0721b299db8f1169c22d38d45df899a51 + Added : mod_sort_incl_import_ignore_extension Mar 27 2020 + 9f8b7754f03aa970ede730a5cd4e2cbd94f139cc + Added : mod_sort_incl_import_prioritize_extensionless Mar 27 2020 + 6d5829551886ee9e643e5d6019c5389dfa738c3b + Added : mod_sort_incl_import_prioritize_angle_over_quotes Mar 27 2020 + 27b33d779e7aa33c1ebc39a52e54c3a95bc153d4 + Added : mod_sort_incl_import_grouping_enabled Mar 27 2020 + ac62be9498fa195a54c0e2c76c438c641d68a917 + Added : disable_processing_nl_cont Apr 12 2020 + e2b17b724e00c6180c6bd6cb5b592e969c47b6a9 + Added : nl_before_opening_brace_func_class_def Apr 22 2020 + 981c761da5a4a71b059361a883c4bfff69148c49 + Added : nl_before_whole_file_endif Apr 24 2020 + Added : nl_after_whole_file_endif Apr 24 2020 + Added : nl_after_whole_file_ifdef Apr 24 2020 + Added : nl_before_whole_file_ifdef Apr 24 2020 + d55e9d21cd6377a38f741854baf1a561b984de36 + Added : nl_func_call_end Apr 29 2020 + +Change highlights in uncrustify-0.70.1 (November 2019) +------------------------------------------------------------------------------- + + 5114ea856acd79cbf52fd4261b83d423fafd98da + Added : nl_before_member Nov 17 2019 + Added : nl_after_member Nov 17 2019 + 1e911250996a7138e33006af1b664362b255f4b5 + Added : nl_template_end_multi_line Nov 17 2019 + Added : nl_template_start_multi_line Nov 17 2019 + Added : nl_template_args_multi_line Nov 17 2019 + 948bc227c46f89207346ad596e6199acb12d162f + Added : sp_before_vardef_square Nov 18 2019 + 1ff6fc2da0b1cdef35089a2d6ac3364fbba304be + Added : nl_template_start Nov 21 2019 + Added : nl_template_args Nov 21 2019 + Added : nl_template_end Nov 21 2019 + Removed : nl_template_end_multi_line Nov 21 2019 + Removed : nl_template_start_multi_line Nov 21 2019 + Removed : nl_template_args_multi_line Nov 21 2019 + 2df82073bb1e3bc85f75c2165a541ba906f76b8d + Added : indent_macro_brace Nov 18 2019 + 8cb5f1be52bcbcca4148cf0514b103dec5313c55 + Added : indent_switch_break_with_case Nov 25 2019 + +Change highlights in uncrustify-0.70.0 (is not released) +------------------------------------------------------------------------------- + + 710b9b90d063e1fac853b77ad9509bed37ff31ee + Added : mod_sort_case_sensitive May 12 2019 + 40c028454904f4fc87bd93b9703eaeb58fa57dd0 + Added : sp_before_square_asm_block Jul 29 2019 + b9b7f2fffb2c73925906ca7e5c8536d03c93c4bc + Added : nl_multi_line_sparen_open Aug 3 2019 + Added : nl_multi_line_sparen_close Aug 3 2019 + 83a014197001ea815f92d977fc30aa36dec39e1b + Added : sp_cpp_lambda_square_paren Aug 20 2019 + Added : sp_cpp_lambda_square_brace Aug 20 2019 + Added : sp_cpp_lambda_paren_brace Aug 20 2019 + Removed : sp_cpp_lambda_paren Aug 20 2019 + 8b6455c08c4f70b04b03b48c32fa14b9014354b4 + Added : use_sp_after_angle_always Sep 13 2019 + 264ec3c988b5667c971b0d6508b17d0c9337c82c + Added : sp_cpp_lambda_fparen Sep 13 2019 + 883ccefc3bf8c8cdf6b159f280e22c2d72ce83f5 + Added : sp_func_type_paren Oct 11 2019 + 8284db41edbb777829f26d247470c75d3d317641 + Added : nl_before_namespace Oct 8 2019 + Added : nl_after_namespace Oct 8 2019 + 3af190ceda3f8025028b5f8aae7541d35bda39c7 + Added : nl_template_class_def Oct 2 2019 + Added : nl_template_func_def_special Oct 2 2019 + Added : nl_template_using Oct 2 2019 + Added : nl_template_func_def Oct 2 2019 + Added : nl_template_class_decl Oct 2 2019 + Added : nl_template_var Oct 2 2019 + Added : nl_template_class_decl_special Oct 2 2019 + Added : nl_template_func Oct 2 2019 + Added : nl_template_func_decl_special Oct 2 2019 + Added : nl_template_func_decl Oct 2 2019 + Added : nl_template_class_def_special Oct 2 2019 + e9bc08c3baa3b7545a592b5e1d0d23e530c58b7f + Added : sp_trailing_return Oct 23 2019 + d783ecfe7f08b525eb882ff3a7c6525d8866d54b + Added : nl_oc_before_interface Oct 28 2019 + Added : nl_oc_before_implementation Oct 28 2019 + Added : nl_oc_before_end Oct 28 2019 + 3741e59342c5741020b84eba147b0c1dfde0154b + Added : indent_func_def_param_paren_pos_threshold Nov 6 2019 + 829b4124c02e36156489d06a8b33e3552e58d30b + Added : sp_brace_close_while Nov 8 2019 + Added : sp_while_paren_open Nov 8 2019 + Added : sp_do_brace_open Nov 8 2019 + ea6f4ac515c0ad5651be020a3295dcae01c3baf9 + Added : nl_create_list_one_liner Nov 11 2019 + +Change highlights in uncrustify-0.69.0 (May 2019) +------------------------------------------------------------------------------- + +Changing option: + - The option name is changed from 'align_assign_func_proto' to 'align_assign_func_proto_span' + Mar 4 17:19:40 2019 + +New options: + - align_constr_value_gap Apr 24 2019 + - align_constr_value_span Apr 24 2019 + - align_constr_value_thresh Apr 24 2019 + - align_func_proto_thresh Apr 5 2019 + - indent_col1_multi_string_literal Mar 31 2019 + - sp_paren_noexcept Jan 13 2019 + - sp_paren_qualifier Jan 11 2019 + - sp_type_question Jan 11 2019 + - sp_inside_angle_empty Dec 27 2018 + - nl_fdef_brace_cond Nov 29 2018 + - nl_func_call_start Nov 29 2018 + + +Change highlights in uncrustify-0.68 (November 2018) +------------------------------------------------------------------------------- + +New options: + - align_same_func_call_params_span Nov 9 + - align_same_func_call_params_thresh Nov 9 + - nl_class_leave_one_liner_groups Oct 17 + - nl_inside_namespace Aug 26 + - sp_return_brace Aug 21 + - align_assign_decl_func Jul 24 + - sp_brace_brace Jul 23 + - sp_after_decltype Jul 22 + - sp_decltype_paren Jul 22 + - align_right_cmt_same_level Jul 14 + - nl_oc_mdef_brace Jul 8 + - mod_enum_last_comma Jul 8 + - sp_type_ellipsis Jun 15 + - sp_paren_ellipsis Jun 15 + - sp_sizeof_ellipsis Jun 15 + - sp_sizeof_ellipsis_paren Jun 15 + - indent_continue_class_head May 30 + +Bugfix: + - Issue # 1709, 1713, 1729, 1736, 1739, 1740, 1748, 1752, 1755, 1758, 1760, + 1762, 1763, 1776, 1778, 1782, 1783, 1784, 1786, 1788, 1789, 1804, 1827, + 1832, 1838, 1839, 1854, 1865, 1867, 1870, 1875, 1876, 1888, 1904, 1916, + 1917, 1918, 1919, 1942, 1946, 1947, 1958, 1960, 1962, 1965, 1969, 1979, + 1982, 1985, 1997, 2000, 2001, 2009, 2014, 2015, 2024, 2028, 2032, 2033, + 2035, 2037, 2046, 2055 + + +Change highlights in uncrustify-0.67 (May 2018) +------------------------------------------------------------------------------- + +Changing option: + +Removed option: + +New options: + - indent_first_for_expr Apr 29 + - indent_semicolon_for_paren Apr 29 + - nl_oc_interface_brace Apr 13 + - nl_oc_implementation_brace Apr 13 + - indent_cpp_lambda_only_once Mar 24 + - indent_cs_delegate_body Mar 18 + - sp_after_noexcept Mar 18 + - indent_single_newlines Mar 6 + - sp_after_ptr_block_caret Feb 24 + - sp_after_oc_synchronized Feb 24 + - sp_inside_square_oc_array Feb 23 + - sp_oc_catch_paren Feb 23 + - sp_oc_catch_brace Feb 23 + - sp_oc_brace_catch Feb 23 + - nl_oc_catch_brace Feb 23 + - nl_oc_brace_catch Feb 23 + - nl_cs_property_leave_one_liners Feb 16 + - indent_member_single Feb 10 + - sp_func_call_user_paren_paren Feb 5 + - sp_func_call_user_inside_fparen Feb 5 + - sp_inside_braces_oc_dict Feb 5 + - nl_create_func_def_one_liner Jan 17 + - nl_namespace_two_to_one_liner Jan 15 + - nl_squeeze_paren_close Jan 15 + - sp_fparen_brace_initializer Jan 12 + - sp_cpp_before_struct_binding 2018 Jan 12 + - indent_align_paren Dec 14 + - nl_tsquare_brace Dec 9 + - indent_single_after_return Nov 28 + - indent_off_after_return_new Nov 28 + - indent_ignore_asm_block 2017 Nov 05 + +New keyword: + - __unused Apr 21 + - @synchronized Feb 24 + - @available Feb 23 + - fixed Feb 16 + - @protected Feb 4 + - @public Feb 4 + - __autoreleasing Feb 4 + - __bridge Feb 4 + - __bridge_retained Feb 4 + - __bridge_transfer Feb 4 + - __declspec Feb 4 + - __has_include Feb 4 + - __has_include_next Feb 4 + - __strong Feb 4 + - __typeof Feb 4 + - __unsafe_unretained Feb 4 + - __weak Feb 4 + - self Feb 4 + - unsafe_unretained 2018 Feb 4 + - where 2017 Dec 6 + +Bugfix: + - Debian issue #881249 "FTBFS on armel/i386/mips64el/s390x: cpp_33057 fails" + is fixed + - Adopt many bugfix and tests from UT: + 10000, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10011, + 10012, 10013, 10014, 10015, 10016, 10018, 10019, 10020, 10021, 10022, + 10023, 10024, 10025, 10027, 10028, 10029, 10030, 10031, 10032, 10033, + 10034, 10035, 10036, 10039, 10044, 10045, 10046, 10047, 10048, 10049, + 10050, 10051, 10052, 10053, 10054, 10054, 10055, 10056, 10057, 10058, + 10060, 10062, 10063, 10065, 10066, 10067, 10069, 10070, 10071, 10072, + 10073, 10074, 10075, 10076, 10077, 10078, 10079, 10080, 10100, 10102, + 10103, 10104, + 60001, 60002, 60003, 60004, 60005, 60006, 60007, 60008, 60009, 60011, + 60012, 60013, 60014, 60015, 60016, 60017, 60018, 60019, 60020, 60021, + 60022, 60023, 60024, 60025, 60026, 60027, 60028, 60029, 60030, 60031, + 60032, 60033, 60034, 60036, 60037, 60038, 60039, 60040 + +New: + - Add crash handling for Windows + +Change highlights in uncrustify-0.66 (November 2017) +------------------------------------------------------------------------------- + +New options: + - sp_arith_additive Oct 17 + - sp_angle_colon Oct 17 + - nl_func_call_empty Sep 30 + - nl_func_call_paren_empty Sep 30 + - align_func_params_span Sep 29 + - align_func_params_thresh Sep 29 + - align_func_params_gap Sep 29 + - nl_func_call_paren Jul 25 + - indent_paren_after_func_def Jul 21 + - indent_paren_after_func_decl Jul 21 + - indent_paren_after_func_call Jul 21 + - nl_func_paren_empty Jul 07 + - nl_func_def_paren_empty Jul 07 + - indent_switch_pp Jun 22 + - pp_indent_case Jun 22 + - pp_indent_func_def Jun 22 + - pp_indent_extern Jun 22 + - pp_indent_brace Jun 22 + +Changing option: + - The option name is changed from 'align_number_left' to 'align_number_right' + +Bugfix: + - Issue # 548, 1098, 1103, 1108, 1112, 1127, 1134, 1158, 1165, 1170, 1187, + 1200, 1203, 1236, 1249, 1310, 1315, 1340, 1349, 1352, 1366 are fixed + +Change highlights in uncrustify-0.65 (May 2017) +------------------------------------------------------------------------------- + +New options: + - nl_before_if_closing_paren May 12 + - sp_after_type_brace_init_lst_open May 09 + - sp_before_type_brace_init_lst_close May 09 + - sp_inside_type_brace_init_lst May 09 + - sp_type_brace_init_lst May 09 + - nl_type_brace_init_lst May 09 + - nl_type_brace_init_lst_open May 09 + - nl_type_brace_init_lst_close May 09 + - mod_sort_oc_property_class_weight May 05 + - mod_full_brace_nl_block_rem_mlcond Mar 17 + - sp_inside_newop_paren_open Mar 13 + - sp_inside_newop_paren Mar 13 + - sp_after_newop_paren Mar 13 + - sp_inside_newop_paren_close Mar 13 + - pp_ignore_define_body Feb 18 + - sp_enum_colon Feb 13 + - nl_enum_class Feb 13 + - nl_enum_class_identifier Feb 13 + - nl_enum_identifier_colon Feb 13 + - nl_enum_colon_type Feb 13 + - indent_param Feb 01 + - include_category_0 Jan 24 + - include_category_1 Jan 24 + - include_category_2 2017 Jan 24 + - force_tab_after_define 2016 Dec 29 + - nl_max_blank_in_func Nov 26 + - indent_ternary_operator Nov 24 + - indent_using_block Oct 20 + +New: + - emscripten interface + - removal of autogen / configure build + - list options that are now AT_UNUM type + - change option name from align_number_left to align_number_right + +Removed option: + - dont_protect_xcode_code_placeholders + +Removed MS calling convention keywords: + - __cdecl, __clrcall, __fastcall, __stdcall, __thiscall, __vectorcall + +Bugfix: + - Issue # 324, 398, 404, 497, 525, 575, 633, 638, 643, 646, 663, 666, + 679, 682, 687, 726, 752, 753, 793, 815, 825, 842, 857, 859, 869, 870, + 889, 902, 916, 917, 928, 935, 938, 940, 972, 1002, 1005, 1020, 1030, + 1032, 1041, 1068, 1117, 1139 are fixed + - Proposal #381, 876 are adopted. + +Change highlights in uncrustify-0.64 (October 2016) +------------------------------------------------------------------------------- + +New: + - Support for new C#6 language elements. (Bug #672) + Expression filter with the keyword 'when' in try/catch is now supported. + Null conditional operator (?.) is now supported. + +New options: + - align_var_class_span Aug 23 + - align_var_class_thresh Aug 23 + - align_var_class_gap Aug 23 + - pos_enum_comma Aug 14 + - indent_token_after_brace Aug 3 + - cmt_multi_first_len_minimum Aug 2 + - nl_enum_own_lines Aug 1 + - nl_func_class_scope Jul 26 + - nl_squeeze_ifdef_top_level Jul 24 + - sp_super_paren Jul 21 + - sp_this_paren Jul 21 + - sp_angle_paren_empty Jul 21 + - sp_after_operator_sym_empty Jul 20 + - sp_skip_vbrace_tokens Jul 13 + - indent_cs_delegate_brace Jul 9 + - cmt_insert_before_inlines Jun 29 + - cmt_insert_before_ctor_dtor Jun 29 + - mod_full_brace_if_chain_only Jun 28 + - nl_func_decl_start_multi_line Jun 28 + - nl_func_def_start_multi_line Jun 28 + - nl_func_decl_args_multi_line Jun 28 + - nl_func_def_args_multi_line Jun 28 + - nl_func_decl_end_multi_line Jun 28 + - nl_func_def_end_multi_line Jun 28 + - nl_func_call_start_multi_line Jun 28 + - nl_func_call_args_multi_line Jun 28 + - nl_func_call_end_multi_line Jun 28 + - use_options_overriding_for_qt_macros Jun 16 + - sp_func_def_paren_empty Jun 15 + - sp_func_proto_paren_empty Jun 15 + - sp_func_class_paren_empty Jun 15 + - nl_oc_block_brace May 26 + - nl_split_if_one_liner May 26 + - nl_split_for_one_line May 24 + - nl_split_while_one_liner May 24 + - nl_after_func_class_proto May 12 + - nl_after_func_class_proto_group May 12 2016 + +Bugfix: + - Bugs #620, #651, #654, #662, #663, #664, #670, #671, #672, #674 are fixed + - Issues #322, #323, #359, #405, #408, #412, #478, #481, #495, #503, #509, #512, #513, #514, + #518, #519, #520, #521, #522, #524, #529, #530, #533, #536, #539, #542, + #543, #544, #546, #568 are fixed + - Proposals #409, #477 are implemented + - Issue #411 is partialy fixed + + +Change highlights in uncrustify-0.63 (Mar 2016) +------------------------------------------------------------------------------- + +New: + - The branch uncrustify4Qt is now merged. + - A configuration file for the sources of uncrustify is provided: + forUncrustifySources.cfg + - Some considerations about the problem "stable" are described at + forUncrustifySources.txt + - Simplify expressions such as: + if ((cpd.lang_flags & LANG_PAWN) != 0) + to + if (cpd.lang_flags & LANG_PAWN) + - introduce CT_STDCALL to work with typedef void (__stdcall *func)(); Bug # 633 + - introduce some more MS calling conventions: __cdecl, __clrcall, __fastcall, __thiscall, __vectorcall + https://msdn.microsoft.com/en-us/library/984x0h58.aspx + +New options: + - nl_before_func_class_def Apr 16 + - nl_before_func_class_proto Apr 16 + - nl_before_func_body_def Apr 25 + - nl_before_func_body_proto Apr 25 + - use_indent_continue_only_once Mar 7 2016 + +Bugfix: + - Simplify some more expressions. + - Bugfix for win32 for the flags. + - make test c/ 00617 stable + - make test c/ 02501 stable + - The issue #467 and the test tests/output/c/02100-i2c-core.c are not yet fixed. + - uncrustify all the sources with forUncrustifySources.cfg + - better descriptions for options + - bug #631 is fixed + - produce a better dump output + - DbConfig::configuredDatabase()->apply(db); is NOT a declaration of a variable + - bug # 657 is fixed: change 'mode' if necessary for 'pos_class_comma' + - fix 3 calls of unc_add_option for "align_oc_msg_colon_span", + "indent_oc_block_msg", "indent_oc_msg_colon" + - bugs #664, #662, #654, #653, #651 and #633 are fixed + +Reverse: + - space: drop vbrace tokens... 2014-09-01 06:33:17 + I cannot anderstand this change. + It makes some troubles: Bug # 637 + No test file for it found + Reverse the change until more informations could be found + +Change: + - CT_DC_MEMBER + CT_FOR into CT_DC_MEMBER + CT_FUNC_CALL + +Some more Qt-macros: + - Q_GADGET + - for_each + + +Change highlights in uncrustify4Qt-0.62 (Oct 2015) +------------------------------------------------------------------------------- +This is an extention of uncrustify to support Qt-macros + - Q_OBJECT + - Q_EMIT + - SLOT + - SIGNAL + - Q_FOREACH + - Q_FOREVER + +Change highlights in uncrustify4Qt-0.62 (Oct 2015) +------------------------------------------------------------------------------- +New options: + - use_indent_func_call_param + + +Change highlights in uncrustify-0.62 (2 Feb 2016) +------------------------------------------------------------------------------- +This release is just a roll-up of the past year. +Many bugs were squashed and many options were added. + +New options: + - string_replace_tab_chars + - disable_processing_cmt + - enable_processing_cmt + - enable_digraphs + - indent_class_on_colon + - indent_shift + - indent_min_vbrace_open + - indent_vbrace_open_on_tabstop + - sp_after_mdatype_commas + - sp_before_mdatype_commas + - sp_between_mdatype_commas + - sp_cmt_cpp_doxygen + - sp_cmt_cpp_qttr + - sp_between_new_paren + - nl_while_leave_one_liners + - nl_synchronized_brace + - nl_before_synchronized + - nl_after_synchronized + - nl_after_label_colon + + +Change highlights in uncrustify-0.61 (22 Dec 2014) +------------------------------------------------------------------------------- +This release is just a roll-up of the past two years. +Many bugs were squashed and many options were added. + +New options: + - indent_paren_open_brace + - indent_namespace_single_indent + - indent_constr_colon + - indent_oc_msg_prioritize_first_colon + - indent_oc_block_msg_xcode_style + - indent_oc_block_msg_from_keyword + - indent_oc_block_msg_from_colon + - indent_oc_block_msg_from_caret + - indent_oc_block_msg_from_brace + - sp_enum_paren + - sp_cparen_oparen + - sp_after_ptr_star_qualifier + - sp_after_constr_colon + - sp_before_constr_colon + - sp_fparen_dbrace + - sp_word_brace + - sp_word_brace_ns + - sp_cond_colon_before + - sp_cond_colon_after + - sp_cond_question_before + - sp_cond_question_after + - sp_cond_ternary_short + - align_keep_extra_space + - nl_cpp_lambda_leave_one_liners + - nl_brace_square + - nl_brace_fparen + - nl_constr_init_args + - nl_cpp_ldef_brace + - nl_paren_dbrace_open + - nl_constr_colon + - pos_constr_comma + - pos_constr_colon + - mod_add_long_namespace_closebrace_comment + - cmt_convert_tab_to_spaces + + +Change highlights in uncrustify-0.60 (1 Jan 2013) +------------------------------------------------------------------------------- +Objective C support was greatly enhanced in this release. +Many bugs were squashed and many options were added. + +New options: + - align_oc_msg_colon_first + - align_pp_define_together + - indent_ctor_init_leading + - indent_func_def_force_col1 + - indent_oc_block + - indent_oc_block_msg + - indent_oc_msg_colon + - ls_code_width + - nl_after_annotation + - nl_before_return + - nl_between_annotation + - nl_brace_struct_var + - nl_oc_msg_args + - nl_oc_msg_leave_one_liner + - nl_remove_extra_newlines + - nl_scope_brace + - nl_typedef_blk_end + - nl_typedef_blk_in + - nl_typedef_blk_start + - nl_unittest_brace + - nl_var_def_blk_end + - nl_var_def_blk_in + - nl_var_def_blk_start + - nl_version_brace + - sp_after_for_colon + - sp_after_oc_dict_colon + - sp_after_oc_msg_receiver + - sp_after_oc_property + - sp_after_throw + - sp_after_tparen_close + - sp_annotation_paren + - sp_before_for_colon + - sp_before_oc_dict_colon + - sp_before_pp_stringify + - sp_before_template_paren + - sp_cpp_lambda_assign + - sp_cpp_lambda_paren + - sp_extern_paren + - sp_inside_sparen_open + - sp_inside_tparen + - sp_permit_cpp11_shift + - sp_ptr_star_paren + +Changed default: + - sp_pp_stringify = ignore (was add) + +See commit.log for details. + + +Change highlights in uncrustify-0.59 (4 Oct 2011) +------------------------------------------------------------------------------- +The biggest change in this release was to rework the string handling to add +proper support for UTF-8 and UTF-16. + +New options: + - nl_case_colon_brace + - indent_ctor_init + - sp_before_tr_emb_cmt + - sp_num_before_tr_emb_cmt + - utf8_bom + - utf8_byte + - utf8_force + - sp_after_new + - nl_after_struct + - nl_after_class + - nl_property_brace + - nl_after_func_body_class + +See commit.log for details. + + +Change highlights in uncrustify-0.58 (19 May 2011) +------------------------------------------------------------------------------- +New options: + - tok_split_gte + - sp_catch_paren + - sp_scope_paren + - sp_version_paren + - cmt_insert_oc_msg_header + +See commit.log for details. + + +Change highlights in uncrustify-0.57 (25 Nov 2010) +------------------------------------------------------------------------------- +New options: + - sp_func_call_paren_empty + - nl_func_def_start + - nl_func_def_start_single + - nl_func_def_paren + - nl_func_def_args + - nl_func_def_empty + - nl_func_def_end + - nl_func_def_end_single + +See commit.log for details. + + +Change highlights in uncrustify-0.56 (27 Mar 2010) +------------------------------------------------------------------------------- +New options: + - indent_continue + - indent_cmt_with_tabs + - indent_first_bool_expr + - indent_braces_no_class + - indent_braces_no_struct + - indent_var_def_cont + - sp_assign_default + - sp_after_oc_at_sel_parens + - sp_inside_oc_at_sel_parens + - align_oc_decl_colon + - nl_after_vbrace_close + - nl_using_brace + - mod_full_brace_using + +See commit.log for details. + + +Change highlights in uncrustify-0.55 (27 Nov 2009) +------------------------------------------------------------------------------- + - See the GIT history for a full list of changes + - Fix align_left_shift with array indexes + - Objective C changes (Andre Berg) + - Fix a close paren added inside a preprocessor line + - Fix handling of 'mutable' + - New options + - sp_endif_cmt + - nl_func_decl_start_single + - nl_func_decl_end_single + - nl_after_vbrace_open_empty + - Improved options + - sp_before_ellipsis + - nl_struct_brace + - align_on_tabstop + - align_with_tabs + - align_left_shift + - nl_func_type_name + - nl_create_if_one_liner + - pos_assign + + +Changes in uncrustify-0.54 (16 Oct 2009) +------------------------------------------------------------------------------- + - Add mod_case_brace + - Add sp_after_semi_for and sp_after_semi + - Add align_oc_msg_colon + - ObjC: Do not set the parent of everything in a message at OC_MSG (was breaking casts) + - ObjC: sp_before_square does not apply in "if (i < [a count])" + - Fix crash bug in chunk_get_prev() at the start of the file + - Fix issue with #if COND followed by a cast on the next line + - Add nl_func_decl_empty + - Add nl_func_type_name_class + - Add cmt_reflow_mode (Ger Hobbelt) + - A case statement starts an expression. Fixes "case -1:" + - Improve semicolon removal test + - fix marking of brace/paren pairs that have a preproc inside + - fix nl_func_type_name where the return type contains a template + - Add mod_full_brace_if_chain + - fix detection of deref in a macro function + - fix detection of "std::vector functions;" + - Remove extra semicolons on an 'else if' + - Add sp_before_ellipsis + - treat a constructor the same as a function regarding nl_func_decl_* + - Add nl_brace_brace + - Allow any number of spaces between multi-line comments when combining them + - Add pos_compare + - Add pos_conditional + - Fix indent_relative_single_line_comments + - Add sp_after_oc_return_type and sp_after_oc_at_sel (Andre Berg) + - Add indent_namespace_level (James LewisMoss) + - Add indent_namespace_limit (Maciej Libera) + + +Changes in uncrustify-0.53 (16 May 2009) +------------------------------------------------------------------------------- + - Fix sp_inside_braces* options, which were broken by the fix to issue #2629652 + - Fix sp_after_cast, which was broken by a previous fix + - Be a little more agressive in removing unecessary semicolons + - Fix one case where the parser leaves a preprocessor #define + - Fix indent of line starting with '(' after a function name + - Add align_var_def_attribute + - Fix nl_func_type_name for function without a return type (ie, cast operator) + - Reset up state variables after processing a file + - Fix a case where a semicolon was incorrectly removed + - Fix a case where braces were incorrectly removed + - Fix handling of 'force' setting for many newline options + - Add func_wrap type for use with 'set func_wrap FSUB' + - Add type_wrap type for use with 'set type_wrap STACK_OF' + - Make file replacement more atomic - write to a temp file then rename + - With the 'replace' option, only replace if the file content changes + - Handle C# wide literal string prefix S"foo" + - Handle the ObjC '@protocol' the same as '@interface' + - Add 'make check' and 'make clean' (Ger Hobbelt) + - Add align_right_cmt_at_col (Ger Hobbelt) + - Add sp_pp_concat and sp_pp_stringify (Ger Hobbelt) + - Add mod_add_long_ifdef_{else,endif}_comment (Ger Hobbelt) + - Objective C improvements (Etienne Samson) + - Only mess with escaped newlines in a comment if inside a preprocessor + - Fix pos_xxx options when a preprocessor is near + - Apply Debian patch to man file + - Fix '<<' indenting/aligning (moved from indent.cpp to align.cpp) + - Rework the sp_before_nl_cont option + - Fix a few other bugs + + +Changes in uncrustify-0.52 (28 Feb 2009) +------------------------------------------------------------------------------- + - Add sp_before_assign and sp_after_assign + - Add sp_enum_before_assign and sp_enum_after_assign + - Add indent_var_def_blk + - Add sp_inside_sparen_close for the 'CGAL' style + - First pass at supporting ECMAScript (.es) files + - Add support for the C# '??' operator + - Fix conflict between nl_after_func_proto_group and nl_squeeze_ifdef + - Add sp_cmt_cpp_start + - Add align_on_operator + - Fix nl_func_type_name for operators + - Allow '$' to be part of identifiers (global change) + - Fix detection of the '*' in 'int a = b[0] * c;' + - Fix and improve the description of nl_multi_line_cond + - Fix handling of global namespace type such as '::sockaddr' + - Add nl_after_brace_close + - Add nl_func_scope_name + - Add cmt_insert_file_footer + + +Changes in uncrustify-0.51 (27 Nov 2008) +------------------------------------------------------------------------------- + - Prefer to split at ',' and then '=' in for() statements if at paren level + - Fix a NULL deref crash + - Fix nl_namespace_brace when something trails the open brace + - Get sp_after_sparen and sp_sparen_brace to play well together + - Ignore trailing comments when inserting the function header comment + - Combine two C comments when they have no space between them "/***//***/" + - Add cmt_insert_before_preproc + - Add mod_remove_empty_return + - Add nl_comment_func_def + - Fix aligning of anonymous bit fields + - Add indent_align_assign + - Add sp_before_case_colon + - Fix D 'invariant' handling + - Add sp_invariant_after_paren and sp_invariant_paren + - Fix handling of the C# [assembly: xxx] construct + - Fix handling of the C# 'base()' construct + - Add sp_range for the D '..' range operator as in [start .. end] + - Update $(fclass) and $(function) to handle operators + - Improve handling of inserted comments + - Enable 'finally' blocks for C# + - Add nl_after_try_catch_finally + - Add nl_between_get_set and nl_around_cs_property + + +Changes in uncrustify-0.50 (25-Oct-2008) +------------------------------------------------------------------------------- + - Fix sp_before_unnamed_ptr_star in 'char ** n' + - Fix crash when a open brace is at the end of a file + - ObjC class definitions do not need { } + - Fix ObjC msg detection + - Add sp_after_ptr_star_func, sp_before_ptr_star_func + - Add sp_after_byref_func, sp_before_byref_func + - Treat an ObjC msg decl more like a function def + - Add indent_func_const, indent_func_throw (Thanks, Ron) + - Fix detection of prototype inside extern or namespace braces + - Add align_left_shift to handle aligning of '<<' + - Add sp_cpp_cast_paren + - Add support for ObjC '@property' statements + - Add sp_brace_typedef and sp_case_label + - Merge in the lastest UniversalIndent support (Thanks, Thomas!) + - Fix extra '\r' in multi-line comments and strings + - Add sp_throw_paren + - Assume a '<' in a preprocessor can't be part of a template + - Don't align a constructor with class variables + - Fix ending column error when tokenizing strings + + +Changes in uncrustify-0.49 (22-Aug-2008) +------------------------------------------------------------------------------- + - Allow the MSVC++ '64' suffix on numbers + - Initialize align_stack class members for the MSVC++ compiler + - Indent a line that starts with '=' + - Add pos_arith and pos_assign (Thanks, Ron!) + - Fix pos_bool & code_width interaction (Thanks, Ron!) + - Fix cmt_width, which was going one word over the limit. (Thanks, Ron!) + - Major rework of the aligning code to better handle the gap options + - Indent comments before 'case' at the same level as 'case' + - mod_add_long_*_closebrace_comment adds the right comment type. (Thanks, Ron!) + - Relax number parsing even further to accept stuff like "3A" + - Add sp_after_oc_colon (Thanks, Kevin!) + - Add better detection and labeling of Objective C messages + - Add sp_after_send_oc_colon and sp_before_send_oc_colon (Thanks, Kevin!) + - Fix detection of '*' in "return n * f();" + - Add the 'set' config option which lets you create arbitrary keywords + - Add sp_func_call_user_paren and the 'func_call_user' keyword type + + +Changes in uncrustify-0.48 (18-Jul-2008) +------------------------------------------------------------------------------- + - Fix classification of '(' in '#if defined (FOO)' + - Add sp_defined_paren + - Fix handling of negative in '#if X < -1' + - Revert a change that broke indent continuation in an assignment + - Fix interaction between nl_squeeze_ifdef and nl_after_{if,for,while,switch,do} + - Preprocessor indents are indents, so indent_with_tabs=1 should do tabs + - Add pp_indent_count + - Handle C++ style casts, such as 'int(42.0)' a bit better + - Another rework of template detection + - Add sp_before_nl_cont, defaults to 'add' + - If a statement starts with 'operator', it is a function call + - Change sp_angle_word to be more generic + - Add sp_after_operator_sym for "operator ++(" vs "operator ++ (" + - Add sp_template_angle for "template<" vs "template <" + - Add support for " *INDENT-OFF* " and " *INDENT-ON* " + - Shuffle around spacing priorities + - Add handling for '...' in variadic templates + - Extend nl_template_class to handle anything after 'template <...>' + - Treat the template '<' the same as '(' for indenting + - Add indent_template_param + - Split internal CT_CAST into CT_C_CAST, CT_CPP_CAST and CT_D_CAST + - Swap priority of sp_after_angle and sp_before_ptr_star + - Change cmt_multi_indent=false to disable all reformatting (needs more work) + - Fix align_var_def_span - it wasn't counting newlines when it recursed + - Add nl_else_if + - mod_full_brace_if: Don't remove braces around certain 'else' statements + - Tweak template detection a bit more + - Rework and simplify multi-line comment indenting + - Add indent_else_if + - Improve right-comment aligning + - Fix detection of functions with a 'const' return type + - Add sp_cond_colon and sp_cond_question + - Fine-tune the right comment align stuff + - Add cmt_multi_check_last + - Add align_right_cmt_gap + - Add nl_return_expr + - Indent FPAREN_OPEN if after a newline but not before a newline + - Give sp_after_operator_sym priority over sp_func_call_paren + - Add align_same_func_call_params + + +Changes in uncrustify-0.47 (06-Jun-2008) +------------------------------------------------------------------------------- + - Fix inifinite loop bug in reindent_line + - Fix prototype detection with template parameter types + - Fix off-by-1 error on positive values for indent_access_spec and indent_label + - Add indent_extern to control indent extern-type namespaces + - Add initial support for Objective C++ (extension '.mm') + - Add nl_before_throw and indent 'throw' if after a prototype + - Extend line numbers to 32 bits (used for logging) + - Remove alternate token support for '<%', '%>', '<:', ':>', '%:', and '%:%:' + - Fix recently-broken mixing of right-comment aligning (PP_ENDIF/PP_ELSE issue) + - Indent a 'break' that follows a fully-braced 'case' at the level of the + close brace + - Add mod_move_case_break + - Fix '&' and '*' after 'delete' + - Escape opening '/*' when converting C++ comments to C comments + - Add sp_inside_braces_empty + - Fix cmt_sp_after_star_cont + - Fix cmt_sp_before_star_cont + - Explicitly disallow a tab after a space + - Improve multi-line comment indenting a bit + - Add sp_before_unnamed_byref and sp_before_unnamed_ptr_star + + +Changes in uncrustify-0.46 (22-Apr-2008) +------------------------------------------------------------------------------- + - Load the config file, if available, before handling '--universalindent' + - Add align_var_def_gap, align_var_def_colon_gap, align_var_struct_gap, + align_func_proto_gap, align_mix_var_proto, align_single_line_brace_gap + - (internal) Eliminate the 'trailer' stuff, simplify aligning + + +Changes in uncrustify-0.45 (7-Mar-2008) +------------------------------------------------------------------------------- + - Fix buffer overflow in logger code + - Add sp_enum_assign + - For elipses handling in the GCC extension "case 1 ... 5:" + - Add sp_after_class_colon, sp_before_class_colon, and sp_after_type + - Send usage text to stdout instead of stderr + - Fix mod_add_long_function_closebrace_comment if the file doesn't end in a newline + - Redo alignments after splitting long lines + - Add indent_relative_single_line_comments + - Add indent_access_spec_body + - Fix indent_func_proto_param to work on constructors + - Add cmt_indent_multi + - Add align_single_line_brace and align_single_line_func + - Fix interaction of virtual braces and #pragma + - Fix indenting problem with an assignment the last part of a for() + - Fix the order of opening files so that '-f' and '-o' can be used together + - Added a man file + - Many improvements thanks to Stas Grabois + - Fix a D problem due the lack of semicolons after struct/enum definitions + - Improve the way aligning is done + + +Changes in uncrustify-0.44 (12-Feb-2008) +------------------------------------------------------------------------------- + - Fix issue with #else and unmatched braces (issue 1868493) + - Update UnivarsalIndentGUI config output + - Add the version to generated config files + - Add nl_multi_line_define + - Minimize distance between code and the backslash-newline in macros + - Properly handle stuff like '#define MYHEADER ' + - Fix detection of 'int foo(int);' in C++ (func proto, not class variable) + - Improve handling of multi-line comments in a macro + - Fix crash bug with some ctype implementations + - Fix incorrect indenting of nested #endif with pp_if_indent_code + - Fix problem with nl_after_if and nl_before_if w/ trailing comments + + +Changes in uncrustify-0.43 (08-Jan-2008) +------------------------------------------------------------------------------- + - Add align_right_cmt_mix to control aligning of comments after '}' and '#endif' + - Allow a line split after an assignment + - Fix infinite loop bug + - Add sp_sign and sp_incdec + - Fix vbrace conversion where some are converted and some aren't + - Add a vbrace before a #pragma instead of after + - Improve Objective C support + - Add sp_before_oc_colon, sp_after_oc_scope, and sp_after_oc_type for ObjC + - Add align_oc_msg_spec_span for ObjC + - Add sp_member for spacing around '->' and '.' + - More template handling improvements + - Fix a NULL dereference related to __attribute__ + + +Changes in uncrustify-0.42 (30-Nov-2007) +------------------------------------------------------------------------------- + - Fix bug that would remove a newline after a C++ comment + - Add "--mtime" command line option to preserve the mtime + - Remove extra semicolons before inserting newlines after semicolons + - Fix broken struct initializer alignment + - Fix problem with pos_class_comma in a #define + - Fix problem with an incomplete statement in a #define and virtual braces + - Add indent_func_proto_param and indent_func_def_param + - Add nl_func_proto_type_name, split from nl_func_type_name + - Add mod_add_long_switch_closebrace_comment, mod_add_long_function_closebrace_comment + - Add mod_sort_import to sort import statements (Java/D) + - Add mod_sort_using to sort using statements (C#) + - Add mod_sort_include to sort #include (C/C++) and #import (ObjC) statements + - Add indent_func_class_param, indent_func_ctor_var_param, and + indent_func_param_double + - Fix inserting a newline before a preprocessor + - Don't split empty function parens for code_width stuff + + +Changes in uncrustify-0.41 (07-Nov-2007) +------------------------------------------------------------------------------- + - Add cmt_insert_func_header, cmt_insert_file_header, and cmt_insert_class_header + - Fix detection of prototypes without named parameters + - sp_after_byref and sp_after_ptr_star only are applied if before a word + - internal rework + - Add pp_define_at_level + - Fix detection of deref in "sizeof *x" + - Fix broken output of backslash-newline in certain situations + - Fix pp_indent_if stuff + - Add nl_after_brace_open_cmt + - Properly handle anonymous namespaces + - Add pp_space_count + + +Changes in uncrustify-0.40 (12-Oct-2007) +------------------------------------------------------------------------------- + - Simplify preprocessor indenting + - Add pp_indent_region and pp_region_indent_code + - Add pp_indent_at_level + - Add pp_indent_if and pp_if_indent_code + - Add initial VALA support + - Fix a problem with mod_full_paren_if_bool and functions + - Add nl_func_paren + - Fix function type parameter marking (broken in the last few releases) + - Don't remove newline chunks before/after a preprocessor + + +Changes in uncrustify-0.39 (25-Sep-2007) +------------------------------------------------------------------------------- + - Improve conversion operators + - Prevent undesired chunk combining ("~ ~" vs "~~" in D) + - Add nl_after_multiline_comment + - Fix handling of try/catch/finally blocks in virtual braces + - Add sp_inv, sp_not, sp_addr, sp_deref (default to remove) + - Fix nl_class_brace + - Fix indent_func_call_param + - Add nl_create_if_one_liner, nl_create_for_one_liner, nl_create_while_one_liner + - Add indent_preserve_sql + - Fix one-liner detection with multiple statements on one line + - Add nl_func_leave_one_liners and nl_if_leave_one_liners + - More template improvements + + +Changes in uncrustify-0.38 (04-Sep-2007) +------------------------------------------------------------------------------- + - Fix line splitting WRT the CT_SPACE token + - Improve function call/prototype/definition detection + - Fix some spacing issues + - More template improvements + - Allow for a C++ struct constructor + - Add nl_before_access_spec and nl_after_access_spec + - Add cmt_width, cmt_c_group, cmt_c_nl_start, cmt_c_nl_end + - Handle conversion operators + + +Changes in uncrustify-0.37 (16-Aug-2007) +------------------------------------------------------------------------------- + - A bunch of D language improvements + - Add sp_d_array_colon, nl_assign_square, nl_after_square_assign + - Fix static keyword sort order + - Improve typedef detection and aligning + - Split nl_ds_struct_enum_close_brace out of nl_ds_struct_enum_cmt + - Add indent_paren_close + - Add indent_comma_paren and indent_bool_paren + + +Changes in uncrustify-0.36 (04-Aug-2007) +------------------------------------------------------------------------------- + - Add nl_after_vbrace_open + - Improve option descriptions + - Fix seg faults (check for NULL) + - Fix spacing for operators () and [] + - Add sp_before_dc and sp_after_dc to control spacing around '::' + - Split pos_class_comma from pos_comma + - Improve line splitting a little - no longer break at '::' or '->' or '.' + - Add nl_enum_leave_one_liners and nl_getset_leave_one_liners + - Add mod_remove_extra_semicolon + - Fix handling of macro-open and macro-close + - Add align_var_struct_thresh + - Improve handling of comments after braces + - Add support for Qt slots and signals + - Add align_typedef_amp_style and align_var_def_amp_style + - Add sp_attribute_paren and handling of the '__attribute__' macro + - Add align_typedef_func, improve aligning of typedefs + - Add sp_after_semi_for_empty + + +Changes in uncrustify-0.35 (14-Jul-2007) +------------------------------------------------------------------------------- + - Fix bug with nl_func_type_name and empty param list: int foo() { ... } + - Don't parse pragma bodies + - Properly indent multiline #error and #warning + - Change nl_after_func_body to force the newline count (was a minimum) + - Fix handling of CT_PTR_STAR when all options are AV_IGNORE + - Fix problem when the first token in the file isn't in column 1 + - Properly mark catch clauses that contain parameters, ie catch (Exception *e) + - Add a newline after the open brace for nl_catch_brace, nl_do_brace, + nl_else_brace, nl_try_brace, nl_getset_brace, nl_finally_brace + - Add nl_multi_line_cond + - Fix a bug with mod_full_paren_if_bool + - Fix handling of templated variables: Buffer* buf + - Fix handling of dynamic_cast(obj) stuff + - Fix detection of templates in for() statements: + for (std::map::iterator it = map.begin(); ... + - Add --no-backup command-line option to replace w/o a backup file + - Fix nl_class_leave_one_liners when set to false + - Add nl_class_colon, which split the functionality of nl_class_init_args + - Improve detection of reference variable declarations (A& B) + + +Changes in uncrustify-0.34 (11-May-2007) +------------------------------------------------------------------------------- + - Add sp_angle_paren and sp_angle_word + - Properly handle multi-line CPP comments + - Add sp_inside_paren_cast + - improve indent_class_colon + - fix indenting on open parens + - Add sp_before_semi_for_empty + - Fix detection of while if the do is in a preprocessor chunk (1675673) + - (pawn) Don't add vsemi after case/switch brace close (1684840) + - Add nl_assign_leave_one_liners to allow "foo_t foo = { 0, 1 };" + - Change handling of #region stuff so that it is indented at brace level + - Fix handling of missing semicolon after while-of-do. + - Fix crash-bug in handling bad code: "if (a && );" + - Add pos_comma + + +Changes in uncrustify-0.33 (05-Mar-2007) +------------------------------------------------------------------------------- + - Fix converting C++ comments with embedded C comments + - Fix nl_func_var_def_blk with class variables + - Fix some output issues with the 1st line and C++ comments + - Eliminate indent_case_body, which wasn't used + - Change rules for indenting case braces and the use of indent_case_brace + - Fix variable declaration detection at the start of a code block + - Add support for custom open/close indenting macros + MACRO_OPEN, MACRO_ELSE, MACRO_CLOSE + - Fix the config updating routines to NOT lose custom types and stuff + - Add nl_after_func_body_one_liner + - Fix nl_class_init_args + - Add --universalindent option to output an ini file for UniversalIndentGUI + + +Changes in uncrustify-0.32 (20-Feb-2007) +------------------------------------------------------------------------------- + - Enable align_proto_var_def for constructors + - Fix while-of-do handling inside virtual braces + - Fix problem with comments between a close brace and else + - Add sp_before_comma + - Change align_var_def_star to align_var_def_star_style + - Change align_proto_var_def to align_func_params + - Add ls_func_split_full and ls_for_split_full + - Rework code width code a bit + - Start Objective C support + - Add cmt_sp_before_star_cont and cmt_sp_after_star_cont + - Fix spacing between (( and )) + - Add nl_try_brace, nl_catch_brace, nl_finally_brace, nl_brace_catch, + nl_brace_finally, sp_catch_brace, sp_brace_catch, sp_finally_brace, + sp_brace_finally, sp_try_brace + - Treat typedef functions the same as other function for param aligning + - Turn any word after a enum/struct/union into a type + - Add sp_getset_brace and nl_getset_brace + - Add mod_full_paren_if_bool + - Add nl_before_c_comment and nl_before_cpp_comment + - Fix nl_class_leave_one_liners + - Add nl_ds_struct_enum_cmt + - Add sp_balance_nested_parens + + +Changes in uncrustify-0.31 (24-Jan-2007) +------------------------------------------------------------------------------- + - Improve mixed tab indent / space align + - Try to fix spacing around embedded comments + - Add indent_access_spec + - Add __func__ and __FUNCTION__ detection for non-C99 compilers + - General code cleanup (Thanks Tom!) + - Add indent_xml_string + - Add align_proto_var_def to align variables in prototypes + + +Changes in uncrustify-0.30 (24-Nov-2006) +------------------------------------------------------------------------------- + - Use environment variable UNCRUSTIFY_CONFIG if no '-c' option (non-WIN32) + - Default to ~/.uncrustify.cfg if no '-c' option and no env var (non-WIN32) + - Add '-q' option to the usage info + - Added initial embedded SQL support + - Many bug fixes + - New options: indent_braces_no_func, indent_sing_line_comments, nl_before_if, + nl_before_for, nl_after_for, nl_before_while, nl_after_while, + nl_before_switch, nl_after_switch, nl_before_do, nl_after_do + + +Changes in uncrustify-0.29 (26-Oct-2006) +------------------------------------------------------------------------------- + - Add support for the 'Klaus' style + - Fix a bunch of c++ template bugs + - Add option nl_class_leave_one_liners + + +Changes in uncrustify-0.28 (06-Oct-2006) +------------------------------------------------------------------------------- + - Fix D range array detection a[1..4] => a[1 .. 4] + - Fix D delegate variable aligning + - More documentation updates (thanks Dirk!) + - New options: nl_after_semicolon and nl_after_open_brace + + +Changes in uncrustify-0.27 (23-Sep-2006) +------------------------------------------------------------------------------- + - Improve template detection again (allow CT_TYPE in a template) + - Fix bad formatting in "[ABC * 123]" and "[0xf & *val]" + - Add --replace option to convert files in-place + - Use a map for the options + - Major configuration/option cleanup + - add -o option to write to a file instead of stdout + + +Changes in uncrustify-0.26 (09-Sep-2006) (removed a number from the version) +------------------------------------------------------------------------------- + - Fix preprocessor labeling WRT comments + - Fix an indenting problem + - Add sp_after_byref + - Fix alignment of global variable definitions + - Fix detection of deref inside squares: a[*p] + - Fix a weird indenting bug + - Fix D template ! spacing + - Add sp_after_operator + - Add nl_template_class + - Add start to detailed docs inside the program + - Add --prefix and --suffix command line args + - Add align_enum_equ_thresh and fix align_enum_equ_span + - Fix formatting of function typedefs + - Add indent_member + - Simplify the indenting code a bit + - Improve type_cast stuff (ie, dynamic_cast<> or static_cast<>) and templates + + +Changes in uncrustify-0.0.25 (26-Aug-2006) +------------------------------------------------------------------------------- + - Add sp_after_ptr_star, sp_before_ptr_star, sp_between_ptr_star + - Fix D tokenizing for numbers and strings + - Fix a bug with cast detection and with nl_after_func_proto + - Improve template detection + - Rename nl_bool_pos to pos_bool + - Add pos_class_colon + - Add indent_class_colon + - Add nl_class_init_args + - Add nl_collapse_empty_body + - Add indent_square_nl + + +Changes in uncrustify-0.0.24 (05-Aug-2006) +------------------------------------------------------------------------------- + - Add initial PAWN support (thanks to Derek Evan Mart for testing and motivation!) + - Fix parsing of numbers like 10.0 + - Fix double negative (- -x) vs (--x) + - Add ability to convert C++ (//) comments into C (/* */) comments + - Fix usage of indent_columns; output_tab_size is only needed if using tabs + - Add first small step in code width handling + - New options: sp_fparen_brace, sp_macro, sp_marco_func, + nl_elseif_brace, mod_pawn_semicolon, cmt_cpp_to_c, cmt_cpp_group, + cmt_cpp_nl_start, cmt_cpp_nl_end, sp_after_tag + + +Changes in uncrustify-0.0.23 (22-Jul-2006) +------------------------------------------------------------------------------- + - Fix some crash bugs and some formatting problems + - Fix Windows CRLF issues (binary vs text mode) + - Add indent_class and indent_namespace + - Add nl_class_brace and nl_namespace_brace + - Add handling of operator stuff in CPP + - Improve the test script a bit + - Add sp_inside_fparens + - Add ability to define types in the config file + - Started work on improving #ifdef handling by evaluating the preprocessor + + +Changes in uncrustify-0.0.22 (15-Jul-2006) +------------------------------------------------------------------------------- + - Implement nl_max, nl_before_block_comment, nl_after_func_body, + nl_after_func_proto, nl_after_func_proto_group + - Improve detection of function prototypes + - Improve marking of function prototype-related tokens + - Improve variable definition aligning + - fix align_var_def threshold + - Improve handling of "private:" style stuff + - Handle types with "::" in them + - Add preprocessor spacing and indenting + - Fix tab indenting style 1 (tab indent, space align) + - Improve multi-line comment formatting + + +Changes in uncrustify-0.0.21 (01-Jul-2006) +------------------------------------------------------------------------------- + - Clean up some memory leaks & uninitialized variables + - Add option to process multiple files at once + - Change the newlines values from [UNIX, DOS, MAC] to [LF, CRLF, CR] + - Properly mark the parens for functions + - Implement control over the format of the function prototypes and definitions + - Update configuration.txt + + +Changes in uncrustify-0.0.20 (10-Jun-2006) +------------------------------------------------------------------------------- + - Fix cast on a sizeof: (INT32)sizeof(x) + - Fix this: "#define SOME_JUNK /*lint -e123 */(const mytype_t *)-1" + - Don't align function typedefs (fixed again) + - Finally fix the DOS and MAC line-ending support + - Add line-ending autodetection + - Add Windows build support + + +Changes in uncrustify-0.0.19 (27-May-2006) +------------------------------------------------------------------------------- + - Fix C/C++/C# casts + - Improve D casts + + +Changes in uncrustify-0.0.18 (12-May-2006) +------------------------------------------------------------------------------- + - Add nl_bool_pos to move boolean ops between eol and sol + - Improve C99 array initializer aligning/formatting + - Replace nl_eat_start, nl_eat_end, and nl_eof_min with nl_start_of_file, + nl_start_of_file_min, nl_end_of_file, and nl_end_of_file_min + + +Changes in uncrustify-0.0.17 (03-May-2006) +------------------------------------------------------------------------------- + - Add nl_eat_start to remove newlines at the start of the file + - Add nl_eat_end to remove newlines at the end of the file + - Add nl_eof_min to set the minimum number of newlines at the end of file + - Add newlines setting to configure the newline output + - Add '-q' command line option to turn off logging + - Fix bug in nl_func_var_def_blk handling + + +Changes in uncrustify-0.0.16 (21-Apr-2006) +------------------------------------------------------------------------------- + - Add a stack alignment helper class + - Improve typedef formatting + - Add aligning thresholds for typedefs and assignments + - update the automake/autoconf stuff + + +Changes in uncrustify-0.0.15 (14-Apr-2006) +------------------------------------------------------------------------------- + - Switch to C++ + - Improve C++ template formatting + - Improve C++ class handling + + +Changes in uncrustify-0.0.14 (09-Apr-2006) +------------------------------------------------------------------------------- + - Read from stdin if no file is specified + - Build on OS X + + +Changes in uncrustify-0.0.13 (07-Apr-2006) +------------------------------------------------------------------------------- + - Rewrite the indent code + - Fix a bunch of small problems with C casts + - Rename a few files + - Add more tests + + +Changes in uncrustify-0.0.12 (30-Mar-2006) +------------------------------------------------------------------------------- + - Add support for D template format "Foo!(int,char)" + - Fix a format bug in a log + - Fix elipsis spacing (remove space before elipsis) + - Don't use getopt as it isn't all that portable (at least for QNX) + - Rename some files + - Bugfix: don't add virtual braces on the same line as a preprocessor + - Bugfix: clean up indexed array aligning + + +Changes in uncrustify-0.0.11 (27-Mar-2006) +------------------------------------------------------------------------------- + - fix brace analysis on else statement + - allow options to depend on other options + - set the parent for case braces + - handle/indent the C++ class colon thingy + - handle C++ constructors and function defs + - special handling for '::' operator + - implement case indenting + - handle cout '<<' indenting + - handle DOS and MAC line endings in multiline comments + - rename some indent options + - fix ifndef handling + - fix volatile handling + - fix private/public/protected 'label' handling + - alternate punctuators are also part of C++ + - handle C++ wide L"strings" + - improve C# get/set handling + - fix spacing bug "a++;" vs "a ++;" due to statement start misdetect + - add nl_assign_brace + - fix parent of vbrace close + - more test enhancements + + +Changes in uncrustify-0.0.10 (22-Mar-2006) +------------------------------------------------------------------------------- + - Complete rewrite of tokenizer and brace parser + - Added support for D nested comments + - Fixed some virtual brace bugs + - Added some documentation for the brace parsing stuff + - Add more tests to improve coverage (still lacking) + + +Changes in uncrustify-0.0.9 (18-Mar-2006) +------------------------------------------------------------------------------- + - Major enhancements for D + - Add handling for special "[]" sequence for C#/D + - add some more tests + + +Changes in uncrustify-0.0.8 (13-Mar-2006) +------------------------------------------------------------------------------- + - update TODO list + - add a threshold for brace removal + - improve brace removal + - keep track of whether a token follows a tab + - add option to preserve non-indenting tabs + - major keyword and operator cleanup for C++, C#, D, and Java + - add 'string' variants for ARITH, COMPARE, etc + - add C# get/set detection + - add template detection + - add colon handling for class stuff and anonymous bitfields + - pop the whole indent stack when leaving a preprocessor + - fix embedded return handling in C#, ie: [ this should return negative ] + - fix a problem with the ifdef frame stack (still a problem lurking...) + - handle literal strings (C#) + - handle non-keyword words (C#) -- example: @if @switch + - set the parent on 'do' braces + - handle C# #region preprocessor stuff + - partially implement align on tabstop + - fix virtual brace spacing (no more "else return;" => "elsereturn;") + - add some more tests + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/Comments.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/Comments.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/Comments.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/Comments.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/HELP b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/HELP similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/HELP rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/HELP diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/LIMITATIONS.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/LIMITATIONS.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/LIMITATIONS.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/LIMITATIONS.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/NEWS b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/NEWS similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/NEWS rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/NEWS diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/README.md b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/README.md new file mode 100644 index 00000000..11ac833e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/README.md @@ -0,0 +1,395 @@ +[![AppVeyor](https://img.shields.io/appveyor/ci/uncrustify/uncrustify/master.svg?style=flat-square&label=Windows)](https://ci.appveyor.com/project/uncrustify/uncrustify) +[![Coverage Status](https://coveralls.io/repos/github/uncrustify/uncrustify/badge.svg?branch=master)](https://coveralls.io/github/uncrustify/uncrustify?branch=master) + +[![Conan Center](https://shields.io/conan/v/uncrustify)](https://conan.io/center/uncrustify) + +--------------------------- + +# Uncrustify +A source code beautifier for C, C++, C#, Objective-C, D, Java, Pawn and Vala. + +## Features +* Highly configurable - 850 configurable options as of version 0.78.1 +-

add/remove spaces + + - `sp_before_sparen`: _Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc._ + - `sp_compare`: _Add or remove space around compare operator '<', '>', '==', etc_ +
+ +-
add/remove newlines + + - `nl_if_brace`: _Add or remove newline between 'if' and '{'_ + - `nl_brace_while`: _Add or remove newline between '}' and 'while' of 'do' statement_ +
+ +-
add/remove blanklines + + - `eat_blanks_before_close_brace`: _Whether to remove blank lines before '}'_ + - `nl_max`: _The maximum consecutive newlines (3 = 2 blank lines)_ +
+ +-
indent code + + - `indent_switch_case`: _indent_switch_case: Spaces to indent 'case' from 'switch'_ + - `indent_class_colon`: _Whether to indent the stuff after a leading base class colon_ +
+ +-
align code + + - `align_func_params`: _Align variable definitions in prototypes and functions_ + - `align_struct_init_span`: _The span for aligning struct initializer values (0=don't align)_ +
+ +-
modify code + + - `mod_full_brace_for`: _Add or remove braces on single-line 'for' statement_ + - `mod_paren_on_return`: _Add or remove unnecessary paren on 'return' statement_ +
+ +Here is an example [configuration file](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/ben.cfg.txt), +and here is a [before](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/examples/c-1.in.c) +and [after](https://raw.githubusercontent.com/uncrustify/uncrustify/master/documentation/htdocs/examples/c-1.out.c) +C source example. +That should give you a pretty good idea of what Uncrustify can do. + + + + + +--------------------------------------------------------------------------- + +## Binaries +Pre compiled binaries for Windows can be downloaded from the [Releases](https://github.com/uncrustify/uncrustify/releases) page or from the [Sourceforge](https://sourceforge.net/projects/uncrustify/files/) website. + +## Build +[Python](https://www.python.org/) is an "interpreted high-level programming language for general-purpose programming", for this project it is needed to extend the capabilities of CMake. + +[CMake](https://cmake.org/) is a tool that generates build systems +(Makefiles, Visual Studio project files, Xcode project files and others). + +To generate a build system for Uncrustify using CMake on UNIX-like systems, create a +build folder and run CMake from it, making sure to specify Release mode: + +```bash +$ mkdir build +$ cd build +$ cmake -DCMAKE_BUILD_TYPE=Release .. +``` +Other systems may require other flags (e.g. `cmake -G Xcode ..` for Xcode). + +Then use the build tools of your build system (in many cases this will +simply be `make`, but on Windows it could be MSBuild or Visual Studio). +Or use CMake to invoke it: + +```bash +$ cmake --build . --config Release +``` + +If testing is enabled, CMake generates a `test` target, which you can +_build_ using your build system tools (usually `make test`). This can also +be invoked using CTest: + +```bash +$ ctest -V -C Debug +``` + +There is also an `install` target, which can be used to install the +Uncrustify executable (typically `make install`). + +### A note on CMake configurations +Some build systems are single-configuration, which means you specify the +build type when running CMake (by setting the `CMAKE_BUILD_TYPE` +variable), and the generated files then build that configuration. + +An example of a single-configuration build system are Makefiles. You can +build the Release or Debug configurations of Uncrustify (from the build folder) with: + +```bash +$ cmake -DCMAKE_BUILD_TYPE=Release .. +$ make +``` +or +```bash +$ cmake -DCMAKE_BUILD_TYPE=Debug .. +$ make +``` + +Other build systems are multi-configuration, which means you specify the +build type when building. + +An example of a multi-configuration build system are Visual Studios project +files. When you open the project in Visual Studio, you can select which +configuration to build. You can also do this while building from the +command line with `cmake --build . --config Debug`. + + +## Bugs +Post any bugs to the issue tracker found on the projects GitHub page: + https://github.com/uncrustify/uncrustify/issues + +Please include the following with your issue: + - a description of what is not working right + - input code sufficient to demonstrate the issue + - expected output code + - configuration options used to generate the output + +More about this is in the [ISSUE_TEMPLATE](https://github.com/uncrustify/uncrustify/blob/master/.github/ISSUE_TEMPLATE) + + +### Known problems +[Look at the Wiki](https://github.com/uncrustify/uncrustify/wiki/Known-Problems) + + +## Which repositories have uncrustify? +[Look here](https://repology.org/metapackage/uncrustify/versions) + + +## Contribute +If you want to add a feature, fix a bug, or implement missing +functionality, feel free to do so! Patches are welcome! +Here are some areas that need attention: + +- __Patches for Objective-C support__. We really need someone who knows + this language as it has more than plenty open issues. A good starting + point would be to integrate changes made in the + [Unity fork](https://github.com/Unity-Technologies/uncrustify/tree/fixes/c-oc-java) +- Test Java support and provide feedback (or patches!) +- Test Embedded SQL to see what works +- A logo of some sort +- Anything else that you want to do to make it better? + +### A note about pull requests +Firstly take a look at the [CONTRIBUTING.md](https://github.com/uncrustify/uncrustify/blob/master/CONTRIBUTING.md) + +Currently we have two continuous integration systems that test your PRs, +TravisCI and Appveyor. +Tested are the test cases, the formatting of the code base and +the output of the command line options. + +Test cases can be found in the `tests/` directory. Every file ending with +`.test` is a test set. Inside each line with these components is a +single test: `testNr[!] testConfigFileName testInputFileName [lang]` + +The configuration file `testConfigFileName` has to be located inside `tests/config`, +the input file `testInputFileName` inside `tests/input//`, +and expected results file inside the `tests/expected//` +directory. +Expected results have the following naming convention: `testNr-testInputFileName`. + +Optionally a `!` can follow the `testNr` to enable a custom rerun +configuration. +Rerun configurations need to be named like this: +`testConfigFileName`(without extension)+`.rerun`+`.extension` + +Also, optionally a language for the input can be provided with `lang`. + +The codebase has to be formatted by the options set up in +`forUncrustifySources.cfg`. Failing to format the sources correctly will +cause TravisCI build failures. + +The Command line interface (CLI) output is tested by the +`test_cli_options.sh` script. It is located inside of `tests/cli/` and operates +on the subdirectories of that folder. + +If a PR is altering the CLI output, files inside those directories might +need to be manually updated. This often happens when options are +added, removed, or altered. Keep in mind that the version string line +(example: `# Uncrustify-0.69.0_f`) of outputs from commands like +`--show-config` should be replaced with a blank line. + +### Debugging + +The first method is to use uncrustify itself to get debug informations. +Using: +```.txt + uncrustify -c myExample.cfg -f myExample.cpp -p myExample.p -L A 2>myExample.A +``` +you get two files for the first informations. +The p-file gives you details of the parsing process and indentation. +```.txt +# Line Tag Parent Columns Br/Lvl/pp Flag Nl Text +# 1> CLASS[ NONE][ 1/ 1/ 6/ 0][0/0/0][ 10070000][0-0] class +# 1> TYPE[ CLASS][ 7/ 7/ 14/ 1][0/0/0][ 10000000][0-0] Capteur +# 1> BRACE_OPEN[ CLASS][ 15/ 15/ 16/ 1][0/0/0][ 100000400][0-0] { +``` + +The A-file gives you many details about the run itself, where the process is running thru, +which values have the most important variables. +```.txt +tokenize(2351): orig line is 1, orig col is 1, Text() 'class', type is CLASS, orig col_end is 6 +tokenize(2351): orig line is 1, orig col is 7, Text() 'Capteur', type is WORD, orig col_end is 14 +tokenize(2351): orig line is 1, orig col is 15, Text() '{', type is BRACE_OPEN, orig col_end is 16 +``` + +You can also dump the parsing information of each formatting step using the 'dump steps' option. +```.txt + uncrustify -c myExample.cfg -f myExample.cpp -ds dump +``` +This will create a series of 'dump_nnn.log' files, each containing the parsing information at +specific points of the formatting process ('dump_000.log' will list the formatting options in use). + +You can combine this option with -p and -L to get a lot of detailed debugging information. +```.txt + uncrustify -c myExample.cfg -f myExample.cpp -p myExample.p -L A 2>myExample.A -ds dump +``` + +It might be useful to add some code lines to see where something is happening. +Use the package `unc_tools`. +Remove the comment at line: +```.cpp +#define DEVELOP_ONLY +``` +Import the package: +```.cpp +#include "unc_tools.h" +``` +Add at some places the line: +```.cpp +prot_the_line(__LINE__, 6, 0); +``` +Compile again with DEBUG option. + + + +### How to add an option + +If you need a new option, there are a few steps to follow. +Take as example the option `sp_trailing_ret_t` + +First define the option: +- Insert the code below to the file src/options.h +_NOTE: +This file is processed by make_options.py, and must conform to a particular +format. Option groups are marked by '//begin ' (in upper case; this example +is lower case to prevent being considered a region marker for code folding) +followed by the group description. Options consist of two lines of +declaration preceded by one or more lines of C++ comments. The comments form +the option description and are taken verbatim, aside from stripping the +leading '// '. Only comments immediately preceding an option declaration, +with no blank lines, are taken as part of the description, so a blank line +may be used to separate notations from a description. +An option declaration is 'extern TYPE\nNAME;', optionally followed by +' // = VALUE' if the option has a default value that is different from the +default-constructed value type of the option. The 'VALUE' must be valid C++ +code, and is taken verbatim as an argument when creating the option's +instantiation. Note also that the line break, as shown, is required. +_ +```.cpp +// Add or remove space around trailing return operator '->'. +extern Option +sp_trailing_ret_t; +``` +- Insert the code below to the file src/space.cpp +```.cpp + if (first->Is(CT_TRAILING_RET_T)) + { + // Add or remove space around trailing return operator '->'. + log_rule("sp_trailing_ret_t"); + return(options::sp_trailing_ret_t()); + } +``` + + +### Portability + +We are pretty sure that nothing OS-specific is used in the code base. +The software has been previously tested on the following operating systems: +- Linux +- QNX +- OS X +- FreeBSD, NetBSD, OpenBSD +- Sun Solaris 9 +- Windows (binary available) + + +--------------------------------------------------------------------------- + +## Running the program + +__NOTE__ This application works reasonably well but it has bugs. Do __not__ +apply it on your whole codebase without checking the results! + +Here are ways to run it: +``` +$ uncrustify -c mystyle.cfg -f somefile.c -o somefile.c.unc +$ uncrustify -c mystyle.cfg -f somefile.c > somefile.c.unc +$ uncrustify -c mystyle.cfg somefile.c +$ uncrustify -c mystyle.cfg --no-backup somefile.c +$ uncrustify -c mystyle.cfg *.c +$ uncrustify -c mystyle.cfg --no-backup *.c +``` +The `-c` flag selects the configuration file. +The `-f` flag specifies the input file. +The `-o` flag specifies the output file. +If flag `-f` is used without flag `-o` the output will be send to `stdout`. + +Alternatively, multiple or single files that should be processed can be +specified at the command end without flags. +If the flag `--no-backup` is missing, every file is saved with the initial +name and an additional suffix (can be changed with --suffix). + +For more options descriptions call: +```bash +$ uncrustify -h +``` + +## Configuring the program +Uncrustify usually reads configuration files that are passed via the `-c` +flag. If the flag is not provided, Uncrustify will try to find a +configuration file via the `UNCRUSTIFY_CONFIG` environment variable or a +file with the name `.uncrustify.cfg` or `uncrustify.cfg` in your home folder. + +To get a list of: +- all available options use: + ```bash + uncrustify --show-config + ``` + +- all available options in a usable configuration file format use: + ```bash + uncrustify --update-config + ``` + + or + + ```bash + uncrustify --update-config-with-doc + ``` + + As the names suggest, both options can produce output that adds newly + introduced options to your old configuration file. For this your old + configuration file has to be passed via the `-c` flag: + ```bash + uncrustify --update-config-with-doc -c path/to/your.cfg + ``` + +Example configuration files that can be used as a starting point can be +found in the `etc/` directory (such as [ben.cfg](./etc/ben.cfg)). + +Modify to your liking. Use a quality side-by-side diff tool to determine +if the program did what you wanted. Repeat until your style is refined. + +To ease the process a bit, some 3rd party tools are available: +- [Universal Indent GUI](http://universalindent.sourceforge.net/) - A + cross-platform graphical configuration file editor for many code + beautifiers, including Uncrustify. +- [uncrustify_config](https://github.com/CDanU/uncrustify_config) - A web + configuration tool based on Uncrustify's emscripten interface. +- [UncrustifyX](https://github.com/ryanmaxwell/UncrustifyX) - Uncrustify + utility and documentation browser for Mac OS X + +Under Windows: +Uncrustify is a command-line tool, if you run it by double-clicking the +executable, it will open a command prompt run the executable +(which prints the help message), and then immediately close the window +as uncrustify exits. + +You can open the command prompt (which is an interactive terminal +window that allows you to run commands without it closing as soon as +they exit) and run uncrustify.exe there. + +## Using uncrustify with vim +Have a look [here](https://github.com/cofyc/vim-uncrustify) + +## Using uncrustify with IntelliJ +Have a look at https://plugins.jetbrains.com/plugin/17528-uncrustify diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/TESTING b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/TESTING similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/TESTING rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/TESTING diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/appveyor.yml b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/appveyor.yml similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/appveyor.yml rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/appveyor.yml diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/CodeCoverage.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/CodeCoverage.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/CodeCoverage.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/CodeCoverage.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/GenerateTokenNames.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/GenerateTokenNames.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/GenerateTokenNames.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/GenerateTokenNames.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/GenerateVersionHeader.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/GenerateVersionHeader.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/GenerateVersionHeader.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/GenerateVersionHeader.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/Toolchain-mingw32.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/Toolchain-mingw32.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/Toolchain-mingw32.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/Toolchain-mingw32.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/Toolchain-mingw64.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/Toolchain-mingw64.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/Toolchain-mingw64.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/Toolchain-mingw64.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/uninstall.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/uninstall.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/cmake/uninstall.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/cmake/uninstall.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/commit.log b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/commit.log similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/commit.log rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/commit.log diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/coverity.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/coverity.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/coverity.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/coverity.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/coverity.travis.yml b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/coverity.travis.yml similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/coverity.travis.yml rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/coverity.travis.yml diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/cdbs/debian-tde.mk b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/cdbs/debian-tde.mk similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/cdbs/debian-tde.mk rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/cdbs/debian-tde.mk diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/cdbs/versions.pl b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/cdbs/versions.pl similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/cdbs/versions.pl rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/cdbs/versions.pl diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/changelog b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/changelog new file mode 100644 index 00000000..bf1c547c --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/changelog @@ -0,0 +1,358 @@ +uncrustify-trinity (0.78.1-0debian13.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.78.1 + + -- Michele Calgaro Fri, 01 Dec 2023 12:36:00 +0900 + +uncrustify-trinity (0.78.0-0debian13.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.78.0 + + -- Michele Calgaro Sun, 18 Nov 2023 17:35:00 +0900 + +uncrustify-trinity (0.76.0-0debian12.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.76.0 + + -- Michele Calgaro Sun, 04 Dec 2022 18:56:43 +0900 + +uncrustify-trinity (0.75.0-0debian11.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.75.0 + + -- Michele Calgaro Fri, 06 May 2022 13:49:07 +0900 + +uncrustify-trinity (0.74.0-0debian11.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.74.0 + + -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 + +uncrustify-trinity (0.73.0-0debian11.0.0+2) unstable; urgency=medium + + * Fix Python detection on CMake < 3.12. + + -- Slávek Banko Wed, 20 May 2021 00:00:40 +0200 + +uncrustify-trinity (0.73.0-0debian11.0.0+1) unstable; urgency=medium + + * Backported commits cb1a42dd from upstream. + + -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 + +uncrustify-trinity (0.73.0-0debian11.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.73.0 + + -- Michele Calgaro Wed, 19 May 2021 15:58:50 +0900 + +uncrustify-trinity (0.72.0-0debian11.0.0+8) unstable; urgency=medium + + * Switch to build using ninja-build + + -- Slávek Banko Tue, 18 May 2021 19:30:49 +0200 + +uncrustify-trinity (0.72.0-0debian11.0.0+7) unstable; urgency=medium + + * TDE version 0.72-0+7 + * Backported commits 5f3f392a and fb66774e from upstream. + + -- Michele Calgaro Thu, 05 Jan 2021 11:08:00 +0900 + +uncrustify-trinity (0.72.0-0debian11.0.0+6) unstable; urgency=medium + + * TDE version 0.72-0+6 + * Backported commits 45681e88 and 64d93e3fb from upstream. + + -- Michele Calgaro Thu, 24 Dec 2020 20:14:00 +0900 + +uncrustify-trinity (0.72.0-0debian11.0.0+0) unstable; urgency=medium + + * TDE version of upstream 0.72.0 + + -- Michele Calgaro Thu, 20 Dec 2020 17:52:23 +0900 + +uncrustify (0.72.0) unstable; urgency=medium + + * New upstream version 0.72.0 + + -- Alexander GQ Gerasiov Thu, 20 Dec 2020 17:34:01 +0900 + +uncrustify (0.71.0+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.71.0 + * d/control: Use debhelper-compat syntax, switch to level 12. + * d/control: Use python3 in B-D (Closes: #943295). + * d/control: Bump Standards-Version, no more changes needed. + * d/control: Remove unnnecessary --parallel. + + -- Alexander GQ Gerasiov Thu, 27 Aug 2020 17:12:57 +0300 + +uncrustify (0.69.0+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.69.0 + * Remove fix_parallel_test.patch: Fixed upstream. + + -- Alexander GQ Gerasiov Tue, 02 Jul 2019 19:00:32 +0300 + +uncrustify (0.68.1+dfsg1-2) unstable; urgency=medium + + * Add d/patches/fix_parallel_test.patch: Fix test failure on parallel run. + + -- Alexander GQ Gerasiov Mon, 10 Dec 2018 02:36:22 +0300 + +uncrustify (0.68.1+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.68.1 + * d/control: Add python-all to Build-Depensds. + * d/rules: Run all tests (now disabled by default by upstream). + + -- Alexander GQ Gerasiov Sun, 02 Dec 2018 16:19:42 +0300 + +uncrustify (0.67+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.67 + * debian/control: Move git to salsa. + * Add docs-remove-remote-images.patch: Remove remote images from docs. + + -- Alexander GQ Gerasiov Mon, 18 Jun 2018 01:13:56 +0300 + +uncrustify (0.66.1+dfsg1-1) unstable; urgency=medium + + * Add debian/gbp.conf. + * New upstream version 0.66.1 Fixed FTBFS on some arches (Closes: #881249) + * Bump Standards-Version to 4.1.2 (no additional changes needed). + + -- Alexander GQ Gerasiov Sun, 17 Dec 2017 18:49:06 +0300 + +uncrustify (0.66+dfsg1-1) unstable; urgency=medium + + * debian/control: Remove Fathi Boudra from uploaders. + (Closes: #879444.) Thanks for your job. + * New upstream version 0.66 + * Bump Standards-Version to 4.1.1 (no additional changes needed). + * debian/control: Add more languages to short description. + + -- Alexander GQ Gerasiov Wed, 08 Nov 2017 18:18:47 +0300 + +uncrustify (0.65+git20170831+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.65+git20170831. Fixes various FTBFS and autotests + failures on exotic archs. (Closes: #867376) + * Bump Standards-Version to 4.1.0 (no additional changes needed). + + -- Alexander GQ Gerasiov Thu, 31 Aug 2017 20:25:06 +0300 + +uncrustify (0.65+dfsg1-1) unstable; urgency=medium + + * New upstream version 0.65 + * debian/control: Add python-minimal to Build-Depends. + + -- Alexander GQ Gerasiov Tue, 04 Jul 2017 14:50:47 +0300 + +uncrustify (0.64+dfsg1-1) unstable; urgency=medium + + * Imported Upstream version 0.64 + (Closes: #748787, #814193, #594210, #775517, #594206, #616708) + * Remove non-free documentation/htdocs/project-support.jpg. + * Imported debian dir from previous version. + * Remove "debian/ Sat, 03 Dec 2016 20:19:22 +0300 + +uncrustify (0.59+dfsg1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove non-free file (project-support.jpg). Closes: #753760 + + -- Mathieu Malaterre Fri, 16 Jan 2015 16:52:15 +0100 + +uncrustify (0.59-2) unstable; urgency=low + + * Fix FTBFS with gcc 4.7 by fixing missing include. + (Closes: #667404) + + -- Fathi Boudra Mon, 21 May 2012 15:40:46 +0300 + +uncrustify (0.59-1) unstable; urgency=low + + * New upstream release. + * Add myself to Uploaders. + + -- Fathi Boudra Sat, 31 Dec 2011 12:49:32 +0200 + +uncrustify (0.57-1) unstable; urgency=low + + * New upstream release. + + [ Fathi Boudra ] + * Removed patch to check for NULL - stolen upstream. + * Bumped Standards-Version to 3.9.1 (no changes needed). + + -- Johann Rudloff Mon, 21 Feb 2011 11:54:28 +0200 + +uncrustify (0.56-2) unstable; urgency=low + + [ Fathi Boudra ] + * Added patch to check for NULL to prevent a segmentation fault. + (Closes: #580195) + * Bumped Standards-Version to 3.9.0 (no changes needed). + + -- Johann Rudloff Thu, 01 Jul 2010 20:34:01 +0300 + +uncrustify (0.56-1) unstable; urgency=low + + * New upstream release. + + [ Fathi Boudra ] + * Switch to dpkg-source 3.0 (quilt) format. + * debian/control: + - bumped debhelper version to 7.4.15 + - fixed typo in long description. + * debian/copyright: + - added email author. + - added myself. + + -- Johann Rudloff Tue, 20 Apr 2010 13:08:29 +0300 + +uncrustify (0.55-1) unstable; urgency=low + + * New upstream release (Closes: #540817) + + [ Fathi Boudra ] + * debian/patches/manpage_fix_hyphens.diff: removed - merged upstream + * debian/compat: bumped to 7 + * debian/control: + - bumped debhelper version to 7.4.13 + - bumped Standards-Version to 3.8.4 (no changes needed) + - added ${misc:Depends} + * debian/docs: updated + * debian/rules: rewrited from scratch to use dh and enabled parallel build + + -- Johann Rudloff Wed, 17 Feb 2010 09:18:41 +0100 + +uncrustify (0.52-1) unstable; urgency=low + + * New upstream release (closes: #526100) + * debian/copyright: changed years and wording of copyright + * debian/patches/manpage_fix_hyphens.diff: added patch to fix fixed hyphens + used as minus signs in manpage + * debian/rules: included usage of quilt + * debian/control: added build dependency quilt + bumped Standards-Version to 3.8.1 (no changes required) + + -- Johann Rudloff Thu, 30 Apr 2009 11:32:27 +0200 + +uncrustify (0.48-1) unstable; urgency=low + + * New upstream release + * debian/rules: removed CFLAGS settings (done by dpkg-buildpackage) + + -- Johann Rudloff Tue, 22 Jul 2008 11:19:54 +0200 + +uncrustify (0.47-1) unstable; urgency=low + + * New upstream release (closes: #479372) + * Bumped Standards-Version to 3.8.0 (no changes required) + * removed debian/uncrustify.1, since upstream sources now include a + manpage + * debian/rules: removed call to dh_installman, manpage is installed by + make install + * debian/rules: removed unneeded call to dh_installdirs + + -- Johann Rudloff Sun, 08 Jun 2008 10:09:53 +0200 + +uncrustify (0.44-1) unstable; urgency=low + + * New upstream release + * debian/uncrustify.1: updated version number and date + + -- Johann Rudloff Sun, 24 Feb 2008 09:13:49 +0100 + +uncrustify (0.43-1) unstable; urgency=low + + * New upstream release (closes: #461631) + * Bumped Standards-Version to 3.7.3 (no changes required) + * debian/copyright: updated years of copyright + * debian/control: moved homepage address from description to a separate field + * debian/uncrustify.1: updated year and month + * debian/rules: copy update config.{sub,guess} into source tree in + config.status target, remove them in clean target + + -- Johann Rudloff Thu, 10 Jan 2008 15:37:19 +0100 + +uncrustify (0.41-1) unstable; urgency=low + + * New upstream release + + -- Johann Rudloff Mon, 12 Nov 2007 21:22:25 +0100 + +uncrustify (0.40-1) unstable; urgency=low + + * New upstream release + + -- Johann Rudloff Tue, 16 Oct 2007 21:26:13 +0200 + +uncrustify (0.39-1) unstable; urgency=low + + * New Upstream Version + + -- Johann Rudloff Wed, 26 Sep 2007 23:50:30 +0200 + +uncrustify (0.38-1) unstable; urgency=low + + * New upstream release + + -- Johann Rudloff Thu, 06 Sep 2007 22:52:16 +0200 + +uncrustify (0.37-1) unstable; urgency=low + + * New upstream release + * debian/uncrustify.1: added new command line options + * debian/uncrustify.1: changes in formatting and description + + -- Johann Rudloff Sun, 19 Aug 2007 19:33:08 +0200 + +uncrustify (0.36-1) unstable; urgency=low + + * New upstream release (closes: #434938, #434939) + + -- Johann Rudloff Tue, 07 Aug 2007 13:49:41 +0200 + +uncrustify (0.35-1) unstable; urgency=low + + * New upstream release + + -- Johann Rudloff Sat, 21 Jul 2007 20:41:52 +0200 + +uncrustify (0.33-1) unstable; urgency=low + + * New upstream release (closes: #416469) + * Added debian/watch file + * debian/uncrustify.1: added new command line options + * debian/uncrustify.1: removed leading colons + * debian/copyright: updated years of copyright + * debian/copyright: updated parts concerning cmpcfg.pl, since it + now contains a proper license statement + + -- Johann Rudloff Fri, 30 Mar 2007 20:51:27 +0200 + +uncrustify (0.30-1) unstable; urgency=low + + * Initial release + + -- Johann Rudloff Sat, 25 Nov 2006 14:06:44 +0100 diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/compat b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/compat similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/compat rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/compat diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/control b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/control similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/control rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/control diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/copyright b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/copyright similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/copyright rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/copyright diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/docs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/docs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/docs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/docs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/001_docs-remove-remote-images.patch b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/001_docs-remove-remote-images.patch similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/001_docs-remove-remote-images.patch rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/001_docs-remove-remote-images.patch diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/002_trinity_customization.diff b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/002_trinity_customization.diff similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/002_trinity_customization.diff rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/002_trinity_customization.diff diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/003_fixed_usage.diff b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/003_fixed_usage.diff similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/003_fixed_usage.diff rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/003_fixed_usage.diff diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/series b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/series similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/patches/series rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/patches/series diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/rules b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/rules similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/rules rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/rules diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/source/format b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/source/format similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/source/format rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/source/format diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/source/options b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/source/options similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/debian/source/options rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/debian/source/options diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Conditional_operator.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Conditional_operator.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Conditional_operator.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Conditional_operator.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Conditional_operator.txt-save b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Conditional_operator.txt-save similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Conditional_operator.txt-save rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Conditional_operator.txt-save diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Track.jpg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Track.jpg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Track.jpg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Track.jpg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Tracking.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Tracking.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/Tracking.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Tracking.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/align-thresholds.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/align-thresholds.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/align-thresholds.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/align-thresholds.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/control_the_spaces.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/control_the_spaces.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/control_the_spaces.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/control_the_spaces.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/dump-steps.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/dump-steps.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/dump-steps.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/dump-steps.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/example.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/example.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/example.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/example.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/goals.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/goals.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/goals.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/goals.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/how_to_configure_options.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/how_to_configure_options.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/how_to_configure_options.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/how_to_configure_options.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/how_to_format_cpp_lambda_functions.rst b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/how_to_format_cpp_lambda_functions.rst similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/how_to_format_cpp_lambda_functions.rst rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/how_to_format_cpp_lambda_functions.rst diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/align_typedef.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/align_typedef.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/align_typedef.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/align_typedef.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/ben.cfg.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/ben.cfg.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/ben.cfg.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/ben.cfg.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/config.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/config.txt new file mode 100644 index 00000000..30eb9be1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/config.txt @@ -0,0 +1,3708 @@ +# Uncrustify-0.78.1 + +# +# General options +# + +# The type of line endings. +# +# Default: auto +newlines = auto # lf/crlf/cr/auto + +# The original size of tabs in the input. +# +# Default: 8 +input_tab_size = 8 # unsigned number + +# The size of tabs in the output (only used if align_with_tabs=true). +# +# Default: 8 +output_tab_size = 8 # unsigned number + +# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). +# +# Default: 92 +string_escape_char = 92 # unsigned number + +# Alternate string escape char (usually only used for Pawn). +# Only works right before the quote char. +string_escape_char2 = 0 # unsigned number + +# Replace tab characters found in string literals with the escape sequence \t +# instead. +string_replace_tab_chars = false # true/false + +# Allow interpreting '>=' and '>>=' as part of a template in code like +# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. +# Improvements to template detection may make this option obsolete. +tok_split_gte = false # true/false + +# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). +disable_processing_nl_cont = false # true/false + +# Specify the marker used in comments to disable processing of part of the +# file. +# +# Default: *INDENT-OFF* +disable_processing_cmt = " *INDENT-OFF*" # string + +# Specify the marker used in comments to (re)enable processing in a file. +# +# Default: *INDENT-ON* +enable_processing_cmt = " *INDENT-ON*" # string + +# Enable parsing of digraphs. +enable_digraphs = false # true/false + +# Option to allow both disable_processing_cmt and enable_processing_cmt +# strings, if specified, to be interpreted as ECMAScript regular expressions. +# If true, a regex search will be performed within comments according to the +# specified patterns in order to disable/enable processing. +processing_cmt_as_regex = false # true/false + +# Add or remove the UTF-8 BOM (recommend 'remove'). +utf8_bom = ignore # ignore/add/remove/force/not_defined + +# If the file contains bytes with values between 128 and 255, but is not +# UTF-8, then output as UTF-8. +utf8_byte = false # true/false + +# Force the output encoding to UTF-8. +utf8_force = false # true/false + +# +# Spacing options +# + +# Add or remove space around non-assignment symbolic operators ('+', '/', '%', +# '<<', and so forth). +sp_arith = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around arithmetic operators '+' and '-'. +# +# Overrides sp_arith. +sp_arith_additive = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=', '+=', etc. +sp_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around '=' in C++11 lambda capture specifications. +# +# Overrides sp_assign. +sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda when +# an argument list is present, as in '[] (int x){ ... }'. +sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda with +# no argument list is present, as in '[] { ... }'. +sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( ){ ... }' +# with an empty list. +sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( int x ){ ... }'. +sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the argument list of a C++11 lambda, as in +# '[](int x) { ... }'. +sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a lambda body and its call operator of an +# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. +sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=' in a prototype. +# +# If set to ignore, use sp_assign. +sp_assign_default = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space in 'enum {'. +# +# Default: add +sp_enum_brace = add # ignore/add/remove/force/not_defined + +# Add or remove space in 'NS_ENUM ('. +sp_enum_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment '=' in enum. +sp_enum_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment ':' in enum. +sp_enum_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around preprocessor '##' concatenation operator. +# +# Default: add +sp_pp_concat = add # ignore/add/remove/force/not_defined + +# Add or remove space after preprocessor '#' stringify operator. +# Also affects the '#@' charizing operator. +sp_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before preprocessor '#' stringify operator +# as in '#define x(y) L#y'. +sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around boolean operators '&&' and '||'. +sp_bool = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around compare operator '<', '>', '==', etc. +sp_compare = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')'. +sp_inside_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. +sp_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. +sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined + +# Whether to balance spaces inside nested parentheses. +sp_balance_nested_parens = false # true/false + +# Add or remove space between ')' and '{'. +sp_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. +sp_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*'. +sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that isn't followed by a +# variable name. If set to ignore, sp_before_ptr_star is used instead. +sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by a qualifier. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by 'operator' keyword. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by +# a class scope (as in 'int *MyClass::method()') or namespace scope +# (as in 'int *my_ns::func()'). +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by '::', +# as in 'int *::func()'. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' that isn't +# followed by a variable name, as in '(char const *)'. If set to ignore, +# sp_before_ptr_star is used instead. +sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer stars '*', as in 'int ***a;'. +sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. +sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a word. +# +# Overrides sp_type_func. +sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer caret '^', if followed by a word. +sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a qualifier. +sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_ptr_star and sp_type_func. +sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the variable +# in a function pointer definition. +sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the type +# in a function pointer type definition. +sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by an open +# parenthesis, as in 'void* (*)()'. +sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*', if followed by a function +# prototype or function definition. If set to ignore, sp_before_ptr_star is +# used instead. +sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' followed by +# the name of the function in a function prototype or definition, as in +# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. +sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' in the +# trailing return of a function prototype or function definition, as in +# 'auto foo() -> char const *'. +sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&'. +sp_before_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&' that isn't followed by a +# variable name. If set to ignore, sp_before_byref is used instead. +sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after reference sign '&', if followed by a word. +# +# Overrides sp_type_func. +sp_after_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_byref and sp_type_func. +sp_after_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&', if followed by a function +# prototype or function definition. +sp_before_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by an open +# parenthesis, as in 'char& (*)()'. +sp_byref_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and word. In cases where total removal of +# whitespace would be a syntax error, a value of 'remove' is treated the same +# as 'force'. +# +# This also affects some other instances of space following a type that are +# not covered by other options; for example, between the return type and +# parenthesis of a function type template argument, between the type and +# parenthesis of an array parameter, or between 'decltype(...)' and the +# following word. +# +# Default: force +sp_after_type = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype(...)' and word, +# brace or function call. +sp_after_decltype = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space before the parenthesis in the D constructs +# 'template Foo(' and 'class Foo('. +sp_before_template_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'template' and '<'. +# If set to ignore, sp_before_angle is used. +sp_template_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '<'. +sp_before_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<' and '>'. +sp_inside_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<>'. +# if empty. +sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and ':'. +sp_angle_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '>'. +sp_after_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '(' as found in 'new List(foo);'. +sp_angle_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '()' as found in 'new List();'. +sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and a word as in 'List m;' or +# 'template static ...'. +sp_angle_word = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = add # ignore/add/remove/force/not_defined + +# (C++11) Permit removal of the space between '>>' in 'foo >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = false # true/false + +# Add or remove space before '(' of control statements ('if', 'for', 'switch', +# 'while', etc.). +sp_before_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of control statements other than +# 'for'. +sp_inside_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of 'for' statements. +sp_inside_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '((' or '))' of control statements. +sp_sparen_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ')' of control statements. +sp_after_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of control statements. +sp_sparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'do' and '{'. +sp_do_brace_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'while'. +sp_brace_close_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'while' and '('. Overrides sp_before_sparen. +sp_while_paren_open = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'invariant' and '('. +sp_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space after the ')' in 'invariant (C) c'. +sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. +sp_special_semi = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ';'. +# +# Default: remove +sp_before_semi = remove # ignore/add/remove/force/not_defined + +# Add or remove space before ';' in non-empty 'for' statements. +sp_before_semi_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a semicolon of an empty left part of a for +# statement, as in 'for ( ; ; )'. +sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the semicolons of an empty middle part of a for +# statement, as in 'for ( ; ; )'. +sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ';', except when followed by a comment. +# +# Default: add +sp_after_semi = add # ignore/add/remove/force/not_defined + +# Add or remove space after ';' in non-empty 'for' statements. +# +# Default: force +sp_after_semi_for = force # ignore/add/remove/force/not_defined + +# Add or remove space after the final semicolon of an empty part of a for +# statement, as in 'for ( ; ; )'. +sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' (except '[]'). +sp_before_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for a variable definition. +# +# Default: remove +sp_before_vardef_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for asm block. +sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[]'. +sp_before_squares = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before C++17 structured bindings. +sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside a non-empty '[' and ']'. +sp_inside_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '[]'. +# if empty. +sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and +# ']'. If set to ignore, sp_inside_square is used. +sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. +sp_after_comma = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. +# +# Default: remove +sp_before_comma = remove # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type +# like 'int[,,]'. +sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type +# like 'int[,,]'. +sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' in multidimensional array type +# like 'int[,,]'. +sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between an open parenthesis and comma, +# i.e. '(,' vs. '( ,'. +# +# Default: force +sp_paren_comma = force # ignore/add/remove/force/not_defined + +# Add or remove space between a type and ':'. +sp_type_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a type and '...'. +sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a '*' and '...'. +sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '...'. +sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '&&' and '...'. +sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and a qualifier such as 'const'. +sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and 'noexcept'. +sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class ':'. +sp_after_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before class ':'. +sp_before_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class constructor ':'. +# +# Default: add +sp_after_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before class constructor ':'. +# +# Default: add +sp_before_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before case ':'. +# +# Default: remove +sp_before_case_colon = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'operator' and operator sign. +sp_after_operator = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the operator symbol and the open parenthesis, as +# in 'operator ++('. +sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined + +# Overrides sp_after_operator_sym when the operator has no arguments, as in +# 'operator *()'. +sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or +# '(int)a' vs. '(int) a'. +sp_after_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove spaces inside cast parentheses. +sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the type and open parenthesis in a C++ cast, +# i.e. 'int(exp)' vs. 'int (exp)'. +sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '('. +sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '...'. +sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof...' and '('. +sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '...' and a parameter pack. +sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a parameter pack and '...'. +sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype' and '('. +sp_decltype_paren = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove space after the tag keyword. +sp_after_tag = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside enum '{' and '}'. +sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside struct/union '{' and '}'. +sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' +sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after open brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before close brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside an unnamed temporary direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore +# works only if sp_before_type_brace_init_lst_close is set to ignore. +sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{' and '}'. +sp_inside_braces = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{}'. +# if empty. +sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around trailing return operator '->'. +sp_trailing_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between return type and function name. A minimum of 1 +# is forced except for pointer return types. +sp_type_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and open brace of an unnamed temporary +# direct-list-initialization. +sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function declaration. +sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function declaration +# if empty. +sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' with a typedef specifier. +sp_func_type_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between alias name and '(' of a non-pointer function type typedef. +sp_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function definition +# if empty. +sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty function '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_fparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside function '(' and ')'. +sp_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user functor '(' and ')'. +sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty functor '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_rparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside functor '(' and ')'. +sp_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside the first parentheses in a function type, as in +# 'void (*x)(...)'. +sp_inside_tparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the ')' and '(' in a function type, as in +# 'void (*x)(...)'. +sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ']' and '(' when part of a function call. +sp_square_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of function. +sp_fparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of a function call in object +# initialization. +# +# Overrides sp_fparen_brace. +sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove space between ')' and '{{' of double brace initializer. +sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function calls. +sp_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function calls without +# parameters. If set to ignore (the default), sp_func_call_paren is used. +sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the user function name and '(' on function +# calls. You need to set a keyword to be a user function in the config file, +# like: +# set func_call_user tr _ i18n +sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user function '(' and ')'. +sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses with user functions, +# i.e. '((' vs. '( ('. +sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor/destructor and the open +# parenthesis. +sp_func_class_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor without parameters or destructor +# and '()'. +sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'return'. +# +# Default: force +sp_return = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '('. +sp_return_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '{'. +sp_return_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '__attribute__' and '('. +sp_attribute_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. +sp_defined_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and '(' in 'throw (something)'. +sp_throw_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and anything other than '(' as in +# '@throw [...];'. +sp_after_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'catch' and '(' in 'catch (something) { }'. +# If set to ignore, sp_before_sparen is used. +sp_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@catch' and '(' +# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. +sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before Objective-C protocol list +# as in '@protocol Protocol' or '@interface MyClass : NSObject'. +sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between class name and '(' +# in '@interface className(categoryName):BaseClass' +sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'version' and '(' +# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. +sp_version_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'scope' and '(' +# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. +sp_scope_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'super' and '(' in 'super (something)'. +# +# Default: remove +sp_super_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'this' and '(' in 'this (something)'. +# +# Default: remove +sp_this_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between a macro name and its definition. +sp_macro = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a macro function ')' and its definition. +sp_macro_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'else' and '{' if on the same line. +sp_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'else' if on the same line. +sp_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and the name of a typedef on the same line. +sp_brace_typedef = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '{' of a 'catch' statement, if the '{' and +# 'catch' are on the same line, as in 'catch (decl) {'. +sp_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' +# and '@catch' are on the same line, as in '@catch (decl) {'. +# If set to ignore, sp_catch_brace is used. +sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'catch' if on the same line. +sp_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '}' and '@catch' if on the same line. +# If set to ignore, sp_brace_catch is used. +sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'finally' and '{' if on the same line. +sp_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'finally' if on the same line. +sp_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'try' and '{' if on the same line. +sp_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between get/set and '{' if on the same line. +sp_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for C++ uniform +# initialization. +sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for a namespace. +# +# Default: add +sp_word_brace_ns = add # ignore/add/remove/force/not_defined + +# Add or remove space before the '::' operator. +sp_before_dc = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '::' operator. +sp_after_dc = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove around the D named array initializer ':' operator. +sp_d_array_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '!' (not) unary operator. +# +# Default: remove +sp_not = remove # ignore/add/remove/force/not_defined + +# Add or remove space between two '!' (not) unary operators. +# If set to ignore, sp_not will be used. +sp_not_not = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '~' (invert) unary operator. +# +# Default: remove +sp_inv = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '&' (address-of) unary operator. This does not +# affect the spacing after a '&' that is part of a type. +# +# Default: remove +sp_addr = remove # ignore/add/remove/force/not_defined + +# Add or remove space around the '.' or '->' operators. +# +# Default: remove +sp_member = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '*' (dereference) unary operator. This does +# not affect the spacing after a '*' that is part of a type. +# +# Default: remove +sp_deref = remove # ignore/add/remove/force/not_defined + +# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. +# +# Default: remove +sp_sign = remove # ignore/add/remove/force/not_defined + +# Add or remove space between '++' and '--' the word to which it is being +# applied, as in '(--x)' or 'y++;'. +# +# Default: remove +sp_incdec = remove # ignore/add/remove/force/not_defined + +# Add or remove space before a backslash-newline at the end of a line. +# +# Default: add +sp_before_nl_cont = add # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' +# or '+(int) bar;'. +sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. +sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. +sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. +sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue :1];'. +sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the (type) in message specs, +# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. +sp_after_oc_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the first (type) in message specs, +# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. +sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector' and '(', +# i.e. '@selector(msgName)' vs. '@selector (msgName)'. +# Also applies to '@protocol()' constructs. +sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector(x)' and the following word, +# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. +sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside '@selector' parentheses, +# i.e. '@selector(foo)' vs. '@selector( foo )'. +# Also applies to '@protocol()' constructs. +sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before a block pointer caret, +# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. +sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after a block pointer caret, +# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. +sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between the receiver and selector in a message, +# as in '[receiver selector ...]'. +sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after '@property'. +sp_after_oc_property = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@synchronized' and the open parenthesis, +# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. +sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the ':' in 'b ? t : f'. +sp_cond_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the '?' in 'b ? t : f'. +sp_cond_question = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_after = ignore # ignore/add/remove/force/not_defined + +# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' +# and ':'. +# +# Overrides all other sp_cond_* options. +sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined + +# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make +# sense here. +sp_case_label = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space around the D '..' operator. +sp_range = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_after_for_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_before_for_colon = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. +sp_extern_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening of a C++ comment, as in '// A'. +sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined + +# remove space after the '//' and the pvs command '-V1234', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_pvs = false # true/false + +# remove space after the '//' and the command 'lint', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_lint = false # true/false + +# Add or remove space in a C++ region marker comment, as in '// BEGIN'. +# A region marker is defined as a comment which is not preceded by other text +# (i.e. the comment is the first non-whitespace on the line), and which starts +# with either 'BEGIN' or 'END'. +# +# Overrides sp_cmt_cpp_start. +sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined + +# If true, space added with sp_cmt_cpp_start will be added after Doxygen +# sequences like '///', '///<', '//!' and '//!<'. +sp_cmt_cpp_doxygen = false # true/false + +# If true, space added with sp_cmt_cpp_start will be added after Qt translator +# or meta-data comments like '//:', '//=', and '//~'. +sp_cmt_cpp_qttr = false # true/false + +# Add or remove space between #else or #endif and a trailing comment. +sp_endif_cmt = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'new', 'delete' and 'delete[]'. +sp_after_new = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'new' and '(' in 'new()'. +sp_between_new_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and type in 'new(foo) BAR'. +sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside parentheses of the new operator +# as in 'new(foo) BAR'. +sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the open parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the close parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a trailing comment. +sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined + +# Number of spaces before a trailing comment. +sp_num_before_tr_cmt = 0 # unsigned number + +# Add or remove space before an embedded comment. +# +# Default: force +sp_before_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces before an embedded comment. +# +# Default: 1 +sp_num_before_emb_cmt = 1 # unsigned number + +# Add or remove space after an embedded comment. +# +# Default: force +sp_after_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces after an embedded comment. +# +# Default: 1 +sp_num_after_emb_cmt = 1 # unsigned number + +# (Java) Add or remove space between an annotation and the open parenthesis. +sp_annotation_paren = ignore # ignore/add/remove/force/not_defined + +# If true, vbrace tokens are dropped to the previous token and skipped. +sp_skip_vbrace_tokens = false # true/false + +# Add or remove space after 'noexcept'. +sp_after_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '_'. +sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a bit colon ':'. +sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a bit colon ':'. +sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined + +# If true, a is inserted after #define. +force_tab_after_define = false # true/false + +# +# Indenting options +# + +# The number of columns to indent per level. Usually 2, 3, 4, or 8. +# +# Default: 8 +indent_columns = 8 # unsigned number + +# Whether to ignore indent for the first continuation line. Subsequent +# continuation lines will still be indented to match the first. +indent_ignore_first_continue = false # true/false + +# The continuation indent. If non-zero, this overrides the indent of '(', '[' +# and '=' continuation indents. Negative values are OK; negative value is +# absolute and not increased for each '(' or '[' level. +# +# For FreeBSD, this is set to 4. +# Requires indent_ignore_first_continue=false. +indent_continue = 0 # number + +# The continuation indent, only for class header line(s). If non-zero, this +# overrides the indent of 'class' continuation indents. +# Requires indent_ignore_first_continue=false. +indent_continue_class_head = 0 # unsigned number + +# Whether to indent empty lines (i.e. lines which contain only spaces before +# the newline character). +indent_single_newlines = false # true/false + +# The continuation indent for func_*_param if they are true. If non-zero, this +# overrides the indent. +indent_param = 0 # unsigned number + +# How to use tabs when indenting code. +# +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces (default) +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: 1 +indent_with_tabs = 1 # unsigned number + +# Whether to indent comments that are not at a brace level with tabs on a +# tabstop. Requires indent_with_tabs=2. If false, will use spaces. +indent_cmt_with_tabs = false # true/false + +# Whether to indent strings broken by '\' so that they line up. +indent_align_string = false # true/false + +# The number of spaces to indent multi-line XML strings. +# Requires indent_align_string=true. +indent_xml_string = 0 # unsigned number + +# Spaces to indent '{' from level. +indent_brace = 0 # unsigned number + +# Whether braces are indented to the body level. +indent_braces = false # true/false + +# Whether to disable indenting function braces if indent_braces=true. +indent_braces_no_func = false # true/false + +# Whether to disable indenting class braces if indent_braces=true. +indent_braces_no_class = false # true/false + +# Whether to disable indenting struct braces if indent_braces=true. +indent_braces_no_struct = false # true/false + +# Whether to indent based on the size of the brace parent, +# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. +indent_brace_parent = false # true/false + +# Whether to indent based on the open parenthesis instead of the open brace +# in '({\n'. +indent_paren_open_brace = false # true/false + +# (C#) Whether to indent the brace of a C# delegate by another level. +indent_cs_delegate_brace = false # true/false + +# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by +# another level. +indent_cs_delegate_body = false # true/false + +# Whether to indent the body of a 'namespace'. +indent_namespace = false # true/false + +# Whether to indent only the first namespace, and not any nested namespaces. +# Requires indent_namespace=true. +indent_namespace_single_indent = false # true/false + +# The number of spaces to indent a namespace block. +# If set to zero, use the value indent_columns +indent_namespace_level = 0 # unsigned number + +# If the body of the namespace is longer than this number, it won't be +# indented. Requires indent_namespace=true. 0 means no limit. +indent_namespace_limit = 0 # unsigned number + +# Whether to indent only in inner namespaces (nested in other namespaces). +# Requires indent_namespace=true. +indent_namespace_inner_only = false # true/false + +# Whether the 'extern "C"' body is indented. +indent_extern = false # true/false + +# Whether the 'class' body is indented. +indent_class = false # true/false + +# Whether to ignore indent for the leading base class colon. +indent_ignore_before_class_colon = false # true/false + +# Additional indent before the leading base class colon. +# Negative values decrease indent down to the first column. +# Requires indent_ignore_before_class_colon=false and a newline break before +# the colon (see pos_class_colon and nl_class_colon) +indent_before_class_colon = 0 # number + +# Whether to indent the stuff after a leading base class colon. +indent_class_colon = false # true/false + +# Whether to indent based on a class colon instead of the stuff after the +# colon. Requires indent_class_colon=true. +indent_class_on_colon = false # true/false + +# Whether to ignore indent for a leading class initializer colon. +indent_ignore_before_constr_colon = false # true/false + +# Whether to indent the stuff after a leading class initializer colon. +indent_constr_colon = false # true/false + +# Virtual indent from the ':' for leading member initializers. +# +# Default: 2 +indent_ctor_init_leading = 2 # unsigned number + +# Virtual indent from the ':' for following member initializers. +# +# Default: 2 +indent_ctor_init_following = 2 # unsigned number + +# Additional indent for constructor initializer list. +# Negative values decrease indent down to the first column. +indent_ctor_init = 0 # number + +# Whether to indent 'if' following 'else' as a new block under the 'else'. +# If false, 'else\nif' is treated as 'else if' for indenting purposes. +indent_else_if = false # true/false + +# Amount to indent variable declarations after a open brace. +# +# <0: Relative +# >=0: Absolute +indent_var_def_blk = 0 # number + +# Whether to indent continued variable declarations instead of aligning. +indent_var_def_cont = false # true/false + +# How to indent continued shift expressions ('<<' and '>>'). +# Set align_left_shift=false when using this. +# 0: Align shift operators instead of indenting them (default) +# 1: Indent by one level +# -1: Preserve original indentation +indent_shift = 0 # number + +# Whether to force indentation of function definitions to start in column 1. +indent_func_def_force_col1 = false # true/false + +# Whether to indent continued function call parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_call_param = false # true/false + +# Whether to indent continued function definition parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_def_param = false # true/false + +# for function definitions, only if indent_func_def_param is false +# Allows to align params when appropriate and indent them when not +# behave as if it was true if paren position is more than this value +# if paren position is more than the option value +indent_func_def_param_paren_pos_threshold = 0 # unsigned number + +# Whether to indent continued function call prototype one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_proto_param = false # true/false + +# Whether to indent continued function call declaration one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_class_param = false # true/false + +# Whether to indent continued class variable constructors one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_ctor_var_param = false # true/false + +# Whether to indent continued template parameter list one indent level, +# rather than aligning parameters under the open parenthesis. +indent_template_param = false # true/false + +# Double the indent for indent_func_xxx_param options. +# Use both values of the options indent_columns and indent_param. +indent_func_param_double = false # true/false + +# Indentation column for standalone 'const' qualifier on a function +# prototype. +indent_func_const = 0 # unsigned number + +# Indentation column for standalone 'throw' qualifier on a function +# prototype. +indent_func_throw = 0 # unsigned number + +# How to indent within a macro followed by a brace on the same line +# This allows reducing the indent in macros that have (for example) +# `do { ... } while (0)` blocks bracketing them. +# +# true: add an indent for the brace on the same line as the macro +# false: do not add an indent for the brace on the same line as the macro +# +# Default: true +indent_macro_brace = true # true/false + +# The number of spaces to indent a continued '->' or '.'. +# Usually set to 0, 1, or indent_columns. +indent_member = 0 # unsigned number + +# Whether lines broken at '.' or '->' should be indented by a single indent. +# The indent_member option will not be effective if this is set to true. +indent_member_single = false # true/false + +# Spaces to indent single line ('//') comments on lines before code. +indent_single_line_comments_before = 0 # unsigned number + +# Spaces to indent single line ('//') comments on lines after code. +indent_single_line_comments_after = 0 # unsigned number + +# When opening a paren for a control statement (if, for, while, etc), increase +# the indent level by this value. Negative values decrease the indent level. +indent_sparen_extra = 0 # number + +# Whether to indent trailing single line ('//') comments relative to the code +# instead of trying to keep the same absolute column. +indent_relative_single_line_comments = false # true/false + +# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. +# It might be wise to choose the same value for the option indent_case_brace. +indent_switch_case = 0 # unsigned number + +# Spaces to indent the body of a 'switch' before any 'case'. +# Usually the same as indent_columns or indent_switch_case. +indent_switch_body = 0 # unsigned number + +# Whether to ignore indent for '{' following 'case'. +indent_ignore_case_brace = false # true/false + +# Spaces to indent '{' from 'case'. By default, the brace will appear under +# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. +# It might be wise to choose the same value for the option indent_switch_case. +indent_case_brace = 0 # number + +# indent 'break' with 'case' from 'switch'. +indent_switch_break_with_case = false # true/false + +# Whether to indent preprocessor statements inside of switch statements. +# +# Default: true +indent_switch_pp = true # true/false + +# Spaces to shift the 'case' line, without affecting any other lines. +# Usually 0. +indent_case_shift = 0 # unsigned number + +# Whether to align comments before 'case' with the 'case'. +# +# Default: true +indent_case_comment = true # true/false + +# Whether to indent comments not found in first column. +# +# Default: true +indent_comment = true # true/false + +# Whether to indent comments found in first column. +indent_col1_comment = false # true/false + +# Whether to indent multi string literal in first column. +indent_col1_multi_string_literal = false # true/false + +# Align comments on adjacent lines that are this many columns apart or less. +# +# Default: 3 +indent_comment_align_thresh = 3 # unsigned number + +# Whether to ignore indent for goto labels. +indent_ignore_label = false # true/false + +# How to indent goto labels. Requires indent_ignore_label=false. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_label = 1 # number + +# How to indent access specifiers that are followed by a +# colon. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_access_spec = 1 # number + +# Whether to indent the code after an access specifier by one level. +# If true, this option forces 'indent_access_spec=0'. +indent_access_spec_body = false # true/false + +# If an open parenthesis is followed by a newline, whether to indent the next +# line so that it lines up after the open parenthesis (not recommended). +indent_paren_nl = false # true/false + +# How to indent a close parenthesis after a newline. +# +# 0: Indent to body level (default) +# 1: Align under the open parenthesis +# 2: Indent to the brace level +# -1: Preserve original indentation +indent_paren_close = 0 # number + +# Whether to indent the open parenthesis of a function definition, +# if the parenthesis is on its own line. +indent_paren_after_func_def = false # true/false + +# Whether to indent the open parenthesis of a function declaration, +# if the parenthesis is on its own line. +indent_paren_after_func_decl = false # true/false + +# Whether to indent the open parenthesis of a function call, +# if the parenthesis is on its own line. +indent_paren_after_func_call = false # true/false + +# How to indent a comma when inside braces. +# 0: Indent by one level (default) +# 1: Align under the open brace +# -1: Preserve original indentation +indent_comma_brace = 0 # number + +# How to indent a comma when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_comma_paren = 0 # number + +# How to indent a Boolean operator when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_bool_paren = 0 # number + +# Whether to ignore the indentation of a Boolean operator when outside +# parentheses. +indent_ignore_bool = false # true/false + +# Whether to ignore the indentation of an arithmetic operator. +indent_ignore_arith = false # true/false + +# Whether to indent a semicolon when inside a for parenthesis. +# If true, aligns under the open for parenthesis. +indent_semicolon_for_paren = false # true/false + +# Whether to ignore the indentation of a semicolon outside of a 'for' +# statement. +indent_ignore_semicolon = false # true/false + +# Whether to align the first expression to following ones +# if indent_bool_paren=1. +indent_first_bool_expr = false # true/false + +# Whether to align the first expression to following ones +# if indent_semicolon_for_paren=true. +indent_first_for_expr = false # true/false + +# If an open square is followed by a newline, whether to indent the next line +# so that it lines up after the open square (not recommended). +indent_square_nl = false # true/false + +# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. +indent_preserve_sql = false # true/false + +# Whether to ignore the indentation of an assignment operator. +indent_ignore_assign = false # true/false + +# Whether to align continued statements at the '='. If false or if the '=' is +# followed by a newline, the next line is indent one tab. +# +# Default: true +indent_align_assign = true # true/false + +# If true, the indentation of the chunks after a '=' sequence will be set at +# LHS token indentation column before '='. +indent_off_after_assign = false # true/false + +# Whether to align continued statements at the '('. If false or the '(' is +# followed by a newline, the next line indent is one tab. +# +# Default: true +indent_align_paren = true # true/false + +# (OC) Whether to indent Objective-C code inside message selectors. +indent_oc_inside_msg_sel = false # true/false + +# (OC) Whether to indent Objective-C blocks at brace level instead of usual +# rules. +indent_oc_block = false # true/false + +# (OC) Indent for Objective-C blocks in a message relative to the parameter +# name. +# +# =0: Use indent_oc_block rules +# >0: Use specified number of spaces to indent +indent_oc_block_msg = 0 # unsigned number + +# (OC) Minimum indent for subsequent parameters +indent_oc_msg_colon = 0 # unsigned number + +# (OC) Whether to prioritize aligning with initial colon (and stripping spaces +# from lines, if necessary). +# +# Default: true +indent_oc_msg_prioritize_first_colon = true # true/false + +# (OC) Whether to indent blocks the way that Xcode does by default +# (from the keyword if the parameter is on its own line; otherwise, from the +# previous indentation level). Requires indent_oc_block_msg=true. +indent_oc_block_msg_xcode_style = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a +# message keyword. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_keyword = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a message +# colon. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_colon = false # true/false + +# (OC) Whether to indent blocks from where the block caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_caret = false # true/false + +# (OC) Whether to indent blocks from where the brace caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_brace = false # true/false + +# When indenting after virtual brace open and newline add further spaces to +# reach this minimum indent. +indent_min_vbrace_open = 0 # unsigned number + +# Whether to add further spaces after regular indent to reach next tabstop +# when indenting after virtual brace open and newline. +indent_vbrace_open_on_tabstop = false # true/false + +# How to indent after a brace followed by another token (not a newline). +# true: indent all contained lines to match the token +# false: indent all contained lines to match the brace +# +# Default: true +indent_token_after_brace = true # true/false + +# Whether to indent the body of a C++11 lambda. +indent_cpp_lambda_body = false # true/false + +# How to indent compound literals that are being returned. +# true: add both the indent from return & the compound literal open brace +# (i.e. 2 indent levels) +# false: only indent 1 level, don't add the indent for the open brace, only +# add the indent for the return. +# +# Default: true +indent_compound_literal_return = true # true/false + +# (C#) Whether to indent a 'using' block if no braces are used. +# +# Default: true +indent_using_block = true # true/false + +# How to indent the continuation of ternary operator. +# +# 0: Off (default) +# 1: When the `if_false` is a continuation, indent it under the `if_true` branch +# 2: When the `:` is a continuation, indent it under `?` +indent_ternary_operator = 0 # unsigned number + +# Whether to indent the statements inside ternary operator. +indent_inside_ternary_operator = false # true/false + +# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. +indent_off_after_return = false # true/false + +# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. +indent_off_after_return_new = false # true/false + +# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. +indent_single_after_return = false # true/false + +# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they +# have their own indentation). +indent_ignore_asm_block = false # true/false + +# Don't indent the close parenthesis of a function definition, +# if the parenthesis is on its own line. +donot_indent_func_def_close_paren = false # true/false + +# +# Newline adding and removing options +# + +# Whether to collapse empty blocks between '{' and '}' except for functions. +# Use nl_collapse_empty_body_functions to specify how empty function braces +# should be formatted. +nl_collapse_empty_body = false # true/false + +# Whether to collapse empty blocks between '{' and '}' for functions only. +# If true, overrides nl_inside_empty_func. +nl_collapse_empty_body_functions = false # true/false + +# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. +nl_assign_leave_one_liners = false # true/false + +# Don't split one-line braced statements inside a 'class xx { }' body. +nl_class_leave_one_liners = false # true/false + +# Don't split one-line enums, as in 'enum foo { BAR = 15 };' +nl_enum_leave_one_liners = false # true/false + +# Don't split one-line get or set functions. +nl_getset_leave_one_liners = false # true/false + +# (C#) Don't split one-line property get or set functions. +nl_cs_property_leave_one_liners = false # true/false + +# Don't split one-line function definitions, as in 'int foo() { return 0; }'. +# might modify nl_func_type_name +nl_func_leave_one_liners = false # true/false + +# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. +nl_cpp_lambda_leave_one_liners = false # true/false + +# Don't split one-line if/else statements, as in 'if(...) b++;'. +nl_if_leave_one_liners = false # true/false + +# Don't split one-line while statements, as in 'while(...) b++;'. +nl_while_leave_one_liners = false # true/false + +# Don't split one-line do statements, as in 'do { b++; } while(...);'. +nl_do_leave_one_liners = false # true/false + +# Don't split one-line for statements, as in 'for(...) b++;'. +nl_for_leave_one_liners = false # true/false + +# (OC) Don't split one-line Objective-C messages. +nl_oc_msg_leave_one_liner = false # true/false + +# (OC) Add or remove newline between method declaration and '{'. +nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between Objective-C block signature and '{'. +nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@interface' statement. +nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@implementation' statement. +nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@end' statement. +nl_oc_before_end = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@interface' and '{'. +nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@implementation' and '{'. +nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newlines at the start of the file. +nl_start_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the start of the file (only used if +# nl_start_of_file is 'add' or 'force'). +nl_start_of_file_min = 0 # unsigned number + +# Add or remove newline at the end of the file. +nl_end_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the end of the file (only used if +# nl_end_of_file is 'add' or 'force'). +nl_end_of_file_min = 0 # unsigned number + +# Add or remove newline between '=' and '{'. +nl_assign_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between '=' and '['. +nl_assign_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '[]' and '{'. +nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline after '= ['. Will also affect the newline before +# the ']'. +nl_after_square_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function call's ')' and '{', as in +# 'list_for_each(item, &list) { }'. +nl_fcall_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and '{'. +nl_enum_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and 'class'. +nl_enum_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' and the identifier. +nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' type and ':'. +nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class identifier :' and type. +nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'struct and '{'. +nl_struct_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'union' and '{'. +nl_union_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'if' and '{'. +nl_if_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'else'. +nl_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else if' and '{'. If set to ignore, +# nl_if_brace is used instead. +nl_elseif_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and '{'. +nl_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and 'if'. +nl_else_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before '{' opening brace +nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before 'if'/'else if' closing parenthesis. +nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'finally'. +nl_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'finally' and '{'. +nl_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'try' and '{'. +nl_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between get/set and '{'. +nl_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'for' and '{'. +nl_for_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the '{' of a 'catch' statement, as in +# 'catch (decl) {'. +nl_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline before the '{' of a '@catch' statement, as in +# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. +nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'catch'. +nl_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, +# nl_brace_catch is used. +nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ']'. +nl_brace_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ')' in a function invocation. +nl_brace_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'while' and '{'. +nl_while_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'scope (x)' and '{'. +nl_scope_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'unittest' and '{'. +nl_unittest_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'version (x)' and '{'. +nl_version_brace = ignore # ignore/add/remove/force/not_defined + +# (C#) Add or remove newline between 'using' and '{'. +nl_using_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between two open or close braces. Due to general +# newline/brace handling, REMOVE may not work. +nl_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'do' and '{'. +nl_do_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'while' of 'do' statement. +nl_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'switch' and '{'. +nl_switch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'synchronized' and '{'. +nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined + +# Add a newline between ')' and '{' if the ')' is on a different line than the +# if/for/etc. +# +# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and +# nl_catch_brace. +nl_multi_line_cond = false # true/false + +# Add a newline after '(' if an if/for/while/switch condition spans multiple +# lines +nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add a newline before ')' if an if/for/while/switch condition spans multiple +# lines. Overrides nl_before_if_closing_paren if both are specified. +nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Force a newline in a define after the macro name for multi-line defines. +nl_multi_line_define = false # true/false + +# Whether to add a newline before 'case', and a blank line before a 'case' +# statement that follows a ';' or '}'. +nl_before_case = false # true/false + +# Whether to add a newline after a 'case' statement. +nl_after_case = false # true/false + +# Add or remove newline between a case ':' and '{'. +# +# Overrides nl_after_case. +nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between ')' and 'throw'. +nl_before_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'namespace' and '{'. +nl_namespace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class. +nl_template_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class declaration. +# +# Overrides nl_template_class. +nl_template_class_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class declaration. +# +# Overrides nl_template_class_decl. +nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class definition. +# +# Overrides nl_template_class. +nl_template_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class definition. +# +# Overrides nl_template_class_def. +nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function. +nl_template_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# declaration. +# +# Overrides nl_template_func. +nl_template_func_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# declaration. +# +# Overrides nl_template_func_decl. +nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# definition. +# +# Overrides nl_template_func. +nl_template_func_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# definition. +# +# Overrides nl_template_func_def. +nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template variable. +nl_template_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'template<...>' and 'using' of a templated +# type alias. +nl_template_using = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'class' and '{'. +nl_class_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before or after (depending on pos_class_comma, +# may not be IGNORE) each',' in the base class list. +nl_class_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in the constructor member +# initialization. Related to nl_constr_colon, pos_constr_colon and +# pos_constr_comma. +nl_constr_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before first element, after comma, and after last +# element, in 'enum'. +nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a function +# definition. +# might be modified by nl_func_leave_one_liners +nl_func_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name inside a class +# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name +# is used instead. +nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between class specification and '::' +# in 'void A::f() { }'. Only appears in separate member implementation (does +# not appear with in-line implementation). +nl_func_class_scope = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function scope and name, as in +# 'void A :: f() { }'. +nl_func_scope_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a prototype. +nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# declaration. +nl_func_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_paren for functions with no parameters. +nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# definition. +nl_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_paren for functions with no parameters. +nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# call. +nl_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_call_paren for functions with no parameters. +nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function declaration. +nl_func_decl_start = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function definition. +nl_func_def_start = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_start when there is only one parameter. +nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_start when there is only one parameter. +nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_start is used instead. +nl_func_decl_start_multi_line = false # true/false + +# Whether to add a newline after '(' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_start is used instead. +nl_func_def_start_multi_line = false # true/false + +# Add or remove newline after each ',' in a function declaration. +nl_func_decl_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function definition. +nl_func_def_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function call. +nl_func_call_args = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after each ',' in a function declaration if '(' +# and ')' are in different lines. If false, nl_func_decl_args is used instead. +nl_func_decl_args_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function definition if '(' +# and ')' are in different lines. If false, nl_func_def_args is used instead. +nl_func_def_args_multi_line = false # true/false + +# Add or remove newline before the ')' in a function declaration. +nl_func_decl_end = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the ')' in a function definition. +nl_func_def_end = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_end when there is only one parameter. +nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_end when there is only one parameter. +nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_end is used instead. +nl_func_decl_end_multi_line = false # true/false + +# Whether to add a newline before ')' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_end is used instead. +nl_func_def_end_multi_line = false # true/false + +# Add or remove newline between '()' in a function declaration. +nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function definition. +nl_func_def_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function call. +nl_func_call_empty = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call, +# has preference over nl_func_call_start_multi_line. +nl_func_call_start = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function call. +nl_func_call_end = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call if '(' and ')' are in +# different lines. +nl_func_call_start_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function call if '(' and ')' +# are in different lines. +nl_func_call_args_multi_line = false # true/false + +# Whether to add a newline before ')' in a function call if '(' and ')' are in +# different lines. +nl_func_call_end_multi_line = false # true/false + +# Whether to respect nl_func_call_XXX option in case of closure args. +nl_func_call_args_multi_line_ignore_closures = false # true/false + +# Whether to add a newline after '<' of a template parameter list. +nl_template_start = false # true/false + +# Whether to add a newline after each ',' in a template parameter list. +nl_template_args = false # true/false + +# Whether to add a newline before '>' of a template parameter list. +nl_template_end = false # true/false + +# (OC) Whether to put each Objective-C message parameter on a separate line. +# See nl_oc_msg_leave_one_liner. +nl_oc_msg_args = false # true/false + +# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. +nl_oc_msg_args_min_params = 0 # unsigned number + +# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. +nl_oc_msg_args_max_code_width = 0 # unsigned number + +# Add or remove newline between function signature and '{'. +nl_fdef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function signature and '{', +# if signature ends with ')'. Overrides nl_fdef_brace. +nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between C++11 lambda signature and '{'. +nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'return' and the return expression. +nl_return_expr = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'throw' and the throw expression. +nl_throw_expr = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after semicolons, except in 'for' statements. +nl_after_semicolon = false # true/false + +# (Java) Add or remove newline between the ')' and '{{' of the double brace +# initializer. +nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the type in an unnamed temporary +# direct-list-initialization, better: +# before a direct-list-initialization. +nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the open brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before the close brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before '{'. +nl_before_brace_open = false # true/false + +# Whether to add a newline after '{'. +nl_after_brace_open = false # true/false + +# Whether to add a newline between the open brace and a trailing single-line +# comment. Requires nl_after_brace_open=true. +nl_after_brace_open_cmt = false # true/false + +# Whether to add a newline after a virtual brace open with a non-empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open = false # true/false + +# Whether to add a newline after a virtual brace open with an empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open_empty = false # true/false + +# Whether to add a newline after '}'. Does not apply if followed by a +# necessary ';'. +nl_after_brace_close = false # true/false + +# Whether to add a newline after a virtual brace close, +# as in 'if (foo) a++; return;'. +nl_after_vbrace_close = false # true/false + +# Add or remove newline between the close brace and identifier, +# as in 'struct { int a; } b;'. Affects enumerations, unions and +# structures. If set to ignore, uses nl_after_brace_close. +nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined + +# Whether to alter newlines in '#define' macros. +nl_define_macro = false # true/false + +# Whether to alter newlines between consecutive parenthesis closes. The number +# of closing parentheses in a line will depend on respective open parenthesis +# lines. +nl_squeeze_paren_close = false # true/false + +# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and +# '#endif'. Does not affect top-level #ifdefs. +nl_squeeze_ifdef = false # true/false + +# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. +nl_squeeze_ifdef_top_level = false # true/false + +# Add or remove blank line before 'if'. +nl_before_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'if' statement. Add/Force work only if the +# next token is not a closing brace. +nl_after_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'for'. +nl_before_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'for' statement. +nl_after_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'while'. +nl_before_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'while' statement. +nl_after_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'switch'. +nl_before_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'switch' statement. +nl_after_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'synchronized'. +nl_before_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'synchronized' statement. +nl_after_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'do'. +nl_before_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'do/while' statement. +nl_after_do = ignore # ignore/add/remove/force/not_defined + +# Ignore nl_before_{if,for,switch,do,synchronized} if the control +# statement is immediately after a case statement. +# if nl_before_{if,for,switch,do} is set to remove, this option +# does nothing. +nl_before_ignore_after_case = false # true/false + +# Whether to put a blank line before 'return' statements, unless after an open +# brace. +nl_before_return = false # true/false + +# Whether to put a blank line after 'return' statements, unless followed by a +# close brace. +nl_after_return = false # true/false + +# Whether to put a blank line before a member '.' or '->' operators. +nl_before_member = ignore # ignore/add/remove/force/not_defined + +# (Java) Whether to put a blank line after a member '.' or '->' operators. +nl_after_member = ignore # ignore/add/remove/force/not_defined + +# Whether to double-space commented-entries in 'struct'/'union'/'enum'. +nl_ds_struct_enum_cmt = false # true/false + +# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. +# (Lower priority than eat_blanks_before_close_brace.) +nl_ds_struct_enum_close_brace = false # true/false + +# Add or remove newline before or after (depending on pos_class_colon) a class +# colon, as in 'class Foo : public Bar'. +nl_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline around a class constructor colon. The exact position +# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. +nl_constr_colon = ignore # ignore/add/remove/force/not_defined + +# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' +# into a single line. If true, prevents other brace newline rules from turning +# such code into four lines. If true, it also preserves one-liner namespaces. +nl_namespace_two_to_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced if statements, turning them +# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. +nl_create_if_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced for statements, turning them +# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. +nl_create_for_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced while statements, turning +# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. +nl_create_while_one_liner = false # true/false + +# Whether to collapse a function definition whose body (not counting braces) +# is only one line so that the entire definition (prototype, braces, body) is +# a single line. +nl_create_func_def_one_liner = false # true/false + +# Whether to split one-line simple list definitions into three lines by +# adding newlines, as in 'int a[12] = { 0 };'. +nl_create_list_one_liner = false # true/false + +# Whether to split one-line simple unbraced if statements into two lines by +# adding a newline, as in 'if(b) i++;'. +nl_split_if_one_liner = false # true/false + +# Whether to split one-line simple unbraced for statements into two lines by +# adding a newline, as in 'for (...) stmt;'. +nl_split_for_one_liner = false # true/false + +# Whether to split one-line simple unbraced while statements into two lines by +# adding a newline, as in 'while (expr) stmt;'. +nl_split_while_one_liner = false # true/false + +# Don't add a newline before a cpp-comment in a parameter list of a function +# call. +donot_add_nl_before_cpp_comment = false # true/false + +# +# Blank line options +# + +# The maximum number of consecutive newlines (3 = 2 blank lines). +nl_max = 0 # unsigned number + +# The maximum number of consecutive newlines in a function. +nl_max_blank_in_func = 0 # unsigned number + +# The number of newlines inside an empty function body. +# This option overrides eat_blanks_after_open_brace and +# eat_blanks_before_close_brace, but is ignored when +# nl_collapse_empty_body_functions=true +nl_inside_empty_func = 0 # unsigned number + +# The number of newlines before a function prototype. +nl_before_func_body_proto = 0 # unsigned number + +# The number of newlines before a multi-line function definition. Where +# applicable, this option is overridden with eat_blanks_after_open_brace=true +nl_before_func_body_def = 0 # unsigned number + +# The number of newlines before a class constructor/destructor prototype. +nl_before_func_class_proto = 0 # unsigned number + +# The number of newlines before a class constructor/destructor definition. +nl_before_func_class_def = 0 # unsigned number + +# The number of newlines after a function prototype. +nl_after_func_proto = 0 # unsigned number + +# The number of newlines after a function prototype, if not followed by +# another function prototype. +nl_after_func_proto_group = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype. +nl_after_func_class_proto = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype, +# if not followed by another constructor/destructor prototype. +nl_after_func_class_proto_group = 0 # unsigned number + +# Whether one-line method definitions inside a class body should be treated +# as if they were prototypes for the purposes of adding newlines. +# +# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def +# and nl_before_func_class_def for one-liners. +nl_class_leave_one_liner_groups = false # true/false + +# The number of newlines after '}' of a multi-line function body. +# +# Overrides nl_min_after_func_body and nl_max_after_func_body. +nl_after_func_body = 0 # unsigned number + +# The minimum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +nl_min_after_func_body = 0 # unsigned number + +# The maximum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +# Takes precedence over nl_min_after_func_body. +nl_max_after_func_body = 0 # unsigned number + +# The number of newlines after '}' of a multi-line function body in a class +# declaration. Also affects class constructors/destructors. +# +# Overrides nl_after_func_body. +nl_after_func_body_class = 0 # unsigned number + +# The number of newlines after '}' of a single line function body. Also +# affects class constructors/destructors. +# +# Overrides nl_after_func_body and nl_after_func_body_class. +nl_after_func_body_one_liner = 0 # unsigned number + +# The number of newlines before a block of typedefs. If nl_after_access_spec +# is non-zero, that option takes precedence. +# +# 0: No change (default). +nl_typedef_blk_start = 0 # unsigned number + +# The number of newlines after a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_in = 0 # unsigned number + +# The minimum number of blank lines after a block of variable definitions +# at the top of a function body. If any preprocessor directives appear +# between the opening brace of the function and the variable block, then +# it is considered as not at the top of the function.Newlines are added +# before trailing preprocessor directives, if any exist. +# +# 0: No change (default). +nl_var_def_blk_end_func_top = 0 # unsigned number + +# The minimum number of empty newlines before a block of variable definitions +# not at the top of a function body. If nl_after_access_spec is non-zero, +# that option takes precedence. Newlines are not added at the top of the +# file or just after an opening brace. Newlines are added above any +# preprocessor directives before the block. +# +# 0: No change (default). +nl_var_def_blk_start = 0 # unsigned number + +# The minimum number of empty newlines after a block of variable definitions +# not at the top of a function body. Newlines are not added if the block +# is at the bottom of the file or just before a preprocessor directive. +# +# 0: No change (default). +nl_var_def_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of variable +# definitions. +# +# 0: No change (default). +nl_var_def_blk_in = 0 # unsigned number + +# The minimum number of newlines before a multi-line comment. +# Doesn't apply if after a brace open or another multi-line comment. +nl_before_block_comment = 0 # unsigned number + +# The minimum number of newlines before a single-line C comment. +# Doesn't apply if after a brace open or other single-line C comments. +nl_before_c_comment = 0 # unsigned number + +# The minimum number of newlines before a CPP comment. +# Doesn't apply if after a brace open or other CPP comments. +nl_before_cpp_comment = 0 # unsigned number + +# Whether to force a newline after a multi-line comment. +nl_after_multiline_comment = false # true/false + +# Whether to force a newline after a label's colon. +nl_after_label_colon = false # true/false + +# The number of newlines before a struct definition. +nl_before_struct = 0 # unsigned number + +# The number of newlines after '}' or ';' of a struct/enum/union definition. +nl_after_struct = 0 # unsigned number + +# The number of newlines before a class definition. +nl_before_class = 0 # unsigned number + +# The number of newlines after '}' or ';' of a class definition. +nl_after_class = 0 # unsigned number + +# The number of newlines before a namespace. +nl_before_namespace = 0 # unsigned number + +# The number of newlines after '{' of a namespace. This also adds newlines +# before the matching '}'. +# +# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if +# applicable, otherwise no change. +# +# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. +nl_inside_namespace = 0 # unsigned number + +# The number of newlines after '}' of a namespace. +nl_after_namespace = 0 # unsigned number + +# The number of newlines before an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +nl_before_access_spec = 0 # unsigned number + +# The number of newlines after an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +# +# Overrides nl_typedef_blk_start and nl_var_def_blk_start. +nl_after_access_spec = 0 # unsigned number + +# The number of newlines between a function definition and the function +# comment, as in '// comment\n void foo() {...}'. +# +# 0: No change (default). +nl_comment_func_def = 0 # unsigned number + +# The number of newlines after a try-catch-finally block that isn't followed +# by a brace close. +# +# 0: No change (default). +nl_after_try_catch_finally = 0 # unsigned number + +# (C#) The number of newlines before and after a property, indexer or event +# declaration. +# +# 0: No change (default). +nl_around_cs_property = 0 # unsigned number + +# (C#) The number of newlines between the get/set/add/remove handlers. +# +# 0: No change (default). +nl_between_get_set = 0 # unsigned number + +# (C#) Add or remove newline between property and the '{'. +nl_property_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove blank lines after '{'. +eat_blanks_after_open_brace = false # true/false + +# Whether to remove blank lines before '}'. +eat_blanks_before_close_brace = false # true/false + +# How aggressively to remove extra newlines not in preprocessor. +# +# 0: No change (default) +# 1: Remove most newlines not handled by other config +# 2: Remove all newlines and reformat completely by config +nl_remove_extra_newlines = 0 # unsigned number + +# (Java) Add or remove newline after an annotation statement. Only affects +# annotations that are after a newline. +nl_after_annotation = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove newline between two annotations. +nl_between_annotation = ignore # ignore/add/remove/force/not_defined + +# The number of newlines before a whole-file #ifdef. +# +# 0: No change (default). +nl_before_whole_file_ifdef = 0 # unsigned number + +# The number of newlines after a whole-file #ifdef. +# +# 0: No change (default). +nl_after_whole_file_ifdef = 0 # unsigned number + +# The number of newlines before a whole-file #endif. +# +# 0: No change (default). +nl_before_whole_file_endif = 0 # unsigned number + +# The number of newlines after a whole-file #endif. +# +# 0: No change (default). +nl_after_whole_file_endif = 0 # unsigned number + +# +# Positioning options +# + +# The position of arithmetic operators in wrapped expressions. +pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of assignment in wrapped expressions. Do not affect '=' +# followed by '{'. +pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of Boolean operators in wrapped expressions. +pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of comparison operators in wrapped expressions. +pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of conditional operators, as in the '?' and ':' of +# 'expr ? stmt : stmt', in wrapped expressions. +pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in wrapped expressions. +pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in enum entries. +pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the base class list if there is more than one +# line. Affects nl_class_init_args. +pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the constructor initialization list. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. +pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of trailing/leading class colon, between class and base class +# list. Affects nl_class_colon. +pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of colons between constructor and member initialization. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. +pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of shift operators in wrapped expressions. +pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# +# Line splitting options +# + +# Try to limit code width to N columns. +code_width = 0 # unsigned number + +# Whether to fully split long 'for' statements at semi-colons. +ls_for_split_full = false # true/false + +# Whether to fully split long function prototypes/calls at commas. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_func_split_full = false # true/false + +# Whether to split lines as close to code_width as possible and ignore some +# groupings. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_code_width = false # true/false + +# +# Code alignment options (not left column spaces/tabs) +# + +# Whether to keep non-indenting tabs. +align_keep_tabs = false # true/false + +# Whether to use tabs for aligning. +align_with_tabs = false # true/false + +# Whether to bump out to the next tab when aligning. +align_on_tabstop = false # true/false + +# Whether to right-align numbers. +align_number_right = false # true/false + +# Whether to keep whitespace not required for alignment. +align_keep_extra_space = false # true/false + +# Whether to align variable definitions in prototypes and functions. +align_func_params = false # true/false + +# The span for aligning parameter definitions in function on parameter name. +# +# 0: Don't align (default). +align_func_params_span = 0 # unsigned number + +# The threshold for aligning function parameter definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_params_thresh = 0 # number + +# The gap for aligning function parameter definitions. +align_func_params_gap = 0 # unsigned number + +# The span for aligning constructor value. +# +# 0: Don't align (default). +align_constr_value_span = 0 # unsigned number + +# The threshold for aligning constructor value. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_constr_value_thresh = 0 # number + +# The gap for aligning constructor value. +align_constr_value_gap = 0 # unsigned number + +# Whether to align parameters in single-line functions that have the same +# name. The function names must already be aligned with each other. +align_same_func_call_params = false # true/false + +# The span for aligning function-call parameters for single line functions. +# +# 0: Don't align (default). +align_same_func_call_params_span = 0 # unsigned number + +# The threshold for aligning function-call parameters for single line +# functions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_same_func_call_params_thresh = 0 # number + +# The span for aligning variable definitions. +# +# 0: Don't align (default). +align_var_def_span = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of variable definitions. +# +# 0: Part of the type 'void * foo;' (default) +# 1: Part of the variable 'void *foo;' +# 2: Dangling 'void *foo;' +# Dangling: the '*' will not be taken into account when aligning. +align_var_def_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of variable definitions. +# +# 0: Part of the type 'long & foo;' (default) +# 1: Part of the variable 'long &foo;' +# 2: Dangling 'long &foo;' +# Dangling: the '&' will not be taken into account when aligning. +align_var_def_amp_style = 0 # unsigned number + +# The threshold for aligning variable definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_def_thresh = 0 # number + +# The gap for aligning variable definitions. +align_var_def_gap = 0 # unsigned number + +# Whether to align the colon in struct bit fields. +align_var_def_colon = false # true/false + +# The gap for aligning the colon in struct bit fields. +align_var_def_colon_gap = 0 # unsigned number + +# Whether to align any attribute after the variable name. +align_var_def_attribute = false # true/false + +# Whether to align inline struct/enum/union variable definitions. +align_var_def_inline = false # true/false + +# The span for aligning on '=' in assignments. +# +# 0: Don't align (default). +align_assign_span = 0 # unsigned number + +# The span for aligning on '=' in function prototype modifier. +# +# 0: Don't align (default). +align_assign_func_proto_span = 0 # unsigned number + +# The threshold for aligning on '=' in assignments. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_assign_thresh = 0 # number + +# Whether to align on the left most assignment when multiple +# definitions are found on the same line. +# Depends on 'align_assign_span' and 'align_assign_thresh' settings. +align_assign_on_multi_var_defs = false # true/false + +# The span for aligning on '{' in braced init list. +# +# 0: Don't align (default). +align_braced_init_list_span = 0 # unsigned number + +# The threshold for aligning on '{' in braced init list. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_braced_init_list_thresh = 0 # number + +# How to apply align_assign_span to function declaration "assignments", i.e. +# 'virtual void foo() = 0' or '~foo() = {default|delete}'. +# +# 0: Align with other assignments (default) +# 1: Align with each other, ignoring regular assignments +# 2: Don't align +align_assign_decl_func = 0 # unsigned number + +# The span for aligning on '=' in enums. +# +# 0: Don't align (default). +align_enum_equ_span = 0 # unsigned number + +# The threshold for aligning on '=' in enums. +# Use a negative number for absolute thresholds. +# +# 0: no limit (default). +align_enum_equ_thresh = 0 # number + +# The span for aligning class member definitions. +# +# 0: Don't align (default). +align_var_class_span = 0 # unsigned number + +# The threshold for aligning class member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_class_thresh = 0 # number + +# The gap for aligning class member definitions. +align_var_class_gap = 0 # unsigned number + +# The span for aligning struct/union member definitions. +# +# 0: Don't align (default). +align_var_struct_span = 0 # unsigned number + +# The threshold for aligning struct/union member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_struct_thresh = 0 # number + +# The gap for aligning struct/union member definitions. +align_var_struct_gap = 0 # unsigned number + +# The span for aligning struct initializer values. +# +# 0: Don't align (default). +align_struct_init_span = 0 # unsigned number + +# The span for aligning single-line typedefs. +# +# 0: Don't align (default). +align_typedef_span = 0 # unsigned number + +# The minimum space between the type and the synonym of a typedef. +align_typedef_gap = 0 # unsigned number + +# How to align typedef'd functions with other typedefs. +# +# 0: Don't mix them at all (default) +# 1: Align the open parenthesis with the types +# 2: Align the function type name with the other type names +align_typedef_func = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int * pint;' (default) +# 1: Part of type name: 'typedef int *pint;' +# 2: Dangling: 'typedef int *pint;' +# Dangling: the '*' will not be taken into account when aligning. +align_typedef_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int & intref;' (default) +# 1: Part of type name: 'typedef int &intref;' +# 2: Dangling: 'typedef int &intref;' +# Dangling: the '&' will not be taken into account when aligning. +align_typedef_amp_style = 0 # unsigned number + +# The span for aligning comments that end lines. +# +# 0: Don't align (default). +align_right_cmt_span = 0 # unsigned number + +# Minimum number of columns between preceding text and a trailing comment in +# order for the comment to qualify for being aligned. Must be non-zero to have +# an effect. +align_right_cmt_gap = 0 # unsigned number + +# If aligning comments, whether to mix with comments after '}' and #endif with +# less than three spaces before the comment. +align_right_cmt_mix = false # true/false + +# Whether to only align trailing comments that are at the same brace level. +align_right_cmt_same_level = false # true/false + +# Minimum column at which to align trailing comments. Comments which are +# aligned beyond this column, but which can be aligned in a lesser column, +# may be "pulled in". +# +# 0: Ignore (default). +align_right_cmt_at_col = 0 # unsigned number + +# The span for aligning function prototypes. +# +# 0: Don't align (default). +align_func_proto_span = 0 # unsigned number + +# Whether to ignore continuation lines when evaluating the number of +# new lines for the function prototype alignment's span. +# +# false: continuation lines are part of the newlines count +# true: continuation lines are not counted +align_func_proto_span_ignore_cont_lines = false # true/false + +# How to consider (or treat) the '*' in the alignment of function prototypes. +# +# 0: Part of the type 'void * foo();' (default) +# 1: Part of the function 'void *foo();' +# 2: Dangling 'void *foo();' +# Dangling: the '*' will not be taken into account when aligning. +align_func_proto_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of function prototypes. +# +# 0: Part of the type 'long & foo();' (default) +# 1: Part of the function 'long &foo();' +# 2: Dangling 'long &foo();' +# Dangling: the '&' will not be taken into account when aligning. +align_func_proto_amp_style = 0 # unsigned number + +# The threshold for aligning function prototypes. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_proto_thresh = 0 # number + +# Minimum gap between the return type and the function name. +align_func_proto_gap = 0 # unsigned number + +# Whether to align function prototypes on the 'operator' keyword instead of +# what follows. +align_on_operator = false # true/false + +# Whether to mix aligning prototype and variable declarations. If true, +# align_var_def_XXX options are used instead of align_func_proto_XXX options. +align_mix_var_proto = false # true/false + +# Whether to align single-line functions with function prototypes. +# Uses align_func_proto_span. +align_single_line_func = false # true/false + +# Whether to align the open brace of single-line functions. +# Requires align_single_line_func=true. Uses align_func_proto_span. +align_single_line_brace = false # true/false + +# Gap for align_single_line_brace. +align_single_line_brace_gap = 0 # unsigned number + +# (OC) The span for aligning Objective-C message specifications. +# +# 0: Don't align (default). +align_oc_msg_spec_span = 0 # unsigned number + +# Whether and how to align backslashes that split a macro onto multiple lines. +# This will not work right if the macro contains a multi-line comment. +# +# 0: Do nothing (default) +# 1: Align the backslashes in the column at the end of the longest line +# 2: Align with the backslash that is farthest to the left, or, if that +# backslash is farther left than the end of the longest line, at the end of +# the longest line +# 3: Align with the backslash that is farthest to the right +align_nl_cont = 0 # unsigned number + +# The minimum number of spaces between the end of a line and its continuation +# backslash. Requires align_nl_cont. +# +# Default: 1 +align_nl_cont_spaces = 1 # unsigned number + +# Whether to align macro functions and variables together. +align_pp_define_together = false # true/false + +# The span for aligning on '#define' bodies. +# +# =0: Don't align (default) +# >0: Number of lines (including comments) between blocks +align_pp_define_span = 0 # unsigned number + +# The minimum space between label and value of a preprocessor define. +align_pp_define_gap = 0 # unsigned number + +# Whether to align lines that start with '<<' with previous '<<'. +# +# Default: true +align_left_shift = true # true/false + +# Whether to align comma-separated statements following '<<' (as used to +# initialize Eigen matrices). +align_eigen_comma_init = false # true/false + +# Whether to align text after 'asm volatile ()' colons. +align_asm_colon = false # true/false + +# (OC) Span for aligning parameters in an Objective-C message call +# on the ':'. +# +# 0: Don't align. +align_oc_msg_colon_span = 0 # unsigned number + +# (OC) Whether to always align with the first parameter, even if it is too +# short. +align_oc_msg_colon_first = false # true/false + +# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration +# on the ':'. +align_oc_decl_colon = false # true/false + +# (OC) Whether to not align parameters in an Objectve-C message call if first +# colon is not on next line of the message call (the same way Xcode does +# alignment) +align_oc_msg_colon_xcode_like = false # true/false + +# +# Comment modification options +# + +# Try to wrap comments at N columns. +cmt_width = 0 # unsigned number + +# How to reflow comments. +# +# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) +# 1: No touching at all +# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) +cmt_reflow_mode = 0 # unsigned number + +# Path to a file that contains regular expressions describing patterns for +# which the end of one line and the beginning of the next will be folded into +# the same sentence or paragraph during full comment reflow. The regular +# expressions are described using ECMAScript syntax. The syntax for this +# specification is as follows, where "..." indicates the custom regular +# expression and "n" indicates the nth end_of_prev_line_regex and +# beg_of_next_line_regex regular expression pair: +# +# end_of_prev_line_regex[1] = "...$" +# beg_of_next_line_regex[1] = "^..." +# end_of_prev_line_regex[2] = "...$" +# beg_of_next_line_regex[2] = "^..." +# . +# . +# . +# end_of_prev_line_regex[n] = "...$" +# beg_of_next_line_regex[n] = "^..." +# +# Note that use of this option overrides the default reflow fold regular +# expressions, which are internally defined as follows: +# +# end_of_prev_line_regex[1] = "[\w,\]\)]$" +# beg_of_next_line_regex[1] = "^[\w,\[\(]" +# end_of_prev_line_regex[2] = "\.$" +# beg_of_next_line_regex[2] = "^[A-Z]" +cmt_reflow_fold_regex_file = "" # string + +# Whether to indent wrapped lines to the start of the encompassing paragraph +# during full comment reflow (cmt_reflow_mode = 2). Overrides the value +# specified by cmt_sp_after_star_cont. +# +# Note that cmt_align_doxygen_javadoc_tags overrides this option for +# paragraphs associated with javadoc tags +cmt_reflow_indent_to_paragraph_start = false # true/false + +# Whether to convert all tabs to spaces in comments. If false, tabs in +# comments are left alone, unless used for indenting. +cmt_convert_tab_to_spaces = false # true/false + +# Whether to apply changes to multi-line comments, including cmt_width, +# keyword substitution and leading chars. +# +# Default: true +cmt_indent_multi = true # true/false + +# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) +# and corresponding fields such that groups of consecutive block tags, +# parameter names, and descriptions align with one another. Overrides that +# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may +# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 +# in order to achieve the desired alignment for line-wrapping. +cmt_align_doxygen_javadoc_tags = false # true/false + +# The number of spaces to insert after the star and before doxygen +# javadoc-style tags (@param, @return, etc). Requires enabling +# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the +# cmt_sp_after_star_cont. +# +# Default: 1 +cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number + +# Whether to change trailing, single-line c-comments into cpp-comments. +cmt_trailing_single_line_c_to_cpp = false # true/false + +# Whether to group c-comments that look like they are in a block. +cmt_c_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined c-comment. +cmt_c_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined c-comment. +cmt_c_nl_end = false # true/false + +# Whether to change cpp-comments into c-comments. +cmt_cpp_to_c = false # true/false + +# Whether to group cpp-comments that look like they are in a block. Only +# meaningful if cmt_cpp_to_c=true. +cmt_cpp_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_end = false # true/false + +# Whether to put a star on subsequent comment lines. +cmt_star_cont = false # true/false + +# The number of spaces to insert at the start of subsequent comment lines. +cmt_sp_before_star_cont = 0 # unsigned number + +# The number of spaces to insert after the star on subsequent comment lines. +cmt_sp_after_star_cont = 0 # unsigned number + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length. +# +# Default: true +cmt_multi_check_last = true # true/false + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length AND if the length is +# bigger as the first_len minimum. +# +# Default: 4 +cmt_multi_first_len_minimum = 4 # unsigned number + +# Path to a file that contains text to insert at the beginning of a file if +# the file doesn't start with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_header = "" # string + +# Path to a file that contains text to insert at the end of a file if the +# file doesn't end with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_footer = "" # string + +# Path to a file that contains text to insert before a function definition if +# the function isn't preceded by a C/C++ comment. If the inserted text +# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be +# replaced with, respectively, the name of the function, the javadoc '@param' +# and '@return' stuff, or the name of the class to which the member function +# belongs. +cmt_insert_func_header = "" # string + +# Path to a file that contains text to insert before a class if the class +# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', +# that will be replaced with the class name. +cmt_insert_class_header = "" # string + +# Path to a file that contains text to insert before an Objective-C message +# specification, if the method isn't preceded by a C/C++ comment. If the +# inserted text contains '$(message)' or '$(javaparam)', these will be +# replaced with, respectively, the name of the function, or the javadoc +# '@param' and '@return' stuff. +cmt_insert_oc_msg_header = "" # string + +# Whether a comment should be inserted if a preprocessor is encountered when +# stepping backwards from a function name. +# +# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and +# cmt_insert_class_header. +cmt_insert_before_preproc = false # true/false + +# Whether a comment should be inserted if a function is declared inline to a +# class definition. +# +# Applies to cmt_insert_func_header. +# +# Default: true +cmt_insert_before_inlines = true # true/false + +# Whether a comment should be inserted if the function is a class constructor +# or destructor. +# +# Applies to cmt_insert_func_header. +cmt_insert_before_ctor_dtor = false # true/false + +# +# Code modifying options (non-whitespace) +# + +# Add or remove braces on a single-line 'do' statement. +mod_full_brace_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'for' statement. +mod_full_brace_for = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove braces on a single-line function definition. +mod_full_brace_function = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'if' statement. Braces will not be +# removed if the braced statement contains an 'else'. +mod_full_brace_if = ignore # ignore/add/remove/force/not_defined + +# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either +# have, or do not have, braces. Overrides mod_full_brace_if. +# +# 0: Don't override mod_full_brace_if +# 1: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks +# 2: Add braces to all blocks if any block already has braces, regardless of +# whether it needs them +# 3: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks, except if all blocks have braces +# despite none needing them +mod_full_brace_if_chain = 0 # unsigned number + +# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. +# If true, mod_full_brace_if_chain will only remove braces from an 'if' that +# does not have an 'else if' or 'else'. +mod_full_brace_if_chain_only = false # true/false + +# Add or remove braces on single-line 'while' statement. +mod_full_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on single-line 'using ()' statement. +mod_full_brace_using = ignore # ignore/add/remove/force/not_defined + +# Don't remove braces around statements that span N newlines +mod_full_brace_nl = 0 # unsigned number + +# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks +# which span multiple lines. +# +# Affects: +# mod_full_brace_for +# mod_full_brace_if +# mod_full_brace_if_chain +# mod_full_brace_if_chain_only +# mod_full_brace_while +# mod_full_brace_using +# +# Does not affect: +# mod_full_brace_do +# mod_full_brace_function +mod_full_brace_nl_block_rem_mlcond = false # true/false + +# Add or remove unnecessary parentheses on 'return' statement. +mod_paren_on_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove unnecessary parentheses on 'throw' statement. +mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Whether to change optional semicolons to real semicolons. +mod_pawn_semicolon = false # true/false + +# Whether to fully parenthesize Boolean expressions in 'while' and 'if' +# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. +mod_full_paren_if_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. +mod_full_paren_assign_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. +mod_full_paren_return_bool = false # true/false + +# Whether to remove superfluous semicolons. +mod_remove_extra_semicolon = false # true/false + +# Whether to remove duplicate include. +mod_remove_duplicate_include = false # true/false + +# the following options (mod_XX_closebrace_comment) use different comment, +# depending of the setting of the next option. +# false: Use the c comment (default) +# true : Use the cpp comment +mod_add_force_c_closebrace_comment = false # true/false + +# If a function body exceeds the specified number of newlines and doesn't have +# a comment after the close brace, a comment will be added. +mod_add_long_function_closebrace_comment = 0 # unsigned number + +# If a namespace body exceeds the specified number of newlines and doesn't +# have a comment after the close brace, a comment will be added. +mod_add_long_namespace_closebrace_comment = 0 # unsigned number + +# If a class body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_class_closebrace_comment = 0 # unsigned number + +# If a switch body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_switch_closebrace_comment = 0 # unsigned number + +# If an #ifdef body exceeds the specified number of newlines and doesn't have +# a comment after the #endif, a comment will be added. +mod_add_long_ifdef_endif_comment = 0 # unsigned number + +# If an #ifdef or #else body exceeds the specified number of newlines and +# doesn't have a comment after the #else, a comment will be added. +mod_add_long_ifdef_else_comment = 0 # unsigned number + +# Whether to take care of the case by the mod_sort_xx options. +mod_sort_case_sensitive = false # true/false + +# Whether to sort consecutive single-line 'import' statements. +mod_sort_import = false # true/false + +# (C#) Whether to sort consecutive single-line 'using' statements. +mod_sort_using = false # true/false + +# Whether to sort consecutive single-line '#include' statements (C/C++) and +# '#import' statements (Objective-C). Be aware that this has the potential to +# break your code if your includes/imports have ordering dependencies. +mod_sort_include = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# filename without extension when sorting is enabled. +mod_sort_incl_import_prioritize_filename = false # true/false + +# Whether to prioritize '#include' and '#import' statements that does not +# contain extensions when sorting is enabled. +mod_sort_incl_import_prioritize_extensionless = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# angle over quotes when sorting is enabled. +mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false + +# Whether to ignore file extension in '#include' and '#import' statements +# for sorting comparison. +mod_sort_incl_import_ignore_extension = false # true/false + +# Whether to group '#include' and '#import' statements when sorting is enabled. +mod_sort_incl_import_grouping_enabled = false # true/false + +# Whether to move a 'break' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. +mod_move_case_break = false # true/false + +# Whether to move a 'return' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. +mod_move_case_return = false # true/false + +# Add or remove braces around a fully braced case statement. Will only remove +# braces if there are no variable declarations in the block. +mod_case_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove a void 'return;' that appears as the last statement in a +# function. +mod_remove_empty_return = false # true/false + +# Add or remove the comma after the last value of an enumeration. +mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined + +# Syntax to use for infinite loops. +# +# 0: Leave syntax alone (default) +# 1: Rewrite as `for(;;)` +# 2: Rewrite as `while(true)` +# 3: Rewrite as `do`...`while(true);` +# 4: Rewrite as `while(1)` +# 5: Rewrite as `do`...`while(1);` +# +# Infinite loops that do not already match one of these syntaxes are ignored. +# Other options that affect loop formatting will be applied after transforming +# the syntax. +mod_infinite_loop = 0 # unsigned number + +# Add or remove the 'int' keyword in 'int short'. +mod_int_short = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'short int'. +mod_short_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int long'. +mod_int_long = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'long int'. +mod_long_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int signed'. +mod_int_signed = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'signed int'. +mod_signed_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int unsigned'. +mod_int_unsigned = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'unsigned int'. +mod_unsigned_int = ignore # ignore/add/remove/force/not_defined + +# If there is a situation where mod_int_* and mod_*_int would result in +# multiple int keywords, whether to keep the rightmost int (the default) or the +# leftmost int. +mod_int_prefer_int_on_left = false # true/false + +# (OC) Whether to organize the properties. If true, properties will be +# rearranged according to the mod_sort_oc_property_*_weight factors. +mod_sort_oc_properties = false # true/false + +# (OC) Weight of a class property modifier. +mod_sort_oc_property_class_weight = 0 # number + +# (OC) Weight of 'atomic' and 'nonatomic'. +mod_sort_oc_property_thread_safe_weight = 0 # number + +# (OC) Weight of 'readwrite' when organizing properties. +mod_sort_oc_property_readwrite_weight = 0 # number + +# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', +# 'weak', 'strong') when organizing properties. +mod_sort_oc_property_reference_weight = 0 # number + +# (OC) Weight of getter type ('getter=') when organizing properties. +mod_sort_oc_property_getter_weight = 0 # number + +# (OC) Weight of setter type ('setter=') when organizing properties. +mod_sort_oc_property_setter_weight = 0 # number + +# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', +# 'null_resettable') when organizing properties. +mod_sort_oc_property_nullability_weight = 0 # number + +# +# Preprocessor options +# + +# How to use tabs when indenting preprocessor code. +# +# -1: Use 'indent_with_tabs' setting (default) +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: -1 +pp_indent_with_tabs = -1 # number + +# Add or remove indentation of preprocessor directives inside #if blocks +# at brace level 0 (file-level). +pp_indent = ignore # ignore/add/remove/force/not_defined + +# Whether to indent #if/#else/#endif at the brace level. If false, these are +# indented from column 1. +pp_indent_at_level = false # true/false + +# Whether to indent #if/#else/#endif at the parenthesis level if the brace +# level is 0. If false, these are indented from column 1. +pp_indent_at_level0 = false # true/false + +# Specifies the number of columns to indent preprocessors per level +# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies +# the number of columns to indent preprocessors per level +# at brace level > 0 (function-level). +# +# Default: 1 +pp_indent_count = 1 # unsigned number + +# Add or remove space after # based on pp level of #if blocks. +pp_space_after = ignore # ignore/add/remove/force/not_defined + +# Sets the number of spaces per level added with pp_space_after. +pp_space_count = 0 # unsigned number + +# The indent for '#region' and '#endregion' in C# and '#pragma region' in +# C/C++. Negative values decrease indent down to the first column. +pp_indent_region = 0 # number + +# Whether to indent the code between #region and #endregion. +pp_region_indent_code = false # true/false + +# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when +# not at file-level. Negative values decrease indent down to the first column. +# +# =0: Indent preprocessors using output_tab_size +# >0: Column at which all preprocessors will be indented +pp_indent_if = 0 # number + +# Whether to indent the code between #if, #else and #endif. +pp_if_indent_code = false # true/false + +# Whether to indent the body of an #if that encompasses all the code in the file. +pp_indent_in_guard = false # true/false + +# Whether to indent '#define' at the brace level. If false, these are +# indented from column 1. +pp_define_at_level = false # true/false + +# Whether to indent '#include' at the brace level. +pp_include_at_level = false # true/false + +# Whether to ignore the '#define' body while formatting. +pp_ignore_define_body = false # true/false + +# An offset value that controls the indentation of the body of a multiline #define. +# 'body' refers to all the lines of a multiline #define except the first line. +# Requires 'pp_ignore_define_body = false'. +# +# <0: Absolute column: the body indentation starts off at the specified column +# (ex. -3 ==> the body is indented starting from column 3) +# >=0: Relative to the column of the '#' of '#define' +# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') +# +# Default: 8 +pp_multiline_define_body_indent = 8 # number + +# Whether to indent case statements between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the case statements +# directly inside of. +# +# Default: true +pp_indent_case = true # true/false + +# Whether to indent whole function definitions between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the function definition +# is directly inside of. +# +# Default: true +pp_indent_func_def = true # true/false + +# Whether to indent extern C blocks between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the extern block is +# directly inside of. +# +# Default: true +pp_indent_extern = true # true/false + +# How to indent braces directly inside #if, #else, and #endif. +# Requires pp_if_indent_code=true and only applies to the indent of the +# preprocessor that the braces are directly inside of. +# 0: No extra indent +# 1: Indent by one level +# -1: Preserve original indentation +# +# Default: 1 +pp_indent_brace = 1 # number + +# Whether to print warning messages for unbalanced #if and #else blocks. +# This will print a message in the following cases: +# - if an #ifdef block ends on a different indent level than +# where it started from. Example: +# +# #ifdef TEST +# int i; +# { +# int j; +# #endif +# +# - an #elif/#else block ends on a different indent level than +# the corresponding #ifdef block. Example: +# +# #ifdef TEST +# int i; +# #else +# } +# int j; +# #endif +pp_warn_unbalanced_if = false # true/false + +# +# Sort includes options +# + +# The regex for include category with priority 0. +include_category_0 = "" # string + +# The regex for include category with priority 1. +include_category_1 = "" # string + +# The regex for include category with priority 2. +include_category_2 = "" # string + +# +# Use or Do not Use options +# + +# true: indent_func_call_param will be used (default) +# false: indent_func_call_param will NOT be used +# +# Default: true +use_indent_func_call_param = true # true/false + +# The value of the indentation for a continuation line is calculated +# differently if the statement is: +# - a declaration: your case with QString fileName ... +# - an assignment: your case with pSettings = new QSettings( ... +# +# At the second case the indentation value might be used twice: +# - at the assignment +# - at the function call (if present) +# +# To prevent the double use of the indentation value, use this option with the +# value 'true'. +# +# true: indent_continue will be used only once +# false: indent_continue will be used every time (default) +# +# Requires indent_ignore_first_continue=false. +use_indent_continue_only_once = false # true/false + +# The indentation can be: +# - after the assignment, at the '[' character +# - at the beginning of the lambda body +# +# true: indentation will be at the beginning of the lambda body +# false: indentation will be after the assignment (default) +indent_cpp_lambda_only_once = false # true/false + +# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the +# historic behavior, but is probably not the desired behavior, so this is off +# by default. +use_sp_after_angle_always = false # true/false + +# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, +# this tries to format these so that they match Qt's normalized form (i.e. the +# result of QMetaObject::normalizedSignature), which can slightly improve the +# performance of the QObject::connect call, rather than how they would +# otherwise be formatted. +# +# See options_for_QT.cpp for details. +# +# Default: true +use_options_overriding_for_qt_macros = true # true/false + +# If true: the form feed character is removed from the list of whitespace +# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. +use_form_feed_no_more_as_whitespace_character = false # true/false + +# +# Warn levels - 1: error, 2: warning (default), 3: note +# + +# (C#) Warning is given if doing tab-to-\t replacement and we have found one +# in a C# verbatim string literal. +# +# Default: 2 +warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number + +# Limit the number of loops. +# Used by uncrustify.cpp to exit from infinite loop. +# 0: no limit. +debug_max_number_of_loops = 0 # number + +# Set the number of the line to protocol; +# Used in the function prot_the_line if the 2. parameter is zero. +# 0: nothing protocol. +debug_line_number_to_protocol = 0 # number + +# Set the number of second(s) before terminating formatting the current file, +# 0: no timeout. +# only for linux +debug_timeout = 0 # number + +# Set the number of characters to be printed if the text is too long, +# 0: do not truncate. +debug_truncate = 0 # unsigned number + +# sort (or not) the tracking info. +# +# Default: true +debug_sort_the_tracks = true # true/false + +# decode (or not) the flags as a new line. +# only if the -p option is set. +debug_decode_the_flags = false # true/false + +# use (or not) the exit(EX_SOFTWARE) function. +# +# Default: true +debug_use_the_exit_function_pop = true # true/false + +# insert the number of the line at the beginning of each line +set_numbering_for_html_output = false # true/false + +# Meaning of the settings: +# Ignore - do not do any changes +# Add - makes sure there is 1 or more space/brace/newline/etc +# Force - makes sure there is exactly 1 space/brace/newline/etc, +# behaves like Add in some contexts +# Remove - removes space/brace/newline/etc +# +# +# - Token(s) can be treated as specific type(s) with the 'set' option: +# `set tokenType tokenString [tokenString...]` +# +# Example: +# `set BOOL __AND__ __OR__` +# +# tokenTypes are defined in src/token_enum.h, use them without the +# 'CT_' prefix: 'CT_BOOL' => 'BOOL' +# +# +# - Token(s) can be treated as type(s) with the 'type' option. +# `type tokenString [tokenString...]` +# +# Example: +# `type int c_uint_8 Rectangle` +# +# This can also be achieved with `set TYPE int c_uint_8 Rectangle` +# +# +# To embed whitespace in tokenStrings use the '\' escape character, or quote +# the tokenStrings. These quotes are supported: "'` +# +# +# - Support for the auto detection of languages through the file ending can be +# added using the 'file_ext' command. +# `file_ext langType langString [langString..]` +# +# Example: +# `file_ext CPP .ch .cxx .cpp.in` +# +# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use +# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' +# +# +# - Custom macro-based indentation can be set up using 'macro-open', +# 'macro-else' and 'macro-close'. +# `(macro-open | macro-else | macro-close) tokenString` +# +# Example: +# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` +# `macro-open BEGIN_MESSAGE_MAP` +# `macro-close END_MESSAGE_MAP` +# +# +# option(s) with 'not default' value: 0 +# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/configuration.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/configuration.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/configuration.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/configuration.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/default.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/default.cfg new file mode 100644 index 00000000..30eb9be1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/default.cfg @@ -0,0 +1,3708 @@ +# Uncrustify-0.78.1 + +# +# General options +# + +# The type of line endings. +# +# Default: auto +newlines = auto # lf/crlf/cr/auto + +# The original size of tabs in the input. +# +# Default: 8 +input_tab_size = 8 # unsigned number + +# The size of tabs in the output (only used if align_with_tabs=true). +# +# Default: 8 +output_tab_size = 8 # unsigned number + +# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). +# +# Default: 92 +string_escape_char = 92 # unsigned number + +# Alternate string escape char (usually only used for Pawn). +# Only works right before the quote char. +string_escape_char2 = 0 # unsigned number + +# Replace tab characters found in string literals with the escape sequence \t +# instead. +string_replace_tab_chars = false # true/false + +# Allow interpreting '>=' and '>>=' as part of a template in code like +# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. +# Improvements to template detection may make this option obsolete. +tok_split_gte = false # true/false + +# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). +disable_processing_nl_cont = false # true/false + +# Specify the marker used in comments to disable processing of part of the +# file. +# +# Default: *INDENT-OFF* +disable_processing_cmt = " *INDENT-OFF*" # string + +# Specify the marker used in comments to (re)enable processing in a file. +# +# Default: *INDENT-ON* +enable_processing_cmt = " *INDENT-ON*" # string + +# Enable parsing of digraphs. +enable_digraphs = false # true/false + +# Option to allow both disable_processing_cmt and enable_processing_cmt +# strings, if specified, to be interpreted as ECMAScript regular expressions. +# If true, a regex search will be performed within comments according to the +# specified patterns in order to disable/enable processing. +processing_cmt_as_regex = false # true/false + +# Add or remove the UTF-8 BOM (recommend 'remove'). +utf8_bom = ignore # ignore/add/remove/force/not_defined + +# If the file contains bytes with values between 128 and 255, but is not +# UTF-8, then output as UTF-8. +utf8_byte = false # true/false + +# Force the output encoding to UTF-8. +utf8_force = false # true/false + +# +# Spacing options +# + +# Add or remove space around non-assignment symbolic operators ('+', '/', '%', +# '<<', and so forth). +sp_arith = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around arithmetic operators '+' and '-'. +# +# Overrides sp_arith. +sp_arith_additive = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=', '+=', etc. +sp_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around '=' in C++11 lambda capture specifications. +# +# Overrides sp_assign. +sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda when +# an argument list is present, as in '[] (int x){ ... }'. +sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda with +# no argument list is present, as in '[] { ... }'. +sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( ){ ... }' +# with an empty list. +sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( int x ){ ... }'. +sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the argument list of a C++11 lambda, as in +# '[](int x) { ... }'. +sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a lambda body and its call operator of an +# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. +sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=' in a prototype. +# +# If set to ignore, use sp_assign. +sp_assign_default = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space in 'enum {'. +# +# Default: add +sp_enum_brace = add # ignore/add/remove/force/not_defined + +# Add or remove space in 'NS_ENUM ('. +sp_enum_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment '=' in enum. +sp_enum_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment ':' in enum. +sp_enum_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around preprocessor '##' concatenation operator. +# +# Default: add +sp_pp_concat = add # ignore/add/remove/force/not_defined + +# Add or remove space after preprocessor '#' stringify operator. +# Also affects the '#@' charizing operator. +sp_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before preprocessor '#' stringify operator +# as in '#define x(y) L#y'. +sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around boolean operators '&&' and '||'. +sp_bool = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around compare operator '<', '>', '==', etc. +sp_compare = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')'. +sp_inside_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. +sp_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. +sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined + +# Whether to balance spaces inside nested parentheses. +sp_balance_nested_parens = false # true/false + +# Add or remove space between ')' and '{'. +sp_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. +sp_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*'. +sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that isn't followed by a +# variable name. If set to ignore, sp_before_ptr_star is used instead. +sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by a qualifier. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by 'operator' keyword. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by +# a class scope (as in 'int *MyClass::method()') or namespace scope +# (as in 'int *my_ns::func()'). +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by '::', +# as in 'int *::func()'. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' that isn't +# followed by a variable name, as in '(char const *)'. If set to ignore, +# sp_before_ptr_star is used instead. +sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer stars '*', as in 'int ***a;'. +sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. +sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a word. +# +# Overrides sp_type_func. +sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer caret '^', if followed by a word. +sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a qualifier. +sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_ptr_star and sp_type_func. +sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the variable +# in a function pointer definition. +sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the type +# in a function pointer type definition. +sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by an open +# parenthesis, as in 'void* (*)()'. +sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*', if followed by a function +# prototype or function definition. If set to ignore, sp_before_ptr_star is +# used instead. +sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' followed by +# the name of the function in a function prototype or definition, as in +# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. +sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' in the +# trailing return of a function prototype or function definition, as in +# 'auto foo() -> char const *'. +sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&'. +sp_before_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&' that isn't followed by a +# variable name. If set to ignore, sp_before_byref is used instead. +sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after reference sign '&', if followed by a word. +# +# Overrides sp_type_func. +sp_after_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_byref and sp_type_func. +sp_after_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&', if followed by a function +# prototype or function definition. +sp_before_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by an open +# parenthesis, as in 'char& (*)()'. +sp_byref_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and word. In cases where total removal of +# whitespace would be a syntax error, a value of 'remove' is treated the same +# as 'force'. +# +# This also affects some other instances of space following a type that are +# not covered by other options; for example, between the return type and +# parenthesis of a function type template argument, between the type and +# parenthesis of an array parameter, or between 'decltype(...)' and the +# following word. +# +# Default: force +sp_after_type = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype(...)' and word, +# brace or function call. +sp_after_decltype = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space before the parenthesis in the D constructs +# 'template Foo(' and 'class Foo('. +sp_before_template_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'template' and '<'. +# If set to ignore, sp_before_angle is used. +sp_template_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '<'. +sp_before_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<' and '>'. +sp_inside_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<>'. +# if empty. +sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and ':'. +sp_angle_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '>'. +sp_after_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '(' as found in 'new List(foo);'. +sp_angle_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '()' as found in 'new List();'. +sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and a word as in 'List m;' or +# 'template static ...'. +sp_angle_word = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = add # ignore/add/remove/force/not_defined + +# (C++11) Permit removal of the space between '>>' in 'foo >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = false # true/false + +# Add or remove space before '(' of control statements ('if', 'for', 'switch', +# 'while', etc.). +sp_before_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of control statements other than +# 'for'. +sp_inside_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of 'for' statements. +sp_inside_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '((' or '))' of control statements. +sp_sparen_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ')' of control statements. +sp_after_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of control statements. +sp_sparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'do' and '{'. +sp_do_brace_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'while'. +sp_brace_close_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'while' and '('. Overrides sp_before_sparen. +sp_while_paren_open = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'invariant' and '('. +sp_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space after the ')' in 'invariant (C) c'. +sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. +sp_special_semi = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ';'. +# +# Default: remove +sp_before_semi = remove # ignore/add/remove/force/not_defined + +# Add or remove space before ';' in non-empty 'for' statements. +sp_before_semi_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a semicolon of an empty left part of a for +# statement, as in 'for ( ; ; )'. +sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the semicolons of an empty middle part of a for +# statement, as in 'for ( ; ; )'. +sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ';', except when followed by a comment. +# +# Default: add +sp_after_semi = add # ignore/add/remove/force/not_defined + +# Add or remove space after ';' in non-empty 'for' statements. +# +# Default: force +sp_after_semi_for = force # ignore/add/remove/force/not_defined + +# Add or remove space after the final semicolon of an empty part of a for +# statement, as in 'for ( ; ; )'. +sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' (except '[]'). +sp_before_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for a variable definition. +# +# Default: remove +sp_before_vardef_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for asm block. +sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[]'. +sp_before_squares = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before C++17 structured bindings. +sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside a non-empty '[' and ']'. +sp_inside_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '[]'. +# if empty. +sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and +# ']'. If set to ignore, sp_inside_square is used. +sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. +sp_after_comma = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. +# +# Default: remove +sp_before_comma = remove # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type +# like 'int[,,]'. +sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type +# like 'int[,,]'. +sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' in multidimensional array type +# like 'int[,,]'. +sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between an open parenthesis and comma, +# i.e. '(,' vs. '( ,'. +# +# Default: force +sp_paren_comma = force # ignore/add/remove/force/not_defined + +# Add or remove space between a type and ':'. +sp_type_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a type and '...'. +sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a '*' and '...'. +sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '...'. +sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '&&' and '...'. +sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and a qualifier such as 'const'. +sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and 'noexcept'. +sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class ':'. +sp_after_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before class ':'. +sp_before_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class constructor ':'. +# +# Default: add +sp_after_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before class constructor ':'. +# +# Default: add +sp_before_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before case ':'. +# +# Default: remove +sp_before_case_colon = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'operator' and operator sign. +sp_after_operator = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the operator symbol and the open parenthesis, as +# in 'operator ++('. +sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined + +# Overrides sp_after_operator_sym when the operator has no arguments, as in +# 'operator *()'. +sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or +# '(int)a' vs. '(int) a'. +sp_after_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove spaces inside cast parentheses. +sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the type and open parenthesis in a C++ cast, +# i.e. 'int(exp)' vs. 'int (exp)'. +sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '('. +sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '...'. +sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof...' and '('. +sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '...' and a parameter pack. +sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a parameter pack and '...'. +sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype' and '('. +sp_decltype_paren = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove space after the tag keyword. +sp_after_tag = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside enum '{' and '}'. +sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside struct/union '{' and '}'. +sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' +sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after open brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before close brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside an unnamed temporary direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore +# works only if sp_before_type_brace_init_lst_close is set to ignore. +sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{' and '}'. +sp_inside_braces = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{}'. +# if empty. +sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around trailing return operator '->'. +sp_trailing_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between return type and function name. A minimum of 1 +# is forced except for pointer return types. +sp_type_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and open brace of an unnamed temporary +# direct-list-initialization. +sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function declaration. +sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function declaration +# if empty. +sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' with a typedef specifier. +sp_func_type_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between alias name and '(' of a non-pointer function type typedef. +sp_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function definition +# if empty. +sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty function '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_fparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside function '(' and ')'. +sp_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user functor '(' and ')'. +sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty functor '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_rparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside functor '(' and ')'. +sp_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside the first parentheses in a function type, as in +# 'void (*x)(...)'. +sp_inside_tparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the ')' and '(' in a function type, as in +# 'void (*x)(...)'. +sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ']' and '(' when part of a function call. +sp_square_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of function. +sp_fparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of a function call in object +# initialization. +# +# Overrides sp_fparen_brace. +sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove space between ')' and '{{' of double brace initializer. +sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function calls. +sp_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function calls without +# parameters. If set to ignore (the default), sp_func_call_paren is used. +sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the user function name and '(' on function +# calls. You need to set a keyword to be a user function in the config file, +# like: +# set func_call_user tr _ i18n +sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user function '(' and ')'. +sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses with user functions, +# i.e. '((' vs. '( ('. +sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor/destructor and the open +# parenthesis. +sp_func_class_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor without parameters or destructor +# and '()'. +sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'return'. +# +# Default: force +sp_return = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '('. +sp_return_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '{'. +sp_return_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '__attribute__' and '('. +sp_attribute_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. +sp_defined_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and '(' in 'throw (something)'. +sp_throw_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and anything other than '(' as in +# '@throw [...];'. +sp_after_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'catch' and '(' in 'catch (something) { }'. +# If set to ignore, sp_before_sparen is used. +sp_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@catch' and '(' +# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. +sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before Objective-C protocol list +# as in '@protocol Protocol' or '@interface MyClass : NSObject'. +sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between class name and '(' +# in '@interface className(categoryName):BaseClass' +sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'version' and '(' +# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. +sp_version_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'scope' and '(' +# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. +sp_scope_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'super' and '(' in 'super (something)'. +# +# Default: remove +sp_super_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'this' and '(' in 'this (something)'. +# +# Default: remove +sp_this_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between a macro name and its definition. +sp_macro = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a macro function ')' and its definition. +sp_macro_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'else' and '{' if on the same line. +sp_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'else' if on the same line. +sp_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and the name of a typedef on the same line. +sp_brace_typedef = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '{' of a 'catch' statement, if the '{' and +# 'catch' are on the same line, as in 'catch (decl) {'. +sp_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' +# and '@catch' are on the same line, as in '@catch (decl) {'. +# If set to ignore, sp_catch_brace is used. +sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'catch' if on the same line. +sp_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '}' and '@catch' if on the same line. +# If set to ignore, sp_brace_catch is used. +sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'finally' and '{' if on the same line. +sp_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'finally' if on the same line. +sp_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'try' and '{' if on the same line. +sp_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between get/set and '{' if on the same line. +sp_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for C++ uniform +# initialization. +sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for a namespace. +# +# Default: add +sp_word_brace_ns = add # ignore/add/remove/force/not_defined + +# Add or remove space before the '::' operator. +sp_before_dc = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '::' operator. +sp_after_dc = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove around the D named array initializer ':' operator. +sp_d_array_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '!' (not) unary operator. +# +# Default: remove +sp_not = remove # ignore/add/remove/force/not_defined + +# Add or remove space between two '!' (not) unary operators. +# If set to ignore, sp_not will be used. +sp_not_not = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '~' (invert) unary operator. +# +# Default: remove +sp_inv = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '&' (address-of) unary operator. This does not +# affect the spacing after a '&' that is part of a type. +# +# Default: remove +sp_addr = remove # ignore/add/remove/force/not_defined + +# Add or remove space around the '.' or '->' operators. +# +# Default: remove +sp_member = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '*' (dereference) unary operator. This does +# not affect the spacing after a '*' that is part of a type. +# +# Default: remove +sp_deref = remove # ignore/add/remove/force/not_defined + +# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. +# +# Default: remove +sp_sign = remove # ignore/add/remove/force/not_defined + +# Add or remove space between '++' and '--' the word to which it is being +# applied, as in '(--x)' or 'y++;'. +# +# Default: remove +sp_incdec = remove # ignore/add/remove/force/not_defined + +# Add or remove space before a backslash-newline at the end of a line. +# +# Default: add +sp_before_nl_cont = add # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' +# or '+(int) bar;'. +sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. +sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. +sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. +sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue :1];'. +sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the (type) in message specs, +# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. +sp_after_oc_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the first (type) in message specs, +# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. +sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector' and '(', +# i.e. '@selector(msgName)' vs. '@selector (msgName)'. +# Also applies to '@protocol()' constructs. +sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector(x)' and the following word, +# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. +sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside '@selector' parentheses, +# i.e. '@selector(foo)' vs. '@selector( foo )'. +# Also applies to '@protocol()' constructs. +sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before a block pointer caret, +# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. +sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after a block pointer caret, +# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. +sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between the receiver and selector in a message, +# as in '[receiver selector ...]'. +sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after '@property'. +sp_after_oc_property = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@synchronized' and the open parenthesis, +# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. +sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the ':' in 'b ? t : f'. +sp_cond_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the '?' in 'b ? t : f'. +sp_cond_question = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_after = ignore # ignore/add/remove/force/not_defined + +# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' +# and ':'. +# +# Overrides all other sp_cond_* options. +sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined + +# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make +# sense here. +sp_case_label = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space around the D '..' operator. +sp_range = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_after_for_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_before_for_colon = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. +sp_extern_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening of a C++ comment, as in '// A'. +sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined + +# remove space after the '//' and the pvs command '-V1234', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_pvs = false # true/false + +# remove space after the '//' and the command 'lint', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_lint = false # true/false + +# Add or remove space in a C++ region marker comment, as in '// BEGIN'. +# A region marker is defined as a comment which is not preceded by other text +# (i.e. the comment is the first non-whitespace on the line), and which starts +# with either 'BEGIN' or 'END'. +# +# Overrides sp_cmt_cpp_start. +sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined + +# If true, space added with sp_cmt_cpp_start will be added after Doxygen +# sequences like '///', '///<', '//!' and '//!<'. +sp_cmt_cpp_doxygen = false # true/false + +# If true, space added with sp_cmt_cpp_start will be added after Qt translator +# or meta-data comments like '//:', '//=', and '//~'. +sp_cmt_cpp_qttr = false # true/false + +# Add or remove space between #else or #endif and a trailing comment. +sp_endif_cmt = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'new', 'delete' and 'delete[]'. +sp_after_new = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'new' and '(' in 'new()'. +sp_between_new_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and type in 'new(foo) BAR'. +sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside parentheses of the new operator +# as in 'new(foo) BAR'. +sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the open parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the close parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a trailing comment. +sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined + +# Number of spaces before a trailing comment. +sp_num_before_tr_cmt = 0 # unsigned number + +# Add or remove space before an embedded comment. +# +# Default: force +sp_before_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces before an embedded comment. +# +# Default: 1 +sp_num_before_emb_cmt = 1 # unsigned number + +# Add or remove space after an embedded comment. +# +# Default: force +sp_after_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces after an embedded comment. +# +# Default: 1 +sp_num_after_emb_cmt = 1 # unsigned number + +# (Java) Add or remove space between an annotation and the open parenthesis. +sp_annotation_paren = ignore # ignore/add/remove/force/not_defined + +# If true, vbrace tokens are dropped to the previous token and skipped. +sp_skip_vbrace_tokens = false # true/false + +# Add or remove space after 'noexcept'. +sp_after_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '_'. +sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a bit colon ':'. +sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a bit colon ':'. +sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined + +# If true, a is inserted after #define. +force_tab_after_define = false # true/false + +# +# Indenting options +# + +# The number of columns to indent per level. Usually 2, 3, 4, or 8. +# +# Default: 8 +indent_columns = 8 # unsigned number + +# Whether to ignore indent for the first continuation line. Subsequent +# continuation lines will still be indented to match the first. +indent_ignore_first_continue = false # true/false + +# The continuation indent. If non-zero, this overrides the indent of '(', '[' +# and '=' continuation indents. Negative values are OK; negative value is +# absolute and not increased for each '(' or '[' level. +# +# For FreeBSD, this is set to 4. +# Requires indent_ignore_first_continue=false. +indent_continue = 0 # number + +# The continuation indent, only for class header line(s). If non-zero, this +# overrides the indent of 'class' continuation indents. +# Requires indent_ignore_first_continue=false. +indent_continue_class_head = 0 # unsigned number + +# Whether to indent empty lines (i.e. lines which contain only spaces before +# the newline character). +indent_single_newlines = false # true/false + +# The continuation indent for func_*_param if they are true. If non-zero, this +# overrides the indent. +indent_param = 0 # unsigned number + +# How to use tabs when indenting code. +# +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces (default) +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: 1 +indent_with_tabs = 1 # unsigned number + +# Whether to indent comments that are not at a brace level with tabs on a +# tabstop. Requires indent_with_tabs=2. If false, will use spaces. +indent_cmt_with_tabs = false # true/false + +# Whether to indent strings broken by '\' so that they line up. +indent_align_string = false # true/false + +# The number of spaces to indent multi-line XML strings. +# Requires indent_align_string=true. +indent_xml_string = 0 # unsigned number + +# Spaces to indent '{' from level. +indent_brace = 0 # unsigned number + +# Whether braces are indented to the body level. +indent_braces = false # true/false + +# Whether to disable indenting function braces if indent_braces=true. +indent_braces_no_func = false # true/false + +# Whether to disable indenting class braces if indent_braces=true. +indent_braces_no_class = false # true/false + +# Whether to disable indenting struct braces if indent_braces=true. +indent_braces_no_struct = false # true/false + +# Whether to indent based on the size of the brace parent, +# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. +indent_brace_parent = false # true/false + +# Whether to indent based on the open parenthesis instead of the open brace +# in '({\n'. +indent_paren_open_brace = false # true/false + +# (C#) Whether to indent the brace of a C# delegate by another level. +indent_cs_delegate_brace = false # true/false + +# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by +# another level. +indent_cs_delegate_body = false # true/false + +# Whether to indent the body of a 'namespace'. +indent_namespace = false # true/false + +# Whether to indent only the first namespace, and not any nested namespaces. +# Requires indent_namespace=true. +indent_namespace_single_indent = false # true/false + +# The number of spaces to indent a namespace block. +# If set to zero, use the value indent_columns +indent_namespace_level = 0 # unsigned number + +# If the body of the namespace is longer than this number, it won't be +# indented. Requires indent_namespace=true. 0 means no limit. +indent_namespace_limit = 0 # unsigned number + +# Whether to indent only in inner namespaces (nested in other namespaces). +# Requires indent_namespace=true. +indent_namespace_inner_only = false # true/false + +# Whether the 'extern "C"' body is indented. +indent_extern = false # true/false + +# Whether the 'class' body is indented. +indent_class = false # true/false + +# Whether to ignore indent for the leading base class colon. +indent_ignore_before_class_colon = false # true/false + +# Additional indent before the leading base class colon. +# Negative values decrease indent down to the first column. +# Requires indent_ignore_before_class_colon=false and a newline break before +# the colon (see pos_class_colon and nl_class_colon) +indent_before_class_colon = 0 # number + +# Whether to indent the stuff after a leading base class colon. +indent_class_colon = false # true/false + +# Whether to indent based on a class colon instead of the stuff after the +# colon. Requires indent_class_colon=true. +indent_class_on_colon = false # true/false + +# Whether to ignore indent for a leading class initializer colon. +indent_ignore_before_constr_colon = false # true/false + +# Whether to indent the stuff after a leading class initializer colon. +indent_constr_colon = false # true/false + +# Virtual indent from the ':' for leading member initializers. +# +# Default: 2 +indent_ctor_init_leading = 2 # unsigned number + +# Virtual indent from the ':' for following member initializers. +# +# Default: 2 +indent_ctor_init_following = 2 # unsigned number + +# Additional indent for constructor initializer list. +# Negative values decrease indent down to the first column. +indent_ctor_init = 0 # number + +# Whether to indent 'if' following 'else' as a new block under the 'else'. +# If false, 'else\nif' is treated as 'else if' for indenting purposes. +indent_else_if = false # true/false + +# Amount to indent variable declarations after a open brace. +# +# <0: Relative +# >=0: Absolute +indent_var_def_blk = 0 # number + +# Whether to indent continued variable declarations instead of aligning. +indent_var_def_cont = false # true/false + +# How to indent continued shift expressions ('<<' and '>>'). +# Set align_left_shift=false when using this. +# 0: Align shift operators instead of indenting them (default) +# 1: Indent by one level +# -1: Preserve original indentation +indent_shift = 0 # number + +# Whether to force indentation of function definitions to start in column 1. +indent_func_def_force_col1 = false # true/false + +# Whether to indent continued function call parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_call_param = false # true/false + +# Whether to indent continued function definition parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_def_param = false # true/false + +# for function definitions, only if indent_func_def_param is false +# Allows to align params when appropriate and indent them when not +# behave as if it was true if paren position is more than this value +# if paren position is more than the option value +indent_func_def_param_paren_pos_threshold = 0 # unsigned number + +# Whether to indent continued function call prototype one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_proto_param = false # true/false + +# Whether to indent continued function call declaration one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_class_param = false # true/false + +# Whether to indent continued class variable constructors one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_ctor_var_param = false # true/false + +# Whether to indent continued template parameter list one indent level, +# rather than aligning parameters under the open parenthesis. +indent_template_param = false # true/false + +# Double the indent for indent_func_xxx_param options. +# Use both values of the options indent_columns and indent_param. +indent_func_param_double = false # true/false + +# Indentation column for standalone 'const' qualifier on a function +# prototype. +indent_func_const = 0 # unsigned number + +# Indentation column for standalone 'throw' qualifier on a function +# prototype. +indent_func_throw = 0 # unsigned number + +# How to indent within a macro followed by a brace on the same line +# This allows reducing the indent in macros that have (for example) +# `do { ... } while (0)` blocks bracketing them. +# +# true: add an indent for the brace on the same line as the macro +# false: do not add an indent for the brace on the same line as the macro +# +# Default: true +indent_macro_brace = true # true/false + +# The number of spaces to indent a continued '->' or '.'. +# Usually set to 0, 1, or indent_columns. +indent_member = 0 # unsigned number + +# Whether lines broken at '.' or '->' should be indented by a single indent. +# The indent_member option will not be effective if this is set to true. +indent_member_single = false # true/false + +# Spaces to indent single line ('//') comments on lines before code. +indent_single_line_comments_before = 0 # unsigned number + +# Spaces to indent single line ('//') comments on lines after code. +indent_single_line_comments_after = 0 # unsigned number + +# When opening a paren for a control statement (if, for, while, etc), increase +# the indent level by this value. Negative values decrease the indent level. +indent_sparen_extra = 0 # number + +# Whether to indent trailing single line ('//') comments relative to the code +# instead of trying to keep the same absolute column. +indent_relative_single_line_comments = false # true/false + +# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. +# It might be wise to choose the same value for the option indent_case_brace. +indent_switch_case = 0 # unsigned number + +# Spaces to indent the body of a 'switch' before any 'case'. +# Usually the same as indent_columns or indent_switch_case. +indent_switch_body = 0 # unsigned number + +# Whether to ignore indent for '{' following 'case'. +indent_ignore_case_brace = false # true/false + +# Spaces to indent '{' from 'case'. By default, the brace will appear under +# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. +# It might be wise to choose the same value for the option indent_switch_case. +indent_case_brace = 0 # number + +# indent 'break' with 'case' from 'switch'. +indent_switch_break_with_case = false # true/false + +# Whether to indent preprocessor statements inside of switch statements. +# +# Default: true +indent_switch_pp = true # true/false + +# Spaces to shift the 'case' line, without affecting any other lines. +# Usually 0. +indent_case_shift = 0 # unsigned number + +# Whether to align comments before 'case' with the 'case'. +# +# Default: true +indent_case_comment = true # true/false + +# Whether to indent comments not found in first column. +# +# Default: true +indent_comment = true # true/false + +# Whether to indent comments found in first column. +indent_col1_comment = false # true/false + +# Whether to indent multi string literal in first column. +indent_col1_multi_string_literal = false # true/false + +# Align comments on adjacent lines that are this many columns apart or less. +# +# Default: 3 +indent_comment_align_thresh = 3 # unsigned number + +# Whether to ignore indent for goto labels. +indent_ignore_label = false # true/false + +# How to indent goto labels. Requires indent_ignore_label=false. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_label = 1 # number + +# How to indent access specifiers that are followed by a +# colon. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_access_spec = 1 # number + +# Whether to indent the code after an access specifier by one level. +# If true, this option forces 'indent_access_spec=0'. +indent_access_spec_body = false # true/false + +# If an open parenthesis is followed by a newline, whether to indent the next +# line so that it lines up after the open parenthesis (not recommended). +indent_paren_nl = false # true/false + +# How to indent a close parenthesis after a newline. +# +# 0: Indent to body level (default) +# 1: Align under the open parenthesis +# 2: Indent to the brace level +# -1: Preserve original indentation +indent_paren_close = 0 # number + +# Whether to indent the open parenthesis of a function definition, +# if the parenthesis is on its own line. +indent_paren_after_func_def = false # true/false + +# Whether to indent the open parenthesis of a function declaration, +# if the parenthesis is on its own line. +indent_paren_after_func_decl = false # true/false + +# Whether to indent the open parenthesis of a function call, +# if the parenthesis is on its own line. +indent_paren_after_func_call = false # true/false + +# How to indent a comma when inside braces. +# 0: Indent by one level (default) +# 1: Align under the open brace +# -1: Preserve original indentation +indent_comma_brace = 0 # number + +# How to indent a comma when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_comma_paren = 0 # number + +# How to indent a Boolean operator when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_bool_paren = 0 # number + +# Whether to ignore the indentation of a Boolean operator when outside +# parentheses. +indent_ignore_bool = false # true/false + +# Whether to ignore the indentation of an arithmetic operator. +indent_ignore_arith = false # true/false + +# Whether to indent a semicolon when inside a for parenthesis. +# If true, aligns under the open for parenthesis. +indent_semicolon_for_paren = false # true/false + +# Whether to ignore the indentation of a semicolon outside of a 'for' +# statement. +indent_ignore_semicolon = false # true/false + +# Whether to align the first expression to following ones +# if indent_bool_paren=1. +indent_first_bool_expr = false # true/false + +# Whether to align the first expression to following ones +# if indent_semicolon_for_paren=true. +indent_first_for_expr = false # true/false + +# If an open square is followed by a newline, whether to indent the next line +# so that it lines up after the open square (not recommended). +indent_square_nl = false # true/false + +# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. +indent_preserve_sql = false # true/false + +# Whether to ignore the indentation of an assignment operator. +indent_ignore_assign = false # true/false + +# Whether to align continued statements at the '='. If false or if the '=' is +# followed by a newline, the next line is indent one tab. +# +# Default: true +indent_align_assign = true # true/false + +# If true, the indentation of the chunks after a '=' sequence will be set at +# LHS token indentation column before '='. +indent_off_after_assign = false # true/false + +# Whether to align continued statements at the '('. If false or the '(' is +# followed by a newline, the next line indent is one tab. +# +# Default: true +indent_align_paren = true # true/false + +# (OC) Whether to indent Objective-C code inside message selectors. +indent_oc_inside_msg_sel = false # true/false + +# (OC) Whether to indent Objective-C blocks at brace level instead of usual +# rules. +indent_oc_block = false # true/false + +# (OC) Indent for Objective-C blocks in a message relative to the parameter +# name. +# +# =0: Use indent_oc_block rules +# >0: Use specified number of spaces to indent +indent_oc_block_msg = 0 # unsigned number + +# (OC) Minimum indent for subsequent parameters +indent_oc_msg_colon = 0 # unsigned number + +# (OC) Whether to prioritize aligning with initial colon (and stripping spaces +# from lines, if necessary). +# +# Default: true +indent_oc_msg_prioritize_first_colon = true # true/false + +# (OC) Whether to indent blocks the way that Xcode does by default +# (from the keyword if the parameter is on its own line; otherwise, from the +# previous indentation level). Requires indent_oc_block_msg=true. +indent_oc_block_msg_xcode_style = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a +# message keyword. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_keyword = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a message +# colon. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_colon = false # true/false + +# (OC) Whether to indent blocks from where the block caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_caret = false # true/false + +# (OC) Whether to indent blocks from where the brace caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_brace = false # true/false + +# When indenting after virtual brace open and newline add further spaces to +# reach this minimum indent. +indent_min_vbrace_open = 0 # unsigned number + +# Whether to add further spaces after regular indent to reach next tabstop +# when indenting after virtual brace open and newline. +indent_vbrace_open_on_tabstop = false # true/false + +# How to indent after a brace followed by another token (not a newline). +# true: indent all contained lines to match the token +# false: indent all contained lines to match the brace +# +# Default: true +indent_token_after_brace = true # true/false + +# Whether to indent the body of a C++11 lambda. +indent_cpp_lambda_body = false # true/false + +# How to indent compound literals that are being returned. +# true: add both the indent from return & the compound literal open brace +# (i.e. 2 indent levels) +# false: only indent 1 level, don't add the indent for the open brace, only +# add the indent for the return. +# +# Default: true +indent_compound_literal_return = true # true/false + +# (C#) Whether to indent a 'using' block if no braces are used. +# +# Default: true +indent_using_block = true # true/false + +# How to indent the continuation of ternary operator. +# +# 0: Off (default) +# 1: When the `if_false` is a continuation, indent it under the `if_true` branch +# 2: When the `:` is a continuation, indent it under `?` +indent_ternary_operator = 0 # unsigned number + +# Whether to indent the statements inside ternary operator. +indent_inside_ternary_operator = false # true/false + +# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. +indent_off_after_return = false # true/false + +# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. +indent_off_after_return_new = false # true/false + +# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. +indent_single_after_return = false # true/false + +# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they +# have their own indentation). +indent_ignore_asm_block = false # true/false + +# Don't indent the close parenthesis of a function definition, +# if the parenthesis is on its own line. +donot_indent_func_def_close_paren = false # true/false + +# +# Newline adding and removing options +# + +# Whether to collapse empty blocks between '{' and '}' except for functions. +# Use nl_collapse_empty_body_functions to specify how empty function braces +# should be formatted. +nl_collapse_empty_body = false # true/false + +# Whether to collapse empty blocks between '{' and '}' for functions only. +# If true, overrides nl_inside_empty_func. +nl_collapse_empty_body_functions = false # true/false + +# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. +nl_assign_leave_one_liners = false # true/false + +# Don't split one-line braced statements inside a 'class xx { }' body. +nl_class_leave_one_liners = false # true/false + +# Don't split one-line enums, as in 'enum foo { BAR = 15 };' +nl_enum_leave_one_liners = false # true/false + +# Don't split one-line get or set functions. +nl_getset_leave_one_liners = false # true/false + +# (C#) Don't split one-line property get or set functions. +nl_cs_property_leave_one_liners = false # true/false + +# Don't split one-line function definitions, as in 'int foo() { return 0; }'. +# might modify nl_func_type_name +nl_func_leave_one_liners = false # true/false + +# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. +nl_cpp_lambda_leave_one_liners = false # true/false + +# Don't split one-line if/else statements, as in 'if(...) b++;'. +nl_if_leave_one_liners = false # true/false + +# Don't split one-line while statements, as in 'while(...) b++;'. +nl_while_leave_one_liners = false # true/false + +# Don't split one-line do statements, as in 'do { b++; } while(...);'. +nl_do_leave_one_liners = false # true/false + +# Don't split one-line for statements, as in 'for(...) b++;'. +nl_for_leave_one_liners = false # true/false + +# (OC) Don't split one-line Objective-C messages. +nl_oc_msg_leave_one_liner = false # true/false + +# (OC) Add or remove newline between method declaration and '{'. +nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between Objective-C block signature and '{'. +nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@interface' statement. +nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@implementation' statement. +nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@end' statement. +nl_oc_before_end = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@interface' and '{'. +nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@implementation' and '{'. +nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newlines at the start of the file. +nl_start_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the start of the file (only used if +# nl_start_of_file is 'add' or 'force'). +nl_start_of_file_min = 0 # unsigned number + +# Add or remove newline at the end of the file. +nl_end_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the end of the file (only used if +# nl_end_of_file is 'add' or 'force'). +nl_end_of_file_min = 0 # unsigned number + +# Add or remove newline between '=' and '{'. +nl_assign_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between '=' and '['. +nl_assign_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '[]' and '{'. +nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline after '= ['. Will also affect the newline before +# the ']'. +nl_after_square_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function call's ')' and '{', as in +# 'list_for_each(item, &list) { }'. +nl_fcall_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and '{'. +nl_enum_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and 'class'. +nl_enum_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' and the identifier. +nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' type and ':'. +nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class identifier :' and type. +nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'struct and '{'. +nl_struct_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'union' and '{'. +nl_union_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'if' and '{'. +nl_if_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'else'. +nl_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else if' and '{'. If set to ignore, +# nl_if_brace is used instead. +nl_elseif_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and '{'. +nl_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and 'if'. +nl_else_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before '{' opening brace +nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before 'if'/'else if' closing parenthesis. +nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'finally'. +nl_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'finally' and '{'. +nl_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'try' and '{'. +nl_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between get/set and '{'. +nl_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'for' and '{'. +nl_for_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the '{' of a 'catch' statement, as in +# 'catch (decl) {'. +nl_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline before the '{' of a '@catch' statement, as in +# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. +nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'catch'. +nl_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, +# nl_brace_catch is used. +nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ']'. +nl_brace_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ')' in a function invocation. +nl_brace_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'while' and '{'. +nl_while_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'scope (x)' and '{'. +nl_scope_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'unittest' and '{'. +nl_unittest_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'version (x)' and '{'. +nl_version_brace = ignore # ignore/add/remove/force/not_defined + +# (C#) Add or remove newline between 'using' and '{'. +nl_using_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between two open or close braces. Due to general +# newline/brace handling, REMOVE may not work. +nl_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'do' and '{'. +nl_do_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'while' of 'do' statement. +nl_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'switch' and '{'. +nl_switch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'synchronized' and '{'. +nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined + +# Add a newline between ')' and '{' if the ')' is on a different line than the +# if/for/etc. +# +# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and +# nl_catch_brace. +nl_multi_line_cond = false # true/false + +# Add a newline after '(' if an if/for/while/switch condition spans multiple +# lines +nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add a newline before ')' if an if/for/while/switch condition spans multiple +# lines. Overrides nl_before_if_closing_paren if both are specified. +nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Force a newline in a define after the macro name for multi-line defines. +nl_multi_line_define = false # true/false + +# Whether to add a newline before 'case', and a blank line before a 'case' +# statement that follows a ';' or '}'. +nl_before_case = false # true/false + +# Whether to add a newline after a 'case' statement. +nl_after_case = false # true/false + +# Add or remove newline between a case ':' and '{'. +# +# Overrides nl_after_case. +nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between ')' and 'throw'. +nl_before_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'namespace' and '{'. +nl_namespace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class. +nl_template_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class declaration. +# +# Overrides nl_template_class. +nl_template_class_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class declaration. +# +# Overrides nl_template_class_decl. +nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class definition. +# +# Overrides nl_template_class. +nl_template_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class definition. +# +# Overrides nl_template_class_def. +nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function. +nl_template_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# declaration. +# +# Overrides nl_template_func. +nl_template_func_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# declaration. +# +# Overrides nl_template_func_decl. +nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# definition. +# +# Overrides nl_template_func. +nl_template_func_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# definition. +# +# Overrides nl_template_func_def. +nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template variable. +nl_template_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'template<...>' and 'using' of a templated +# type alias. +nl_template_using = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'class' and '{'. +nl_class_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before or after (depending on pos_class_comma, +# may not be IGNORE) each',' in the base class list. +nl_class_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in the constructor member +# initialization. Related to nl_constr_colon, pos_constr_colon and +# pos_constr_comma. +nl_constr_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before first element, after comma, and after last +# element, in 'enum'. +nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a function +# definition. +# might be modified by nl_func_leave_one_liners +nl_func_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name inside a class +# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name +# is used instead. +nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between class specification and '::' +# in 'void A::f() { }'. Only appears in separate member implementation (does +# not appear with in-line implementation). +nl_func_class_scope = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function scope and name, as in +# 'void A :: f() { }'. +nl_func_scope_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a prototype. +nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# declaration. +nl_func_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_paren for functions with no parameters. +nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# definition. +nl_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_paren for functions with no parameters. +nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# call. +nl_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_call_paren for functions with no parameters. +nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function declaration. +nl_func_decl_start = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function definition. +nl_func_def_start = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_start when there is only one parameter. +nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_start when there is only one parameter. +nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_start is used instead. +nl_func_decl_start_multi_line = false # true/false + +# Whether to add a newline after '(' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_start is used instead. +nl_func_def_start_multi_line = false # true/false + +# Add or remove newline after each ',' in a function declaration. +nl_func_decl_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function definition. +nl_func_def_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function call. +nl_func_call_args = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after each ',' in a function declaration if '(' +# and ')' are in different lines. If false, nl_func_decl_args is used instead. +nl_func_decl_args_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function definition if '(' +# and ')' are in different lines. If false, nl_func_def_args is used instead. +nl_func_def_args_multi_line = false # true/false + +# Add or remove newline before the ')' in a function declaration. +nl_func_decl_end = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the ')' in a function definition. +nl_func_def_end = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_end when there is only one parameter. +nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_end when there is only one parameter. +nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_end is used instead. +nl_func_decl_end_multi_line = false # true/false + +# Whether to add a newline before ')' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_end is used instead. +nl_func_def_end_multi_line = false # true/false + +# Add or remove newline between '()' in a function declaration. +nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function definition. +nl_func_def_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function call. +nl_func_call_empty = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call, +# has preference over nl_func_call_start_multi_line. +nl_func_call_start = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function call. +nl_func_call_end = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call if '(' and ')' are in +# different lines. +nl_func_call_start_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function call if '(' and ')' +# are in different lines. +nl_func_call_args_multi_line = false # true/false + +# Whether to add a newline before ')' in a function call if '(' and ')' are in +# different lines. +nl_func_call_end_multi_line = false # true/false + +# Whether to respect nl_func_call_XXX option in case of closure args. +nl_func_call_args_multi_line_ignore_closures = false # true/false + +# Whether to add a newline after '<' of a template parameter list. +nl_template_start = false # true/false + +# Whether to add a newline after each ',' in a template parameter list. +nl_template_args = false # true/false + +# Whether to add a newline before '>' of a template parameter list. +nl_template_end = false # true/false + +# (OC) Whether to put each Objective-C message parameter on a separate line. +# See nl_oc_msg_leave_one_liner. +nl_oc_msg_args = false # true/false + +# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. +nl_oc_msg_args_min_params = 0 # unsigned number + +# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. +nl_oc_msg_args_max_code_width = 0 # unsigned number + +# Add or remove newline between function signature and '{'. +nl_fdef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function signature and '{', +# if signature ends with ')'. Overrides nl_fdef_brace. +nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between C++11 lambda signature and '{'. +nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'return' and the return expression. +nl_return_expr = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'throw' and the throw expression. +nl_throw_expr = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after semicolons, except in 'for' statements. +nl_after_semicolon = false # true/false + +# (Java) Add or remove newline between the ')' and '{{' of the double brace +# initializer. +nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the type in an unnamed temporary +# direct-list-initialization, better: +# before a direct-list-initialization. +nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the open brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before the close brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before '{'. +nl_before_brace_open = false # true/false + +# Whether to add a newline after '{'. +nl_after_brace_open = false # true/false + +# Whether to add a newline between the open brace and a trailing single-line +# comment. Requires nl_after_brace_open=true. +nl_after_brace_open_cmt = false # true/false + +# Whether to add a newline after a virtual brace open with a non-empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open = false # true/false + +# Whether to add a newline after a virtual brace open with an empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open_empty = false # true/false + +# Whether to add a newline after '}'. Does not apply if followed by a +# necessary ';'. +nl_after_brace_close = false # true/false + +# Whether to add a newline after a virtual brace close, +# as in 'if (foo) a++; return;'. +nl_after_vbrace_close = false # true/false + +# Add or remove newline between the close brace and identifier, +# as in 'struct { int a; } b;'. Affects enumerations, unions and +# structures. If set to ignore, uses nl_after_brace_close. +nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined + +# Whether to alter newlines in '#define' macros. +nl_define_macro = false # true/false + +# Whether to alter newlines between consecutive parenthesis closes. The number +# of closing parentheses in a line will depend on respective open parenthesis +# lines. +nl_squeeze_paren_close = false # true/false + +# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and +# '#endif'. Does not affect top-level #ifdefs. +nl_squeeze_ifdef = false # true/false + +# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. +nl_squeeze_ifdef_top_level = false # true/false + +# Add or remove blank line before 'if'. +nl_before_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'if' statement. Add/Force work only if the +# next token is not a closing brace. +nl_after_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'for'. +nl_before_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'for' statement. +nl_after_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'while'. +nl_before_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'while' statement. +nl_after_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'switch'. +nl_before_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'switch' statement. +nl_after_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'synchronized'. +nl_before_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'synchronized' statement. +nl_after_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'do'. +nl_before_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'do/while' statement. +nl_after_do = ignore # ignore/add/remove/force/not_defined + +# Ignore nl_before_{if,for,switch,do,synchronized} if the control +# statement is immediately after a case statement. +# if nl_before_{if,for,switch,do} is set to remove, this option +# does nothing. +nl_before_ignore_after_case = false # true/false + +# Whether to put a blank line before 'return' statements, unless after an open +# brace. +nl_before_return = false # true/false + +# Whether to put a blank line after 'return' statements, unless followed by a +# close brace. +nl_after_return = false # true/false + +# Whether to put a blank line before a member '.' or '->' operators. +nl_before_member = ignore # ignore/add/remove/force/not_defined + +# (Java) Whether to put a blank line after a member '.' or '->' operators. +nl_after_member = ignore # ignore/add/remove/force/not_defined + +# Whether to double-space commented-entries in 'struct'/'union'/'enum'. +nl_ds_struct_enum_cmt = false # true/false + +# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. +# (Lower priority than eat_blanks_before_close_brace.) +nl_ds_struct_enum_close_brace = false # true/false + +# Add or remove newline before or after (depending on pos_class_colon) a class +# colon, as in 'class Foo : public Bar'. +nl_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline around a class constructor colon. The exact position +# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. +nl_constr_colon = ignore # ignore/add/remove/force/not_defined + +# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' +# into a single line. If true, prevents other brace newline rules from turning +# such code into four lines. If true, it also preserves one-liner namespaces. +nl_namespace_two_to_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced if statements, turning them +# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. +nl_create_if_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced for statements, turning them +# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. +nl_create_for_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced while statements, turning +# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. +nl_create_while_one_liner = false # true/false + +# Whether to collapse a function definition whose body (not counting braces) +# is only one line so that the entire definition (prototype, braces, body) is +# a single line. +nl_create_func_def_one_liner = false # true/false + +# Whether to split one-line simple list definitions into three lines by +# adding newlines, as in 'int a[12] = { 0 };'. +nl_create_list_one_liner = false # true/false + +# Whether to split one-line simple unbraced if statements into two lines by +# adding a newline, as in 'if(b) i++;'. +nl_split_if_one_liner = false # true/false + +# Whether to split one-line simple unbraced for statements into two lines by +# adding a newline, as in 'for (...) stmt;'. +nl_split_for_one_liner = false # true/false + +# Whether to split one-line simple unbraced while statements into two lines by +# adding a newline, as in 'while (expr) stmt;'. +nl_split_while_one_liner = false # true/false + +# Don't add a newline before a cpp-comment in a parameter list of a function +# call. +donot_add_nl_before_cpp_comment = false # true/false + +# +# Blank line options +# + +# The maximum number of consecutive newlines (3 = 2 blank lines). +nl_max = 0 # unsigned number + +# The maximum number of consecutive newlines in a function. +nl_max_blank_in_func = 0 # unsigned number + +# The number of newlines inside an empty function body. +# This option overrides eat_blanks_after_open_brace and +# eat_blanks_before_close_brace, but is ignored when +# nl_collapse_empty_body_functions=true +nl_inside_empty_func = 0 # unsigned number + +# The number of newlines before a function prototype. +nl_before_func_body_proto = 0 # unsigned number + +# The number of newlines before a multi-line function definition. Where +# applicable, this option is overridden with eat_blanks_after_open_brace=true +nl_before_func_body_def = 0 # unsigned number + +# The number of newlines before a class constructor/destructor prototype. +nl_before_func_class_proto = 0 # unsigned number + +# The number of newlines before a class constructor/destructor definition. +nl_before_func_class_def = 0 # unsigned number + +# The number of newlines after a function prototype. +nl_after_func_proto = 0 # unsigned number + +# The number of newlines after a function prototype, if not followed by +# another function prototype. +nl_after_func_proto_group = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype. +nl_after_func_class_proto = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype, +# if not followed by another constructor/destructor prototype. +nl_after_func_class_proto_group = 0 # unsigned number + +# Whether one-line method definitions inside a class body should be treated +# as if they were prototypes for the purposes of adding newlines. +# +# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def +# and nl_before_func_class_def for one-liners. +nl_class_leave_one_liner_groups = false # true/false + +# The number of newlines after '}' of a multi-line function body. +# +# Overrides nl_min_after_func_body and nl_max_after_func_body. +nl_after_func_body = 0 # unsigned number + +# The minimum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +nl_min_after_func_body = 0 # unsigned number + +# The maximum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +# Takes precedence over nl_min_after_func_body. +nl_max_after_func_body = 0 # unsigned number + +# The number of newlines after '}' of a multi-line function body in a class +# declaration. Also affects class constructors/destructors. +# +# Overrides nl_after_func_body. +nl_after_func_body_class = 0 # unsigned number + +# The number of newlines after '}' of a single line function body. Also +# affects class constructors/destructors. +# +# Overrides nl_after_func_body and nl_after_func_body_class. +nl_after_func_body_one_liner = 0 # unsigned number + +# The number of newlines before a block of typedefs. If nl_after_access_spec +# is non-zero, that option takes precedence. +# +# 0: No change (default). +nl_typedef_blk_start = 0 # unsigned number + +# The number of newlines after a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_in = 0 # unsigned number + +# The minimum number of blank lines after a block of variable definitions +# at the top of a function body. If any preprocessor directives appear +# between the opening brace of the function and the variable block, then +# it is considered as not at the top of the function.Newlines are added +# before trailing preprocessor directives, if any exist. +# +# 0: No change (default). +nl_var_def_blk_end_func_top = 0 # unsigned number + +# The minimum number of empty newlines before a block of variable definitions +# not at the top of a function body. If nl_after_access_spec is non-zero, +# that option takes precedence. Newlines are not added at the top of the +# file or just after an opening brace. Newlines are added above any +# preprocessor directives before the block. +# +# 0: No change (default). +nl_var_def_blk_start = 0 # unsigned number + +# The minimum number of empty newlines after a block of variable definitions +# not at the top of a function body. Newlines are not added if the block +# is at the bottom of the file or just before a preprocessor directive. +# +# 0: No change (default). +nl_var_def_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of variable +# definitions. +# +# 0: No change (default). +nl_var_def_blk_in = 0 # unsigned number + +# The minimum number of newlines before a multi-line comment. +# Doesn't apply if after a brace open or another multi-line comment. +nl_before_block_comment = 0 # unsigned number + +# The minimum number of newlines before a single-line C comment. +# Doesn't apply if after a brace open or other single-line C comments. +nl_before_c_comment = 0 # unsigned number + +# The minimum number of newlines before a CPP comment. +# Doesn't apply if after a brace open or other CPP comments. +nl_before_cpp_comment = 0 # unsigned number + +# Whether to force a newline after a multi-line comment. +nl_after_multiline_comment = false # true/false + +# Whether to force a newline after a label's colon. +nl_after_label_colon = false # true/false + +# The number of newlines before a struct definition. +nl_before_struct = 0 # unsigned number + +# The number of newlines after '}' or ';' of a struct/enum/union definition. +nl_after_struct = 0 # unsigned number + +# The number of newlines before a class definition. +nl_before_class = 0 # unsigned number + +# The number of newlines after '}' or ';' of a class definition. +nl_after_class = 0 # unsigned number + +# The number of newlines before a namespace. +nl_before_namespace = 0 # unsigned number + +# The number of newlines after '{' of a namespace. This also adds newlines +# before the matching '}'. +# +# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if +# applicable, otherwise no change. +# +# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. +nl_inside_namespace = 0 # unsigned number + +# The number of newlines after '}' of a namespace. +nl_after_namespace = 0 # unsigned number + +# The number of newlines before an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +nl_before_access_spec = 0 # unsigned number + +# The number of newlines after an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +# +# Overrides nl_typedef_blk_start and nl_var_def_blk_start. +nl_after_access_spec = 0 # unsigned number + +# The number of newlines between a function definition and the function +# comment, as in '// comment\n void foo() {...}'. +# +# 0: No change (default). +nl_comment_func_def = 0 # unsigned number + +# The number of newlines after a try-catch-finally block that isn't followed +# by a brace close. +# +# 0: No change (default). +nl_after_try_catch_finally = 0 # unsigned number + +# (C#) The number of newlines before and after a property, indexer or event +# declaration. +# +# 0: No change (default). +nl_around_cs_property = 0 # unsigned number + +# (C#) The number of newlines between the get/set/add/remove handlers. +# +# 0: No change (default). +nl_between_get_set = 0 # unsigned number + +# (C#) Add or remove newline between property and the '{'. +nl_property_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove blank lines after '{'. +eat_blanks_after_open_brace = false # true/false + +# Whether to remove blank lines before '}'. +eat_blanks_before_close_brace = false # true/false + +# How aggressively to remove extra newlines not in preprocessor. +# +# 0: No change (default) +# 1: Remove most newlines not handled by other config +# 2: Remove all newlines and reformat completely by config +nl_remove_extra_newlines = 0 # unsigned number + +# (Java) Add or remove newline after an annotation statement. Only affects +# annotations that are after a newline. +nl_after_annotation = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove newline between two annotations. +nl_between_annotation = ignore # ignore/add/remove/force/not_defined + +# The number of newlines before a whole-file #ifdef. +# +# 0: No change (default). +nl_before_whole_file_ifdef = 0 # unsigned number + +# The number of newlines after a whole-file #ifdef. +# +# 0: No change (default). +nl_after_whole_file_ifdef = 0 # unsigned number + +# The number of newlines before a whole-file #endif. +# +# 0: No change (default). +nl_before_whole_file_endif = 0 # unsigned number + +# The number of newlines after a whole-file #endif. +# +# 0: No change (default). +nl_after_whole_file_endif = 0 # unsigned number + +# +# Positioning options +# + +# The position of arithmetic operators in wrapped expressions. +pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of assignment in wrapped expressions. Do not affect '=' +# followed by '{'. +pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of Boolean operators in wrapped expressions. +pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of comparison operators in wrapped expressions. +pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of conditional operators, as in the '?' and ':' of +# 'expr ? stmt : stmt', in wrapped expressions. +pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in wrapped expressions. +pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in enum entries. +pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the base class list if there is more than one +# line. Affects nl_class_init_args. +pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the constructor initialization list. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. +pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of trailing/leading class colon, between class and base class +# list. Affects nl_class_colon. +pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of colons between constructor and member initialization. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. +pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of shift operators in wrapped expressions. +pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# +# Line splitting options +# + +# Try to limit code width to N columns. +code_width = 0 # unsigned number + +# Whether to fully split long 'for' statements at semi-colons. +ls_for_split_full = false # true/false + +# Whether to fully split long function prototypes/calls at commas. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_func_split_full = false # true/false + +# Whether to split lines as close to code_width as possible and ignore some +# groupings. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_code_width = false # true/false + +# +# Code alignment options (not left column spaces/tabs) +# + +# Whether to keep non-indenting tabs. +align_keep_tabs = false # true/false + +# Whether to use tabs for aligning. +align_with_tabs = false # true/false + +# Whether to bump out to the next tab when aligning. +align_on_tabstop = false # true/false + +# Whether to right-align numbers. +align_number_right = false # true/false + +# Whether to keep whitespace not required for alignment. +align_keep_extra_space = false # true/false + +# Whether to align variable definitions in prototypes and functions. +align_func_params = false # true/false + +# The span for aligning parameter definitions in function on parameter name. +# +# 0: Don't align (default). +align_func_params_span = 0 # unsigned number + +# The threshold for aligning function parameter definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_params_thresh = 0 # number + +# The gap for aligning function parameter definitions. +align_func_params_gap = 0 # unsigned number + +# The span for aligning constructor value. +# +# 0: Don't align (default). +align_constr_value_span = 0 # unsigned number + +# The threshold for aligning constructor value. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_constr_value_thresh = 0 # number + +# The gap for aligning constructor value. +align_constr_value_gap = 0 # unsigned number + +# Whether to align parameters in single-line functions that have the same +# name. The function names must already be aligned with each other. +align_same_func_call_params = false # true/false + +# The span for aligning function-call parameters for single line functions. +# +# 0: Don't align (default). +align_same_func_call_params_span = 0 # unsigned number + +# The threshold for aligning function-call parameters for single line +# functions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_same_func_call_params_thresh = 0 # number + +# The span for aligning variable definitions. +# +# 0: Don't align (default). +align_var_def_span = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of variable definitions. +# +# 0: Part of the type 'void * foo;' (default) +# 1: Part of the variable 'void *foo;' +# 2: Dangling 'void *foo;' +# Dangling: the '*' will not be taken into account when aligning. +align_var_def_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of variable definitions. +# +# 0: Part of the type 'long & foo;' (default) +# 1: Part of the variable 'long &foo;' +# 2: Dangling 'long &foo;' +# Dangling: the '&' will not be taken into account when aligning. +align_var_def_amp_style = 0 # unsigned number + +# The threshold for aligning variable definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_def_thresh = 0 # number + +# The gap for aligning variable definitions. +align_var_def_gap = 0 # unsigned number + +# Whether to align the colon in struct bit fields. +align_var_def_colon = false # true/false + +# The gap for aligning the colon in struct bit fields. +align_var_def_colon_gap = 0 # unsigned number + +# Whether to align any attribute after the variable name. +align_var_def_attribute = false # true/false + +# Whether to align inline struct/enum/union variable definitions. +align_var_def_inline = false # true/false + +# The span for aligning on '=' in assignments. +# +# 0: Don't align (default). +align_assign_span = 0 # unsigned number + +# The span for aligning on '=' in function prototype modifier. +# +# 0: Don't align (default). +align_assign_func_proto_span = 0 # unsigned number + +# The threshold for aligning on '=' in assignments. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_assign_thresh = 0 # number + +# Whether to align on the left most assignment when multiple +# definitions are found on the same line. +# Depends on 'align_assign_span' and 'align_assign_thresh' settings. +align_assign_on_multi_var_defs = false # true/false + +# The span for aligning on '{' in braced init list. +# +# 0: Don't align (default). +align_braced_init_list_span = 0 # unsigned number + +# The threshold for aligning on '{' in braced init list. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_braced_init_list_thresh = 0 # number + +# How to apply align_assign_span to function declaration "assignments", i.e. +# 'virtual void foo() = 0' or '~foo() = {default|delete}'. +# +# 0: Align with other assignments (default) +# 1: Align with each other, ignoring regular assignments +# 2: Don't align +align_assign_decl_func = 0 # unsigned number + +# The span for aligning on '=' in enums. +# +# 0: Don't align (default). +align_enum_equ_span = 0 # unsigned number + +# The threshold for aligning on '=' in enums. +# Use a negative number for absolute thresholds. +# +# 0: no limit (default). +align_enum_equ_thresh = 0 # number + +# The span for aligning class member definitions. +# +# 0: Don't align (default). +align_var_class_span = 0 # unsigned number + +# The threshold for aligning class member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_class_thresh = 0 # number + +# The gap for aligning class member definitions. +align_var_class_gap = 0 # unsigned number + +# The span for aligning struct/union member definitions. +# +# 0: Don't align (default). +align_var_struct_span = 0 # unsigned number + +# The threshold for aligning struct/union member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_struct_thresh = 0 # number + +# The gap for aligning struct/union member definitions. +align_var_struct_gap = 0 # unsigned number + +# The span for aligning struct initializer values. +# +# 0: Don't align (default). +align_struct_init_span = 0 # unsigned number + +# The span for aligning single-line typedefs. +# +# 0: Don't align (default). +align_typedef_span = 0 # unsigned number + +# The minimum space between the type and the synonym of a typedef. +align_typedef_gap = 0 # unsigned number + +# How to align typedef'd functions with other typedefs. +# +# 0: Don't mix them at all (default) +# 1: Align the open parenthesis with the types +# 2: Align the function type name with the other type names +align_typedef_func = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int * pint;' (default) +# 1: Part of type name: 'typedef int *pint;' +# 2: Dangling: 'typedef int *pint;' +# Dangling: the '*' will not be taken into account when aligning. +align_typedef_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int & intref;' (default) +# 1: Part of type name: 'typedef int &intref;' +# 2: Dangling: 'typedef int &intref;' +# Dangling: the '&' will not be taken into account when aligning. +align_typedef_amp_style = 0 # unsigned number + +# The span for aligning comments that end lines. +# +# 0: Don't align (default). +align_right_cmt_span = 0 # unsigned number + +# Minimum number of columns between preceding text and a trailing comment in +# order for the comment to qualify for being aligned. Must be non-zero to have +# an effect. +align_right_cmt_gap = 0 # unsigned number + +# If aligning comments, whether to mix with comments after '}' and #endif with +# less than three spaces before the comment. +align_right_cmt_mix = false # true/false + +# Whether to only align trailing comments that are at the same brace level. +align_right_cmt_same_level = false # true/false + +# Minimum column at which to align trailing comments. Comments which are +# aligned beyond this column, but which can be aligned in a lesser column, +# may be "pulled in". +# +# 0: Ignore (default). +align_right_cmt_at_col = 0 # unsigned number + +# The span for aligning function prototypes. +# +# 0: Don't align (default). +align_func_proto_span = 0 # unsigned number + +# Whether to ignore continuation lines when evaluating the number of +# new lines for the function prototype alignment's span. +# +# false: continuation lines are part of the newlines count +# true: continuation lines are not counted +align_func_proto_span_ignore_cont_lines = false # true/false + +# How to consider (or treat) the '*' in the alignment of function prototypes. +# +# 0: Part of the type 'void * foo();' (default) +# 1: Part of the function 'void *foo();' +# 2: Dangling 'void *foo();' +# Dangling: the '*' will not be taken into account when aligning. +align_func_proto_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of function prototypes. +# +# 0: Part of the type 'long & foo();' (default) +# 1: Part of the function 'long &foo();' +# 2: Dangling 'long &foo();' +# Dangling: the '&' will not be taken into account when aligning. +align_func_proto_amp_style = 0 # unsigned number + +# The threshold for aligning function prototypes. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_proto_thresh = 0 # number + +# Minimum gap between the return type and the function name. +align_func_proto_gap = 0 # unsigned number + +# Whether to align function prototypes on the 'operator' keyword instead of +# what follows. +align_on_operator = false # true/false + +# Whether to mix aligning prototype and variable declarations. If true, +# align_var_def_XXX options are used instead of align_func_proto_XXX options. +align_mix_var_proto = false # true/false + +# Whether to align single-line functions with function prototypes. +# Uses align_func_proto_span. +align_single_line_func = false # true/false + +# Whether to align the open brace of single-line functions. +# Requires align_single_line_func=true. Uses align_func_proto_span. +align_single_line_brace = false # true/false + +# Gap for align_single_line_brace. +align_single_line_brace_gap = 0 # unsigned number + +# (OC) The span for aligning Objective-C message specifications. +# +# 0: Don't align (default). +align_oc_msg_spec_span = 0 # unsigned number + +# Whether and how to align backslashes that split a macro onto multiple lines. +# This will not work right if the macro contains a multi-line comment. +# +# 0: Do nothing (default) +# 1: Align the backslashes in the column at the end of the longest line +# 2: Align with the backslash that is farthest to the left, or, if that +# backslash is farther left than the end of the longest line, at the end of +# the longest line +# 3: Align with the backslash that is farthest to the right +align_nl_cont = 0 # unsigned number + +# The minimum number of spaces between the end of a line and its continuation +# backslash. Requires align_nl_cont. +# +# Default: 1 +align_nl_cont_spaces = 1 # unsigned number + +# Whether to align macro functions and variables together. +align_pp_define_together = false # true/false + +# The span for aligning on '#define' bodies. +# +# =0: Don't align (default) +# >0: Number of lines (including comments) between blocks +align_pp_define_span = 0 # unsigned number + +# The minimum space between label and value of a preprocessor define. +align_pp_define_gap = 0 # unsigned number + +# Whether to align lines that start with '<<' with previous '<<'. +# +# Default: true +align_left_shift = true # true/false + +# Whether to align comma-separated statements following '<<' (as used to +# initialize Eigen matrices). +align_eigen_comma_init = false # true/false + +# Whether to align text after 'asm volatile ()' colons. +align_asm_colon = false # true/false + +# (OC) Span for aligning parameters in an Objective-C message call +# on the ':'. +# +# 0: Don't align. +align_oc_msg_colon_span = 0 # unsigned number + +# (OC) Whether to always align with the first parameter, even if it is too +# short. +align_oc_msg_colon_first = false # true/false + +# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration +# on the ':'. +align_oc_decl_colon = false # true/false + +# (OC) Whether to not align parameters in an Objectve-C message call if first +# colon is not on next line of the message call (the same way Xcode does +# alignment) +align_oc_msg_colon_xcode_like = false # true/false + +# +# Comment modification options +# + +# Try to wrap comments at N columns. +cmt_width = 0 # unsigned number + +# How to reflow comments. +# +# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) +# 1: No touching at all +# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) +cmt_reflow_mode = 0 # unsigned number + +# Path to a file that contains regular expressions describing patterns for +# which the end of one line and the beginning of the next will be folded into +# the same sentence or paragraph during full comment reflow. The regular +# expressions are described using ECMAScript syntax. The syntax for this +# specification is as follows, where "..." indicates the custom regular +# expression and "n" indicates the nth end_of_prev_line_regex and +# beg_of_next_line_regex regular expression pair: +# +# end_of_prev_line_regex[1] = "...$" +# beg_of_next_line_regex[1] = "^..." +# end_of_prev_line_regex[2] = "...$" +# beg_of_next_line_regex[2] = "^..." +# . +# . +# . +# end_of_prev_line_regex[n] = "...$" +# beg_of_next_line_regex[n] = "^..." +# +# Note that use of this option overrides the default reflow fold regular +# expressions, which are internally defined as follows: +# +# end_of_prev_line_regex[1] = "[\w,\]\)]$" +# beg_of_next_line_regex[1] = "^[\w,\[\(]" +# end_of_prev_line_regex[2] = "\.$" +# beg_of_next_line_regex[2] = "^[A-Z]" +cmt_reflow_fold_regex_file = "" # string + +# Whether to indent wrapped lines to the start of the encompassing paragraph +# during full comment reflow (cmt_reflow_mode = 2). Overrides the value +# specified by cmt_sp_after_star_cont. +# +# Note that cmt_align_doxygen_javadoc_tags overrides this option for +# paragraphs associated with javadoc tags +cmt_reflow_indent_to_paragraph_start = false # true/false + +# Whether to convert all tabs to spaces in comments. If false, tabs in +# comments are left alone, unless used for indenting. +cmt_convert_tab_to_spaces = false # true/false + +# Whether to apply changes to multi-line comments, including cmt_width, +# keyword substitution and leading chars. +# +# Default: true +cmt_indent_multi = true # true/false + +# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) +# and corresponding fields such that groups of consecutive block tags, +# parameter names, and descriptions align with one another. Overrides that +# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may +# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 +# in order to achieve the desired alignment for line-wrapping. +cmt_align_doxygen_javadoc_tags = false # true/false + +# The number of spaces to insert after the star and before doxygen +# javadoc-style tags (@param, @return, etc). Requires enabling +# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the +# cmt_sp_after_star_cont. +# +# Default: 1 +cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number + +# Whether to change trailing, single-line c-comments into cpp-comments. +cmt_trailing_single_line_c_to_cpp = false # true/false + +# Whether to group c-comments that look like they are in a block. +cmt_c_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined c-comment. +cmt_c_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined c-comment. +cmt_c_nl_end = false # true/false + +# Whether to change cpp-comments into c-comments. +cmt_cpp_to_c = false # true/false + +# Whether to group cpp-comments that look like they are in a block. Only +# meaningful if cmt_cpp_to_c=true. +cmt_cpp_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_end = false # true/false + +# Whether to put a star on subsequent comment lines. +cmt_star_cont = false # true/false + +# The number of spaces to insert at the start of subsequent comment lines. +cmt_sp_before_star_cont = 0 # unsigned number + +# The number of spaces to insert after the star on subsequent comment lines. +cmt_sp_after_star_cont = 0 # unsigned number + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length. +# +# Default: true +cmt_multi_check_last = true # true/false + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length AND if the length is +# bigger as the first_len minimum. +# +# Default: 4 +cmt_multi_first_len_minimum = 4 # unsigned number + +# Path to a file that contains text to insert at the beginning of a file if +# the file doesn't start with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_header = "" # string + +# Path to a file that contains text to insert at the end of a file if the +# file doesn't end with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_footer = "" # string + +# Path to a file that contains text to insert before a function definition if +# the function isn't preceded by a C/C++ comment. If the inserted text +# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be +# replaced with, respectively, the name of the function, the javadoc '@param' +# and '@return' stuff, or the name of the class to which the member function +# belongs. +cmt_insert_func_header = "" # string + +# Path to a file that contains text to insert before a class if the class +# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', +# that will be replaced with the class name. +cmt_insert_class_header = "" # string + +# Path to a file that contains text to insert before an Objective-C message +# specification, if the method isn't preceded by a C/C++ comment. If the +# inserted text contains '$(message)' or '$(javaparam)', these will be +# replaced with, respectively, the name of the function, or the javadoc +# '@param' and '@return' stuff. +cmt_insert_oc_msg_header = "" # string + +# Whether a comment should be inserted if a preprocessor is encountered when +# stepping backwards from a function name. +# +# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and +# cmt_insert_class_header. +cmt_insert_before_preproc = false # true/false + +# Whether a comment should be inserted if a function is declared inline to a +# class definition. +# +# Applies to cmt_insert_func_header. +# +# Default: true +cmt_insert_before_inlines = true # true/false + +# Whether a comment should be inserted if the function is a class constructor +# or destructor. +# +# Applies to cmt_insert_func_header. +cmt_insert_before_ctor_dtor = false # true/false + +# +# Code modifying options (non-whitespace) +# + +# Add or remove braces on a single-line 'do' statement. +mod_full_brace_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'for' statement. +mod_full_brace_for = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove braces on a single-line function definition. +mod_full_brace_function = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'if' statement. Braces will not be +# removed if the braced statement contains an 'else'. +mod_full_brace_if = ignore # ignore/add/remove/force/not_defined + +# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either +# have, or do not have, braces. Overrides mod_full_brace_if. +# +# 0: Don't override mod_full_brace_if +# 1: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks +# 2: Add braces to all blocks if any block already has braces, regardless of +# whether it needs them +# 3: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks, except if all blocks have braces +# despite none needing them +mod_full_brace_if_chain = 0 # unsigned number + +# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. +# If true, mod_full_brace_if_chain will only remove braces from an 'if' that +# does not have an 'else if' or 'else'. +mod_full_brace_if_chain_only = false # true/false + +# Add or remove braces on single-line 'while' statement. +mod_full_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on single-line 'using ()' statement. +mod_full_brace_using = ignore # ignore/add/remove/force/not_defined + +# Don't remove braces around statements that span N newlines +mod_full_brace_nl = 0 # unsigned number + +# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks +# which span multiple lines. +# +# Affects: +# mod_full_brace_for +# mod_full_brace_if +# mod_full_brace_if_chain +# mod_full_brace_if_chain_only +# mod_full_brace_while +# mod_full_brace_using +# +# Does not affect: +# mod_full_brace_do +# mod_full_brace_function +mod_full_brace_nl_block_rem_mlcond = false # true/false + +# Add or remove unnecessary parentheses on 'return' statement. +mod_paren_on_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove unnecessary parentheses on 'throw' statement. +mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Whether to change optional semicolons to real semicolons. +mod_pawn_semicolon = false # true/false + +# Whether to fully parenthesize Boolean expressions in 'while' and 'if' +# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. +mod_full_paren_if_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. +mod_full_paren_assign_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. +mod_full_paren_return_bool = false # true/false + +# Whether to remove superfluous semicolons. +mod_remove_extra_semicolon = false # true/false + +# Whether to remove duplicate include. +mod_remove_duplicate_include = false # true/false + +# the following options (mod_XX_closebrace_comment) use different comment, +# depending of the setting of the next option. +# false: Use the c comment (default) +# true : Use the cpp comment +mod_add_force_c_closebrace_comment = false # true/false + +# If a function body exceeds the specified number of newlines and doesn't have +# a comment after the close brace, a comment will be added. +mod_add_long_function_closebrace_comment = 0 # unsigned number + +# If a namespace body exceeds the specified number of newlines and doesn't +# have a comment after the close brace, a comment will be added. +mod_add_long_namespace_closebrace_comment = 0 # unsigned number + +# If a class body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_class_closebrace_comment = 0 # unsigned number + +# If a switch body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_switch_closebrace_comment = 0 # unsigned number + +# If an #ifdef body exceeds the specified number of newlines and doesn't have +# a comment after the #endif, a comment will be added. +mod_add_long_ifdef_endif_comment = 0 # unsigned number + +# If an #ifdef or #else body exceeds the specified number of newlines and +# doesn't have a comment after the #else, a comment will be added. +mod_add_long_ifdef_else_comment = 0 # unsigned number + +# Whether to take care of the case by the mod_sort_xx options. +mod_sort_case_sensitive = false # true/false + +# Whether to sort consecutive single-line 'import' statements. +mod_sort_import = false # true/false + +# (C#) Whether to sort consecutive single-line 'using' statements. +mod_sort_using = false # true/false + +# Whether to sort consecutive single-line '#include' statements (C/C++) and +# '#import' statements (Objective-C). Be aware that this has the potential to +# break your code if your includes/imports have ordering dependencies. +mod_sort_include = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# filename without extension when sorting is enabled. +mod_sort_incl_import_prioritize_filename = false # true/false + +# Whether to prioritize '#include' and '#import' statements that does not +# contain extensions when sorting is enabled. +mod_sort_incl_import_prioritize_extensionless = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# angle over quotes when sorting is enabled. +mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false + +# Whether to ignore file extension in '#include' and '#import' statements +# for sorting comparison. +mod_sort_incl_import_ignore_extension = false # true/false + +# Whether to group '#include' and '#import' statements when sorting is enabled. +mod_sort_incl_import_grouping_enabled = false # true/false + +# Whether to move a 'break' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. +mod_move_case_break = false # true/false + +# Whether to move a 'return' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. +mod_move_case_return = false # true/false + +# Add or remove braces around a fully braced case statement. Will only remove +# braces if there are no variable declarations in the block. +mod_case_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove a void 'return;' that appears as the last statement in a +# function. +mod_remove_empty_return = false # true/false + +# Add or remove the comma after the last value of an enumeration. +mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined + +# Syntax to use for infinite loops. +# +# 0: Leave syntax alone (default) +# 1: Rewrite as `for(;;)` +# 2: Rewrite as `while(true)` +# 3: Rewrite as `do`...`while(true);` +# 4: Rewrite as `while(1)` +# 5: Rewrite as `do`...`while(1);` +# +# Infinite loops that do not already match one of these syntaxes are ignored. +# Other options that affect loop formatting will be applied after transforming +# the syntax. +mod_infinite_loop = 0 # unsigned number + +# Add or remove the 'int' keyword in 'int short'. +mod_int_short = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'short int'. +mod_short_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int long'. +mod_int_long = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'long int'. +mod_long_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int signed'. +mod_int_signed = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'signed int'. +mod_signed_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int unsigned'. +mod_int_unsigned = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'unsigned int'. +mod_unsigned_int = ignore # ignore/add/remove/force/not_defined + +# If there is a situation where mod_int_* and mod_*_int would result in +# multiple int keywords, whether to keep the rightmost int (the default) or the +# leftmost int. +mod_int_prefer_int_on_left = false # true/false + +# (OC) Whether to organize the properties. If true, properties will be +# rearranged according to the mod_sort_oc_property_*_weight factors. +mod_sort_oc_properties = false # true/false + +# (OC) Weight of a class property modifier. +mod_sort_oc_property_class_weight = 0 # number + +# (OC) Weight of 'atomic' and 'nonatomic'. +mod_sort_oc_property_thread_safe_weight = 0 # number + +# (OC) Weight of 'readwrite' when organizing properties. +mod_sort_oc_property_readwrite_weight = 0 # number + +# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', +# 'weak', 'strong') when organizing properties. +mod_sort_oc_property_reference_weight = 0 # number + +# (OC) Weight of getter type ('getter=') when organizing properties. +mod_sort_oc_property_getter_weight = 0 # number + +# (OC) Weight of setter type ('setter=') when organizing properties. +mod_sort_oc_property_setter_weight = 0 # number + +# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', +# 'null_resettable') when organizing properties. +mod_sort_oc_property_nullability_weight = 0 # number + +# +# Preprocessor options +# + +# How to use tabs when indenting preprocessor code. +# +# -1: Use 'indent_with_tabs' setting (default) +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: -1 +pp_indent_with_tabs = -1 # number + +# Add or remove indentation of preprocessor directives inside #if blocks +# at brace level 0 (file-level). +pp_indent = ignore # ignore/add/remove/force/not_defined + +# Whether to indent #if/#else/#endif at the brace level. If false, these are +# indented from column 1. +pp_indent_at_level = false # true/false + +# Whether to indent #if/#else/#endif at the parenthesis level if the brace +# level is 0. If false, these are indented from column 1. +pp_indent_at_level0 = false # true/false + +# Specifies the number of columns to indent preprocessors per level +# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies +# the number of columns to indent preprocessors per level +# at brace level > 0 (function-level). +# +# Default: 1 +pp_indent_count = 1 # unsigned number + +# Add or remove space after # based on pp level of #if blocks. +pp_space_after = ignore # ignore/add/remove/force/not_defined + +# Sets the number of spaces per level added with pp_space_after. +pp_space_count = 0 # unsigned number + +# The indent for '#region' and '#endregion' in C# and '#pragma region' in +# C/C++. Negative values decrease indent down to the first column. +pp_indent_region = 0 # number + +# Whether to indent the code between #region and #endregion. +pp_region_indent_code = false # true/false + +# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when +# not at file-level. Negative values decrease indent down to the first column. +# +# =0: Indent preprocessors using output_tab_size +# >0: Column at which all preprocessors will be indented +pp_indent_if = 0 # number + +# Whether to indent the code between #if, #else and #endif. +pp_if_indent_code = false # true/false + +# Whether to indent the body of an #if that encompasses all the code in the file. +pp_indent_in_guard = false # true/false + +# Whether to indent '#define' at the brace level. If false, these are +# indented from column 1. +pp_define_at_level = false # true/false + +# Whether to indent '#include' at the brace level. +pp_include_at_level = false # true/false + +# Whether to ignore the '#define' body while formatting. +pp_ignore_define_body = false # true/false + +# An offset value that controls the indentation of the body of a multiline #define. +# 'body' refers to all the lines of a multiline #define except the first line. +# Requires 'pp_ignore_define_body = false'. +# +# <0: Absolute column: the body indentation starts off at the specified column +# (ex. -3 ==> the body is indented starting from column 3) +# >=0: Relative to the column of the '#' of '#define' +# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') +# +# Default: 8 +pp_multiline_define_body_indent = 8 # number + +# Whether to indent case statements between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the case statements +# directly inside of. +# +# Default: true +pp_indent_case = true # true/false + +# Whether to indent whole function definitions between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the function definition +# is directly inside of. +# +# Default: true +pp_indent_func_def = true # true/false + +# Whether to indent extern C blocks between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the extern block is +# directly inside of. +# +# Default: true +pp_indent_extern = true # true/false + +# How to indent braces directly inside #if, #else, and #endif. +# Requires pp_if_indent_code=true and only applies to the indent of the +# preprocessor that the braces are directly inside of. +# 0: No extra indent +# 1: Indent by one level +# -1: Preserve original indentation +# +# Default: 1 +pp_indent_brace = 1 # number + +# Whether to print warning messages for unbalanced #if and #else blocks. +# This will print a message in the following cases: +# - if an #ifdef block ends on a different indent level than +# where it started from. Example: +# +# #ifdef TEST +# int i; +# { +# int j; +# #endif +# +# - an #elif/#else block ends on a different indent level than +# the corresponding #ifdef block. Example: +# +# #ifdef TEST +# int i; +# #else +# } +# int j; +# #endif +pp_warn_unbalanced_if = false # true/false + +# +# Sort includes options +# + +# The regex for include category with priority 0. +include_category_0 = "" # string + +# The regex for include category with priority 1. +include_category_1 = "" # string + +# The regex for include category with priority 2. +include_category_2 = "" # string + +# +# Use or Do not Use options +# + +# true: indent_func_call_param will be used (default) +# false: indent_func_call_param will NOT be used +# +# Default: true +use_indent_func_call_param = true # true/false + +# The value of the indentation for a continuation line is calculated +# differently if the statement is: +# - a declaration: your case with QString fileName ... +# - an assignment: your case with pSettings = new QSettings( ... +# +# At the second case the indentation value might be used twice: +# - at the assignment +# - at the function call (if present) +# +# To prevent the double use of the indentation value, use this option with the +# value 'true'. +# +# true: indent_continue will be used only once +# false: indent_continue will be used every time (default) +# +# Requires indent_ignore_first_continue=false. +use_indent_continue_only_once = false # true/false + +# The indentation can be: +# - after the assignment, at the '[' character +# - at the beginning of the lambda body +# +# true: indentation will be at the beginning of the lambda body +# false: indentation will be after the assignment (default) +indent_cpp_lambda_only_once = false # true/false + +# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the +# historic behavior, but is probably not the desired behavior, so this is off +# by default. +use_sp_after_angle_always = false # true/false + +# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, +# this tries to format these so that they match Qt's normalized form (i.e. the +# result of QMetaObject::normalizedSignature), which can slightly improve the +# performance of the QObject::connect call, rather than how they would +# otherwise be formatted. +# +# See options_for_QT.cpp for details. +# +# Default: true +use_options_overriding_for_qt_macros = true # true/false + +# If true: the form feed character is removed from the list of whitespace +# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. +use_form_feed_no_more_as_whitespace_character = false # true/false + +# +# Warn levels - 1: error, 2: warning (default), 3: note +# + +# (C#) Warning is given if doing tab-to-\t replacement and we have found one +# in a C# verbatim string literal. +# +# Default: 2 +warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number + +# Limit the number of loops. +# Used by uncrustify.cpp to exit from infinite loop. +# 0: no limit. +debug_max_number_of_loops = 0 # number + +# Set the number of the line to protocol; +# Used in the function prot_the_line if the 2. parameter is zero. +# 0: nothing protocol. +debug_line_number_to_protocol = 0 # number + +# Set the number of second(s) before terminating formatting the current file, +# 0: no timeout. +# only for linux +debug_timeout = 0 # number + +# Set the number of characters to be printed if the text is too long, +# 0: do not truncate. +debug_truncate = 0 # unsigned number + +# sort (or not) the tracking info. +# +# Default: true +debug_sort_the_tracks = true # true/false + +# decode (or not) the flags as a new line. +# only if the -p option is set. +debug_decode_the_flags = false # true/false + +# use (or not) the exit(EX_SOFTWARE) function. +# +# Default: true +debug_use_the_exit_function_pop = true # true/false + +# insert the number of the line at the beginning of each line +set_numbering_for_html_output = false # true/false + +# Meaning of the settings: +# Ignore - do not do any changes +# Add - makes sure there is 1 or more space/brace/newline/etc +# Force - makes sure there is exactly 1 space/brace/newline/etc, +# behaves like Add in some contexts +# Remove - removes space/brace/newline/etc +# +# +# - Token(s) can be treated as specific type(s) with the 'set' option: +# `set tokenType tokenString [tokenString...]` +# +# Example: +# `set BOOL __AND__ __OR__` +# +# tokenTypes are defined in src/token_enum.h, use them without the +# 'CT_' prefix: 'CT_BOOL' => 'BOOL' +# +# +# - Token(s) can be treated as type(s) with the 'type' option. +# `type tokenString [tokenString...]` +# +# Example: +# `type int c_uint_8 Rectangle` +# +# This can also be achieved with `set TYPE int c_uint_8 Rectangle` +# +# +# To embed whitespace in tokenStrings use the '\' escape character, or quote +# the tokenStrings. These quotes are supported: "'` +# +# +# - Support for the auto detection of languages through the file ending can be +# added using the 'file_ext' command. +# `file_ext langType langString [langString..]` +# +# Example: +# `file_ext CPP .ch .cxx .cpp.in` +# +# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use +# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' +# +# +# - Custom macro-based indentation can be set up using 'macro-open', +# 'macro-else' and 'macro-close'. +# `(macro-open | macro-else | macro-close) tokenString` +# +# Example: +# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` +# `macro-open BEGIN_MESSAGE_MAP` +# `macro-close END_MESSAGE_MAP` +# +# +# option(s) with 'not default' value: 0 +# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/c-1.in.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/c-1.in.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/c-1.in.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/c-1.in.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/c-1.out.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/c-1.out.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/c-1.out.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/c-1.out.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/example.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/example.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/examples/example.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/examples/example.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/images/linuxlinks.gif b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/images/linuxlinks.gif similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/images/linuxlinks.gif rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/images/linuxlinks.gif diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/index.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/index.html new file mode 100644 index 00000000..7b14f7e5 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/index.html @@ -0,0 +1,183 @@ + + + + + Uncrustify - Source Code Beautifier for C-like languages + + + + + +
+ + + + +
+
+
+

Uncrustify

+

Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA

+ + + + + + +
+ + + + Travis CI Build Status + + + + Coverity Scan Build Status + +
+ +

Introduction

+

The goals of this project are simple: +Create a highly configurable, easily modifiable source code beautifier.

+ +
+ +

Features

+
    +
  • Indent code, aligning on parens, assignments, etc
  • +
  • Align on '=' and variable definitions
  • +
  • Align structure initializers
  • +
  • Align #define stuff
  • +
  • Align backslash-newline stuff
  • +
  • Reformat comments (a little bit)
  • +
  • Fix inter-character spacing
  • +
  • Add or remove parens on return statements
  • +
  • Add or remove braces on single-statement if/do/while/for statements
  • +
  • Supports embedded SQL 'EXEC SQL' stuff
  • +
  • Highly configurable - 850 configurable options as of version 0.78.1
  • +
+ +

+ See some example output. +

+ +
+ +

Where to get Uncrustify

+ +

Project Websites

+Sourceforge project web site
+Release downloads
+Freshmeat Project
+Git Hub
+ +

Source Code

+As of release 0.54, the source code is maintained in a Git repository.
+
+The public Git URL for Sourceforge.net is
+git://uncrustify.git.sourceforge.net/gitroot/uncrustify/uncrustify
+
+The public Git URL for github.com is
+git://github.com/uncrustify/uncrustify.git
+ +

Prebuilt binaries

+Windows (i386) : +Sourceforge
+ +

Universal Indent GUI

+Universal Indent GUI is a +cross-platform graphical configuration file editor for many code beautifiers, including Uncrustify. + +
+ +

Want to help?

+

+The most helpful way is to try it out and give feedback. +Documentation and examples are available in the source tree, so check it out. +

+

+You can find the output from 'uncrustify --show-config' here.
+Here is the default config file. +And one I set up for Linux.
+And here is a before and after C source example.
+That should give you a pretty good idea of what Uncrustify can do.
+

+ +

+If you find a bug, please do the following: +

+
    +
  • Reduce the input source file to the minimum that still has the problem
  • +
  • Use the sourceforget.net bug tracker
  • +
  • Attach the input source file, the configuration file, and a file that contains the expected output
  • +
+ +

+If you want to add a feature, fix a bug, or implement missing functionality, feel free to do so! Patches are welcome!
+Here are some areas that need attention: +

+
    +
  • Test Java support and provide feedback (or patches!)
  • +
  • Test Objective C support and provide feedback (or patches!)
  • +
  • Test Embedded SQL to see what works
  • +
  • This web page need a (re)design
  • +
  • A logo of some sort
  • +
  • Examples that can be put on this website to show off what Uncrustify can do
  • +
  • Anything else that you want to do to make it better?
  • +
+ +

Project Mailing list

+We don't have a mailing list for Uncrustify.
+We are using github. +
+You may use Issues to publish an error report. +
+Or PR to make a bugfix proposal. + +
+ +

Portability

+

+I'm pretty sure that I'm not using anything that is OS-specific.
+The software has been tested on the following operating systems: +

+
    +
  • Linux
  • +
  • QNX
  • +
  • OS X
  • +
  • FreeBSD, NetBSD, OpenBSD
  • +
  • Sun Solaris 9
  • +
  • Windows XP (binary available)
  • +
+ +
+ +

Links

+ +

Distributions that package Uncrustify

+ +
+
+
+
+
+"Support This Project" +
+ + + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/linux.cfg.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/linux.cfg.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/linux.cfg.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/linux.cfg.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_ASM.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ASM.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_ASM.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ASM.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Align.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Align.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Align.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Align.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_CLI_NET.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_CLI_NET.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_CLI_NET.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_CLI_NET.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_C_sharp.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_C_sharp.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_C_sharp.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_C_sharp.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_D.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_D.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_D.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_D.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Indenting.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Indenting.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Indenting.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Indenting.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Java.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Java.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Java.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Java.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_ModifyCode.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_ModifyCode.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_ModifyCode.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Namespace.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Namespace.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Namespace.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Namespace.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_NewLines.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_NewLines.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_NewLines.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_NewLines.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Objectiv-C.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Objectiv-C.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Objectiv-C.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Objectiv-C.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Positioning.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Positioning.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Positioning.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Positioning.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Preprocessor.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Preprocessor.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Preprocessor.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Preprocessor.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Assign.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Assign.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Assign.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Assign.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Byref.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Byref.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Byref.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Byref.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Case.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Case.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Case.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Case.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Cast.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Cast.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Cast.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Cast.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Class.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Class.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Class.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Class.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Comma.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Comma.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Comma.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Comma.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Enum.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Enum.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Enum.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Enum.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_For.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_For.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_For.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_For.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_New.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_New.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_New.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_New.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Operator.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Operator.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Operator.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Operator.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Paren.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Paren.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Paren.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Paren.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Template.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Template.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Space_Template.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Space_Template.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Spaces.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Spaces.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/options_Spaces.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/options_Spaces.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/project-support.jpg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/project-support.jpg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/project-support.jpg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/project-support.jpg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/uncrustify.css b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/uncrustify.css similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/uncrustify.css rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/uncrustify.css diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/uncrustify.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/uncrustify.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/htdocs/uncrustify.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/htdocs/uncrustify.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/not_a_compiler.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/not_a_compiler.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/not_a_compiler.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/not_a_compiler.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/overview.odt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/overview.odt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/overview.odt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/overview.odt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/paren_stack.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/paren_stack.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/paren_stack.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/paren_stack.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/preprocessor_indentation.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/preprocessor_indentation.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/preprocessor_indentation.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/preprocessor_indentation.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/theory.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/theory.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/theory.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/theory.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/threads.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/threads.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/threads.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/threads.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/track.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/track.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/documentation/track.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/track.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMakeLists.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMakeLists.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMakeLists.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMakeLists.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMake_catFiles.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMake_catFiles.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMake_catFiles.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMake_catFiles.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMake_emscripten_test.cmake b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMake_emscripten_test.cmake similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/CMake_emscripten_test.cmake rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/CMake_emscripten_test.cmake diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/README.md b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/README.md similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/README.md rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/README.md diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/build.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/build.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/build.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/build.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/libUncrustify.d.ts b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/libUncrustify.d.ts similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/libUncrustify.d.ts rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/libUncrustify.d.ts diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/postfix_file b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/postfix_file similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/postfix_file rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/postfix_file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/postfix_module.js b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/postfix_module.js similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/postfix_module.js rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/postfix_module.js diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/prefix_file b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/prefix_file similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/prefix_file rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/prefix_file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/prefix_module.js b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/prefix_module.js similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/prefix_module.js rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/prefix_module.js diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/test/run_tests.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/test/run_tests.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/test/run_tests.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/test/run_tests.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/test/test_run.js b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/test/test_run.js similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/emscripten/test/test_run.js rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/emscripten/test/test_run.js diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/MS-calling_conventions.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/MS-calling_conventions.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/MS-calling_conventions.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/MS-calling_conventions.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/align_assign.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/align_assign.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/align_assign.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/align_assign.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/amxmodx.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/amxmodx.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/amxmodx.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/amxmodx.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/ben.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/ben.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/ben.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/ben.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/ben2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/ben2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/ben2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/ben2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/d.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/d.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/d.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/d.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/defaults.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/defaults.cfg new file mode 100644 index 00000000..30eb9be1 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/defaults.cfg @@ -0,0 +1,3708 @@ +# Uncrustify-0.78.1 + +# +# General options +# + +# The type of line endings. +# +# Default: auto +newlines = auto # lf/crlf/cr/auto + +# The original size of tabs in the input. +# +# Default: 8 +input_tab_size = 8 # unsigned number + +# The size of tabs in the output (only used if align_with_tabs=true). +# +# Default: 8 +output_tab_size = 8 # unsigned number + +# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). +# +# Default: 92 +string_escape_char = 92 # unsigned number + +# Alternate string escape char (usually only used for Pawn). +# Only works right before the quote char. +string_escape_char2 = 0 # unsigned number + +# Replace tab characters found in string literals with the escape sequence \t +# instead. +string_replace_tab_chars = false # true/false + +# Allow interpreting '>=' and '>>=' as part of a template in code like +# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. +# Improvements to template detection may make this option obsolete. +tok_split_gte = false # true/false + +# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). +disable_processing_nl_cont = false # true/false + +# Specify the marker used in comments to disable processing of part of the +# file. +# +# Default: *INDENT-OFF* +disable_processing_cmt = " *INDENT-OFF*" # string + +# Specify the marker used in comments to (re)enable processing in a file. +# +# Default: *INDENT-ON* +enable_processing_cmt = " *INDENT-ON*" # string + +# Enable parsing of digraphs. +enable_digraphs = false # true/false + +# Option to allow both disable_processing_cmt and enable_processing_cmt +# strings, if specified, to be interpreted as ECMAScript regular expressions. +# If true, a regex search will be performed within comments according to the +# specified patterns in order to disable/enable processing. +processing_cmt_as_regex = false # true/false + +# Add or remove the UTF-8 BOM (recommend 'remove'). +utf8_bom = ignore # ignore/add/remove/force/not_defined + +# If the file contains bytes with values between 128 and 255, but is not +# UTF-8, then output as UTF-8. +utf8_byte = false # true/false + +# Force the output encoding to UTF-8. +utf8_force = false # true/false + +# +# Spacing options +# + +# Add or remove space around non-assignment symbolic operators ('+', '/', '%', +# '<<', and so forth). +sp_arith = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around arithmetic operators '+' and '-'. +# +# Overrides sp_arith. +sp_arith_additive = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=', '+=', etc. +sp_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around '=' in C++11 lambda capture specifications. +# +# Overrides sp_assign. +sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda when +# an argument list is present, as in '[] (int x){ ... }'. +sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda with +# no argument list is present, as in '[] { ... }'. +sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( ){ ... }' +# with an empty list. +sp_cpp_lambda_argument_list_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( int x ){ ... }'. +sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the argument list of a C++11 lambda, as in +# '[](int x) { ... }'. +sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a lambda body and its call operator of an +# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. +sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=' in a prototype. +# +# If set to ignore, use sp_assign. +sp_assign_default = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space in 'enum {'. +# +# Default: add +sp_enum_brace = add # ignore/add/remove/force/not_defined + +# Add or remove space in 'NS_ENUM ('. +sp_enum_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment '=' in enum. +sp_enum_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment ':' in enum. +sp_enum_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around preprocessor '##' concatenation operator. +# +# Default: add +sp_pp_concat = add # ignore/add/remove/force/not_defined + +# Add or remove space after preprocessor '#' stringify operator. +# Also affects the '#@' charizing operator. +sp_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before preprocessor '#' stringify operator +# as in '#define x(y) L#y'. +sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around boolean operators '&&' and '||'. +sp_bool = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around compare operator '<', '>', '==', etc. +sp_compare = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')'. +sp_inside_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. +sp_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. +sp_cparen_oparen = ignore # ignore/add/remove/force/not_defined + +# Whether to balance spaces inside nested parentheses. +sp_balance_nested_parens = false # true/false + +# Add or remove space between ')' and '{'. +sp_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. +sp_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*'. +sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that isn't followed by a +# variable name. If set to ignore, sp_before_ptr_star is used instead. +sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by a qualifier. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_qualifier_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by 'operator' keyword. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_operator_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by +# a class scope (as in 'int *MyClass::method()') or namespace scope +# (as in 'int *my_ns::func()'). +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that is followed by '::', +# as in 'int *::func()'. +# If set to ignore, sp_before_unnamed_ptr_star is used instead. +sp_before_global_scope_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' that isn't +# followed by a variable name, as in '(char const *)'. If set to ignore, +# sp_before_ptr_star is used instead. +sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer stars '*', as in 'int ***a;'. +sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'. +sp_between_ptr_ref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a word. +# +# Overrides sp_type_func. +sp_after_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer caret '^', if followed by a word. +sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a qualifier. +sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_ptr_star and sp_type_func. +sp_after_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the variable +# in a function pointer definition. +sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the type +# in a function pointer type definition. +sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by an open +# parenthesis, as in 'void* (*)()'. +sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*', if followed by a function +# prototype or function definition. If set to ignore, sp_before_ptr_star is +# used instead. +sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' followed by +# the name of the function in a function prototype or definition, as in +# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. +sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' in the +# trailing return of a function prototype or function definition, as in +# 'auto foo() -> char const *'. +sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&'. +sp_before_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&' that isn't followed by a +# variable name. If set to ignore, sp_before_byref is used instead. +sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after reference sign '&', if followed by a word. +# +# Overrides sp_type_func. +sp_after_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_byref and sp_type_func. +sp_after_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&', if followed by a function +# prototype or function definition. +sp_before_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by an open +# parenthesis, as in 'char& (*)()'. +sp_byref_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and word. In cases where total removal of +# whitespace would be a syntax error, a value of 'remove' is treated the same +# as 'force'. +# +# This also affects some other instances of space following a type that are +# not covered by other options; for example, between the return type and +# parenthesis of a function type template argument, between the type and +# parenthesis of an array parameter, or between 'decltype(...)' and the +# following word. +# +# Default: force +sp_after_type = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype(...)' and word, +# brace or function call. +sp_after_decltype = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space before the parenthesis in the D constructs +# 'template Foo(' and 'class Foo('. +sp_before_template_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'template' and '<'. +# If set to ignore, sp_before_angle is used. +sp_template_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '<'. +sp_before_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<' and '>'. +sp_inside_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<>'. +# if empty. +sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and ':'. +sp_angle_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '>'. +sp_after_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '(' as found in 'new List(foo);'. +sp_angle_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '()' as found in 'new List();'. +sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and a word as in 'List m;' or +# 'template static ...'. +sp_angle_word = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = add # ignore/add/remove/force/not_defined + +# (C++11) Permit removal of the space between '>>' in 'foo >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = false # true/false + +# Add or remove space before '(' of control statements ('if', 'for', 'switch', +# 'while', etc.). +sp_before_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of control statements other than +# 'for'. +sp_inside_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of 'for' statements. +sp_inside_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '((' or '))' of control statements. +sp_sparen_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ')' of control statements. +sp_after_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of control statements. +sp_sparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'do' and '{'. +sp_do_brace_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'while'. +sp_brace_close_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'while' and '('. Overrides sp_before_sparen. +sp_while_paren_open = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'invariant' and '('. +sp_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space after the ')' in 'invariant (C) c'. +sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. +sp_special_semi = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ';'. +# +# Default: remove +sp_before_semi = remove # ignore/add/remove/force/not_defined + +# Add or remove space before ';' in non-empty 'for' statements. +sp_before_semi_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a semicolon of an empty left part of a for +# statement, as in 'for ( ; ; )'. +sp_before_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the semicolons of an empty middle part of a for +# statement, as in 'for ( ; ; )'. +sp_between_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ';', except when followed by a comment. +# +# Default: add +sp_after_semi = add # ignore/add/remove/force/not_defined + +# Add or remove space after ';' in non-empty 'for' statements. +# +# Default: force +sp_after_semi_for = force # ignore/add/remove/force/not_defined + +# Add or remove space after the final semicolon of an empty part of a for +# statement, as in 'for ( ; ; )'. +sp_after_semi_for_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' (except '[]'). +sp_before_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for a variable definition. +# +# Default: remove +sp_before_vardef_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for asm block. +sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[]'. +sp_before_squares = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before C++17 structured bindings. +sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside a non-empty '[' and ']'. +sp_inside_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '[]'. +# if empty. +sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and +# ']'. If set to ignore, sp_inside_square is used. +sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. +sp_after_comma = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. +# +# Default: remove +sp_before_comma = remove # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type +# like 'int[,,]'. +sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type +# like 'int[,,]'. +sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' in multidimensional array type +# like 'int[,,]'. +sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between an open parenthesis and comma, +# i.e. '(,' vs. '( ,'. +# +# Default: force +sp_paren_comma = force # ignore/add/remove/force/not_defined + +# Add or remove space between a type and ':'. +sp_type_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a type and '...'. +sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a '*' and '...'. +sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '...'. +sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '&&' and '...'. +sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and a qualifier such as 'const'. +sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and 'noexcept'. +sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class ':'. +sp_after_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before class ':'. +sp_before_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class constructor ':'. +# +# Default: add +sp_after_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before class constructor ':'. +# +# Default: add +sp_before_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before case ':'. +# +# Default: remove +sp_before_case_colon = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'operator' and operator sign. +sp_after_operator = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the operator symbol and the open parenthesis, as +# in 'operator ++('. +sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined + +# Overrides sp_after_operator_sym when the operator has no arguments, as in +# 'operator *()'. +sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or +# '(int)a' vs. '(int) a'. +sp_after_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove spaces inside cast parentheses. +sp_inside_paren_cast = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the type and open parenthesis in a C++ cast, +# i.e. 'int(exp)' vs. 'int (exp)'. +sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '('. +sp_sizeof_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '...'. +sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof...' and '('. +sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '...' and a parameter pack. +sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a parameter pack and '...'. +sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype' and '('. +sp_decltype_paren = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove space after the tag keyword. +sp_after_tag = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside enum '{' and '}'. +sp_inside_braces_enum = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside struct/union '{' and '}'. +sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' +sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after open brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before close brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside an unnamed temporary direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore +# works only if sp_before_type_brace_init_lst_close is set to ignore. +sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{' and '}'. +sp_inside_braces = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{}'. +# if empty. +sp_inside_braces_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around trailing return operator '->'. +sp_trailing_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between return type and function name. A minimum of 1 +# is forced except for pointer return types. +sp_type_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and open brace of an unnamed temporary +# direct-list-initialization. +sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function declaration. +sp_func_proto_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function declaration +# if empty. +sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' with a typedef specifier. +sp_func_type_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between alias name and '(' of a non-pointer function type typedef. +sp_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function definition +# if empty. +sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty function '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_fparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside function '(' and ')'. +sp_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user functor '(' and ')'. +sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty functor '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_rparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside functor '(' and ')'. +sp_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside the first parentheses in a function type, as in +# 'void (*x)(...)'. +sp_inside_tparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the ')' and '(' in a function type, as in +# 'void (*x)(...)'. +sp_after_tparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ']' and '(' when part of a function call. +sp_square_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of function. +sp_fparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of a function call in object +# initialization. +# +# Overrides sp_fparen_brace. +sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove space between ')' and '{{' of double brace initializer. +sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function calls. +sp_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function calls without +# parameters. If set to ignore (the default), sp_func_call_paren is used. +sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the user function name and '(' on function +# calls. You need to set a keyword to be a user function in the config file, +# like: +# set func_call_user tr _ i18n +sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user function '(' and ')'. +sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses with user functions, +# i.e. '((' vs. '( ('. +sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor/destructor and the open +# parenthesis. +sp_func_class_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor without parameters or destructor +# and '()'. +sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'return'. +# +# Default: force +sp_return = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '('. +sp_return_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '{'. +sp_return_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '__attribute__' and '('. +sp_attribute_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. +sp_defined_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and '(' in 'throw (something)'. +sp_throw_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and anything other than '(' as in +# '@throw [...];'. +sp_after_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'catch' and '(' in 'catch (something) { }'. +# If set to ignore, sp_before_sparen is used. +sp_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@catch' and '(' +# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. +sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before Objective-C protocol list +# as in '@protocol Protocol' or '@interface MyClass : NSObject'. +sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between class name and '(' +# in '@interface className(categoryName):BaseClass' +sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'version' and '(' +# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. +sp_version_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'scope' and '(' +# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. +sp_scope_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'super' and '(' in 'super (something)'. +# +# Default: remove +sp_super_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'this' and '(' in 'this (something)'. +# +# Default: remove +sp_this_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between a macro name and its definition. +sp_macro = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a macro function ')' and its definition. +sp_macro_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'else' and '{' if on the same line. +sp_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'else' if on the same line. +sp_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and the name of a typedef on the same line. +sp_brace_typedef = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '{' of a 'catch' statement, if the '{' and +# 'catch' are on the same line, as in 'catch (decl) {'. +sp_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' +# and '@catch' are on the same line, as in '@catch (decl) {'. +# If set to ignore, sp_catch_brace is used. +sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'catch' if on the same line. +sp_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '}' and '@catch' if on the same line. +# If set to ignore, sp_brace_catch is used. +sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'finally' and '{' if on the same line. +sp_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'finally' if on the same line. +sp_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'try' and '{' if on the same line. +sp_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between get/set and '{' if on the same line. +sp_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for C++ uniform +# initialization. +sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for a namespace. +# +# Default: add +sp_word_brace_ns = add # ignore/add/remove/force/not_defined + +# Add or remove space before the '::' operator. +sp_before_dc = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '::' operator. +sp_after_dc = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove around the D named array initializer ':' operator. +sp_d_array_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '!' (not) unary operator. +# +# Default: remove +sp_not = remove # ignore/add/remove/force/not_defined + +# Add or remove space between two '!' (not) unary operators. +# If set to ignore, sp_not will be used. +sp_not_not = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '~' (invert) unary operator. +# +# Default: remove +sp_inv = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '&' (address-of) unary operator. This does not +# affect the spacing after a '&' that is part of a type. +# +# Default: remove +sp_addr = remove # ignore/add/remove/force/not_defined + +# Add or remove space around the '.' or '->' operators. +# +# Default: remove +sp_member = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '*' (dereference) unary operator. This does +# not affect the spacing after a '*' that is part of a type. +# +# Default: remove +sp_deref = remove # ignore/add/remove/force/not_defined + +# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. +# +# Default: remove +sp_sign = remove # ignore/add/remove/force/not_defined + +# Add or remove space between '++' and '--' the word to which it is being +# applied, as in '(--x)' or 'y++;'. +# +# Default: remove +sp_incdec = remove # ignore/add/remove/force/not_defined + +# Add or remove space before a backslash-newline at the end of a line. +# +# Default: add +sp_before_nl_cont = add # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' +# or '+(int) bar;'. +sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. +sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. +sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. +sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue :1];'. +sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the (type) in message specs, +# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. +sp_after_oc_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the first (type) in message specs, +# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. +sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector' and '(', +# i.e. '@selector(msgName)' vs. '@selector (msgName)'. +# Also applies to '@protocol()' constructs. +sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector(x)' and the following word, +# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. +sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside '@selector' parentheses, +# i.e. '@selector(foo)' vs. '@selector( foo )'. +# Also applies to '@protocol()' constructs. +sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before a block pointer caret, +# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. +sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after a block pointer caret, +# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. +sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between the receiver and selector in a message, +# as in '[receiver selector ...]'. +sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after '@property'. +sp_after_oc_property = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@synchronized' and the open parenthesis, +# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. +sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the ':' in 'b ? t : f'. +sp_cond_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the '?' in 'b ? t : f'. +sp_cond_question = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_after = ignore # ignore/add/remove/force/not_defined + +# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' +# and ':'. +# +# Overrides all other sp_cond_* options. +sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined + +# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make +# sense here. +sp_case_label = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space around the D '..' operator. +sp_range = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_after_for_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_before_for_colon = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. +sp_extern_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening of a C++ comment, as in '// A'. +sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined + +# remove space after the '//' and the pvs command '-V1234', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_pvs = false # true/false + +# remove space after the '//' and the command 'lint', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_lint = false # true/false + +# Add or remove space in a C++ region marker comment, as in '// BEGIN'. +# A region marker is defined as a comment which is not preceded by other text +# (i.e. the comment is the first non-whitespace on the line), and which starts +# with either 'BEGIN' or 'END'. +# +# Overrides sp_cmt_cpp_start. +sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined + +# If true, space added with sp_cmt_cpp_start will be added after Doxygen +# sequences like '///', '///<', '//!' and '//!<'. +sp_cmt_cpp_doxygen = false # true/false + +# If true, space added with sp_cmt_cpp_start will be added after Qt translator +# or meta-data comments like '//:', '//=', and '//~'. +sp_cmt_cpp_qttr = false # true/false + +# Add or remove space between #else or #endif and a trailing comment. +sp_endif_cmt = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'new', 'delete' and 'delete[]'. +sp_after_new = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'new' and '(' in 'new()'. +sp_between_new_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and type in 'new(foo) BAR'. +sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside parentheses of the new operator +# as in 'new(foo) BAR'. +sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the open parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the close parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a trailing comment. +sp_before_tr_cmt = ignore # ignore/add/remove/force/not_defined + +# Number of spaces before a trailing comment. +sp_num_before_tr_cmt = 0 # unsigned number + +# Add or remove space before an embedded comment. +# +# Default: force +sp_before_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces before an embedded comment. +# +# Default: 1 +sp_num_before_emb_cmt = 1 # unsigned number + +# Add or remove space after an embedded comment. +# +# Default: force +sp_after_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces after an embedded comment. +# +# Default: 1 +sp_num_after_emb_cmt = 1 # unsigned number + +# (Java) Add or remove space between an annotation and the open parenthesis. +sp_annotation_paren = ignore # ignore/add/remove/force/not_defined + +# If true, vbrace tokens are dropped to the previous token and skipped. +sp_skip_vbrace_tokens = false # true/false + +# Add or remove space after 'noexcept'. +sp_after_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '_'. +sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a bit colon ':'. +sp_before_bit_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a bit colon ':'. +sp_after_bit_colon = ignore # ignore/add/remove/force/not_defined + +# If true, a is inserted after #define. +force_tab_after_define = false # true/false + +# +# Indenting options +# + +# The number of columns to indent per level. Usually 2, 3, 4, or 8. +# +# Default: 8 +indent_columns = 8 # unsigned number + +# Whether to ignore indent for the first continuation line. Subsequent +# continuation lines will still be indented to match the first. +indent_ignore_first_continue = false # true/false + +# The continuation indent. If non-zero, this overrides the indent of '(', '[' +# and '=' continuation indents. Negative values are OK; negative value is +# absolute and not increased for each '(' or '[' level. +# +# For FreeBSD, this is set to 4. +# Requires indent_ignore_first_continue=false. +indent_continue = 0 # number + +# The continuation indent, only for class header line(s). If non-zero, this +# overrides the indent of 'class' continuation indents. +# Requires indent_ignore_first_continue=false. +indent_continue_class_head = 0 # unsigned number + +# Whether to indent empty lines (i.e. lines which contain only spaces before +# the newline character). +indent_single_newlines = false # true/false + +# The continuation indent for func_*_param if they are true. If non-zero, this +# overrides the indent. +indent_param = 0 # unsigned number + +# How to use tabs when indenting code. +# +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces (default) +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: 1 +indent_with_tabs = 1 # unsigned number + +# Whether to indent comments that are not at a brace level with tabs on a +# tabstop. Requires indent_with_tabs=2. If false, will use spaces. +indent_cmt_with_tabs = false # true/false + +# Whether to indent strings broken by '\' so that they line up. +indent_align_string = false # true/false + +# The number of spaces to indent multi-line XML strings. +# Requires indent_align_string=true. +indent_xml_string = 0 # unsigned number + +# Spaces to indent '{' from level. +indent_brace = 0 # unsigned number + +# Whether braces are indented to the body level. +indent_braces = false # true/false + +# Whether to disable indenting function braces if indent_braces=true. +indent_braces_no_func = false # true/false + +# Whether to disable indenting class braces if indent_braces=true. +indent_braces_no_class = false # true/false + +# Whether to disable indenting struct braces if indent_braces=true. +indent_braces_no_struct = false # true/false + +# Whether to indent based on the size of the brace parent, +# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. +indent_brace_parent = false # true/false + +# Whether to indent based on the open parenthesis instead of the open brace +# in '({\n'. +indent_paren_open_brace = false # true/false + +# (C#) Whether to indent the brace of a C# delegate by another level. +indent_cs_delegate_brace = false # true/false + +# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by +# another level. +indent_cs_delegate_body = false # true/false + +# Whether to indent the body of a 'namespace'. +indent_namespace = false # true/false + +# Whether to indent only the first namespace, and not any nested namespaces. +# Requires indent_namespace=true. +indent_namespace_single_indent = false # true/false + +# The number of spaces to indent a namespace block. +# If set to zero, use the value indent_columns +indent_namespace_level = 0 # unsigned number + +# If the body of the namespace is longer than this number, it won't be +# indented. Requires indent_namespace=true. 0 means no limit. +indent_namespace_limit = 0 # unsigned number + +# Whether to indent only in inner namespaces (nested in other namespaces). +# Requires indent_namespace=true. +indent_namespace_inner_only = false # true/false + +# Whether the 'extern "C"' body is indented. +indent_extern = false # true/false + +# Whether the 'class' body is indented. +indent_class = false # true/false + +# Whether to ignore indent for the leading base class colon. +indent_ignore_before_class_colon = false # true/false + +# Additional indent before the leading base class colon. +# Negative values decrease indent down to the first column. +# Requires indent_ignore_before_class_colon=false and a newline break before +# the colon (see pos_class_colon and nl_class_colon) +indent_before_class_colon = 0 # number + +# Whether to indent the stuff after a leading base class colon. +indent_class_colon = false # true/false + +# Whether to indent based on a class colon instead of the stuff after the +# colon. Requires indent_class_colon=true. +indent_class_on_colon = false # true/false + +# Whether to ignore indent for a leading class initializer colon. +indent_ignore_before_constr_colon = false # true/false + +# Whether to indent the stuff after a leading class initializer colon. +indent_constr_colon = false # true/false + +# Virtual indent from the ':' for leading member initializers. +# +# Default: 2 +indent_ctor_init_leading = 2 # unsigned number + +# Virtual indent from the ':' for following member initializers. +# +# Default: 2 +indent_ctor_init_following = 2 # unsigned number + +# Additional indent for constructor initializer list. +# Negative values decrease indent down to the first column. +indent_ctor_init = 0 # number + +# Whether to indent 'if' following 'else' as a new block under the 'else'. +# If false, 'else\nif' is treated as 'else if' for indenting purposes. +indent_else_if = false # true/false + +# Amount to indent variable declarations after a open brace. +# +# <0: Relative +# >=0: Absolute +indent_var_def_blk = 0 # number + +# Whether to indent continued variable declarations instead of aligning. +indent_var_def_cont = false # true/false + +# How to indent continued shift expressions ('<<' and '>>'). +# Set align_left_shift=false when using this. +# 0: Align shift operators instead of indenting them (default) +# 1: Indent by one level +# -1: Preserve original indentation +indent_shift = 0 # number + +# Whether to force indentation of function definitions to start in column 1. +indent_func_def_force_col1 = false # true/false + +# Whether to indent continued function call parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_call_param = false # true/false + +# Whether to indent continued function definition parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_def_param = false # true/false + +# for function definitions, only if indent_func_def_param is false +# Allows to align params when appropriate and indent them when not +# behave as if it was true if paren position is more than this value +# if paren position is more than the option value +indent_func_def_param_paren_pos_threshold = 0 # unsigned number + +# Whether to indent continued function call prototype one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_proto_param = false # true/false + +# Whether to indent continued function call declaration one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_class_param = false # true/false + +# Whether to indent continued class variable constructors one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_ctor_var_param = false # true/false + +# Whether to indent continued template parameter list one indent level, +# rather than aligning parameters under the open parenthesis. +indent_template_param = false # true/false + +# Double the indent for indent_func_xxx_param options. +# Use both values of the options indent_columns and indent_param. +indent_func_param_double = false # true/false + +# Indentation column for standalone 'const' qualifier on a function +# prototype. +indent_func_const = 0 # unsigned number + +# Indentation column for standalone 'throw' qualifier on a function +# prototype. +indent_func_throw = 0 # unsigned number + +# How to indent within a macro followed by a brace on the same line +# This allows reducing the indent in macros that have (for example) +# `do { ... } while (0)` blocks bracketing them. +# +# true: add an indent for the brace on the same line as the macro +# false: do not add an indent for the brace on the same line as the macro +# +# Default: true +indent_macro_brace = true # true/false + +# The number of spaces to indent a continued '->' or '.'. +# Usually set to 0, 1, or indent_columns. +indent_member = 0 # unsigned number + +# Whether lines broken at '.' or '->' should be indented by a single indent. +# The indent_member option will not be effective if this is set to true. +indent_member_single = false # true/false + +# Spaces to indent single line ('//') comments on lines before code. +indent_single_line_comments_before = 0 # unsigned number + +# Spaces to indent single line ('//') comments on lines after code. +indent_single_line_comments_after = 0 # unsigned number + +# When opening a paren for a control statement (if, for, while, etc), increase +# the indent level by this value. Negative values decrease the indent level. +indent_sparen_extra = 0 # number + +# Whether to indent trailing single line ('//') comments relative to the code +# instead of trying to keep the same absolute column. +indent_relative_single_line_comments = false # true/false + +# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. +# It might be wise to choose the same value for the option indent_case_brace. +indent_switch_case = 0 # unsigned number + +# Spaces to indent the body of a 'switch' before any 'case'. +# Usually the same as indent_columns or indent_switch_case. +indent_switch_body = 0 # unsigned number + +# Whether to ignore indent for '{' following 'case'. +indent_ignore_case_brace = false # true/false + +# Spaces to indent '{' from 'case'. By default, the brace will appear under +# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. +# It might be wise to choose the same value for the option indent_switch_case. +indent_case_brace = 0 # number + +# indent 'break' with 'case' from 'switch'. +indent_switch_break_with_case = false # true/false + +# Whether to indent preprocessor statements inside of switch statements. +# +# Default: true +indent_switch_pp = true # true/false + +# Spaces to shift the 'case' line, without affecting any other lines. +# Usually 0. +indent_case_shift = 0 # unsigned number + +# Whether to align comments before 'case' with the 'case'. +# +# Default: true +indent_case_comment = true # true/false + +# Whether to indent comments not found in first column. +# +# Default: true +indent_comment = true # true/false + +# Whether to indent comments found in first column. +indent_col1_comment = false # true/false + +# Whether to indent multi string literal in first column. +indent_col1_multi_string_literal = false # true/false + +# Align comments on adjacent lines that are this many columns apart or less. +# +# Default: 3 +indent_comment_align_thresh = 3 # unsigned number + +# Whether to ignore indent for goto labels. +indent_ignore_label = false # true/false + +# How to indent goto labels. Requires indent_ignore_label=false. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_label = 1 # number + +# How to indent access specifiers that are followed by a +# colon. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_access_spec = 1 # number + +# Whether to indent the code after an access specifier by one level. +# If true, this option forces 'indent_access_spec=0'. +indent_access_spec_body = false # true/false + +# If an open parenthesis is followed by a newline, whether to indent the next +# line so that it lines up after the open parenthesis (not recommended). +indent_paren_nl = false # true/false + +# How to indent a close parenthesis after a newline. +# +# 0: Indent to body level (default) +# 1: Align under the open parenthesis +# 2: Indent to the brace level +# -1: Preserve original indentation +indent_paren_close = 0 # number + +# Whether to indent the open parenthesis of a function definition, +# if the parenthesis is on its own line. +indent_paren_after_func_def = false # true/false + +# Whether to indent the open parenthesis of a function declaration, +# if the parenthesis is on its own line. +indent_paren_after_func_decl = false # true/false + +# Whether to indent the open parenthesis of a function call, +# if the parenthesis is on its own line. +indent_paren_after_func_call = false # true/false + +# How to indent a comma when inside braces. +# 0: Indent by one level (default) +# 1: Align under the open brace +# -1: Preserve original indentation +indent_comma_brace = 0 # number + +# How to indent a comma when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_comma_paren = 0 # number + +# How to indent a Boolean operator when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_bool_paren = 0 # number + +# Whether to ignore the indentation of a Boolean operator when outside +# parentheses. +indent_ignore_bool = false # true/false + +# Whether to ignore the indentation of an arithmetic operator. +indent_ignore_arith = false # true/false + +# Whether to indent a semicolon when inside a for parenthesis. +# If true, aligns under the open for parenthesis. +indent_semicolon_for_paren = false # true/false + +# Whether to ignore the indentation of a semicolon outside of a 'for' +# statement. +indent_ignore_semicolon = false # true/false + +# Whether to align the first expression to following ones +# if indent_bool_paren=1. +indent_first_bool_expr = false # true/false + +# Whether to align the first expression to following ones +# if indent_semicolon_for_paren=true. +indent_first_for_expr = false # true/false + +# If an open square is followed by a newline, whether to indent the next line +# so that it lines up after the open square (not recommended). +indent_square_nl = false # true/false + +# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. +indent_preserve_sql = false # true/false + +# Whether to ignore the indentation of an assignment operator. +indent_ignore_assign = false # true/false + +# Whether to align continued statements at the '='. If false or if the '=' is +# followed by a newline, the next line is indent one tab. +# +# Default: true +indent_align_assign = true # true/false + +# If true, the indentation of the chunks after a '=' sequence will be set at +# LHS token indentation column before '='. +indent_off_after_assign = false # true/false + +# Whether to align continued statements at the '('. If false or the '(' is +# followed by a newline, the next line indent is one tab. +# +# Default: true +indent_align_paren = true # true/false + +# (OC) Whether to indent Objective-C code inside message selectors. +indent_oc_inside_msg_sel = false # true/false + +# (OC) Whether to indent Objective-C blocks at brace level instead of usual +# rules. +indent_oc_block = false # true/false + +# (OC) Indent for Objective-C blocks in a message relative to the parameter +# name. +# +# =0: Use indent_oc_block rules +# >0: Use specified number of spaces to indent +indent_oc_block_msg = 0 # unsigned number + +# (OC) Minimum indent for subsequent parameters +indent_oc_msg_colon = 0 # unsigned number + +# (OC) Whether to prioritize aligning with initial colon (and stripping spaces +# from lines, if necessary). +# +# Default: true +indent_oc_msg_prioritize_first_colon = true # true/false + +# (OC) Whether to indent blocks the way that Xcode does by default +# (from the keyword if the parameter is on its own line; otherwise, from the +# previous indentation level). Requires indent_oc_block_msg=true. +indent_oc_block_msg_xcode_style = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a +# message keyword. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_keyword = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a message +# colon. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_colon = false # true/false + +# (OC) Whether to indent blocks from where the block caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_caret = false # true/false + +# (OC) Whether to indent blocks from where the brace caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_brace = false # true/false + +# When indenting after virtual brace open and newline add further spaces to +# reach this minimum indent. +indent_min_vbrace_open = 0 # unsigned number + +# Whether to add further spaces after regular indent to reach next tabstop +# when indenting after virtual brace open and newline. +indent_vbrace_open_on_tabstop = false # true/false + +# How to indent after a brace followed by another token (not a newline). +# true: indent all contained lines to match the token +# false: indent all contained lines to match the brace +# +# Default: true +indent_token_after_brace = true # true/false + +# Whether to indent the body of a C++11 lambda. +indent_cpp_lambda_body = false # true/false + +# How to indent compound literals that are being returned. +# true: add both the indent from return & the compound literal open brace +# (i.e. 2 indent levels) +# false: only indent 1 level, don't add the indent for the open brace, only +# add the indent for the return. +# +# Default: true +indent_compound_literal_return = true # true/false + +# (C#) Whether to indent a 'using' block if no braces are used. +# +# Default: true +indent_using_block = true # true/false + +# How to indent the continuation of ternary operator. +# +# 0: Off (default) +# 1: When the `if_false` is a continuation, indent it under the `if_true` branch +# 2: When the `:` is a continuation, indent it under `?` +indent_ternary_operator = 0 # unsigned number + +# Whether to indent the statements inside ternary operator. +indent_inside_ternary_operator = false # true/false + +# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. +indent_off_after_return = false # true/false + +# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. +indent_off_after_return_new = false # true/false + +# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. +indent_single_after_return = false # true/false + +# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they +# have their own indentation). +indent_ignore_asm_block = false # true/false + +# Don't indent the close parenthesis of a function definition, +# if the parenthesis is on its own line. +donot_indent_func_def_close_paren = false # true/false + +# +# Newline adding and removing options +# + +# Whether to collapse empty blocks between '{' and '}' except for functions. +# Use nl_collapse_empty_body_functions to specify how empty function braces +# should be formatted. +nl_collapse_empty_body = false # true/false + +# Whether to collapse empty blocks between '{' and '}' for functions only. +# If true, overrides nl_inside_empty_func. +nl_collapse_empty_body_functions = false # true/false + +# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. +nl_assign_leave_one_liners = false # true/false + +# Don't split one-line braced statements inside a 'class xx { }' body. +nl_class_leave_one_liners = false # true/false + +# Don't split one-line enums, as in 'enum foo { BAR = 15 };' +nl_enum_leave_one_liners = false # true/false + +# Don't split one-line get or set functions. +nl_getset_leave_one_liners = false # true/false + +# (C#) Don't split one-line property get or set functions. +nl_cs_property_leave_one_liners = false # true/false + +# Don't split one-line function definitions, as in 'int foo() { return 0; }'. +# might modify nl_func_type_name +nl_func_leave_one_liners = false # true/false + +# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. +nl_cpp_lambda_leave_one_liners = false # true/false + +# Don't split one-line if/else statements, as in 'if(...) b++;'. +nl_if_leave_one_liners = false # true/false + +# Don't split one-line while statements, as in 'while(...) b++;'. +nl_while_leave_one_liners = false # true/false + +# Don't split one-line do statements, as in 'do { b++; } while(...);'. +nl_do_leave_one_liners = false # true/false + +# Don't split one-line for statements, as in 'for(...) b++;'. +nl_for_leave_one_liners = false # true/false + +# (OC) Don't split one-line Objective-C messages. +nl_oc_msg_leave_one_liner = false # true/false + +# (OC) Add or remove newline between method declaration and '{'. +nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between Objective-C block signature and '{'. +nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@interface' statement. +nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@implementation' statement. +nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@end' statement. +nl_oc_before_end = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@interface' and '{'. +nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@implementation' and '{'. +nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newlines at the start of the file. +nl_start_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the start of the file (only used if +# nl_start_of_file is 'add' or 'force'). +nl_start_of_file_min = 0 # unsigned number + +# Add or remove newline at the end of the file. +nl_end_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the end of the file (only used if +# nl_end_of_file is 'add' or 'force'). +nl_end_of_file_min = 0 # unsigned number + +# Add or remove newline between '=' and '{'. +nl_assign_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between '=' and '['. +nl_assign_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '[]' and '{'. +nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline after '= ['. Will also affect the newline before +# the ']'. +nl_after_square_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function call's ')' and '{', as in +# 'list_for_each(item, &list) { }'. +nl_fcall_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and '{'. +nl_enum_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and 'class'. +nl_enum_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' and the identifier. +nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' type and ':'. +nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class identifier :' and type. +nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'struct and '{'. +nl_struct_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'union' and '{'. +nl_union_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'if' and '{'. +nl_if_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'else'. +nl_brace_else = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else if' and '{'. If set to ignore, +# nl_if_brace is used instead. +nl_elseif_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and '{'. +nl_else_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and 'if'. +nl_else_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before '{' opening brace +nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before 'if'/'else if' closing parenthesis. +nl_before_if_closing_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'finally'. +nl_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'finally' and '{'. +nl_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'try' and '{'. +nl_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between get/set and '{'. +nl_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'for' and '{'. +nl_for_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the '{' of a 'catch' statement, as in +# 'catch (decl) {'. +nl_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline before the '{' of a '@catch' statement, as in +# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. +nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'catch'. +nl_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, +# nl_brace_catch is used. +nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ']'. +nl_brace_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ')' in a function invocation. +nl_brace_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'while' and '{'. +nl_while_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'scope (x)' and '{'. +nl_scope_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'unittest' and '{'. +nl_unittest_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'version (x)' and '{'. +nl_version_brace = ignore # ignore/add/remove/force/not_defined + +# (C#) Add or remove newline between 'using' and '{'. +nl_using_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between two open or close braces. Due to general +# newline/brace handling, REMOVE may not work. +nl_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'do' and '{'. +nl_do_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'while' of 'do' statement. +nl_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'switch' and '{'. +nl_switch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'synchronized' and '{'. +nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined + +# Add a newline between ')' and '{' if the ')' is on a different line than the +# if/for/etc. +# +# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and +# nl_catch_brace. +nl_multi_line_cond = false # true/false + +# Add a newline after '(' if an if/for/while/switch condition spans multiple +# lines +nl_multi_line_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add a newline before ')' if an if/for/while/switch condition spans multiple +# lines. Overrides nl_before_if_closing_paren if both are specified. +nl_multi_line_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Force a newline in a define after the macro name for multi-line defines. +nl_multi_line_define = false # true/false + +# Whether to add a newline before 'case', and a blank line before a 'case' +# statement that follows a ';' or '}'. +nl_before_case = false # true/false + +# Whether to add a newline after a 'case' statement. +nl_after_case = false # true/false + +# Add or remove newline between a case ':' and '{'. +# +# Overrides nl_after_case. +nl_case_colon_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between ')' and 'throw'. +nl_before_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'namespace' and '{'. +nl_namespace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class. +nl_template_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class declaration. +# +# Overrides nl_template_class. +nl_template_class_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class declaration. +# +# Overrides nl_template_class_decl. +nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class definition. +# +# Overrides nl_template_class. +nl_template_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class definition. +# +# Overrides nl_template_class_def. +nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function. +nl_template_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# declaration. +# +# Overrides nl_template_func. +nl_template_func_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# declaration. +# +# Overrides nl_template_func_decl. +nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# definition. +# +# Overrides nl_template_func. +nl_template_func_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# definition. +# +# Overrides nl_template_func_def. +nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template variable. +nl_template_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'template<...>' and 'using' of a templated +# type alias. +nl_template_using = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'class' and '{'. +nl_class_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before or after (depending on pos_class_comma, +# may not be IGNORE) each',' in the base class list. +nl_class_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in the constructor member +# initialization. Related to nl_constr_colon, pos_constr_colon and +# pos_constr_comma. +nl_constr_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before first element, after comma, and after last +# element, in 'enum'. +nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a function +# definition. +# might be modified by nl_func_leave_one_liners +nl_func_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name inside a class +# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name +# is used instead. +nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between class specification and '::' +# in 'void A::f() { }'. Only appears in separate member implementation (does +# not appear with in-line implementation). +nl_func_class_scope = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function scope and name, as in +# 'void A :: f() { }'. +nl_func_scope_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a prototype. +nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# declaration. +nl_func_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_paren for functions with no parameters. +nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# definition. +nl_func_def_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_paren for functions with no parameters. +nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# call. +nl_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_call_paren for functions with no parameters. +nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function declaration. +nl_func_decl_start = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function definition. +nl_func_def_start = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_start when there is only one parameter. +nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_start when there is only one parameter. +nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_start is used instead. +nl_func_decl_start_multi_line = false # true/false + +# Whether to add a newline after '(' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_start is used instead. +nl_func_def_start_multi_line = false # true/false + +# Add or remove newline after each ',' in a function declaration. +nl_func_decl_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function definition. +nl_func_def_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function call. +nl_func_call_args = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after each ',' in a function declaration if '(' +# and ')' are in different lines. If false, nl_func_decl_args is used instead. +nl_func_decl_args_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function definition if '(' +# and ')' are in different lines. If false, nl_func_def_args is used instead. +nl_func_def_args_multi_line = false # true/false + +# Add or remove newline before the ')' in a function declaration. +nl_func_decl_end = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before the ')' in a function definition. +nl_func_def_end = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_end when there is only one parameter. +nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_end when there is only one parameter. +nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_end is used instead. +nl_func_decl_end_multi_line = false # true/false + +# Whether to add a newline before ')' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_end is used instead. +nl_func_def_end_multi_line = false # true/false + +# Add or remove newline between '()' in a function declaration. +nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function definition. +nl_func_def_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function call. +nl_func_call_empty = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call, +# has preference over nl_func_call_start_multi_line. +nl_func_call_start = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function call. +nl_func_call_end = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call if '(' and ')' are in +# different lines. +nl_func_call_start_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function call if '(' and ')' +# are in different lines. +nl_func_call_args_multi_line = false # true/false + +# Whether to add a newline before ')' in a function call if '(' and ')' are in +# different lines. +nl_func_call_end_multi_line = false # true/false + +# Whether to respect nl_func_call_XXX option in case of closure args. +nl_func_call_args_multi_line_ignore_closures = false # true/false + +# Whether to add a newline after '<' of a template parameter list. +nl_template_start = false # true/false + +# Whether to add a newline after each ',' in a template parameter list. +nl_template_args = false # true/false + +# Whether to add a newline before '>' of a template parameter list. +nl_template_end = false # true/false + +# (OC) Whether to put each Objective-C message parameter on a separate line. +# See nl_oc_msg_leave_one_liner. +nl_oc_msg_args = false # true/false + +# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. +nl_oc_msg_args_min_params = 0 # unsigned number + +# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. +nl_oc_msg_args_max_code_width = 0 # unsigned number + +# Add or remove newline between function signature and '{'. +nl_fdef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function signature and '{', +# if signature ends with ')'. Overrides nl_fdef_brace. +nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between C++11 lambda signature and '{'. +nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'return' and the return expression. +nl_return_expr = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'throw' and the throw expression. +nl_throw_expr = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after semicolons, except in 'for' statements. +nl_after_semicolon = false # true/false + +# (Java) Add or remove newline between the ')' and '{{' of the double brace +# initializer. +nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the type in an unnamed temporary +# direct-list-initialization, better: +# before a direct-list-initialization. +nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the open brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before the close brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before '{'. +nl_before_brace_open = false # true/false + +# Whether to add a newline after '{'. +nl_after_brace_open = false # true/false + +# Whether to add a newline between the open brace and a trailing single-line +# comment. Requires nl_after_brace_open=true. +nl_after_brace_open_cmt = false # true/false + +# Whether to add a newline after a virtual brace open with a non-empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open = false # true/false + +# Whether to add a newline after a virtual brace open with an empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open_empty = false # true/false + +# Whether to add a newline after '}'. Does not apply if followed by a +# necessary ';'. +nl_after_brace_close = false # true/false + +# Whether to add a newline after a virtual brace close, +# as in 'if (foo) a++; return;'. +nl_after_vbrace_close = false # true/false + +# Add or remove newline between the close brace and identifier, +# as in 'struct { int a; } b;'. Affects enumerations, unions and +# structures. If set to ignore, uses nl_after_brace_close. +nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined + +# Whether to alter newlines in '#define' macros. +nl_define_macro = false # true/false + +# Whether to alter newlines between consecutive parenthesis closes. The number +# of closing parentheses in a line will depend on respective open parenthesis +# lines. +nl_squeeze_paren_close = false # true/false + +# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and +# '#endif'. Does not affect top-level #ifdefs. +nl_squeeze_ifdef = false # true/false + +# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. +nl_squeeze_ifdef_top_level = false # true/false + +# Add or remove blank line before 'if'. +nl_before_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'if' statement. Add/Force work only if the +# next token is not a closing brace. +nl_after_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'for'. +nl_before_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'for' statement. +nl_after_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'while'. +nl_before_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'while' statement. +nl_after_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'switch'. +nl_before_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'switch' statement. +nl_after_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'synchronized'. +nl_before_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'synchronized' statement. +nl_after_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'do'. +nl_before_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'do/while' statement. +nl_after_do = ignore # ignore/add/remove/force/not_defined + +# Ignore nl_before_{if,for,switch,do,synchronized} if the control +# statement is immediately after a case statement. +# if nl_before_{if,for,switch,do} is set to remove, this option +# does nothing. +nl_before_ignore_after_case = false # true/false + +# Whether to put a blank line before 'return' statements, unless after an open +# brace. +nl_before_return = false # true/false + +# Whether to put a blank line after 'return' statements, unless followed by a +# close brace. +nl_after_return = false # true/false + +# Whether to put a blank line before a member '.' or '->' operators. +nl_before_member = ignore # ignore/add/remove/force/not_defined + +# (Java) Whether to put a blank line after a member '.' or '->' operators. +nl_after_member = ignore # ignore/add/remove/force/not_defined + +# Whether to double-space commented-entries in 'struct'/'union'/'enum'. +nl_ds_struct_enum_cmt = false # true/false + +# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. +# (Lower priority than eat_blanks_before_close_brace.) +nl_ds_struct_enum_close_brace = false # true/false + +# Add or remove newline before or after (depending on pos_class_colon) a class +# colon, as in 'class Foo : public Bar'. +nl_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline around a class constructor colon. The exact position +# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. +nl_constr_colon = ignore # ignore/add/remove/force/not_defined + +# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' +# into a single line. If true, prevents other brace newline rules from turning +# such code into four lines. If true, it also preserves one-liner namespaces. +nl_namespace_two_to_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced if statements, turning them +# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. +nl_create_if_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced for statements, turning them +# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. +nl_create_for_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced while statements, turning +# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. +nl_create_while_one_liner = false # true/false + +# Whether to collapse a function definition whose body (not counting braces) +# is only one line so that the entire definition (prototype, braces, body) is +# a single line. +nl_create_func_def_one_liner = false # true/false + +# Whether to split one-line simple list definitions into three lines by +# adding newlines, as in 'int a[12] = { 0 };'. +nl_create_list_one_liner = false # true/false + +# Whether to split one-line simple unbraced if statements into two lines by +# adding a newline, as in 'if(b) i++;'. +nl_split_if_one_liner = false # true/false + +# Whether to split one-line simple unbraced for statements into two lines by +# adding a newline, as in 'for (...) stmt;'. +nl_split_for_one_liner = false # true/false + +# Whether to split one-line simple unbraced while statements into two lines by +# adding a newline, as in 'while (expr) stmt;'. +nl_split_while_one_liner = false # true/false + +# Don't add a newline before a cpp-comment in a parameter list of a function +# call. +donot_add_nl_before_cpp_comment = false # true/false + +# +# Blank line options +# + +# The maximum number of consecutive newlines (3 = 2 blank lines). +nl_max = 0 # unsigned number + +# The maximum number of consecutive newlines in a function. +nl_max_blank_in_func = 0 # unsigned number + +# The number of newlines inside an empty function body. +# This option overrides eat_blanks_after_open_brace and +# eat_blanks_before_close_brace, but is ignored when +# nl_collapse_empty_body_functions=true +nl_inside_empty_func = 0 # unsigned number + +# The number of newlines before a function prototype. +nl_before_func_body_proto = 0 # unsigned number + +# The number of newlines before a multi-line function definition. Where +# applicable, this option is overridden with eat_blanks_after_open_brace=true +nl_before_func_body_def = 0 # unsigned number + +# The number of newlines before a class constructor/destructor prototype. +nl_before_func_class_proto = 0 # unsigned number + +# The number of newlines before a class constructor/destructor definition. +nl_before_func_class_def = 0 # unsigned number + +# The number of newlines after a function prototype. +nl_after_func_proto = 0 # unsigned number + +# The number of newlines after a function prototype, if not followed by +# another function prototype. +nl_after_func_proto_group = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype. +nl_after_func_class_proto = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype, +# if not followed by another constructor/destructor prototype. +nl_after_func_class_proto_group = 0 # unsigned number + +# Whether one-line method definitions inside a class body should be treated +# as if they were prototypes for the purposes of adding newlines. +# +# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def +# and nl_before_func_class_def for one-liners. +nl_class_leave_one_liner_groups = false # true/false + +# The number of newlines after '}' of a multi-line function body. +# +# Overrides nl_min_after_func_body and nl_max_after_func_body. +nl_after_func_body = 0 # unsigned number + +# The minimum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +nl_min_after_func_body = 0 # unsigned number + +# The maximum number of newlines after '}' of a multi-line function body. +# +# Only works when nl_after_func_body is 0. +# Takes precedence over nl_min_after_func_body. +nl_max_after_func_body = 0 # unsigned number + +# The number of newlines after '}' of a multi-line function body in a class +# declaration. Also affects class constructors/destructors. +# +# Overrides nl_after_func_body. +nl_after_func_body_class = 0 # unsigned number + +# The number of newlines after '}' of a single line function body. Also +# affects class constructors/destructors. +# +# Overrides nl_after_func_body and nl_after_func_body_class. +nl_after_func_body_one_liner = 0 # unsigned number + +# The number of newlines before a block of typedefs. If nl_after_access_spec +# is non-zero, that option takes precedence. +# +# 0: No change (default). +nl_typedef_blk_start = 0 # unsigned number + +# The number of newlines after a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_in = 0 # unsigned number + +# The minimum number of blank lines after a block of variable definitions +# at the top of a function body. If any preprocessor directives appear +# between the opening brace of the function and the variable block, then +# it is considered as not at the top of the function.Newlines are added +# before trailing preprocessor directives, if any exist. +# +# 0: No change (default). +nl_var_def_blk_end_func_top = 0 # unsigned number + +# The minimum number of empty newlines before a block of variable definitions +# not at the top of a function body. If nl_after_access_spec is non-zero, +# that option takes precedence. Newlines are not added at the top of the +# file or just after an opening brace. Newlines are added above any +# preprocessor directives before the block. +# +# 0: No change (default). +nl_var_def_blk_start = 0 # unsigned number + +# The minimum number of empty newlines after a block of variable definitions +# not at the top of a function body. Newlines are not added if the block +# is at the bottom of the file or just before a preprocessor directive. +# +# 0: No change (default). +nl_var_def_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of variable +# definitions. +# +# 0: No change (default). +nl_var_def_blk_in = 0 # unsigned number + +# The minimum number of newlines before a multi-line comment. +# Doesn't apply if after a brace open or another multi-line comment. +nl_before_block_comment = 0 # unsigned number + +# The minimum number of newlines before a single-line C comment. +# Doesn't apply if after a brace open or other single-line C comments. +nl_before_c_comment = 0 # unsigned number + +# The minimum number of newlines before a CPP comment. +# Doesn't apply if after a brace open or other CPP comments. +nl_before_cpp_comment = 0 # unsigned number + +# Whether to force a newline after a multi-line comment. +nl_after_multiline_comment = false # true/false + +# Whether to force a newline after a label's colon. +nl_after_label_colon = false # true/false + +# The number of newlines before a struct definition. +nl_before_struct = 0 # unsigned number + +# The number of newlines after '}' or ';' of a struct/enum/union definition. +nl_after_struct = 0 # unsigned number + +# The number of newlines before a class definition. +nl_before_class = 0 # unsigned number + +# The number of newlines after '}' or ';' of a class definition. +nl_after_class = 0 # unsigned number + +# The number of newlines before a namespace. +nl_before_namespace = 0 # unsigned number + +# The number of newlines after '{' of a namespace. This also adds newlines +# before the matching '}'. +# +# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if +# applicable, otherwise no change. +# +# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. +nl_inside_namespace = 0 # unsigned number + +# The number of newlines after '}' of a namespace. +nl_after_namespace = 0 # unsigned number + +# The number of newlines before an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +nl_before_access_spec = 0 # unsigned number + +# The number of newlines after an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +# +# Overrides nl_typedef_blk_start and nl_var_def_blk_start. +nl_after_access_spec = 0 # unsigned number + +# The number of newlines between a function definition and the function +# comment, as in '// comment\n void foo() {...}'. +# +# 0: No change (default). +nl_comment_func_def = 0 # unsigned number + +# The number of newlines after a try-catch-finally block that isn't followed +# by a brace close. +# +# 0: No change (default). +nl_after_try_catch_finally = 0 # unsigned number + +# (C#) The number of newlines before and after a property, indexer or event +# declaration. +# +# 0: No change (default). +nl_around_cs_property = 0 # unsigned number + +# (C#) The number of newlines between the get/set/add/remove handlers. +# +# 0: No change (default). +nl_between_get_set = 0 # unsigned number + +# (C#) Add or remove newline between property and the '{'. +nl_property_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove blank lines after '{'. +eat_blanks_after_open_brace = false # true/false + +# Whether to remove blank lines before '}'. +eat_blanks_before_close_brace = false # true/false + +# How aggressively to remove extra newlines not in preprocessor. +# +# 0: No change (default) +# 1: Remove most newlines not handled by other config +# 2: Remove all newlines and reformat completely by config +nl_remove_extra_newlines = 0 # unsigned number + +# (Java) Add or remove newline after an annotation statement. Only affects +# annotations that are after a newline. +nl_after_annotation = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove newline between two annotations. +nl_between_annotation = ignore # ignore/add/remove/force/not_defined + +# The number of newlines before a whole-file #ifdef. +# +# 0: No change (default). +nl_before_whole_file_ifdef = 0 # unsigned number + +# The number of newlines after a whole-file #ifdef. +# +# 0: No change (default). +nl_after_whole_file_ifdef = 0 # unsigned number + +# The number of newlines before a whole-file #endif. +# +# 0: No change (default). +nl_before_whole_file_endif = 0 # unsigned number + +# The number of newlines after a whole-file #endif. +# +# 0: No change (default). +nl_after_whole_file_endif = 0 # unsigned number + +# +# Positioning options +# + +# The position of arithmetic operators in wrapped expressions. +pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of assignment in wrapped expressions. Do not affect '=' +# followed by '{'. +pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of Boolean operators in wrapped expressions. +pos_bool = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of comparison operators in wrapped expressions. +pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of conditional operators, as in the '?' and ':' of +# 'expr ? stmt : stmt', in wrapped expressions. +pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in wrapped expressions. +pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in enum entries. +pos_enum_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the base class list if there is more than one +# line. Affects nl_class_init_args. +pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the constructor initialization list. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. +pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of trailing/leading class colon, between class and base class +# list. Affects nl_class_colon. +pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of colons between constructor and member initialization. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. +pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of shift operators in wrapped expressions. +pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# +# Line splitting options +# + +# Try to limit code width to N columns. +code_width = 0 # unsigned number + +# Whether to fully split long 'for' statements at semi-colons. +ls_for_split_full = false # true/false + +# Whether to fully split long function prototypes/calls at commas. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_func_split_full = false # true/false + +# Whether to split lines as close to code_width as possible and ignore some +# groupings. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_code_width = false # true/false + +# +# Code alignment options (not left column spaces/tabs) +# + +# Whether to keep non-indenting tabs. +align_keep_tabs = false # true/false + +# Whether to use tabs for aligning. +align_with_tabs = false # true/false + +# Whether to bump out to the next tab when aligning. +align_on_tabstop = false # true/false + +# Whether to right-align numbers. +align_number_right = false # true/false + +# Whether to keep whitespace not required for alignment. +align_keep_extra_space = false # true/false + +# Whether to align variable definitions in prototypes and functions. +align_func_params = false # true/false + +# The span for aligning parameter definitions in function on parameter name. +# +# 0: Don't align (default). +align_func_params_span = 0 # unsigned number + +# The threshold for aligning function parameter definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_params_thresh = 0 # number + +# The gap for aligning function parameter definitions. +align_func_params_gap = 0 # unsigned number + +# The span for aligning constructor value. +# +# 0: Don't align (default). +align_constr_value_span = 0 # unsigned number + +# The threshold for aligning constructor value. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_constr_value_thresh = 0 # number + +# The gap for aligning constructor value. +align_constr_value_gap = 0 # unsigned number + +# Whether to align parameters in single-line functions that have the same +# name. The function names must already be aligned with each other. +align_same_func_call_params = false # true/false + +# The span for aligning function-call parameters for single line functions. +# +# 0: Don't align (default). +align_same_func_call_params_span = 0 # unsigned number + +# The threshold for aligning function-call parameters for single line +# functions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_same_func_call_params_thresh = 0 # number + +# The span for aligning variable definitions. +# +# 0: Don't align (default). +align_var_def_span = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of variable definitions. +# +# 0: Part of the type 'void * foo;' (default) +# 1: Part of the variable 'void *foo;' +# 2: Dangling 'void *foo;' +# Dangling: the '*' will not be taken into account when aligning. +align_var_def_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of variable definitions. +# +# 0: Part of the type 'long & foo;' (default) +# 1: Part of the variable 'long &foo;' +# 2: Dangling 'long &foo;' +# Dangling: the '&' will not be taken into account when aligning. +align_var_def_amp_style = 0 # unsigned number + +# The threshold for aligning variable definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_def_thresh = 0 # number + +# The gap for aligning variable definitions. +align_var_def_gap = 0 # unsigned number + +# Whether to align the colon in struct bit fields. +align_var_def_colon = false # true/false + +# The gap for aligning the colon in struct bit fields. +align_var_def_colon_gap = 0 # unsigned number + +# Whether to align any attribute after the variable name. +align_var_def_attribute = false # true/false + +# Whether to align inline struct/enum/union variable definitions. +align_var_def_inline = false # true/false + +# The span for aligning on '=' in assignments. +# +# 0: Don't align (default). +align_assign_span = 0 # unsigned number + +# The span for aligning on '=' in function prototype modifier. +# +# 0: Don't align (default). +align_assign_func_proto_span = 0 # unsigned number + +# The threshold for aligning on '=' in assignments. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_assign_thresh = 0 # number + +# Whether to align on the left most assignment when multiple +# definitions are found on the same line. +# Depends on 'align_assign_span' and 'align_assign_thresh' settings. +align_assign_on_multi_var_defs = false # true/false + +# The span for aligning on '{' in braced init list. +# +# 0: Don't align (default). +align_braced_init_list_span = 0 # unsigned number + +# The threshold for aligning on '{' in braced init list. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_braced_init_list_thresh = 0 # number + +# How to apply align_assign_span to function declaration "assignments", i.e. +# 'virtual void foo() = 0' or '~foo() = {default|delete}'. +# +# 0: Align with other assignments (default) +# 1: Align with each other, ignoring regular assignments +# 2: Don't align +align_assign_decl_func = 0 # unsigned number + +# The span for aligning on '=' in enums. +# +# 0: Don't align (default). +align_enum_equ_span = 0 # unsigned number + +# The threshold for aligning on '=' in enums. +# Use a negative number for absolute thresholds. +# +# 0: no limit (default). +align_enum_equ_thresh = 0 # number + +# The span for aligning class member definitions. +# +# 0: Don't align (default). +align_var_class_span = 0 # unsigned number + +# The threshold for aligning class member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_class_thresh = 0 # number + +# The gap for aligning class member definitions. +align_var_class_gap = 0 # unsigned number + +# The span for aligning struct/union member definitions. +# +# 0: Don't align (default). +align_var_struct_span = 0 # unsigned number + +# The threshold for aligning struct/union member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_struct_thresh = 0 # number + +# The gap for aligning struct/union member definitions. +align_var_struct_gap = 0 # unsigned number + +# The span for aligning struct initializer values. +# +# 0: Don't align (default). +align_struct_init_span = 0 # unsigned number + +# The span for aligning single-line typedefs. +# +# 0: Don't align (default). +align_typedef_span = 0 # unsigned number + +# The minimum space between the type and the synonym of a typedef. +align_typedef_gap = 0 # unsigned number + +# How to align typedef'd functions with other typedefs. +# +# 0: Don't mix them at all (default) +# 1: Align the open parenthesis with the types +# 2: Align the function type name with the other type names +align_typedef_func = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int * pint;' (default) +# 1: Part of type name: 'typedef int *pint;' +# 2: Dangling: 'typedef int *pint;' +# Dangling: the '*' will not be taken into account when aligning. +align_typedef_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int & intref;' (default) +# 1: Part of type name: 'typedef int &intref;' +# 2: Dangling: 'typedef int &intref;' +# Dangling: the '&' will not be taken into account when aligning. +align_typedef_amp_style = 0 # unsigned number + +# The span for aligning comments that end lines. +# +# 0: Don't align (default). +align_right_cmt_span = 0 # unsigned number + +# Minimum number of columns between preceding text and a trailing comment in +# order for the comment to qualify for being aligned. Must be non-zero to have +# an effect. +align_right_cmt_gap = 0 # unsigned number + +# If aligning comments, whether to mix with comments after '}' and #endif with +# less than three spaces before the comment. +align_right_cmt_mix = false # true/false + +# Whether to only align trailing comments that are at the same brace level. +align_right_cmt_same_level = false # true/false + +# Minimum column at which to align trailing comments. Comments which are +# aligned beyond this column, but which can be aligned in a lesser column, +# may be "pulled in". +# +# 0: Ignore (default). +align_right_cmt_at_col = 0 # unsigned number + +# The span for aligning function prototypes. +# +# 0: Don't align (default). +align_func_proto_span = 0 # unsigned number + +# Whether to ignore continuation lines when evaluating the number of +# new lines for the function prototype alignment's span. +# +# false: continuation lines are part of the newlines count +# true: continuation lines are not counted +align_func_proto_span_ignore_cont_lines = false # true/false + +# How to consider (or treat) the '*' in the alignment of function prototypes. +# +# 0: Part of the type 'void * foo();' (default) +# 1: Part of the function 'void *foo();' +# 2: Dangling 'void *foo();' +# Dangling: the '*' will not be taken into account when aligning. +align_func_proto_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of function prototypes. +# +# 0: Part of the type 'long & foo();' (default) +# 1: Part of the function 'long &foo();' +# 2: Dangling 'long &foo();' +# Dangling: the '&' will not be taken into account when aligning. +align_func_proto_amp_style = 0 # unsigned number + +# The threshold for aligning function prototypes. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_proto_thresh = 0 # number + +# Minimum gap between the return type and the function name. +align_func_proto_gap = 0 # unsigned number + +# Whether to align function prototypes on the 'operator' keyword instead of +# what follows. +align_on_operator = false # true/false + +# Whether to mix aligning prototype and variable declarations. If true, +# align_var_def_XXX options are used instead of align_func_proto_XXX options. +align_mix_var_proto = false # true/false + +# Whether to align single-line functions with function prototypes. +# Uses align_func_proto_span. +align_single_line_func = false # true/false + +# Whether to align the open brace of single-line functions. +# Requires align_single_line_func=true. Uses align_func_proto_span. +align_single_line_brace = false # true/false + +# Gap for align_single_line_brace. +align_single_line_brace_gap = 0 # unsigned number + +# (OC) The span for aligning Objective-C message specifications. +# +# 0: Don't align (default). +align_oc_msg_spec_span = 0 # unsigned number + +# Whether and how to align backslashes that split a macro onto multiple lines. +# This will not work right if the macro contains a multi-line comment. +# +# 0: Do nothing (default) +# 1: Align the backslashes in the column at the end of the longest line +# 2: Align with the backslash that is farthest to the left, or, if that +# backslash is farther left than the end of the longest line, at the end of +# the longest line +# 3: Align with the backslash that is farthest to the right +align_nl_cont = 0 # unsigned number + +# The minimum number of spaces between the end of a line and its continuation +# backslash. Requires align_nl_cont. +# +# Default: 1 +align_nl_cont_spaces = 1 # unsigned number + +# Whether to align macro functions and variables together. +align_pp_define_together = false # true/false + +# The span for aligning on '#define' bodies. +# +# =0: Don't align (default) +# >0: Number of lines (including comments) between blocks +align_pp_define_span = 0 # unsigned number + +# The minimum space between label and value of a preprocessor define. +align_pp_define_gap = 0 # unsigned number + +# Whether to align lines that start with '<<' with previous '<<'. +# +# Default: true +align_left_shift = true # true/false + +# Whether to align comma-separated statements following '<<' (as used to +# initialize Eigen matrices). +align_eigen_comma_init = false # true/false + +# Whether to align text after 'asm volatile ()' colons. +align_asm_colon = false # true/false + +# (OC) Span for aligning parameters in an Objective-C message call +# on the ':'. +# +# 0: Don't align. +align_oc_msg_colon_span = 0 # unsigned number + +# (OC) Whether to always align with the first parameter, even if it is too +# short. +align_oc_msg_colon_first = false # true/false + +# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration +# on the ':'. +align_oc_decl_colon = false # true/false + +# (OC) Whether to not align parameters in an Objectve-C message call if first +# colon is not on next line of the message call (the same way Xcode does +# alignment) +align_oc_msg_colon_xcode_like = false # true/false + +# +# Comment modification options +# + +# Try to wrap comments at N columns. +cmt_width = 0 # unsigned number + +# How to reflow comments. +# +# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) +# 1: No touching at all +# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) +cmt_reflow_mode = 0 # unsigned number + +# Path to a file that contains regular expressions describing patterns for +# which the end of one line and the beginning of the next will be folded into +# the same sentence or paragraph during full comment reflow. The regular +# expressions are described using ECMAScript syntax. The syntax for this +# specification is as follows, where "..." indicates the custom regular +# expression and "n" indicates the nth end_of_prev_line_regex and +# beg_of_next_line_regex regular expression pair: +# +# end_of_prev_line_regex[1] = "...$" +# beg_of_next_line_regex[1] = "^..." +# end_of_prev_line_regex[2] = "...$" +# beg_of_next_line_regex[2] = "^..." +# . +# . +# . +# end_of_prev_line_regex[n] = "...$" +# beg_of_next_line_regex[n] = "^..." +# +# Note that use of this option overrides the default reflow fold regular +# expressions, which are internally defined as follows: +# +# end_of_prev_line_regex[1] = "[\w,\]\)]$" +# beg_of_next_line_regex[1] = "^[\w,\[\(]" +# end_of_prev_line_regex[2] = "\.$" +# beg_of_next_line_regex[2] = "^[A-Z]" +cmt_reflow_fold_regex_file = "" # string + +# Whether to indent wrapped lines to the start of the encompassing paragraph +# during full comment reflow (cmt_reflow_mode = 2). Overrides the value +# specified by cmt_sp_after_star_cont. +# +# Note that cmt_align_doxygen_javadoc_tags overrides this option for +# paragraphs associated with javadoc tags +cmt_reflow_indent_to_paragraph_start = false # true/false + +# Whether to convert all tabs to spaces in comments. If false, tabs in +# comments are left alone, unless used for indenting. +cmt_convert_tab_to_spaces = false # true/false + +# Whether to apply changes to multi-line comments, including cmt_width, +# keyword substitution and leading chars. +# +# Default: true +cmt_indent_multi = true # true/false + +# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) +# and corresponding fields such that groups of consecutive block tags, +# parameter names, and descriptions align with one another. Overrides that +# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may +# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 +# in order to achieve the desired alignment for line-wrapping. +cmt_align_doxygen_javadoc_tags = false # true/false + +# The number of spaces to insert after the star and before doxygen +# javadoc-style tags (@param, @return, etc). Requires enabling +# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the +# cmt_sp_after_star_cont. +# +# Default: 1 +cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number + +# Whether to change trailing, single-line c-comments into cpp-comments. +cmt_trailing_single_line_c_to_cpp = false # true/false + +# Whether to group c-comments that look like they are in a block. +cmt_c_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined c-comment. +cmt_c_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined c-comment. +cmt_c_nl_end = false # true/false + +# Whether to change cpp-comments into c-comments. +cmt_cpp_to_c = false # true/false + +# Whether to group cpp-comments that look like they are in a block. Only +# meaningful if cmt_cpp_to_c=true. +cmt_cpp_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_end = false # true/false + +# Whether to put a star on subsequent comment lines. +cmt_star_cont = false # true/false + +# The number of spaces to insert at the start of subsequent comment lines. +cmt_sp_before_star_cont = 0 # unsigned number + +# The number of spaces to insert after the star on subsequent comment lines. +cmt_sp_after_star_cont = 0 # unsigned number + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length. +# +# Default: true +cmt_multi_check_last = true # true/false + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length AND if the length is +# bigger as the first_len minimum. +# +# Default: 4 +cmt_multi_first_len_minimum = 4 # unsigned number + +# Path to a file that contains text to insert at the beginning of a file if +# the file doesn't start with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_header = "" # string + +# Path to a file that contains text to insert at the end of a file if the +# file doesn't end with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_footer = "" # string + +# Path to a file that contains text to insert before a function definition if +# the function isn't preceded by a C/C++ comment. If the inserted text +# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be +# replaced with, respectively, the name of the function, the javadoc '@param' +# and '@return' stuff, or the name of the class to which the member function +# belongs. +cmt_insert_func_header = "" # string + +# Path to a file that contains text to insert before a class if the class +# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', +# that will be replaced with the class name. +cmt_insert_class_header = "" # string + +# Path to a file that contains text to insert before an Objective-C message +# specification, if the method isn't preceded by a C/C++ comment. If the +# inserted text contains '$(message)' or '$(javaparam)', these will be +# replaced with, respectively, the name of the function, or the javadoc +# '@param' and '@return' stuff. +cmt_insert_oc_msg_header = "" # string + +# Whether a comment should be inserted if a preprocessor is encountered when +# stepping backwards from a function name. +# +# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and +# cmt_insert_class_header. +cmt_insert_before_preproc = false # true/false + +# Whether a comment should be inserted if a function is declared inline to a +# class definition. +# +# Applies to cmt_insert_func_header. +# +# Default: true +cmt_insert_before_inlines = true # true/false + +# Whether a comment should be inserted if the function is a class constructor +# or destructor. +# +# Applies to cmt_insert_func_header. +cmt_insert_before_ctor_dtor = false # true/false + +# +# Code modifying options (non-whitespace) +# + +# Add or remove braces on a single-line 'do' statement. +mod_full_brace_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'for' statement. +mod_full_brace_for = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove braces on a single-line function definition. +mod_full_brace_function = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'if' statement. Braces will not be +# removed if the braced statement contains an 'else'. +mod_full_brace_if = ignore # ignore/add/remove/force/not_defined + +# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either +# have, or do not have, braces. Overrides mod_full_brace_if. +# +# 0: Don't override mod_full_brace_if +# 1: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks +# 2: Add braces to all blocks if any block already has braces, regardless of +# whether it needs them +# 3: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks, except if all blocks have braces +# despite none needing them +mod_full_brace_if_chain = 0 # unsigned number + +# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. +# If true, mod_full_brace_if_chain will only remove braces from an 'if' that +# does not have an 'else if' or 'else'. +mod_full_brace_if_chain_only = false # true/false + +# Add or remove braces on single-line 'while' statement. +mod_full_brace_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on single-line 'using ()' statement. +mod_full_brace_using = ignore # ignore/add/remove/force/not_defined + +# Don't remove braces around statements that span N newlines +mod_full_brace_nl = 0 # unsigned number + +# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks +# which span multiple lines. +# +# Affects: +# mod_full_brace_for +# mod_full_brace_if +# mod_full_brace_if_chain +# mod_full_brace_if_chain_only +# mod_full_brace_while +# mod_full_brace_using +# +# Does not affect: +# mod_full_brace_do +# mod_full_brace_function +mod_full_brace_nl_block_rem_mlcond = false # true/false + +# Add or remove unnecessary parentheses on 'return' statement. +mod_paren_on_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove unnecessary parentheses on 'throw' statement. +mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Whether to change optional semicolons to real semicolons. +mod_pawn_semicolon = false # true/false + +# Whether to fully parenthesize Boolean expressions in 'while' and 'if' +# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. +mod_full_paren_if_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. +mod_full_paren_assign_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. +mod_full_paren_return_bool = false # true/false + +# Whether to remove superfluous semicolons. +mod_remove_extra_semicolon = false # true/false + +# Whether to remove duplicate include. +mod_remove_duplicate_include = false # true/false + +# the following options (mod_XX_closebrace_comment) use different comment, +# depending of the setting of the next option. +# false: Use the c comment (default) +# true : Use the cpp comment +mod_add_force_c_closebrace_comment = false # true/false + +# If a function body exceeds the specified number of newlines and doesn't have +# a comment after the close brace, a comment will be added. +mod_add_long_function_closebrace_comment = 0 # unsigned number + +# If a namespace body exceeds the specified number of newlines and doesn't +# have a comment after the close brace, a comment will be added. +mod_add_long_namespace_closebrace_comment = 0 # unsigned number + +# If a class body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_class_closebrace_comment = 0 # unsigned number + +# If a switch body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_switch_closebrace_comment = 0 # unsigned number + +# If an #ifdef body exceeds the specified number of newlines and doesn't have +# a comment after the #endif, a comment will be added. +mod_add_long_ifdef_endif_comment = 0 # unsigned number + +# If an #ifdef or #else body exceeds the specified number of newlines and +# doesn't have a comment after the #else, a comment will be added. +mod_add_long_ifdef_else_comment = 0 # unsigned number + +# Whether to take care of the case by the mod_sort_xx options. +mod_sort_case_sensitive = false # true/false + +# Whether to sort consecutive single-line 'import' statements. +mod_sort_import = false # true/false + +# (C#) Whether to sort consecutive single-line 'using' statements. +mod_sort_using = false # true/false + +# Whether to sort consecutive single-line '#include' statements (C/C++) and +# '#import' statements (Objective-C). Be aware that this has the potential to +# break your code if your includes/imports have ordering dependencies. +mod_sort_include = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# filename without extension when sorting is enabled. +mod_sort_incl_import_prioritize_filename = false # true/false + +# Whether to prioritize '#include' and '#import' statements that does not +# contain extensions when sorting is enabled. +mod_sort_incl_import_prioritize_extensionless = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# angle over quotes when sorting is enabled. +mod_sort_incl_import_prioritize_angle_over_quotes = false # true/false + +# Whether to ignore file extension in '#include' and '#import' statements +# for sorting comparison. +mod_sort_incl_import_ignore_extension = false # true/false + +# Whether to group '#include' and '#import' statements when sorting is enabled. +mod_sort_incl_import_grouping_enabled = false # true/false + +# Whether to move a 'break' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. +mod_move_case_break = false # true/false + +# Whether to move a 'return' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. +mod_move_case_return = false # true/false + +# Add or remove braces around a fully braced case statement. Will only remove +# braces if there are no variable declarations in the block. +mod_case_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove a void 'return;' that appears as the last statement in a +# function. +mod_remove_empty_return = false # true/false + +# Add or remove the comma after the last value of an enumeration. +mod_enum_last_comma = ignore # ignore/add/remove/force/not_defined + +# Syntax to use for infinite loops. +# +# 0: Leave syntax alone (default) +# 1: Rewrite as `for(;;)` +# 2: Rewrite as `while(true)` +# 3: Rewrite as `do`...`while(true);` +# 4: Rewrite as `while(1)` +# 5: Rewrite as `do`...`while(1);` +# +# Infinite loops that do not already match one of these syntaxes are ignored. +# Other options that affect loop formatting will be applied after transforming +# the syntax. +mod_infinite_loop = 0 # unsigned number + +# Add or remove the 'int' keyword in 'int short'. +mod_int_short = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'short int'. +mod_short_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int long'. +mod_int_long = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'long int'. +mod_long_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int signed'. +mod_int_signed = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'signed int'. +mod_signed_int = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int unsigned'. +mod_int_unsigned = ignore # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'unsigned int'. +mod_unsigned_int = ignore # ignore/add/remove/force/not_defined + +# If there is a situation where mod_int_* and mod_*_int would result in +# multiple int keywords, whether to keep the rightmost int (the default) or the +# leftmost int. +mod_int_prefer_int_on_left = false # true/false + +# (OC) Whether to organize the properties. If true, properties will be +# rearranged according to the mod_sort_oc_property_*_weight factors. +mod_sort_oc_properties = false # true/false + +# (OC) Weight of a class property modifier. +mod_sort_oc_property_class_weight = 0 # number + +# (OC) Weight of 'atomic' and 'nonatomic'. +mod_sort_oc_property_thread_safe_weight = 0 # number + +# (OC) Weight of 'readwrite' when organizing properties. +mod_sort_oc_property_readwrite_weight = 0 # number + +# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', +# 'weak', 'strong') when organizing properties. +mod_sort_oc_property_reference_weight = 0 # number + +# (OC) Weight of getter type ('getter=') when organizing properties. +mod_sort_oc_property_getter_weight = 0 # number + +# (OC) Weight of setter type ('setter=') when organizing properties. +mod_sort_oc_property_setter_weight = 0 # number + +# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', +# 'null_resettable') when organizing properties. +mod_sort_oc_property_nullability_weight = 0 # number + +# +# Preprocessor options +# + +# How to use tabs when indenting preprocessor code. +# +# -1: Use 'indent_with_tabs' setting (default) +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: -1 +pp_indent_with_tabs = -1 # number + +# Add or remove indentation of preprocessor directives inside #if blocks +# at brace level 0 (file-level). +pp_indent = ignore # ignore/add/remove/force/not_defined + +# Whether to indent #if/#else/#endif at the brace level. If false, these are +# indented from column 1. +pp_indent_at_level = false # true/false + +# Whether to indent #if/#else/#endif at the parenthesis level if the brace +# level is 0. If false, these are indented from column 1. +pp_indent_at_level0 = false # true/false + +# Specifies the number of columns to indent preprocessors per level +# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies +# the number of columns to indent preprocessors per level +# at brace level > 0 (function-level). +# +# Default: 1 +pp_indent_count = 1 # unsigned number + +# Add or remove space after # based on pp level of #if blocks. +pp_space_after = ignore # ignore/add/remove/force/not_defined + +# Sets the number of spaces per level added with pp_space_after. +pp_space_count = 0 # unsigned number + +# The indent for '#region' and '#endregion' in C# and '#pragma region' in +# C/C++. Negative values decrease indent down to the first column. +pp_indent_region = 0 # number + +# Whether to indent the code between #region and #endregion. +pp_region_indent_code = false # true/false + +# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when +# not at file-level. Negative values decrease indent down to the first column. +# +# =0: Indent preprocessors using output_tab_size +# >0: Column at which all preprocessors will be indented +pp_indent_if = 0 # number + +# Whether to indent the code between #if, #else and #endif. +pp_if_indent_code = false # true/false + +# Whether to indent the body of an #if that encompasses all the code in the file. +pp_indent_in_guard = false # true/false + +# Whether to indent '#define' at the brace level. If false, these are +# indented from column 1. +pp_define_at_level = false # true/false + +# Whether to indent '#include' at the brace level. +pp_include_at_level = false # true/false + +# Whether to ignore the '#define' body while formatting. +pp_ignore_define_body = false # true/false + +# An offset value that controls the indentation of the body of a multiline #define. +# 'body' refers to all the lines of a multiline #define except the first line. +# Requires 'pp_ignore_define_body = false'. +# +# <0: Absolute column: the body indentation starts off at the specified column +# (ex. -3 ==> the body is indented starting from column 3) +# >=0: Relative to the column of the '#' of '#define' +# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') +# +# Default: 8 +pp_multiline_define_body_indent = 8 # number + +# Whether to indent case statements between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the case statements +# directly inside of. +# +# Default: true +pp_indent_case = true # true/false + +# Whether to indent whole function definitions between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the function definition +# is directly inside of. +# +# Default: true +pp_indent_func_def = true # true/false + +# Whether to indent extern C blocks between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the extern block is +# directly inside of. +# +# Default: true +pp_indent_extern = true # true/false + +# How to indent braces directly inside #if, #else, and #endif. +# Requires pp_if_indent_code=true and only applies to the indent of the +# preprocessor that the braces are directly inside of. +# 0: No extra indent +# 1: Indent by one level +# -1: Preserve original indentation +# +# Default: 1 +pp_indent_brace = 1 # number + +# Whether to print warning messages for unbalanced #if and #else blocks. +# This will print a message in the following cases: +# - if an #ifdef block ends on a different indent level than +# where it started from. Example: +# +# #ifdef TEST +# int i; +# { +# int j; +# #endif +# +# - an #elif/#else block ends on a different indent level than +# the corresponding #ifdef block. Example: +# +# #ifdef TEST +# int i; +# #else +# } +# int j; +# #endif +pp_warn_unbalanced_if = false # true/false + +# +# Sort includes options +# + +# The regex for include category with priority 0. +include_category_0 = "" # string + +# The regex for include category with priority 1. +include_category_1 = "" # string + +# The regex for include category with priority 2. +include_category_2 = "" # string + +# +# Use or Do not Use options +# + +# true: indent_func_call_param will be used (default) +# false: indent_func_call_param will NOT be used +# +# Default: true +use_indent_func_call_param = true # true/false + +# The value of the indentation for a continuation line is calculated +# differently if the statement is: +# - a declaration: your case with QString fileName ... +# - an assignment: your case with pSettings = new QSettings( ... +# +# At the second case the indentation value might be used twice: +# - at the assignment +# - at the function call (if present) +# +# To prevent the double use of the indentation value, use this option with the +# value 'true'. +# +# true: indent_continue will be used only once +# false: indent_continue will be used every time (default) +# +# Requires indent_ignore_first_continue=false. +use_indent_continue_only_once = false # true/false + +# The indentation can be: +# - after the assignment, at the '[' character +# - at the beginning of the lambda body +# +# true: indentation will be at the beginning of the lambda body +# false: indentation will be after the assignment (default) +indent_cpp_lambda_only_once = false # true/false + +# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the +# historic behavior, but is probably not the desired behavior, so this is off +# by default. +use_sp_after_angle_always = false # true/false + +# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, +# this tries to format these so that they match Qt's normalized form (i.e. the +# result of QMetaObject::normalizedSignature), which can slightly improve the +# performance of the QObject::connect call, rather than how they would +# otherwise be formatted. +# +# See options_for_QT.cpp for details. +# +# Default: true +use_options_overriding_for_qt_macros = true # true/false + +# If true: the form feed character is removed from the list of whitespace +# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. +use_form_feed_no_more_as_whitespace_character = false # true/false + +# +# Warn levels - 1: error, 2: warning (default), 3: note +# + +# (C#) Warning is given if doing tab-to-\t replacement and we have found one +# in a C# verbatim string literal. +# +# Default: 2 +warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number + +# Limit the number of loops. +# Used by uncrustify.cpp to exit from infinite loop. +# 0: no limit. +debug_max_number_of_loops = 0 # number + +# Set the number of the line to protocol; +# Used in the function prot_the_line if the 2. parameter is zero. +# 0: nothing protocol. +debug_line_number_to_protocol = 0 # number + +# Set the number of second(s) before terminating formatting the current file, +# 0: no timeout. +# only for linux +debug_timeout = 0 # number + +# Set the number of characters to be printed if the text is too long, +# 0: do not truncate. +debug_truncate = 0 # unsigned number + +# sort (or not) the tracking info. +# +# Default: true +debug_sort_the_tracks = true # true/false + +# decode (or not) the flags as a new line. +# only if the -p option is set. +debug_decode_the_flags = false # true/false + +# use (or not) the exit(EX_SOFTWARE) function. +# +# Default: true +debug_use_the_exit_function_pop = true # true/false + +# insert the number of the line at the beginning of each line +set_numbering_for_html_output = false # true/false + +# Meaning of the settings: +# Ignore - do not do any changes +# Add - makes sure there is 1 or more space/brace/newline/etc +# Force - makes sure there is exactly 1 space/brace/newline/etc, +# behaves like Add in some contexts +# Remove - removes space/brace/newline/etc +# +# +# - Token(s) can be treated as specific type(s) with the 'set' option: +# `set tokenType tokenString [tokenString...]` +# +# Example: +# `set BOOL __AND__ __OR__` +# +# tokenTypes are defined in src/token_enum.h, use them without the +# 'CT_' prefix: 'CT_BOOL' => 'BOOL' +# +# +# - Token(s) can be treated as type(s) with the 'type' option. +# `type tokenString [tokenString...]` +# +# Example: +# `type int c_uint_8 Rectangle` +# +# This can also be achieved with `set TYPE int c_uint_8 Rectangle` +# +# +# To embed whitespace in tokenStrings use the '\' escape character, or quote +# the tokenStrings. These quotes are supported: "'` +# +# +# - Support for the auto detection of languages through the file ending can be +# added using the 'file_ext' command. +# `file_ext langType langString [langString..]` +# +# Example: +# `file_ext CPP .ch .cxx .cpp.in` +# +# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use +# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' +# +# +# - Custom macro-based indentation can be set up using 'macro-open', +# 'macro-else' and 'macro-close'. +# `(macro-open | macro-else | macro-close) tokenString` +# +# Example: +# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` +# `macro-open BEGIN_MESSAGE_MAP` +# `macro-close END_MESSAGE_MAP` +# +# +# option(s) with 'not default' value: 0 +# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/dofiles.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/dofiles.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/dofiles.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/dofiles.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/freebsd.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/freebsd.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/freebsd.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/freebsd.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/gnu-indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/gnu-indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/gnu-indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/gnu-indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/klaus.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/klaus.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/klaus.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/klaus.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/kr-indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/kr-indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/kr-indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/kr-indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/linux-indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/linux-indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/linux-indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/linux-indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/linux.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/linux.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/linux.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/linux.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/mono.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/mono.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/mono.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/mono.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/msvc.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/msvc.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/msvc.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/msvc.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/objc.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/objc.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/objc.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/objc.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/sun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/sun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/sun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/sun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/types.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/types.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/types.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/types.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uigui_uncrustify.ini b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uigui_uncrustify.ini new file mode 100644 index 00000000..bda23573 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uigui_uncrustify.ini @@ -0,0 +1,7585 @@ +[header] +categories=General options|Spacing options|Indenting options|Newline adding and removing options|Blank line options|Positioning options|Line splitting options|Code alignment options (not left column spaces/tabs)|Comment modification options|Code modifying options (non-whitespace)|Preprocessor options|Sort includes options|Use or Do not Use options|Warn levels - 1: error, 2: warning (default), 3: note +cfgFileParameterEnding=cr +configFilename=uncrustify.cfg +fileTypes=*.c|*.c++|*.cc|*.cp|*.cpp|*.cs|*.cxx|*.d|*.di|*.es|*.h|*.h++|*.hh|*.hp|*.hpp|*.hxx|*.inc|*.inl|*.java|*.js|*.m|*.mm|*.p|*.pawn|*.sma|*.sqc|*.sql|*.vala|*.vapi +indenterFileName=uncrustify +indenterName=Uncrustify (C, C++, C#, ObjectiveC, D, Java, Pawn, VALA) +inputFileName=indentinput +inputFileParameter="-f " +manual=http://uncrustify.sourceforge.net/config.txt +outputFileName=indentoutput +outputFileParameter="-o " +stringparaminquotes=false +parameterOrder=ipo +showHelpParameter=-h +stringparaminquotes=false +useCfgFileParameter="-c " +useRegex=true +version=Uncrustify-0.78.1 + +[Newlines] +Category=0 +Description="The type of line endings.

Default: auto" +Enabled=false +EditorType=multiple +Choices=newlines\s*=\s*lf|newlines\s*=\s*crlf|newlines\s*=\s*cr|newlines\s*=\s*auto +ChoicesReadable="Newlines Unix|Newlines Win|Newlines Mac|Newlines Auto" +ValueDefault=auto + +[Input Tab Size] +Category=0 +Description="The original size of tabs in the input.

Default: 8" +Enabled=false +EditorType=numeric +CallName="input_tab_size\s*=\s*" +MinVal=1 +MaxVal=32 +ValueDefault=8 + +[Output Tab Size] +Category=0 +Description="The size of tabs in the output (only used if align_with_tabs=true).

Default: 8" +Enabled=false +EditorType=numeric +CallName="output_tab_size\s*=\s*" +MinVal=1 +MaxVal=32 +ValueDefault=8 + +[String Escape Char] +Category=0 +Description="The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^).

Default: 92" +Enabled=false +EditorType=numeric +CallName="string_escape_char\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=92 + +[String Escape Char2] +Category=0 +Description="Alternate string escape char (usually only used for Pawn).
Only works right before the quote char." +Enabled=false +EditorType=numeric +CallName="string_escape_char2\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[String Replace Tab Chars] +Category=0 +Description="Replace tab characters found in string literals with the escape sequence \t
instead." +Enabled=false +EditorType=boolean +TrueFalse=string_replace_tab_chars\s*=\s*true|string_replace_tab_chars\s*=\s*false +ValueDefault=false + +[Tok Split Gte] +Category=0 +Description="Allow interpreting '>=' and '>>=' as part of a template in code like
'void f(list<list<B>>=val);'. If true, 'assert(x<0 && y>=3)' will be broken.
Improvements to template detection may make this option obsolete." +Enabled=false +EditorType=boolean +TrueFalse=tok_split_gte\s*=\s*true|tok_split_gte\s*=\s*false +ValueDefault=false + +[Disable Processing Nl Cont] +Category=0 +Description="Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros)." +Enabled=false +EditorType=boolean +TrueFalse=disable_processing_nl_cont\s*=\s*true|disable_processing_nl_cont\s*=\s*false +ValueDefault=false + +[Disable Processing Cmt] +Category=0 +Description="Specify the marker used in comments to disable processing of part of the
file.

Default: *INDENT-OFF*" +Enabled=false +CallName=disable_processing_cmt\s*=\s* +EditorType=string +ValueDefault= *INDENT-OFF* + +[Enable Processing Cmt] +Category=0 +Description="Specify the marker used in comments to (re)enable processing in a file.

Default: *INDENT-ON*" +Enabled=false +CallName=enable_processing_cmt\s*=\s* +EditorType=string +ValueDefault= *INDENT-ON* + +[Enable Digraphs] +Category=0 +Description="Enable parsing of digraphs." +Enabled=false +EditorType=boolean +TrueFalse=enable_digraphs\s*=\s*true|enable_digraphs\s*=\s*false +ValueDefault=false + +[Processing Cmt As Regex] +Category=0 +Description="Option to allow both disable_processing_cmt and enable_processing_cmt
strings, if specified, to be interpreted as ECMAScript regular expressions.
If true, a regex search will be performed within comments according to the
specified patterns in order to disable/enable processing." +Enabled=false +EditorType=boolean +TrueFalse=processing_cmt_as_regex\s*=\s*true|processing_cmt_as_regex\s*=\s*false +ValueDefault=false + +[Utf8 Bom] +Category=0 +Description="Add or remove the UTF-8 BOM (recommend 'remove')." +Enabled=false +EditorType=multiple +Choices=utf8_bom\s*=\s*ignore|utf8_bom\s*=\s*add|utf8_bom\s*=\s*remove|utf8_bom\s*=\s*force|utf8_bom\s*=\s*not_defined +ChoicesReadable="Ignore Utf8 Bom|Add Utf8 Bom|Remove Utf8 Bom|Force Utf8 Bom" +ValueDefault=ignore + +[Utf8 Byte] +Category=0 +Description="If the file contains bytes with values between 128 and 255, but is not
UTF-8, then output as UTF-8." +Enabled=false +EditorType=boolean +TrueFalse=utf8_byte\s*=\s*true|utf8_byte\s*=\s*false +ValueDefault=false + +[Utf8 Force] +Category=0 +Description="Force the output encoding to UTF-8." +Enabled=false +EditorType=boolean +TrueFalse=utf8_force\s*=\s*true|utf8_force\s*=\s*false +ValueDefault=false + +[Sp Arith] +Category=1 +Description="Add or remove space around non-assignment symbolic operators ('+', '/', '%',
'<<', and so forth)." +Enabled=false +EditorType=multiple +Choices=sp_arith\s*=\s*ignore|sp_arith\s*=\s*add|sp_arith\s*=\s*remove|sp_arith\s*=\s*force|sp_arith\s*=\s*not_defined +ChoicesReadable="Ignore Sp Arith|Add Sp Arith|Remove Sp Arith|Force Sp Arith" +ValueDefault=ignore + +[Sp Arith Additive] +Category=1 +Description="Add or remove space around arithmetic operators '+' and '-'.

Overrides sp_arith." +Enabled=false +EditorType=multiple +Choices=sp_arith_additive\s*=\s*ignore|sp_arith_additive\s*=\s*add|sp_arith_additive\s*=\s*remove|sp_arith_additive\s*=\s*force|sp_arith_additive\s*=\s*not_defined +ChoicesReadable="Ignore Sp Arith Additive|Add Sp Arith Additive|Remove Sp Arith Additive|Force Sp Arith Additive" +ValueDefault=ignore + +[Sp Assign] +Category=1 +Description="Add or remove space around assignment operator '=', '+=', etc." +Enabled=false +EditorType=multiple +Choices=sp_assign\s*=\s*ignore|sp_assign\s*=\s*add|sp_assign\s*=\s*remove|sp_assign\s*=\s*force|sp_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Assign|Add Sp Assign|Remove Sp Assign|Force Sp Assign" +ValueDefault=ignore + +[Sp Cpp Lambda Assign] +Category=1 +Description="Add or remove space around '=' in C++11 lambda capture specifications.

Overrides sp_assign." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_assign\s*=\s*ignore|sp_cpp_lambda_assign\s*=\s*add|sp_cpp_lambda_assign\s*=\s*remove|sp_cpp_lambda_assign\s*=\s*force|sp_cpp_lambda_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Assign|Add Sp Cpp Lambda Assign|Remove Sp Cpp Lambda Assign|Force Sp Cpp Lambda Assign" +ValueDefault=ignore + +[Sp Cpp Lambda Square Paren] +Category=1 +Description="Add or remove space after the capture specification of a C++11 lambda when
an argument list is present, as in '[] <here> (int x){ ... }'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_square_paren\s*=\s*ignore|sp_cpp_lambda_square_paren\s*=\s*add|sp_cpp_lambda_square_paren\s*=\s*remove|sp_cpp_lambda_square_paren\s*=\s*force|sp_cpp_lambda_square_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Square Paren|Add Sp Cpp Lambda Square Paren|Remove Sp Cpp Lambda Square Paren|Force Sp Cpp Lambda Square Paren" +ValueDefault=ignore + +[Sp Cpp Lambda Square Brace] +Category=1 +Description="Add or remove space after the capture specification of a C++11 lambda with
no argument list is present, as in '[] <here> { ... }'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_square_brace\s*=\s*ignore|sp_cpp_lambda_square_brace\s*=\s*add|sp_cpp_lambda_square_brace\s*=\s*remove|sp_cpp_lambda_square_brace\s*=\s*force|sp_cpp_lambda_square_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Square Brace|Add Sp Cpp Lambda Square Brace|Remove Sp Cpp Lambda Square Brace|Force Sp Cpp Lambda Square Brace" +ValueDefault=ignore + +[Sp Cpp Lambda Argument List Empty] +Category=1 +Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> ){ ... }'
with an empty list." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_argument_list_empty\s*=\s*ignore|sp_cpp_lambda_argument_list_empty\s*=\s*add|sp_cpp_lambda_argument_list_empty\s*=\s*remove|sp_cpp_lambda_argument_list_empty\s*=\s*force|sp_cpp_lambda_argument_list_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Argument List Empty|Add Sp Cpp Lambda Argument List Empty|Remove Sp Cpp Lambda Argument List Empty|Force Sp Cpp Lambda Argument List Empty" +ValueDefault=ignore + +[Sp Cpp Lambda Argument List] +Category=1 +Description="Add or remove space after the opening parenthesis and before the closing
parenthesis of a argument list of a C++11 lambda, as in
'[]( <here> int x <here> ){ ... }'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_argument_list\s*=\s*ignore|sp_cpp_lambda_argument_list\s*=\s*add|sp_cpp_lambda_argument_list\s*=\s*remove|sp_cpp_lambda_argument_list\s*=\s*force|sp_cpp_lambda_argument_list\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Argument List|Add Sp Cpp Lambda Argument List|Remove Sp Cpp Lambda Argument List|Force Sp Cpp Lambda Argument List" +ValueDefault=ignore + +[Sp Cpp Lambda Paren Brace] +Category=1 +Description="Add or remove space after the argument list of a C++11 lambda, as in
'[](int x) <here> { ... }'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_paren_brace\s*=\s*ignore|sp_cpp_lambda_paren_brace\s*=\s*add|sp_cpp_lambda_paren_brace\s*=\s*remove|sp_cpp_lambda_paren_brace\s*=\s*force|sp_cpp_lambda_paren_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Paren Brace|Add Sp Cpp Lambda Paren Brace|Remove Sp Cpp Lambda Paren Brace|Force Sp Cpp Lambda Paren Brace" +ValueDefault=ignore + +[Sp Cpp Lambda Fparen] +Category=1 +Description="Add or remove space between a lambda body and its call operator of an
immediately invoked lambda, as in '[]( ... ){ ... } <here> ( ... )'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_lambda_fparen\s*=\s*ignore|sp_cpp_lambda_fparen\s*=\s*add|sp_cpp_lambda_fparen\s*=\s*remove|sp_cpp_lambda_fparen\s*=\s*force|sp_cpp_lambda_fparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Lambda Fparen|Add Sp Cpp Lambda Fparen|Remove Sp Cpp Lambda Fparen|Force Sp Cpp Lambda Fparen" +ValueDefault=ignore + +[Sp Assign Default] +Category=1 +Description="Add or remove space around assignment operator '=' in a prototype.

If set to ignore, use sp_assign." +Enabled=false +EditorType=multiple +Choices=sp_assign_default\s*=\s*ignore|sp_assign_default\s*=\s*add|sp_assign_default\s*=\s*remove|sp_assign_default\s*=\s*force|sp_assign_default\s*=\s*not_defined +ChoicesReadable="Ignore Sp Assign Default|Add Sp Assign Default|Remove Sp Assign Default|Force Sp Assign Default" +ValueDefault=ignore + +[Sp Before Assign] +Category=1 +Description="Add or remove space before assignment operator '=', '+=', etc.

Overrides sp_assign." +Enabled=false +EditorType=multiple +Choices=sp_before_assign\s*=\s*ignore|sp_before_assign\s*=\s*add|sp_before_assign\s*=\s*remove|sp_before_assign\s*=\s*force|sp_before_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Assign|Add Sp Before Assign|Remove Sp Before Assign|Force Sp Before Assign" +ValueDefault=ignore + +[Sp After Assign] +Category=1 +Description="Add or remove space after assignment operator '=', '+=', etc.

Overrides sp_assign." +Enabled=false +EditorType=multiple +Choices=sp_after_assign\s*=\s*ignore|sp_after_assign\s*=\s*add|sp_after_assign\s*=\s*remove|sp_after_assign\s*=\s*force|sp_after_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Assign|Add Sp After Assign|Remove Sp After Assign|Force Sp After Assign" +ValueDefault=ignore + +[Sp Enum Brace] +Category=1 +Description="Add or remove space in 'enum {'.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_enum_brace\s*=\s*ignore|sp_enum_brace\s*=\s*add|sp_enum_brace\s*=\s*remove|sp_enum_brace\s*=\s*force|sp_enum_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum Brace|Add Sp Enum Brace|Remove Sp Enum Brace|Force Sp Enum Brace" +ValueDefault=add + +[Sp Enum Paren] +Category=1 +Description="Add or remove space in 'NS_ENUM ('." +Enabled=false +EditorType=multiple +Choices=sp_enum_paren\s*=\s*ignore|sp_enum_paren\s*=\s*add|sp_enum_paren\s*=\s*remove|sp_enum_paren\s*=\s*force|sp_enum_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum Paren|Add Sp Enum Paren|Remove Sp Enum Paren|Force Sp Enum Paren" +ValueDefault=ignore + +[Sp Enum Assign] +Category=1 +Description="Add or remove space around assignment '=' in enum." +Enabled=false +EditorType=multiple +Choices=sp_enum_assign\s*=\s*ignore|sp_enum_assign\s*=\s*add|sp_enum_assign\s*=\s*remove|sp_enum_assign\s*=\s*force|sp_enum_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum Assign|Add Sp Enum Assign|Remove Sp Enum Assign|Force Sp Enum Assign" +ValueDefault=ignore + +[Sp Enum Before Assign] +Category=1 +Description="Add or remove space before assignment '=' in enum.

Overrides sp_enum_assign." +Enabled=false +EditorType=multiple +Choices=sp_enum_before_assign\s*=\s*ignore|sp_enum_before_assign\s*=\s*add|sp_enum_before_assign\s*=\s*remove|sp_enum_before_assign\s*=\s*force|sp_enum_before_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum Before Assign|Add Sp Enum Before Assign|Remove Sp Enum Before Assign|Force Sp Enum Before Assign" +ValueDefault=ignore + +[Sp Enum After Assign] +Category=1 +Description="Add or remove space after assignment '=' in enum.

Overrides sp_enum_assign." +Enabled=false +EditorType=multiple +Choices=sp_enum_after_assign\s*=\s*ignore|sp_enum_after_assign\s*=\s*add|sp_enum_after_assign\s*=\s*remove|sp_enum_after_assign\s*=\s*force|sp_enum_after_assign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum After Assign|Add Sp Enum After Assign|Remove Sp Enum After Assign|Force Sp Enum After Assign" +ValueDefault=ignore + +[Sp Enum Colon] +Category=1 +Description="Add or remove space around assignment ':' in enum." +Enabled=false +EditorType=multiple +Choices=sp_enum_colon\s*=\s*ignore|sp_enum_colon\s*=\s*add|sp_enum_colon\s*=\s*remove|sp_enum_colon\s*=\s*force|sp_enum_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Enum Colon|Add Sp Enum Colon|Remove Sp Enum Colon|Force Sp Enum Colon" +ValueDefault=ignore + +[Sp Pp Concat] +Category=1 +Description="Add or remove space around preprocessor '##' concatenation operator.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_pp_concat\s*=\s*ignore|sp_pp_concat\s*=\s*add|sp_pp_concat\s*=\s*remove|sp_pp_concat\s*=\s*force|sp_pp_concat\s*=\s*not_defined +ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat" +ValueDefault=add + +[Sp Pp Stringify] +Category=1 +Description="Add or remove space after preprocessor '#' stringify operator.
Also affects the '#@' charizing operator." +Enabled=false +EditorType=multiple +Choices=sp_pp_stringify\s*=\s*ignore|sp_pp_stringify\s*=\s*add|sp_pp_stringify\s*=\s*remove|sp_pp_stringify\s*=\s*force|sp_pp_stringify\s*=\s*not_defined +ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify" +ValueDefault=ignore + +[Sp Before Pp Stringify] +Category=1 +Description="Add or remove space before preprocessor '#' stringify operator
as in '#define x(y) L#y'." +Enabled=false +EditorType=multiple +Choices=sp_before_pp_stringify\s*=\s*ignore|sp_before_pp_stringify\s*=\s*add|sp_before_pp_stringify\s*=\s*remove|sp_before_pp_stringify\s*=\s*force|sp_before_pp_stringify\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Pp Stringify|Add Sp Before Pp Stringify|Remove Sp Before Pp Stringify|Force Sp Before Pp Stringify" +ValueDefault=ignore + +[Sp Bool] +Category=1 +Description="Add or remove space around boolean operators '&&' and '||'." +Enabled=false +EditorType=multiple +Choices=sp_bool\s*=\s*ignore|sp_bool\s*=\s*add|sp_bool\s*=\s*remove|sp_bool\s*=\s*force|sp_bool\s*=\s*not_defined +ChoicesReadable="Ignore Sp Bool|Add Sp Bool|Remove Sp Bool|Force Sp Bool" +ValueDefault=ignore + +[Sp Compare] +Category=1 +Description="Add or remove space around compare operator '<', '>', '==', etc." +Enabled=false +EditorType=multiple +Choices=sp_compare\s*=\s*ignore|sp_compare\s*=\s*add|sp_compare\s*=\s*remove|sp_compare\s*=\s*force|sp_compare\s*=\s*not_defined +ChoicesReadable="Ignore Sp Compare|Add Sp Compare|Remove Sp Compare|Force Sp Compare" +ValueDefault=ignore + +[Sp Inside Paren] +Category=1 +Description="Add or remove space inside '(' and ')'." +Enabled=false +EditorType=multiple +Choices=sp_inside_paren\s*=\s*ignore|sp_inside_paren\s*=\s*add|sp_inside_paren\s*=\s*remove|sp_inside_paren\s*=\s*force|sp_inside_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Paren|Add Sp Inside Paren|Remove Sp Inside Paren|Force Sp Inside Paren" +ValueDefault=ignore + +[Sp Paren Paren] +Category=1 +Description="Add or remove space between nested parentheses, i.e. '((' vs. ') )'." +Enabled=false +EditorType=multiple +Choices=sp_paren_paren\s*=\s*ignore|sp_paren_paren\s*=\s*add|sp_paren_paren\s*=\s*remove|sp_paren_paren\s*=\s*force|sp_paren_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Paren|Add Sp Paren Paren|Remove Sp Paren Paren|Force Sp Paren Paren" +ValueDefault=ignore + +[Sp Cparen Oparen] +Category=1 +Description="Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('." +Enabled=false +EditorType=multiple +Choices=sp_cparen_oparen\s*=\s*ignore|sp_cparen_oparen\s*=\s*add|sp_cparen_oparen\s*=\s*remove|sp_cparen_oparen\s*=\s*force|sp_cparen_oparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cparen Oparen|Add Sp Cparen Oparen|Remove Sp Cparen Oparen|Force Sp Cparen Oparen" +ValueDefault=ignore + +[Sp Balance Nested Parens] +Category=1 +Description="Whether to balance spaces inside nested parentheses." +Enabled=false +EditorType=boolean +TrueFalse=sp_balance_nested_parens\s*=\s*true|sp_balance_nested_parens\s*=\s*false +ValueDefault=false + +[Sp Paren Brace] +Category=1 +Description="Add or remove space between ')' and '{'." +Enabled=false +EditorType=multiple +Choices=sp_paren_brace\s*=\s*ignore|sp_paren_brace\s*=\s*add|sp_paren_brace\s*=\s*remove|sp_paren_brace\s*=\s*force|sp_paren_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Brace|Add Sp Paren Brace|Remove Sp Paren Brace|Force Sp Paren Brace" +ValueDefault=ignore + +[Sp Brace Brace] +Category=1 +Description="Add or remove space between nested braces, i.e. '{{' vs. '{ {'." +Enabled=false +EditorType=multiple +Choices=sp_brace_brace\s*=\s*ignore|sp_brace_brace\s*=\s*add|sp_brace_brace\s*=\s*remove|sp_brace_brace\s*=\s*force|sp_brace_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Brace|Add Sp Brace Brace|Remove Sp Brace Brace|Force Sp Brace Brace" +ValueDefault=ignore + +[Sp Before Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*'." +Enabled=false +EditorType=multiple +Choices=sp_before_ptr_star\s*=\s*ignore|sp_before_ptr_star\s*=\s*add|sp_before_ptr_star\s*=\s*remove|sp_before_ptr_star\s*=\s*force|sp_before_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Ptr Star|Add Sp Before Ptr Star|Remove Sp Before Ptr Star|Force Sp Before Ptr Star" +ValueDefault=ignore + +[Sp Before Unnamed Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*' that isn't followed by a
variable name. If set to ignore, sp_before_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_unnamed_ptr_star\s*=\s*ignore|sp_before_unnamed_ptr_star\s*=\s*add|sp_before_unnamed_ptr_star\s*=\s*remove|sp_before_unnamed_ptr_star\s*=\s*force|sp_before_unnamed_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Unnamed Ptr Star|Add Sp Before Unnamed Ptr Star|Remove Sp Before Unnamed Ptr Star|Force Sp Before Unnamed Ptr Star" +ValueDefault=ignore + +[Sp Before Qualifier Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*' that is followed by a qualifier.
If set to ignore, sp_before_unnamed_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_qualifier_ptr_star\s*=\s*ignore|sp_before_qualifier_ptr_star\s*=\s*add|sp_before_qualifier_ptr_star\s*=\s*remove|sp_before_qualifier_ptr_star\s*=\s*force|sp_before_qualifier_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Qualifier Ptr Star|Add Sp Before Qualifier Ptr Star|Remove Sp Before Qualifier Ptr Star|Force Sp Before Qualifier Ptr Star" +ValueDefault=ignore + +[Sp Before Operator Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*' that is followed by 'operator' keyword.
If set to ignore, sp_before_unnamed_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_operator_ptr_star\s*=\s*ignore|sp_before_operator_ptr_star\s*=\s*add|sp_before_operator_ptr_star\s*=\s*remove|sp_before_operator_ptr_star\s*=\s*force|sp_before_operator_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Operator Ptr Star|Add Sp Before Operator Ptr Star|Remove Sp Before Operator Ptr Star|Force Sp Before Operator Ptr Star" +ValueDefault=ignore + +[Sp Before Scope Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*' that is followed by
a class scope (as in 'int *MyClass::method()') or namespace scope
(as in 'int *my_ns::func()').
If set to ignore, sp_before_unnamed_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_scope_ptr_star\s*=\s*ignore|sp_before_scope_ptr_star\s*=\s*add|sp_before_scope_ptr_star\s*=\s*remove|sp_before_scope_ptr_star\s*=\s*force|sp_before_scope_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Scope Ptr Star|Add Sp Before Scope Ptr Star|Remove Sp Before Scope Ptr Star|Force Sp Before Scope Ptr Star" +ValueDefault=ignore + +[Sp Before Global Scope Ptr Star] +Category=1 +Description="Add or remove space before pointer star '*' that is followed by '::',
as in 'int *::func()'.
If set to ignore, sp_before_unnamed_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_global_scope_ptr_star\s*=\s*ignore|sp_before_global_scope_ptr_star\s*=\s*add|sp_before_global_scope_ptr_star\s*=\s*remove|sp_before_global_scope_ptr_star\s*=\s*force|sp_before_global_scope_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Global Scope Ptr Star|Add Sp Before Global Scope Ptr Star|Remove Sp Before Global Scope Ptr Star|Force Sp Before Global Scope Ptr Star" +ValueDefault=ignore + +[Sp Qualifier Unnamed Ptr Star] +Category=1 +Description="Add or remove space between a qualifier and a pointer star '*' that isn't
followed by a variable name, as in '(char const *)'. If set to ignore,
sp_before_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_qualifier_unnamed_ptr_star\s*=\s*ignore|sp_qualifier_unnamed_ptr_star\s*=\s*add|sp_qualifier_unnamed_ptr_star\s*=\s*remove|sp_qualifier_unnamed_ptr_star\s*=\s*force|sp_qualifier_unnamed_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Qualifier Unnamed Ptr Star|Add Sp Qualifier Unnamed Ptr Star|Remove Sp Qualifier Unnamed Ptr Star|Force Sp Qualifier Unnamed Ptr Star" +ValueDefault=ignore + +[Sp Between Ptr Star] +Category=1 +Description="Add or remove space between pointer stars '*', as in 'int ***a;'." +Enabled=false +EditorType=multiple +Choices=sp_between_ptr_star\s*=\s*ignore|sp_between_ptr_star\s*=\s*add|sp_between_ptr_star\s*=\s*remove|sp_between_ptr_star\s*=\s*force|sp_between_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp Between Ptr Star|Add Sp Between Ptr Star|Remove Sp Between Ptr Star|Force Sp Between Ptr Star" +ValueDefault=ignore + +[Sp Between Ptr Ref] +Category=1 +Description="Add or remove space between pointer star '*' and reference '&', as in 'int *& a;'." +Enabled=false +EditorType=multiple +Choices=sp_between_ptr_ref\s*=\s*ignore|sp_between_ptr_ref\s*=\s*add|sp_between_ptr_ref\s*=\s*remove|sp_between_ptr_ref\s*=\s*force|sp_between_ptr_ref\s*=\s*not_defined +ChoicesReadable="Ignore Sp Between Ptr Ref|Add Sp Between Ptr Ref|Remove Sp Between Ptr Ref|Force Sp Between Ptr Ref" +ValueDefault=ignore + +[Sp After Ptr Star] +Category=1 +Description="Add or remove space after pointer star '*', if followed by a word.

Overrides sp_type_func." +Enabled=false +EditorType=multiple +Choices=sp_after_ptr_star\s*=\s*ignore|sp_after_ptr_star\s*=\s*add|sp_after_ptr_star\s*=\s*remove|sp_after_ptr_star\s*=\s*force|sp_after_ptr_star\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ptr Star|Add Sp After Ptr Star|Remove Sp After Ptr Star|Force Sp After Ptr Star" +ValueDefault=ignore + +[Sp After Ptr Block Caret] +Category=1 +Description="Add or remove space after pointer caret '^', if followed by a word." +Enabled=false +EditorType=multiple +Choices=sp_after_ptr_block_caret\s*=\s*ignore|sp_after_ptr_block_caret\s*=\s*add|sp_after_ptr_block_caret\s*=\s*remove|sp_after_ptr_block_caret\s*=\s*force|sp_after_ptr_block_caret\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ptr Block Caret|Add Sp After Ptr Block Caret|Remove Sp After Ptr Block Caret|Force Sp After Ptr Block Caret" +ValueDefault=ignore + +[Sp After Ptr Star Qualifier] +Category=1 +Description="Add or remove space after pointer star '*', if followed by a qualifier." +Enabled=false +EditorType=multiple +Choices=sp_after_ptr_star_qualifier\s*=\s*ignore|sp_after_ptr_star_qualifier\s*=\s*add|sp_after_ptr_star_qualifier\s*=\s*remove|sp_after_ptr_star_qualifier\s*=\s*force|sp_after_ptr_star_qualifier\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ptr Star Qualifier|Add Sp After Ptr Star Qualifier|Remove Sp After Ptr Star Qualifier|Force Sp After Ptr Star Qualifier" +ValueDefault=ignore + +[Sp After Ptr Star Func] +Category=1 +Description="Add or remove space after a pointer star '*', if followed by a function
prototype or function definition.

Overrides sp_after_ptr_star and sp_type_func." +Enabled=false +EditorType=multiple +Choices=sp_after_ptr_star_func\s*=\s*ignore|sp_after_ptr_star_func\s*=\s*add|sp_after_ptr_star_func\s*=\s*remove|sp_after_ptr_star_func\s*=\s*force|sp_after_ptr_star_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ptr Star Func|Add Sp After Ptr Star Func|Remove Sp After Ptr Star Func|Force Sp After Ptr Star Func" +ValueDefault=ignore + +[Sp After Ptr Star Trailing] +Category=1 +Description="Add or remove space after a pointer star '*' in the trailing return of a
function prototype or function definition." +Enabled=false +EditorType=multiple +Choices=sp_after_ptr_star_trailing\s*=\s*ignore|sp_after_ptr_star_trailing\s*=\s*add|sp_after_ptr_star_trailing\s*=\s*remove|sp_after_ptr_star_trailing\s*=\s*force|sp_after_ptr_star_trailing\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ptr Star Trailing|Add Sp After Ptr Star Trailing|Remove Sp After Ptr Star Trailing|Force Sp After Ptr Star Trailing" +ValueDefault=ignore + +[Sp Ptr Star Func Var] +Category=1 +Description="Add or remove space between the pointer star '*' and the name of the variable
in a function pointer definition." +Enabled=false +EditorType=multiple +Choices=sp_ptr_star_func_var\s*=\s*ignore|sp_ptr_star_func_var\s*=\s*add|sp_ptr_star_func_var\s*=\s*remove|sp_ptr_star_func_var\s*=\s*force|sp_ptr_star_func_var\s*=\s*not_defined +ChoicesReadable="Ignore Sp Ptr Star Func Var|Add Sp Ptr Star Func Var|Remove Sp Ptr Star Func Var|Force Sp Ptr Star Func Var" +ValueDefault=ignore + +[Sp Ptr Star Func Type] +Category=1 +Description="Add or remove space between the pointer star '*' and the name of the type
in a function pointer type definition." +Enabled=false +EditorType=multiple +Choices=sp_ptr_star_func_type\s*=\s*ignore|sp_ptr_star_func_type\s*=\s*add|sp_ptr_star_func_type\s*=\s*remove|sp_ptr_star_func_type\s*=\s*force|sp_ptr_star_func_type\s*=\s*not_defined +ChoicesReadable="Ignore Sp Ptr Star Func Type|Add Sp Ptr Star Func Type|Remove Sp Ptr Star Func Type|Force Sp Ptr Star Func Type" +ValueDefault=ignore + +[Sp Ptr Star Paren] +Category=1 +Description="Add or remove space after a pointer star '*', if followed by an open
parenthesis, as in 'void* (*)()'." +Enabled=false +EditorType=multiple +Choices=sp_ptr_star_paren\s*=\s*ignore|sp_ptr_star_paren\s*=\s*add|sp_ptr_star_paren\s*=\s*remove|sp_ptr_star_paren\s*=\s*force|sp_ptr_star_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Ptr Star Paren|Add Sp Ptr Star Paren|Remove Sp Ptr Star Paren|Force Sp Ptr Star Paren" +ValueDefault=ignore + +[Sp Before Ptr Star Func] +Category=1 +Description="Add or remove space before a pointer star '*', if followed by a function
prototype or function definition. If set to ignore, sp_before_ptr_star is
used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_ptr_star_func\s*=\s*ignore|sp_before_ptr_star_func\s*=\s*add|sp_before_ptr_star_func\s*=\s*remove|sp_before_ptr_star_func\s*=\s*force|sp_before_ptr_star_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Ptr Star Func|Add Sp Before Ptr Star Func|Remove Sp Before Ptr Star Func|Force Sp Before Ptr Star Func" +ValueDefault=ignore + +[Sp Qualifier Ptr Star Func] +Category=1 +Description="Add or remove space between a qualifier and a pointer star '*' followed by
the name of the function in a function prototype or definition, as in
'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead." +Enabled=false +EditorType=multiple +Choices=sp_qualifier_ptr_star_func\s*=\s*ignore|sp_qualifier_ptr_star_func\s*=\s*add|sp_qualifier_ptr_star_func\s*=\s*remove|sp_qualifier_ptr_star_func\s*=\s*force|sp_qualifier_ptr_star_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp Qualifier Ptr Star Func|Add Sp Qualifier Ptr Star Func|Remove Sp Qualifier Ptr Star Func|Force Sp Qualifier Ptr Star Func" +ValueDefault=ignore + +[Sp Before Ptr Star Trailing] +Category=1 +Description="Add or remove space before a pointer star '*' in the trailing return of a
function prototype or function definition." +Enabled=false +EditorType=multiple +Choices=sp_before_ptr_star_trailing\s*=\s*ignore|sp_before_ptr_star_trailing\s*=\s*add|sp_before_ptr_star_trailing\s*=\s*remove|sp_before_ptr_star_trailing\s*=\s*force|sp_before_ptr_star_trailing\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Ptr Star Trailing|Add Sp Before Ptr Star Trailing|Remove Sp Before Ptr Star Trailing|Force Sp Before Ptr Star Trailing" +ValueDefault=ignore + +[Sp Qualifier Ptr Star Trailing] +Category=1 +Description="Add or remove space between a qualifier and a pointer star '*' in the
trailing return of a function prototype or function definition, as in
'auto foo() -> char const *'." +Enabled=false +EditorType=multiple +Choices=sp_qualifier_ptr_star_trailing\s*=\s*ignore|sp_qualifier_ptr_star_trailing\s*=\s*add|sp_qualifier_ptr_star_trailing\s*=\s*remove|sp_qualifier_ptr_star_trailing\s*=\s*force|sp_qualifier_ptr_star_trailing\s*=\s*not_defined +ChoicesReadable="Ignore Sp Qualifier Ptr Star Trailing|Add Sp Qualifier Ptr Star Trailing|Remove Sp Qualifier Ptr Star Trailing|Force Sp Qualifier Ptr Star Trailing" +ValueDefault=ignore + +[Sp Before Byref] +Category=1 +Description="Add or remove space before a reference sign '&'." +Enabled=false +EditorType=multiple +Choices=sp_before_byref\s*=\s*ignore|sp_before_byref\s*=\s*add|sp_before_byref\s*=\s*remove|sp_before_byref\s*=\s*force|sp_before_byref\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Byref|Add Sp Before Byref|Remove Sp Before Byref|Force Sp Before Byref" +ValueDefault=ignore + +[Sp Before Unnamed Byref] +Category=1 +Description="Add or remove space before a reference sign '&' that isn't followed by a
variable name. If set to ignore, sp_before_byref is used instead." +Enabled=false +EditorType=multiple +Choices=sp_before_unnamed_byref\s*=\s*ignore|sp_before_unnamed_byref\s*=\s*add|sp_before_unnamed_byref\s*=\s*remove|sp_before_unnamed_byref\s*=\s*force|sp_before_unnamed_byref\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Unnamed Byref|Add Sp Before Unnamed Byref|Remove Sp Before Unnamed Byref|Force Sp Before Unnamed Byref" +ValueDefault=ignore + +[Sp After Byref] +Category=1 +Description="Add or remove space after reference sign '&', if followed by a word.

Overrides sp_type_func." +Enabled=false +EditorType=multiple +Choices=sp_after_byref\s*=\s*ignore|sp_after_byref\s*=\s*add|sp_after_byref\s*=\s*remove|sp_after_byref\s*=\s*force|sp_after_byref\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Byref|Add Sp After Byref|Remove Sp After Byref|Force Sp After Byref" +ValueDefault=ignore + +[Sp After Byref Func] +Category=1 +Description="Add or remove space after a reference sign '&', if followed by a function
prototype or function definition.

Overrides sp_after_byref and sp_type_func." +Enabled=false +EditorType=multiple +Choices=sp_after_byref_func\s*=\s*ignore|sp_after_byref_func\s*=\s*add|sp_after_byref_func\s*=\s*remove|sp_after_byref_func\s*=\s*force|sp_after_byref_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Byref Func|Add Sp After Byref Func|Remove Sp After Byref Func|Force Sp After Byref Func" +ValueDefault=ignore + +[Sp Before Byref Func] +Category=1 +Description="Add or remove space before a reference sign '&', if followed by a function
prototype or function definition." +Enabled=false +EditorType=multiple +Choices=sp_before_byref_func\s*=\s*ignore|sp_before_byref_func\s*=\s*add|sp_before_byref_func\s*=\s*remove|sp_before_byref_func\s*=\s*force|sp_before_byref_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Byref Func|Add Sp Before Byref Func|Remove Sp Before Byref Func|Force Sp Before Byref Func" +ValueDefault=ignore + +[Sp Byref Paren] +Category=1 +Description="Add or remove space after a reference sign '&', if followed by an open
parenthesis, as in 'char& (*)()'." +Enabled=false +EditorType=multiple +Choices=sp_byref_paren\s*=\s*ignore|sp_byref_paren\s*=\s*add|sp_byref_paren\s*=\s*remove|sp_byref_paren\s*=\s*force|sp_byref_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Byref Paren|Add Sp Byref Paren|Remove Sp Byref Paren|Force Sp Byref Paren" +ValueDefault=ignore + +[Sp After Type] +Category=1 +Description="Add or remove space between type and word. In cases where total removal of
whitespace would be a syntax error, a value of 'remove' is treated the same
as 'force'.

This also affects some other instances of space following a type that are
not covered by other options; for example, between the return type and
parenthesis of a function type template argument, between the type and
parenthesis of an array parameter, or between 'decltype(...)' and the
following word.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_after_type\s*=\s*ignore|sp_after_type\s*=\s*add|sp_after_type\s*=\s*remove|sp_after_type\s*=\s*force|sp_after_type\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Type|Add Sp After Type|Remove Sp After Type|Force Sp After Type" +ValueDefault=force + +[Sp After Decltype] +Category=1 +Description="Add or remove space between 'decltype(...)' and word,
brace or function call." +Enabled=false +EditorType=multiple +Choices=sp_after_decltype\s*=\s*ignore|sp_after_decltype\s*=\s*add|sp_after_decltype\s*=\s*remove|sp_after_decltype\s*=\s*force|sp_after_decltype\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Decltype|Add Sp After Decltype|Remove Sp After Decltype|Force Sp After Decltype" +ValueDefault=ignore + +[Sp Before Template Paren] +Category=1 +Description="(D) Add or remove space before the parenthesis in the D constructs
'template Foo(' and 'class Foo('." +Enabled=false +EditorType=multiple +Choices=sp_before_template_paren\s*=\s*ignore|sp_before_template_paren\s*=\s*add|sp_before_template_paren\s*=\s*remove|sp_before_template_paren\s*=\s*force|sp_before_template_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Template Paren|Add Sp Before Template Paren|Remove Sp Before Template Paren|Force Sp Before Template Paren" +ValueDefault=ignore + +[Sp Template Angle] +Category=1 +Description="Add or remove space between 'template' and '<'.
If set to ignore, sp_before_angle is used." +Enabled=false +EditorType=multiple +Choices=sp_template_angle\s*=\s*ignore|sp_template_angle\s*=\s*add|sp_template_angle\s*=\s*remove|sp_template_angle\s*=\s*force|sp_template_angle\s*=\s*not_defined +ChoicesReadable="Ignore Sp Template Angle|Add Sp Template Angle|Remove Sp Template Angle|Force Sp Template Angle" +ValueDefault=ignore + +[Sp Before Angle] +Category=1 +Description="Add or remove space before '<'." +Enabled=false +EditorType=multiple +Choices=sp_before_angle\s*=\s*ignore|sp_before_angle\s*=\s*add|sp_before_angle\s*=\s*remove|sp_before_angle\s*=\s*force|sp_before_angle\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Angle|Add Sp Before Angle|Remove Sp Before Angle|Force Sp Before Angle" +ValueDefault=ignore + +[Sp Inside Angle] +Category=1 +Description="Add or remove space inside '<' and '>'." +Enabled=false +EditorType=multiple +Choices=sp_inside_angle\s*=\s*ignore|sp_inside_angle\s*=\s*add|sp_inside_angle\s*=\s*remove|sp_inside_angle\s*=\s*force|sp_inside_angle\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Angle|Add Sp Inside Angle|Remove Sp Inside Angle|Force Sp Inside Angle" +ValueDefault=ignore + +[Sp Inside Angle Empty] +Category=1 +Description="Add or remove space inside '<>'.
if empty." +Enabled=false +EditorType=multiple +Choices=sp_inside_angle_empty\s*=\s*ignore|sp_inside_angle_empty\s*=\s*add|sp_inside_angle_empty\s*=\s*remove|sp_inside_angle_empty\s*=\s*force|sp_inside_angle_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Angle Empty|Add Sp Inside Angle Empty|Remove Sp Inside Angle Empty|Force Sp Inside Angle Empty" +ValueDefault=ignore + +[Sp Angle Colon] +Category=1 +Description="Add or remove space between '>' and ':'." +Enabled=false +EditorType=multiple +Choices=sp_angle_colon\s*=\s*ignore|sp_angle_colon\s*=\s*add|sp_angle_colon\s*=\s*remove|sp_angle_colon\s*=\s*force|sp_angle_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Angle Colon|Add Sp Angle Colon|Remove Sp Angle Colon|Force Sp Angle Colon" +ValueDefault=ignore + +[Sp After Angle] +Category=1 +Description="Add or remove space after '>'." +Enabled=false +EditorType=multiple +Choices=sp_after_angle\s*=\s*ignore|sp_after_angle\s*=\s*add|sp_after_angle\s*=\s*remove|sp_after_angle\s*=\s*force|sp_after_angle\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Angle|Add Sp After Angle|Remove Sp After Angle|Force Sp After Angle" +ValueDefault=ignore + +[Sp Angle Paren] +Category=1 +Description="Add or remove space between '>' and '(' as found in 'new List<byte>(foo);'." +Enabled=false +EditorType=multiple +Choices=sp_angle_paren\s*=\s*ignore|sp_angle_paren\s*=\s*add|sp_angle_paren\s*=\s*remove|sp_angle_paren\s*=\s*force|sp_angle_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Angle Paren|Add Sp Angle Paren|Remove Sp Angle Paren|Force Sp Angle Paren" +ValueDefault=ignore + +[Sp Angle Paren Empty] +Category=1 +Description="Add or remove space between '>' and '()' as found in 'new List<byte>();'." +Enabled=false +EditorType=multiple +Choices=sp_angle_paren_empty\s*=\s*ignore|sp_angle_paren_empty\s*=\s*add|sp_angle_paren_empty\s*=\s*remove|sp_angle_paren_empty\s*=\s*force|sp_angle_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Angle Paren Empty|Add Sp Angle Paren Empty|Remove Sp Angle Paren Empty|Force Sp Angle Paren Empty" +ValueDefault=ignore + +[Sp Angle Word] +Category=1 +Description="Add or remove space between '>' and a word as in 'List<byte> m;' or
'template <typename T> static ...'." +Enabled=false +EditorType=multiple +Choices=sp_angle_word\s*=\s*ignore|sp_angle_word\s*=\s*add|sp_angle_word\s*=\s*remove|sp_angle_word\s*=\s*force|sp_angle_word\s*=\s*not_defined +ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word" +ValueDefault=ignore + +[Sp Angle Shift] +Category=1 +Description="Add or remove space between '>' and '>' in '>>' (template stuff).

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_angle_shift\s*=\s*ignore|sp_angle_shift\s*=\s*add|sp_angle_shift\s*=\s*remove|sp_angle_shift\s*=\s*force|sp_angle_shift\s*=\s*not_defined +ChoicesReadable="Ignore Sp Angle Shift|Add Sp Angle Shift|Remove Sp Angle Shift|Force Sp Angle Shift" +ValueDefault=add + +[Sp Permit Cpp11 Shift] +Category=1 +Description="(C++11) Permit removal of the space between '>>' in 'foo<bar<int> >'. Note
that sp_angle_shift cannot remove the space without this option." +Enabled=false +EditorType=boolean +TrueFalse=sp_permit_cpp11_shift\s*=\s*true|sp_permit_cpp11_shift\s*=\s*false +ValueDefault=false + +[Sp Before Sparen] +Category=1 +Description="Add or remove space before '(' of control statements ('if', 'for', 'switch',
'while', etc.)." +Enabled=false +EditorType=multiple +Choices=sp_before_sparen\s*=\s*ignore|sp_before_sparen\s*=\s*add|sp_before_sparen\s*=\s*remove|sp_before_sparen\s*=\s*force|sp_before_sparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Sparen|Add Sp Before Sparen|Remove Sp Before Sparen|Force Sp Before Sparen" +ValueDefault=ignore + +[Sp Inside Sparen] +Category=1 +Description="Add or remove space inside '(' and ')' of control statements other than
'for'." +Enabled=false +EditorType=multiple +Choices=sp_inside_sparen\s*=\s*ignore|sp_inside_sparen\s*=\s*add|sp_inside_sparen\s*=\s*remove|sp_inside_sparen\s*=\s*force|sp_inside_sparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Sparen|Add Sp Inside Sparen|Remove Sp Inside Sparen|Force Sp Inside Sparen" +ValueDefault=ignore + +[Sp Inside Sparen Open] +Category=1 +Description="Add or remove space after '(' of control statements other than 'for'.

Overrides sp_inside_sparen." +Enabled=false +EditorType=multiple +Choices=sp_inside_sparen_open\s*=\s*ignore|sp_inside_sparen_open\s*=\s*add|sp_inside_sparen_open\s*=\s*remove|sp_inside_sparen_open\s*=\s*force|sp_inside_sparen_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Sparen Open|Add Sp Inside Sparen Open|Remove Sp Inside Sparen Open|Force Sp Inside Sparen Open" +ValueDefault=ignore + +[Sp Inside Sparen Close] +Category=1 +Description="Add or remove space before ')' of control statements other than 'for'.

Overrides sp_inside_sparen." +Enabled=false +EditorType=multiple +Choices=sp_inside_sparen_close\s*=\s*ignore|sp_inside_sparen_close\s*=\s*add|sp_inside_sparen_close\s*=\s*remove|sp_inside_sparen_close\s*=\s*force|sp_inside_sparen_close\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Sparen Close|Add Sp Inside Sparen Close|Remove Sp Inside Sparen Close|Force Sp Inside Sparen Close" +ValueDefault=ignore + +[Sp Inside For] +Category=1 +Description="Add or remove space inside '(' and ')' of 'for' statements." +Enabled=false +EditorType=multiple +Choices=sp_inside_for\s*=\s*ignore|sp_inside_for\s*=\s*add|sp_inside_for\s*=\s*remove|sp_inside_for\s*=\s*force|sp_inside_for\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside For|Add Sp Inside For|Remove Sp Inside For|Force Sp Inside For" +ValueDefault=ignore + +[Sp Inside For Open] +Category=1 +Description="Add or remove space after '(' of 'for' statements.

Overrides sp_inside_for." +Enabled=false +EditorType=multiple +Choices=sp_inside_for_open\s*=\s*ignore|sp_inside_for_open\s*=\s*add|sp_inside_for_open\s*=\s*remove|sp_inside_for_open\s*=\s*force|sp_inside_for_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside For Open|Add Sp Inside For Open|Remove Sp Inside For Open|Force Sp Inside For Open" +ValueDefault=ignore + +[Sp Inside For Close] +Category=1 +Description="Add or remove space before ')' of 'for' statements.

Overrides sp_inside_for." +Enabled=false +EditorType=multiple +Choices=sp_inside_for_close\s*=\s*ignore|sp_inside_for_close\s*=\s*add|sp_inside_for_close\s*=\s*remove|sp_inside_for_close\s*=\s*force|sp_inside_for_close\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside For Close|Add Sp Inside For Close|Remove Sp Inside For Close|Force Sp Inside For Close" +ValueDefault=ignore + +[Sp Sparen Paren] +Category=1 +Description="Add or remove space between '((' or '))' of control statements." +Enabled=false +EditorType=multiple +Choices=sp_sparen_paren\s*=\s*ignore|sp_sparen_paren\s*=\s*add|sp_sparen_paren\s*=\s*remove|sp_sparen_paren\s*=\s*force|sp_sparen_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sparen Paren|Add Sp Sparen Paren|Remove Sp Sparen Paren|Force Sp Sparen Paren" +ValueDefault=ignore + +[Sp After Sparen] +Category=1 +Description="Add or remove space after ')' of control statements." +Enabled=false +EditorType=multiple +Choices=sp_after_sparen\s*=\s*ignore|sp_after_sparen\s*=\s*add|sp_after_sparen\s*=\s*remove|sp_after_sparen\s*=\s*force|sp_after_sparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Sparen|Add Sp After Sparen|Remove Sp After Sparen|Force Sp After Sparen" +ValueDefault=ignore + +[Sp Sparen Brace] +Category=1 +Description="Add or remove space between ')' and '{' of control statements." +Enabled=false +EditorType=multiple +Choices=sp_sparen_brace\s*=\s*ignore|sp_sparen_brace\s*=\s*add|sp_sparen_brace\s*=\s*remove|sp_sparen_brace\s*=\s*force|sp_sparen_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sparen Brace|Add Sp Sparen Brace|Remove Sp Sparen Brace|Force Sp Sparen Brace" +ValueDefault=ignore + +[Sp Do Brace Open] +Category=1 +Description="Add or remove space between 'do' and '{'." +Enabled=false +EditorType=multiple +Choices=sp_do_brace_open\s*=\s*ignore|sp_do_brace_open\s*=\s*add|sp_do_brace_open\s*=\s*remove|sp_do_brace_open\s*=\s*force|sp_do_brace_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp Do Brace Open|Add Sp Do Brace Open|Remove Sp Do Brace Open|Force Sp Do Brace Open" +ValueDefault=ignore + +[Sp Brace Close While] +Category=1 +Description="Add or remove space between '}' and 'while'." +Enabled=false +EditorType=multiple +Choices=sp_brace_close_while\s*=\s*ignore|sp_brace_close_while\s*=\s*add|sp_brace_close_while\s*=\s*remove|sp_brace_close_while\s*=\s*force|sp_brace_close_while\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Close While|Add Sp Brace Close While|Remove Sp Brace Close While|Force Sp Brace Close While" +ValueDefault=ignore + +[Sp While Paren Open] +Category=1 +Description="Add or remove space between 'while' and '('. Overrides sp_before_sparen." +Enabled=false +EditorType=multiple +Choices=sp_while_paren_open\s*=\s*ignore|sp_while_paren_open\s*=\s*add|sp_while_paren_open\s*=\s*remove|sp_while_paren_open\s*=\s*force|sp_while_paren_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp While Paren Open|Add Sp While Paren Open|Remove Sp While Paren Open|Force Sp While Paren Open" +ValueDefault=ignore + +[Sp Invariant Paren] +Category=1 +Description="(D) Add or remove space between 'invariant' and '('." +Enabled=false +EditorType=multiple +Choices=sp_invariant_paren\s*=\s*ignore|sp_invariant_paren\s*=\s*add|sp_invariant_paren\s*=\s*remove|sp_invariant_paren\s*=\s*force|sp_invariant_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Invariant Paren|Add Sp Invariant Paren|Remove Sp Invariant Paren|Force Sp Invariant Paren" +ValueDefault=ignore + +[Sp After Invariant Paren] +Category=1 +Description="(D) Add or remove space after the ')' in 'invariant (C) c'." +Enabled=false +EditorType=multiple +Choices=sp_after_invariant_paren\s*=\s*ignore|sp_after_invariant_paren\s*=\s*add|sp_after_invariant_paren\s*=\s*remove|sp_after_invariant_paren\s*=\s*force|sp_after_invariant_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Invariant Paren|Add Sp After Invariant Paren|Remove Sp After Invariant Paren|Force Sp After Invariant Paren" +ValueDefault=ignore + +[Sp Special Semi] +Category=1 +Description="Add or remove space before empty statement ';' on 'if', 'for' and 'while'." +Enabled=false +EditorType=multiple +Choices=sp_special_semi\s*=\s*ignore|sp_special_semi\s*=\s*add|sp_special_semi\s*=\s*remove|sp_special_semi\s*=\s*force|sp_special_semi\s*=\s*not_defined +ChoicesReadable="Ignore Sp Special Semi|Add Sp Special Semi|Remove Sp Special Semi|Force Sp Special Semi" +ValueDefault=ignore + +[Sp Before Semi] +Category=1 +Description="Add or remove space before ';'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_before_semi\s*=\s*ignore|sp_before_semi\s*=\s*add|sp_before_semi\s*=\s*remove|sp_before_semi\s*=\s*force|sp_before_semi\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Semi|Add Sp Before Semi|Remove Sp Before Semi|Force Sp Before Semi" +ValueDefault=remove + +[Sp Before Semi For] +Category=1 +Description="Add or remove space before ';' in non-empty 'for' statements." +Enabled=false +EditorType=multiple +Choices=sp_before_semi_for\s*=\s*ignore|sp_before_semi_for\s*=\s*add|sp_before_semi_for\s*=\s*remove|sp_before_semi_for\s*=\s*force|sp_before_semi_for\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Semi For|Add Sp Before Semi For|Remove Sp Before Semi For|Force Sp Before Semi For" +ValueDefault=ignore + +[Sp Before Semi For Empty] +Category=1 +Description="Add or remove space before a semicolon of an empty left part of a for
statement, as in 'for ( <here> ; ; )'." +Enabled=false +EditorType=multiple +Choices=sp_before_semi_for_empty\s*=\s*ignore|sp_before_semi_for_empty\s*=\s*add|sp_before_semi_for_empty\s*=\s*remove|sp_before_semi_for_empty\s*=\s*force|sp_before_semi_for_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Semi For Empty|Add Sp Before Semi For Empty|Remove Sp Before Semi For Empty|Force Sp Before Semi For Empty" +ValueDefault=ignore + +[Sp Between Semi For Empty] +Category=1 +Description="Add or remove space between the semicolons of an empty middle part of a for
statement, as in 'for ( ; <here> ; )'." +Enabled=false +EditorType=multiple +Choices=sp_between_semi_for_empty\s*=\s*ignore|sp_between_semi_for_empty\s*=\s*add|sp_between_semi_for_empty\s*=\s*remove|sp_between_semi_for_empty\s*=\s*force|sp_between_semi_for_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Between Semi For Empty|Add Sp Between Semi For Empty|Remove Sp Between Semi For Empty|Force Sp Between Semi For Empty" +ValueDefault=ignore + +[Sp After Semi] +Category=1 +Description="Add or remove space after ';', except when followed by a comment.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_after_semi\s*=\s*ignore|sp_after_semi\s*=\s*add|sp_after_semi\s*=\s*remove|sp_after_semi\s*=\s*force|sp_after_semi\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Semi|Add Sp After Semi|Remove Sp After Semi|Force Sp After Semi" +ValueDefault=add + +[Sp After Semi For] +Category=1 +Description="Add or remove space after ';' in non-empty 'for' statements.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_after_semi_for\s*=\s*ignore|sp_after_semi_for\s*=\s*add|sp_after_semi_for\s*=\s*remove|sp_after_semi_for\s*=\s*force|sp_after_semi_for\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Semi For|Add Sp After Semi For|Remove Sp After Semi For|Force Sp After Semi For" +ValueDefault=force + +[Sp After Semi For Empty] +Category=1 +Description="Add or remove space after the final semicolon of an empty part of a for
statement, as in 'for ( ; ; <here> )'." +Enabled=false +EditorType=multiple +Choices=sp_after_semi_for_empty\s*=\s*ignore|sp_after_semi_for_empty\s*=\s*add|sp_after_semi_for_empty\s*=\s*remove|sp_after_semi_for_empty\s*=\s*force|sp_after_semi_for_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Semi For Empty|Add Sp After Semi For Empty|Remove Sp After Semi For Empty|Force Sp After Semi For Empty" +ValueDefault=ignore + +[Sp Before Square] +Category=1 +Description="Add or remove space before '[' (except '[]')." +Enabled=false +EditorType=multiple +Choices=sp_before_square\s*=\s*ignore|sp_before_square\s*=\s*add|sp_before_square\s*=\s*remove|sp_before_square\s*=\s*force|sp_before_square\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Square|Add Sp Before Square|Remove Sp Before Square|Force Sp Before Square" +ValueDefault=ignore + +[Sp Before Vardef Square] +Category=1 +Description="Add or remove space before '[' for a variable definition.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_before_vardef_square\s*=\s*ignore|sp_before_vardef_square\s*=\s*add|sp_before_vardef_square\s*=\s*remove|sp_before_vardef_square\s*=\s*force|sp_before_vardef_square\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Vardef Square|Add Sp Before Vardef Square|Remove Sp Before Vardef Square|Force Sp Before Vardef Square" +ValueDefault=remove + +[Sp Before Square Asm Block] +Category=1 +Description="Add or remove space before '[' for asm block." +Enabled=false +EditorType=multiple +Choices=sp_before_square_asm_block\s*=\s*ignore|sp_before_square_asm_block\s*=\s*add|sp_before_square_asm_block\s*=\s*remove|sp_before_square_asm_block\s*=\s*force|sp_before_square_asm_block\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Square Asm Block|Add Sp Before Square Asm Block|Remove Sp Before Square Asm Block|Force Sp Before Square Asm Block" +ValueDefault=ignore + +[Sp Before Squares] +Category=1 +Description="Add or remove space before '[]'." +Enabled=false +EditorType=multiple +Choices=sp_before_squares\s*=\s*ignore|sp_before_squares\s*=\s*add|sp_before_squares\s*=\s*remove|sp_before_squares\s*=\s*force|sp_before_squares\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Squares|Add Sp Before Squares|Remove Sp Before Squares|Force Sp Before Squares" +ValueDefault=ignore + +[Sp Cpp Before Struct Binding] +Category=1 +Description="Add or remove space before C++17 structured bindings." +Enabled=false +EditorType=multiple +Choices=sp_cpp_before_struct_binding\s*=\s*ignore|sp_cpp_before_struct_binding\s*=\s*add|sp_cpp_before_struct_binding\s*=\s*remove|sp_cpp_before_struct_binding\s*=\s*force|sp_cpp_before_struct_binding\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Before Struct Binding|Add Sp Cpp Before Struct Binding|Remove Sp Cpp Before Struct Binding|Force Sp Cpp Before Struct Binding" +ValueDefault=ignore + +[Sp Inside Square] +Category=1 +Description="Add or remove space inside a non-empty '[' and ']'." +Enabled=false +EditorType=multiple +Choices=sp_inside_square\s*=\s*ignore|sp_inside_square\s*=\s*add|sp_inside_square\s*=\s*remove|sp_inside_square\s*=\s*force|sp_inside_square\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Square|Add Sp Inside Square|Remove Sp Inside Square|Force Sp Inside Square" +ValueDefault=ignore + +[Sp Inside Square Empty] +Category=1 +Description="Add or remove space inside '[]'.
if empty." +Enabled=false +EditorType=multiple +Choices=sp_inside_square_empty\s*=\s*ignore|sp_inside_square_empty\s*=\s*add|sp_inside_square_empty\s*=\s*remove|sp_inside_square_empty\s*=\s*force|sp_inside_square_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Square Empty|Add Sp Inside Square Empty|Remove Sp Inside Square Empty|Force Sp Inside Square Empty" +ValueDefault=ignore + +[Sp Inside Square Oc Array] +Category=1 +Description="(OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and
']'. If set to ignore, sp_inside_square is used." +Enabled=false +EditorType=multiple +Choices=sp_inside_square_oc_array\s*=\s*ignore|sp_inside_square_oc_array\s*=\s*add|sp_inside_square_oc_array\s*=\s*remove|sp_inside_square_oc_array\s*=\s*force|sp_inside_square_oc_array\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Square Oc Array|Add Sp Inside Square Oc Array|Remove Sp Inside Square Oc Array|Force Sp Inside Square Oc Array" +ValueDefault=ignore + +[Sp After Comma] +Category=1 +Description="Add or remove space after ',', i.e. 'a,b' vs. 'a, b'." +Enabled=false +EditorType=multiple +Choices=sp_after_comma\s*=\s*ignore|sp_after_comma\s*=\s*add|sp_after_comma\s*=\s*remove|sp_after_comma\s*=\s*force|sp_after_comma\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Comma|Add Sp After Comma|Remove Sp After Comma|Force Sp After Comma" +ValueDefault=ignore + +[Sp Before Comma] +Category=1 +Description="Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_before_comma\s*=\s*ignore|sp_before_comma\s*=\s*add|sp_before_comma\s*=\s*remove|sp_before_comma\s*=\s*force|sp_before_comma\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma" +ValueDefault=remove + +[Sp After Mdatype Commas] +Category=1 +Description="(C#, Vala) Add or remove space between ',' and ']' in multidimensional array type
like 'int[,,]'." +Enabled=false +EditorType=multiple +Choices=sp_after_mdatype_commas\s*=\s*ignore|sp_after_mdatype_commas\s*=\s*add|sp_after_mdatype_commas\s*=\s*remove|sp_after_mdatype_commas\s*=\s*force|sp_after_mdatype_commas\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Mdatype Commas|Add Sp After Mdatype Commas|Remove Sp After Mdatype Commas|Force Sp After Mdatype Commas" +ValueDefault=ignore + +[Sp Before Mdatype Commas] +Category=1 +Description="(C#, Vala) Add or remove space between '[' and ',' in multidimensional array type
like 'int[,,]'." +Enabled=false +EditorType=multiple +Choices=sp_before_mdatype_commas\s*=\s*ignore|sp_before_mdatype_commas\s*=\s*add|sp_before_mdatype_commas\s*=\s*remove|sp_before_mdatype_commas\s*=\s*force|sp_before_mdatype_commas\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Mdatype Commas|Add Sp Before Mdatype Commas|Remove Sp Before Mdatype Commas|Force Sp Before Mdatype Commas" +ValueDefault=ignore + +[Sp Between Mdatype Commas] +Category=1 +Description="(C#, Vala) Add or remove space between ',' in multidimensional array type
like 'int[,,]'." +Enabled=false +EditorType=multiple +Choices=sp_between_mdatype_commas\s*=\s*ignore|sp_between_mdatype_commas\s*=\s*add|sp_between_mdatype_commas\s*=\s*remove|sp_between_mdatype_commas\s*=\s*force|sp_between_mdatype_commas\s*=\s*not_defined +ChoicesReadable="Ignore Sp Between Mdatype Commas|Add Sp Between Mdatype Commas|Remove Sp Between Mdatype Commas|Force Sp Between Mdatype Commas" +ValueDefault=ignore + +[Sp Paren Comma] +Category=1 +Description="Add or remove space between an open parenthesis and comma,
i.e. '(,' vs. '( ,'.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_paren_comma\s*=\s*ignore|sp_paren_comma\s*=\s*add|sp_paren_comma\s*=\s*remove|sp_paren_comma\s*=\s*force|sp_paren_comma\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Comma|Add Sp Paren Comma|Remove Sp Paren Comma|Force Sp Paren Comma" +ValueDefault=force + +[Sp Type Colon] +Category=1 +Description="Add or remove space between a type and ':'." +Enabled=false +EditorType=multiple +Choices=sp_type_colon\s*=\s*ignore|sp_type_colon\s*=\s*add|sp_type_colon\s*=\s*remove|sp_type_colon\s*=\s*force|sp_type_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Type Colon|Add Sp Type Colon|Remove Sp Type Colon|Force Sp Type Colon" +ValueDefault=ignore + +[Sp After Ellipsis] +Category=1 +Description="Add or remove space after the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" +Enabled=false +EditorType=multiple +Choices=sp_after_ellipsis\s*=\s*ignore|sp_after_ellipsis\s*=\s*add|sp_after_ellipsis\s*=\s*remove|sp_after_ellipsis\s*=\s*force|sp_after_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Ellipsis|Add Sp After Ellipsis|Remove Sp After Ellipsis|Force Sp After Ellipsis" +ValueDefault=ignore + +[Sp Before Ellipsis] +Category=1 +Description="Add or remove space before the variadic '...' when preceded by a
non-punctuator.
The value REMOVE will be overridden with FORCE" +Enabled=false +EditorType=multiple +Choices=sp_before_ellipsis\s*=\s*ignore|sp_before_ellipsis\s*=\s*add|sp_before_ellipsis\s*=\s*remove|sp_before_ellipsis\s*=\s*force|sp_before_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Ellipsis|Add Sp Before Ellipsis|Remove Sp Before Ellipsis|Force Sp Before Ellipsis" +ValueDefault=ignore + +[Sp Type Ellipsis] +Category=1 +Description="Add or remove space between a type and '...'." +Enabled=false +EditorType=multiple +Choices=sp_type_ellipsis\s*=\s*ignore|sp_type_ellipsis\s*=\s*add|sp_type_ellipsis\s*=\s*remove|sp_type_ellipsis\s*=\s*force|sp_type_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Type Ellipsis|Add Sp Type Ellipsis|Remove Sp Type Ellipsis|Force Sp Type Ellipsis" +ValueDefault=ignore + +[Sp Ptr Type Ellipsis] +Category=1 +Description="Add or remove space between a '*' and '...'." +Enabled=false +EditorType=multiple +Choices=sp_ptr_type_ellipsis\s*=\s*ignore|sp_ptr_type_ellipsis\s*=\s*add|sp_ptr_type_ellipsis\s*=\s*remove|sp_ptr_type_ellipsis\s*=\s*force|sp_ptr_type_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Ptr Type Ellipsis|Add Sp Ptr Type Ellipsis|Remove Sp Ptr Type Ellipsis|Force Sp Ptr Type Ellipsis" +ValueDefault=ignore + +[Sp Paren Ellipsis] +Category=1 +Description="Add or remove space between ')' and '...'." +Enabled=false +EditorType=multiple +Choices=sp_paren_ellipsis\s*=\s*ignore|sp_paren_ellipsis\s*=\s*add|sp_paren_ellipsis\s*=\s*remove|sp_paren_ellipsis\s*=\s*force|sp_paren_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Ellipsis|Add Sp Paren Ellipsis|Remove Sp Paren Ellipsis|Force Sp Paren Ellipsis" +ValueDefault=ignore + +[Sp Byref Ellipsis] +Category=1 +Description="Add or remove space between '&&' and '...'." +Enabled=false +EditorType=multiple +Choices=sp_byref_ellipsis\s*=\s*ignore|sp_byref_ellipsis\s*=\s*add|sp_byref_ellipsis\s*=\s*remove|sp_byref_ellipsis\s*=\s*force|sp_byref_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Byref Ellipsis|Add Sp Byref Ellipsis|Remove Sp Byref Ellipsis|Force Sp Byref Ellipsis" +ValueDefault=ignore + +[Sp Paren Qualifier] +Category=1 +Description="Add or remove space between ')' and a qualifier such as 'const'." +Enabled=false +EditorType=multiple +Choices=sp_paren_qualifier\s*=\s*ignore|sp_paren_qualifier\s*=\s*add|sp_paren_qualifier\s*=\s*remove|sp_paren_qualifier\s*=\s*force|sp_paren_qualifier\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Qualifier|Add Sp Paren Qualifier|Remove Sp Paren Qualifier|Force Sp Paren Qualifier" +ValueDefault=ignore + +[Sp Paren Noexcept] +Category=1 +Description="Add or remove space between ')' and 'noexcept'." +Enabled=false +EditorType=multiple +Choices=sp_paren_noexcept\s*=\s*ignore|sp_paren_noexcept\s*=\s*add|sp_paren_noexcept\s*=\s*remove|sp_paren_noexcept\s*=\s*force|sp_paren_noexcept\s*=\s*not_defined +ChoicesReadable="Ignore Sp Paren Noexcept|Add Sp Paren Noexcept|Remove Sp Paren Noexcept|Force Sp Paren Noexcept" +ValueDefault=ignore + +[Sp After Class Colon] +Category=1 +Description="Add or remove space after class ':'." +Enabled=false +EditorType=multiple +Choices=sp_after_class_colon\s*=\s*ignore|sp_after_class_colon\s*=\s*add|sp_after_class_colon\s*=\s*remove|sp_after_class_colon\s*=\s*force|sp_after_class_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Class Colon|Add Sp After Class Colon|Remove Sp After Class Colon|Force Sp After Class Colon" +ValueDefault=ignore + +[Sp Before Class Colon] +Category=1 +Description="Add or remove space before class ':'." +Enabled=false +EditorType=multiple +Choices=sp_before_class_colon\s*=\s*ignore|sp_before_class_colon\s*=\s*add|sp_before_class_colon\s*=\s*remove|sp_before_class_colon\s*=\s*force|sp_before_class_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Class Colon|Add Sp Before Class Colon|Remove Sp Before Class Colon|Force Sp Before Class Colon" +ValueDefault=ignore + +[Sp After Constr Colon] +Category=1 +Description="Add or remove space after class constructor ':'.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_after_constr_colon\s*=\s*ignore|sp_after_constr_colon\s*=\s*add|sp_after_constr_colon\s*=\s*remove|sp_after_constr_colon\s*=\s*force|sp_after_constr_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Constr Colon|Add Sp After Constr Colon|Remove Sp After Constr Colon|Force Sp After Constr Colon" +ValueDefault=add + +[Sp Before Constr Colon] +Category=1 +Description="Add or remove space before class constructor ':'.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_before_constr_colon\s*=\s*ignore|sp_before_constr_colon\s*=\s*add|sp_before_constr_colon\s*=\s*remove|sp_before_constr_colon\s*=\s*force|sp_before_constr_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Constr Colon|Add Sp Before Constr Colon|Remove Sp Before Constr Colon|Force Sp Before Constr Colon" +ValueDefault=add + +[Sp Before Case Colon] +Category=1 +Description="Add or remove space before case ':'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_before_case_colon\s*=\s*ignore|sp_before_case_colon\s*=\s*add|sp_before_case_colon\s*=\s*remove|sp_before_case_colon\s*=\s*force|sp_before_case_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Case Colon|Add Sp Before Case Colon|Remove Sp Before Case Colon|Force Sp Before Case Colon" +ValueDefault=remove + +[Sp After Operator] +Category=1 +Description="Add or remove space between 'operator' and operator sign." +Enabled=false +EditorType=multiple +Choices=sp_after_operator\s*=\s*ignore|sp_after_operator\s*=\s*add|sp_after_operator\s*=\s*remove|sp_after_operator\s*=\s*force|sp_after_operator\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Operator|Add Sp After Operator|Remove Sp After Operator|Force Sp After Operator" +ValueDefault=ignore + +[Sp After Operator Sym] +Category=1 +Description="Add or remove space between the operator symbol and the open parenthesis, as
in 'operator ++('." +Enabled=false +EditorType=multiple +Choices=sp_after_operator_sym\s*=\s*ignore|sp_after_operator_sym\s*=\s*add|sp_after_operator_sym\s*=\s*remove|sp_after_operator_sym\s*=\s*force|sp_after_operator_sym\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Operator Sym|Add Sp After Operator Sym|Remove Sp After Operator Sym|Force Sp After Operator Sym" +ValueDefault=ignore + +[Sp After Operator Sym Empty] +Category=1 +Description="Overrides sp_after_operator_sym when the operator has no arguments, as in
'operator *()'." +Enabled=false +EditorType=multiple +Choices=sp_after_operator_sym_empty\s*=\s*ignore|sp_after_operator_sym_empty\s*=\s*add|sp_after_operator_sym_empty\s*=\s*remove|sp_after_operator_sym_empty\s*=\s*force|sp_after_operator_sym_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Operator Sym Empty|Add Sp After Operator Sym Empty|Remove Sp After Operator Sym Empty|Force Sp After Operator Sym Empty" +ValueDefault=ignore + +[Sp After Cast] +Category=1 +Description="Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or
'(int)a' vs. '(int) a'." +Enabled=false +EditorType=multiple +Choices=sp_after_cast\s*=\s*ignore|sp_after_cast\s*=\s*add|sp_after_cast\s*=\s*remove|sp_after_cast\s*=\s*force|sp_after_cast\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Cast|Add Sp After Cast|Remove Sp After Cast|Force Sp After Cast" +ValueDefault=ignore + +[Sp Inside Paren Cast] +Category=1 +Description="Add or remove spaces inside cast parentheses." +Enabled=false +EditorType=multiple +Choices=sp_inside_paren_cast\s*=\s*ignore|sp_inside_paren_cast\s*=\s*add|sp_inside_paren_cast\s*=\s*remove|sp_inside_paren_cast\s*=\s*force|sp_inside_paren_cast\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Paren Cast|Add Sp Inside Paren Cast|Remove Sp Inside Paren Cast|Force Sp Inside Paren Cast" +ValueDefault=ignore + +[Sp Cpp Cast Paren] +Category=1 +Description="Add or remove space between the type and open parenthesis in a C++ cast,
i.e. 'int(exp)' vs. 'int (exp)'." +Enabled=false +EditorType=multiple +Choices=sp_cpp_cast_paren\s*=\s*ignore|sp_cpp_cast_paren\s*=\s*add|sp_cpp_cast_paren\s*=\s*remove|sp_cpp_cast_paren\s*=\s*force|sp_cpp_cast_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cpp Cast Paren|Add Sp Cpp Cast Paren|Remove Sp Cpp Cast Paren|Force Sp Cpp Cast Paren" +ValueDefault=ignore + +[Sp Sizeof Paren] +Category=1 +Description="Add or remove space between 'sizeof' and '('." +Enabled=false +EditorType=multiple +Choices=sp_sizeof_paren\s*=\s*ignore|sp_sizeof_paren\s*=\s*add|sp_sizeof_paren\s*=\s*remove|sp_sizeof_paren\s*=\s*force|sp_sizeof_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sizeof Paren|Add Sp Sizeof Paren|Remove Sp Sizeof Paren|Force Sp Sizeof Paren" +ValueDefault=ignore + +[Sp Sizeof Ellipsis] +Category=1 +Description="Add or remove space between 'sizeof' and '...'." +Enabled=false +EditorType=multiple +Choices=sp_sizeof_ellipsis\s*=\s*ignore|sp_sizeof_ellipsis\s*=\s*add|sp_sizeof_ellipsis\s*=\s*remove|sp_sizeof_ellipsis\s*=\s*force|sp_sizeof_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sizeof Ellipsis|Add Sp Sizeof Ellipsis|Remove Sp Sizeof Ellipsis|Force Sp Sizeof Ellipsis" +ValueDefault=ignore + +[Sp Sizeof Ellipsis Paren] +Category=1 +Description="Add or remove space between 'sizeof...' and '('." +Enabled=false +EditorType=multiple +Choices=sp_sizeof_ellipsis_paren\s*=\s*ignore|sp_sizeof_ellipsis_paren\s*=\s*add|sp_sizeof_ellipsis_paren\s*=\s*remove|sp_sizeof_ellipsis_paren\s*=\s*force|sp_sizeof_ellipsis_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sizeof Ellipsis Paren|Add Sp Sizeof Ellipsis Paren|Remove Sp Sizeof Ellipsis Paren|Force Sp Sizeof Ellipsis Paren" +ValueDefault=ignore + +[Sp Ellipsis Parameter Pack] +Category=1 +Description="Add or remove space between '...' and a parameter pack." +Enabled=false +EditorType=multiple +Choices=sp_ellipsis_parameter_pack\s*=\s*ignore|sp_ellipsis_parameter_pack\s*=\s*add|sp_ellipsis_parameter_pack\s*=\s*remove|sp_ellipsis_parameter_pack\s*=\s*force|sp_ellipsis_parameter_pack\s*=\s*not_defined +ChoicesReadable="Ignore Sp Ellipsis Parameter Pack|Add Sp Ellipsis Parameter Pack|Remove Sp Ellipsis Parameter Pack|Force Sp Ellipsis Parameter Pack" +ValueDefault=ignore + +[Sp Parameter Pack Ellipsis] +Category=1 +Description="Add or remove space between a parameter pack and '...'." +Enabled=false +EditorType=multiple +Choices=sp_parameter_pack_ellipsis\s*=\s*ignore|sp_parameter_pack_ellipsis\s*=\s*add|sp_parameter_pack_ellipsis\s*=\s*remove|sp_parameter_pack_ellipsis\s*=\s*force|sp_parameter_pack_ellipsis\s*=\s*not_defined +ChoicesReadable="Ignore Sp Parameter Pack Ellipsis|Add Sp Parameter Pack Ellipsis|Remove Sp Parameter Pack Ellipsis|Force Sp Parameter Pack Ellipsis" +ValueDefault=ignore + +[Sp Decltype Paren] +Category=1 +Description="Add or remove space between 'decltype' and '('." +Enabled=false +EditorType=multiple +Choices=sp_decltype_paren\s*=\s*ignore|sp_decltype_paren\s*=\s*add|sp_decltype_paren\s*=\s*remove|sp_decltype_paren\s*=\s*force|sp_decltype_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Decltype Paren|Add Sp Decltype Paren|Remove Sp Decltype Paren|Force Sp Decltype Paren" +ValueDefault=ignore + +[Sp After Tag] +Category=1 +Description="(Pawn) Add or remove space after the tag keyword." +Enabled=false +EditorType=multiple +Choices=sp_after_tag\s*=\s*ignore|sp_after_tag\s*=\s*add|sp_after_tag\s*=\s*remove|sp_after_tag\s*=\s*force|sp_after_tag\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Tag|Add Sp After Tag|Remove Sp After Tag|Force Sp After Tag" +ValueDefault=ignore + +[Sp Inside Braces Enum] +Category=1 +Description="Add or remove space inside enum '{' and '}'." +Enabled=false +EditorType=multiple +Choices=sp_inside_braces_enum\s*=\s*ignore|sp_inside_braces_enum\s*=\s*add|sp_inside_braces_enum\s*=\s*remove|sp_inside_braces_enum\s*=\s*force|sp_inside_braces_enum\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Braces Enum|Add Sp Inside Braces Enum|Remove Sp Inside Braces Enum|Force Sp Inside Braces Enum" +ValueDefault=ignore + +[Sp Inside Braces Struct] +Category=1 +Description="Add or remove space inside struct/union '{' and '}'." +Enabled=false +EditorType=multiple +Choices=sp_inside_braces_struct\s*=\s*ignore|sp_inside_braces_struct\s*=\s*add|sp_inside_braces_struct\s*=\s*remove|sp_inside_braces_struct\s*=\s*force|sp_inside_braces_struct\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Braces Struct|Add Sp Inside Braces Struct|Remove Sp Inside Braces Struct|Force Sp Inside Braces Struct" +ValueDefault=ignore + +[Sp Inside Braces Oc Dict] +Category=1 +Description="(OC) Add or remove space inside Objective-C boxed dictionary '{' and '}'" +Enabled=false +EditorType=multiple +Choices=sp_inside_braces_oc_dict\s*=\s*ignore|sp_inside_braces_oc_dict\s*=\s*add|sp_inside_braces_oc_dict\s*=\s*remove|sp_inside_braces_oc_dict\s*=\s*force|sp_inside_braces_oc_dict\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Braces Oc Dict|Add Sp Inside Braces Oc Dict|Remove Sp Inside Braces Oc Dict|Force Sp Inside Braces Oc Dict" +ValueDefault=ignore + +[Sp After Type Brace Init Lst Open] +Category=1 +Description="Add or remove space after open brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." +Enabled=false +EditorType=multiple +Choices=sp_after_type_brace_init_lst_open\s*=\s*ignore|sp_after_type_brace_init_lst_open\s*=\s*add|sp_after_type_brace_init_lst_open\s*=\s*remove|sp_after_type_brace_init_lst_open\s*=\s*force|sp_after_type_brace_init_lst_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Type Brace Init Lst Open|Add Sp After Type Brace Init Lst Open|Remove Sp After Type Brace Init Lst Open|Force Sp After Type Brace Init Lst Open" +ValueDefault=ignore + +[Sp Before Type Brace Init Lst Close] +Category=1 +Description="Add or remove space before close brace in an unnamed temporary
direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore." +Enabled=false +EditorType=multiple +Choices=sp_before_type_brace_init_lst_close\s*=\s*ignore|sp_before_type_brace_init_lst_close\s*=\s*add|sp_before_type_brace_init_lst_close\s*=\s*remove|sp_before_type_brace_init_lst_close\s*=\s*force|sp_before_type_brace_init_lst_close\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Type Brace Init Lst Close|Add Sp Before Type Brace Init Lst Close|Remove Sp Before Type Brace Init Lst Close|Force Sp Before Type Brace Init Lst Close" +ValueDefault=ignore + +[Sp Inside Type Brace Init Lst] +Category=1 +Description="Add or remove space inside an unnamed temporary direct-list-initialization
if statement is a brace_init_lst
works only if sp_brace_brace is set to ignore
works only if sp_before_type_brace_init_lst_close is set to ignore." +Enabled=false +EditorType=multiple +Choices=sp_inside_type_brace_init_lst\s*=\s*ignore|sp_inside_type_brace_init_lst\s*=\s*add|sp_inside_type_brace_init_lst\s*=\s*remove|sp_inside_type_brace_init_lst\s*=\s*force|sp_inside_type_brace_init_lst\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Type Brace Init Lst|Add Sp Inside Type Brace Init Lst|Remove Sp Inside Type Brace Init Lst|Force Sp Inside Type Brace Init Lst" +ValueDefault=ignore + +[Sp Inside Braces] +Category=1 +Description="Add or remove space inside '{' and '}'." +Enabled=false +EditorType=multiple +Choices=sp_inside_braces\s*=\s*ignore|sp_inside_braces\s*=\s*add|sp_inside_braces\s*=\s*remove|sp_inside_braces\s*=\s*force|sp_inside_braces\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Braces|Add Sp Inside Braces|Remove Sp Inside Braces|Force Sp Inside Braces" +ValueDefault=ignore + +[Sp Inside Braces Empty] +Category=1 +Description="Add or remove space inside '{}'.
if empty." +Enabled=false +EditorType=multiple +Choices=sp_inside_braces_empty\s*=\s*ignore|sp_inside_braces_empty\s*=\s*add|sp_inside_braces_empty\s*=\s*remove|sp_inside_braces_empty\s*=\s*force|sp_inside_braces_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Braces Empty|Add Sp Inside Braces Empty|Remove Sp Inside Braces Empty|Force Sp Inside Braces Empty" +ValueDefault=ignore + +[Sp Trailing Return] +Category=1 +Description="Add or remove space around trailing return operator '->'." +Enabled=false +EditorType=multiple +Choices=sp_trailing_return\s*=\s*ignore|sp_trailing_return\s*=\s*add|sp_trailing_return\s*=\s*remove|sp_trailing_return\s*=\s*force|sp_trailing_return\s*=\s*not_defined +ChoicesReadable="Ignore Sp Trailing Return|Add Sp Trailing Return|Remove Sp Trailing Return|Force Sp Trailing Return" +ValueDefault=ignore + +[Sp Type Func] +Category=1 +Description="Add or remove space between return type and function name. A minimum of 1
is forced except for pointer return types." +Enabled=false +EditorType=multiple +Choices=sp_type_func\s*=\s*ignore|sp_type_func\s*=\s*add|sp_type_func\s*=\s*remove|sp_type_func\s*=\s*force|sp_type_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp Type Func|Add Sp Type Func|Remove Sp Type Func|Force Sp Type Func" +ValueDefault=ignore + +[Sp Type Brace Init Lst] +Category=1 +Description="Add or remove space between type and open brace of an unnamed temporary
direct-list-initialization." +Enabled=false +EditorType=multiple +Choices=sp_type_brace_init_lst\s*=\s*ignore|sp_type_brace_init_lst\s*=\s*add|sp_type_brace_init_lst\s*=\s*remove|sp_type_brace_init_lst\s*=\s*force|sp_type_brace_init_lst\s*=\s*not_defined +ChoicesReadable="Ignore Sp Type Brace Init Lst|Add Sp Type Brace Init Lst|Remove Sp Type Brace Init Lst|Force Sp Type Brace Init Lst" +ValueDefault=ignore + +[Sp Func Proto Paren] +Category=1 +Description="Add or remove space between function name and '(' on function declaration." +Enabled=false +EditorType=multiple +Choices=sp_func_proto_paren\s*=\s*ignore|sp_func_proto_paren\s*=\s*add|sp_func_proto_paren\s*=\s*remove|sp_func_proto_paren\s*=\s*force|sp_func_proto_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Proto Paren|Add Sp Func Proto Paren|Remove Sp Func Proto Paren|Force Sp Func Proto Paren" +ValueDefault=ignore + +[Sp Func Proto Paren Empty] +Category=1 +Description="Add or remove space between function name and '()' on function declaration
if empty." +Enabled=false +EditorType=multiple +Choices=sp_func_proto_paren_empty\s*=\s*ignore|sp_func_proto_paren_empty\s*=\s*add|sp_func_proto_paren_empty\s*=\s*remove|sp_func_proto_paren_empty\s*=\s*force|sp_func_proto_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Proto Paren Empty|Add Sp Func Proto Paren Empty|Remove Sp Func Proto Paren Empty|Force Sp Func Proto Paren Empty" +ValueDefault=ignore + +[Sp Func Type Paren] +Category=1 +Description="Add or remove space between function name and '(' with a typedef specifier." +Enabled=false +EditorType=multiple +Choices=sp_func_type_paren\s*=\s*ignore|sp_func_type_paren\s*=\s*add|sp_func_type_paren\s*=\s*remove|sp_func_type_paren\s*=\s*force|sp_func_type_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Type Paren|Add Sp Func Type Paren|Remove Sp Func Type Paren|Force Sp Func Type Paren" +ValueDefault=ignore + +[Sp Func Def Paren] +Category=1 +Description="Add or remove space between alias name and '(' of a non-pointer function type typedef." +Enabled=false +EditorType=multiple +Choices=sp_func_def_paren\s*=\s*ignore|sp_func_def_paren\s*=\s*add|sp_func_def_paren\s*=\s*remove|sp_func_def_paren\s*=\s*force|sp_func_def_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Def Paren|Add Sp Func Def Paren|Remove Sp Func Def Paren|Force Sp Func Def Paren" +ValueDefault=ignore + +[Sp Func Def Paren Empty] +Category=1 +Description="Add or remove space between function name and '()' on function definition
if empty." +Enabled=false +EditorType=multiple +Choices=sp_func_def_paren_empty\s*=\s*ignore|sp_func_def_paren_empty\s*=\s*add|sp_func_def_paren_empty\s*=\s*remove|sp_func_def_paren_empty\s*=\s*force|sp_func_def_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Def Paren Empty|Add Sp Func Def Paren Empty|Remove Sp Func Def Paren Empty|Force Sp Func Def Paren Empty" +ValueDefault=ignore + +[Sp Inside Fparens] +Category=1 +Description="Add or remove space inside empty function '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." +Enabled=false +EditorType=multiple +Choices=sp_inside_fparens\s*=\s*ignore|sp_inside_fparens\s*=\s*add|sp_inside_fparens\s*=\s*remove|sp_inside_fparens\s*=\s*force|sp_inside_fparens\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Fparens|Add Sp Inside Fparens|Remove Sp Inside Fparens|Force Sp Inside Fparens" +ValueDefault=ignore + +[Sp Inside Fparen] +Category=1 +Description="Add or remove space inside function '(' and ')'." +Enabled=false +EditorType=multiple +Choices=sp_inside_fparen\s*=\s*ignore|sp_inside_fparen\s*=\s*add|sp_inside_fparen\s*=\s*remove|sp_inside_fparen\s*=\s*force|sp_inside_fparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Fparen|Add Sp Inside Fparen|Remove Sp Inside Fparen|Force Sp Inside Fparen" +ValueDefault=ignore + +[Sp Func Call User Inside Rparen] +Category=1 +Description="Add or remove space inside user functor '(' and ')'." +Enabled=false +EditorType=multiple +Choices=sp_func_call_user_inside_rparen\s*=\s*ignore|sp_func_call_user_inside_rparen\s*=\s*add|sp_func_call_user_inside_rparen\s*=\s*remove|sp_func_call_user_inside_rparen\s*=\s*force|sp_func_call_user_inside_rparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call User Inside Rparen|Add Sp Func Call User Inside Rparen|Remove Sp Func Call User Inside Rparen|Force Sp Func Call User Inside Rparen" +ValueDefault=ignore + +[Sp Inside Rparens] +Category=1 +Description="Add or remove space inside empty functor '()'.
Overrides sp_after_angle unless use_sp_after_angle_always is set to true." +Enabled=false +EditorType=multiple +Choices=sp_inside_rparens\s*=\s*ignore|sp_inside_rparens\s*=\s*add|sp_inside_rparens\s*=\s*remove|sp_inside_rparens\s*=\s*force|sp_inside_rparens\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Rparens|Add Sp Inside Rparens|Remove Sp Inside Rparens|Force Sp Inside Rparens" +ValueDefault=ignore + +[Sp Inside Rparen] +Category=1 +Description="Add or remove space inside functor '(' and ')'." +Enabled=false +EditorType=multiple +Choices=sp_inside_rparen\s*=\s*ignore|sp_inside_rparen\s*=\s*add|sp_inside_rparen\s*=\s*remove|sp_inside_rparen\s*=\s*force|sp_inside_rparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Rparen|Add Sp Inside Rparen|Remove Sp Inside Rparen|Force Sp Inside Rparen" +ValueDefault=ignore + +[Sp Inside Tparen] +Category=1 +Description="Add or remove space inside the first parentheses in a function type, as in
'void (*x)(...)'." +Enabled=false +EditorType=multiple +Choices=sp_inside_tparen\s*=\s*ignore|sp_inside_tparen\s*=\s*add|sp_inside_tparen\s*=\s*remove|sp_inside_tparen\s*=\s*force|sp_inside_tparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Tparen|Add Sp Inside Tparen|Remove Sp Inside Tparen|Force Sp Inside Tparen" +ValueDefault=ignore + +[Sp After Tparen Close] +Category=1 +Description="Add or remove space between the ')' and '(' in a function type, as in
'void (*x)(...)'." +Enabled=false +EditorType=multiple +Choices=sp_after_tparen_close\s*=\s*ignore|sp_after_tparen_close\s*=\s*add|sp_after_tparen_close\s*=\s*remove|sp_after_tparen_close\s*=\s*force|sp_after_tparen_close\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Tparen Close|Add Sp After Tparen Close|Remove Sp After Tparen Close|Force Sp After Tparen Close" +ValueDefault=ignore + +[Sp Square Fparen] +Category=1 +Description="Add or remove space between ']' and '(' when part of a function call." +Enabled=false +EditorType=multiple +Choices=sp_square_fparen\s*=\s*ignore|sp_square_fparen\s*=\s*add|sp_square_fparen\s*=\s*remove|sp_square_fparen\s*=\s*force|sp_square_fparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Square Fparen|Add Sp Square Fparen|Remove Sp Square Fparen|Force Sp Square Fparen" +ValueDefault=ignore + +[Sp Fparen Brace] +Category=1 +Description="Add or remove space between ')' and '{' of function." +Enabled=false +EditorType=multiple +Choices=sp_fparen_brace\s*=\s*ignore|sp_fparen_brace\s*=\s*add|sp_fparen_brace\s*=\s*remove|sp_fparen_brace\s*=\s*force|sp_fparen_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Fparen Brace|Add Sp Fparen Brace|Remove Sp Fparen Brace|Force Sp Fparen Brace" +ValueDefault=ignore + +[Sp Fparen Brace Initializer] +Category=1 +Description="Add or remove space between ')' and '{' of a function call in object
initialization.

Overrides sp_fparen_brace." +Enabled=false +EditorType=multiple +Choices=sp_fparen_brace_initializer\s*=\s*ignore|sp_fparen_brace_initializer\s*=\s*add|sp_fparen_brace_initializer\s*=\s*remove|sp_fparen_brace_initializer\s*=\s*force|sp_fparen_brace_initializer\s*=\s*not_defined +ChoicesReadable="Ignore Sp Fparen Brace Initializer|Add Sp Fparen Brace Initializer|Remove Sp Fparen Brace Initializer|Force Sp Fparen Brace Initializer" +ValueDefault=ignore + +[Sp Fparen Dbrace] +Category=1 +Description="(Java) Add or remove space between ')' and '{{' of double brace initializer." +Enabled=false +EditorType=multiple +Choices=sp_fparen_dbrace\s*=\s*ignore|sp_fparen_dbrace\s*=\s*add|sp_fparen_dbrace\s*=\s*remove|sp_fparen_dbrace\s*=\s*force|sp_fparen_dbrace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Fparen Dbrace|Add Sp Fparen Dbrace|Remove Sp Fparen Dbrace|Force Sp Fparen Dbrace" +ValueDefault=ignore + +[Sp Func Call Paren] +Category=1 +Description="Add or remove space between function name and '(' on function calls." +Enabled=false +EditorType=multiple +Choices=sp_func_call_paren\s*=\s*ignore|sp_func_call_paren\s*=\s*add|sp_func_call_paren\s*=\s*remove|sp_func_call_paren\s*=\s*force|sp_func_call_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren" +ValueDefault=ignore + +[Sp Func Call Paren Empty] +Category=1 +Description="Add or remove space between function name and '()' on function calls without
parameters. If set to ignore (the default), sp_func_call_paren is used." +Enabled=false +EditorType=multiple +Choices=sp_func_call_paren_empty\s*=\s*ignore|sp_func_call_paren_empty\s*=\s*add|sp_func_call_paren_empty\s*=\s*remove|sp_func_call_paren_empty\s*=\s*force|sp_func_call_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call Paren Empty|Add Sp Func Call Paren Empty|Remove Sp Func Call Paren Empty|Force Sp Func Call Paren Empty" +ValueDefault=ignore + +[Sp Func Call User Paren] +Category=1 +Description="Add or remove space between the user function name and '(' on function
calls. You need to set a keyword to be a user function in the config file,
like:
set func_call_user tr _ i18n" +Enabled=false +EditorType=multiple +Choices=sp_func_call_user_paren\s*=\s*ignore|sp_func_call_user_paren\s*=\s*add|sp_func_call_user_paren\s*=\s*remove|sp_func_call_user_paren\s*=\s*force|sp_func_call_user_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call User Paren|Add Sp Func Call User Paren|Remove Sp Func Call User Paren|Force Sp Func Call User Paren" +ValueDefault=ignore + +[Sp Func Call User Inside Fparen] +Category=1 +Description="Add or remove space inside user function '(' and ')'." +Enabled=false +EditorType=multiple +Choices=sp_func_call_user_inside_fparen\s*=\s*ignore|sp_func_call_user_inside_fparen\s*=\s*add|sp_func_call_user_inside_fparen\s*=\s*remove|sp_func_call_user_inside_fparen\s*=\s*force|sp_func_call_user_inside_fparen\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call User Inside Fparen|Add Sp Func Call User Inside Fparen|Remove Sp Func Call User Inside Fparen|Force Sp Func Call User Inside Fparen" +ValueDefault=ignore + +[Sp Func Call User Paren Paren] +Category=1 +Description="Add or remove space between nested parentheses with user functions,
i.e. '((' vs. '( ('." +Enabled=false +EditorType=multiple +Choices=sp_func_call_user_paren_paren\s*=\s*ignore|sp_func_call_user_paren_paren\s*=\s*add|sp_func_call_user_paren_paren\s*=\s*remove|sp_func_call_user_paren_paren\s*=\s*force|sp_func_call_user_paren_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Call User Paren Paren|Add Sp Func Call User Paren Paren|Remove Sp Func Call User Paren Paren|Force Sp Func Call User Paren Paren" +ValueDefault=ignore + +[Sp Func Class Paren] +Category=1 +Description="Add or remove space between a constructor/destructor and the open
parenthesis." +Enabled=false +EditorType=multiple +Choices=sp_func_class_paren\s*=\s*ignore|sp_func_class_paren\s*=\s*add|sp_func_class_paren\s*=\s*remove|sp_func_class_paren\s*=\s*force|sp_func_class_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Class Paren|Add Sp Func Class Paren|Remove Sp Func Class Paren|Force Sp Func Class Paren" +ValueDefault=ignore + +[Sp Func Class Paren Empty] +Category=1 +Description="Add or remove space between a constructor without parameters or destructor
and '()'." +Enabled=false +EditorType=multiple +Choices=sp_func_class_paren_empty\s*=\s*ignore|sp_func_class_paren_empty\s*=\s*add|sp_func_class_paren_empty\s*=\s*remove|sp_func_class_paren_empty\s*=\s*force|sp_func_class_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Sp Func Class Paren Empty|Add Sp Func Class Paren Empty|Remove Sp Func Class Paren Empty|Force Sp Func Class Paren Empty" +ValueDefault=ignore + +[Sp Return] +Category=1 +Description="Add or remove space after 'return'.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_return\s*=\s*ignore|sp_return\s*=\s*add|sp_return\s*=\s*remove|sp_return\s*=\s*force|sp_return\s*=\s*not_defined +ChoicesReadable="Ignore Sp Return|Add Sp Return|Remove Sp Return|Force Sp Return" +ValueDefault=force + +[Sp Return Paren] +Category=1 +Description="Add or remove space between 'return' and '('." +Enabled=false +EditorType=multiple +Choices=sp_return_paren\s*=\s*ignore|sp_return_paren\s*=\s*add|sp_return_paren\s*=\s*remove|sp_return_paren\s*=\s*force|sp_return_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Return Paren|Add Sp Return Paren|Remove Sp Return Paren|Force Sp Return Paren" +ValueDefault=ignore + +[Sp Return Brace] +Category=1 +Description="Add or remove space between 'return' and '{'." +Enabled=false +EditorType=multiple +Choices=sp_return_brace\s*=\s*ignore|sp_return_brace\s*=\s*add|sp_return_brace\s*=\s*remove|sp_return_brace\s*=\s*force|sp_return_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Return Brace|Add Sp Return Brace|Remove Sp Return Brace|Force Sp Return Brace" +ValueDefault=ignore + +[Sp Attribute Paren] +Category=1 +Description="Add or remove space between '__attribute__' and '('." +Enabled=false +EditorType=multiple +Choices=sp_attribute_paren\s*=\s*ignore|sp_attribute_paren\s*=\s*add|sp_attribute_paren\s*=\s*remove|sp_attribute_paren\s*=\s*force|sp_attribute_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Attribute Paren|Add Sp Attribute Paren|Remove Sp Attribute Paren|Force Sp Attribute Paren" +ValueDefault=ignore + +[Sp Defined Paren] +Category=1 +Description="Add or remove space between 'defined' and '(' in '#if defined (FOO)'." +Enabled=false +EditorType=multiple +Choices=sp_defined_paren\s*=\s*ignore|sp_defined_paren\s*=\s*add|sp_defined_paren\s*=\s*remove|sp_defined_paren\s*=\s*force|sp_defined_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Defined Paren|Add Sp Defined Paren|Remove Sp Defined Paren|Force Sp Defined Paren" +ValueDefault=ignore + +[Sp Throw Paren] +Category=1 +Description="Add or remove space between 'throw' and '(' in 'throw (something)'." +Enabled=false +EditorType=multiple +Choices=sp_throw_paren\s*=\s*ignore|sp_throw_paren\s*=\s*add|sp_throw_paren\s*=\s*remove|sp_throw_paren\s*=\s*force|sp_throw_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Throw Paren|Add Sp Throw Paren|Remove Sp Throw Paren|Force Sp Throw Paren" +ValueDefault=ignore + +[Sp After Throw] +Category=1 +Description="Add or remove space between 'throw' and anything other than '(' as in
'@throw [...];'." +Enabled=false +EditorType=multiple +Choices=sp_after_throw\s*=\s*ignore|sp_after_throw\s*=\s*add|sp_after_throw\s*=\s*remove|sp_after_throw\s*=\s*force|sp_after_throw\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Throw|Add Sp After Throw|Remove Sp After Throw|Force Sp After Throw" +ValueDefault=ignore + +[Sp Catch Paren] +Category=1 +Description="Add or remove space between 'catch' and '(' in 'catch (something) { }'.
If set to ignore, sp_before_sparen is used." +Enabled=false +EditorType=multiple +Choices=sp_catch_paren\s*=\s*ignore|sp_catch_paren\s*=\s*add|sp_catch_paren\s*=\s*remove|sp_catch_paren\s*=\s*force|sp_catch_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Catch Paren|Add Sp Catch Paren|Remove Sp Catch Paren|Force Sp Catch Paren" +ValueDefault=ignore + +[Sp Oc Catch Paren] +Category=1 +Description="(OC) Add or remove space between '@catch' and '('
in '@catch (something) { }'. If set to ignore, sp_catch_paren is used." +Enabled=false +EditorType=multiple +Choices=sp_oc_catch_paren\s*=\s*ignore|sp_oc_catch_paren\s*=\s*add|sp_oc_catch_paren\s*=\s*remove|sp_oc_catch_paren\s*=\s*force|sp_oc_catch_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Oc Catch Paren|Add Sp Oc Catch Paren|Remove Sp Oc Catch Paren|Force Sp Oc Catch Paren" +ValueDefault=ignore + +[Sp Before Oc Proto List] +Category=1 +Description="(OC) Add or remove space before Objective-C protocol list
as in '@protocol Protocol<here><Protocol_A>' or '@interface MyClass : NSObject<here><MyProtocol>'." +Enabled=false +EditorType=multiple +Choices=sp_before_oc_proto_list\s*=\s*ignore|sp_before_oc_proto_list\s*=\s*add|sp_before_oc_proto_list\s*=\s*remove|sp_before_oc_proto_list\s*=\s*force|sp_before_oc_proto_list\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Oc Proto List|Add Sp Before Oc Proto List|Remove Sp Before Oc Proto List|Force Sp Before Oc Proto List" +ValueDefault=ignore + +[Sp Oc Classname Paren] +Category=1 +Description="(OC) Add or remove space between class name and '('
in '@interface className(categoryName)<ProtocolName>:BaseClass'" +Enabled=false +EditorType=multiple +Choices=sp_oc_classname_paren\s*=\s*ignore|sp_oc_classname_paren\s*=\s*add|sp_oc_classname_paren\s*=\s*remove|sp_oc_classname_paren\s*=\s*force|sp_oc_classname_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Oc Classname Paren|Add Sp Oc Classname Paren|Remove Sp Oc Classname Paren|Force Sp Oc Classname Paren" +ValueDefault=ignore + +[Sp Version Paren] +Category=1 +Description="(D) Add or remove space between 'version' and '('
in 'version (something) { }'. If set to ignore, sp_before_sparen is used." +Enabled=false +EditorType=multiple +Choices=sp_version_paren\s*=\s*ignore|sp_version_paren\s*=\s*add|sp_version_paren\s*=\s*remove|sp_version_paren\s*=\s*force|sp_version_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Version Paren|Add Sp Version Paren|Remove Sp Version Paren|Force Sp Version Paren" +ValueDefault=ignore + +[Sp Scope Paren] +Category=1 +Description="(D) Add or remove space between 'scope' and '('
in 'scope (something) { }'. If set to ignore, sp_before_sparen is used." +Enabled=false +EditorType=multiple +Choices=sp_scope_paren\s*=\s*ignore|sp_scope_paren\s*=\s*add|sp_scope_paren\s*=\s*remove|sp_scope_paren\s*=\s*force|sp_scope_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Scope Paren|Add Sp Scope Paren|Remove Sp Scope Paren|Force Sp Scope Paren" +ValueDefault=ignore + +[Sp Super Paren] +Category=1 +Description="Add or remove space between 'super' and '(' in 'super (something)'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_super_paren\s*=\s*ignore|sp_super_paren\s*=\s*add|sp_super_paren\s*=\s*remove|sp_super_paren\s*=\s*force|sp_super_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Super Paren|Add Sp Super Paren|Remove Sp Super Paren|Force Sp Super Paren" +ValueDefault=remove + +[Sp This Paren] +Category=1 +Description="Add or remove space between 'this' and '(' in 'this (something)'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_this_paren\s*=\s*ignore|sp_this_paren\s*=\s*add|sp_this_paren\s*=\s*remove|sp_this_paren\s*=\s*force|sp_this_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp This Paren|Add Sp This Paren|Remove Sp This Paren|Force Sp This Paren" +ValueDefault=remove + +[Sp Macro] +Category=1 +Description="Add or remove space between a macro name and its definition." +Enabled=false +EditorType=multiple +Choices=sp_macro\s*=\s*ignore|sp_macro\s*=\s*add|sp_macro\s*=\s*remove|sp_macro\s*=\s*force|sp_macro\s*=\s*not_defined +ChoicesReadable="Ignore Sp Macro|Add Sp Macro|Remove Sp Macro|Force Sp Macro" +ValueDefault=ignore + +[Sp Macro Func] +Category=1 +Description="Add or remove space between a macro function ')' and its definition." +Enabled=false +EditorType=multiple +Choices=sp_macro_func\s*=\s*ignore|sp_macro_func\s*=\s*add|sp_macro_func\s*=\s*remove|sp_macro_func\s*=\s*force|sp_macro_func\s*=\s*not_defined +ChoicesReadable="Ignore Sp Macro Func|Add Sp Macro Func|Remove Sp Macro Func|Force Sp Macro Func" +ValueDefault=ignore + +[Sp Else Brace] +Category=1 +Description="Add or remove space between 'else' and '{' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_else_brace\s*=\s*ignore|sp_else_brace\s*=\s*add|sp_else_brace\s*=\s*remove|sp_else_brace\s*=\s*force|sp_else_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Else Brace|Add Sp Else Brace|Remove Sp Else Brace|Force Sp Else Brace" +ValueDefault=ignore + +[Sp Brace Else] +Category=1 +Description="Add or remove space between '}' and 'else' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_brace_else\s*=\s*ignore|sp_brace_else\s*=\s*add|sp_brace_else\s*=\s*remove|sp_brace_else\s*=\s*force|sp_brace_else\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Else|Add Sp Brace Else|Remove Sp Brace Else|Force Sp Brace Else" +ValueDefault=ignore + +[Sp Brace Typedef] +Category=1 +Description="Add or remove space between '}' and the name of a typedef on the same line." +Enabled=false +EditorType=multiple +Choices=sp_brace_typedef\s*=\s*ignore|sp_brace_typedef\s*=\s*add|sp_brace_typedef\s*=\s*remove|sp_brace_typedef\s*=\s*force|sp_brace_typedef\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Typedef|Add Sp Brace Typedef|Remove Sp Brace Typedef|Force Sp Brace Typedef" +ValueDefault=ignore + +[Sp Catch Brace] +Category=1 +Description="Add or remove space before the '{' of a 'catch' statement, if the '{' and
'catch' are on the same line, as in 'catch (decl) <here> {'." +Enabled=false +EditorType=multiple +Choices=sp_catch_brace\s*=\s*ignore|sp_catch_brace\s*=\s*add|sp_catch_brace\s*=\s*remove|sp_catch_brace\s*=\s*force|sp_catch_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Catch Brace|Add Sp Catch Brace|Remove Sp Catch Brace|Force Sp Catch Brace" +ValueDefault=ignore + +[Sp Oc Catch Brace] +Category=1 +Description="(OC) Add or remove space before the '{' of a '@catch' statement, if the '{'
and '@catch' are on the same line, as in '@catch (decl) <here> {'.
If set to ignore, sp_catch_brace is used." +Enabled=false +EditorType=multiple +Choices=sp_oc_catch_brace\s*=\s*ignore|sp_oc_catch_brace\s*=\s*add|sp_oc_catch_brace\s*=\s*remove|sp_oc_catch_brace\s*=\s*force|sp_oc_catch_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Oc Catch Brace|Add Sp Oc Catch Brace|Remove Sp Oc Catch Brace|Force Sp Oc Catch Brace" +ValueDefault=ignore + +[Sp Brace Catch] +Category=1 +Description="Add or remove space between '}' and 'catch' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_brace_catch\s*=\s*ignore|sp_brace_catch\s*=\s*add|sp_brace_catch\s*=\s*remove|sp_brace_catch\s*=\s*force|sp_brace_catch\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Catch|Add Sp Brace Catch|Remove Sp Brace Catch|Force Sp Brace Catch" +ValueDefault=ignore + +[Sp Oc Brace Catch] +Category=1 +Description="(OC) Add or remove space between '}' and '@catch' if on the same line.
If set to ignore, sp_brace_catch is used." +Enabled=false +EditorType=multiple +Choices=sp_oc_brace_catch\s*=\s*ignore|sp_oc_brace_catch\s*=\s*add|sp_oc_brace_catch\s*=\s*remove|sp_oc_brace_catch\s*=\s*force|sp_oc_brace_catch\s*=\s*not_defined +ChoicesReadable="Ignore Sp Oc Brace Catch|Add Sp Oc Brace Catch|Remove Sp Oc Brace Catch|Force Sp Oc Brace Catch" +ValueDefault=ignore + +[Sp Finally Brace] +Category=1 +Description="Add or remove space between 'finally' and '{' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_finally_brace\s*=\s*ignore|sp_finally_brace\s*=\s*add|sp_finally_brace\s*=\s*remove|sp_finally_brace\s*=\s*force|sp_finally_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Finally Brace|Add Sp Finally Brace|Remove Sp Finally Brace|Force Sp Finally Brace" +ValueDefault=ignore + +[Sp Brace Finally] +Category=1 +Description="Add or remove space between '}' and 'finally' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_brace_finally\s*=\s*ignore|sp_brace_finally\s*=\s*add|sp_brace_finally\s*=\s*remove|sp_brace_finally\s*=\s*force|sp_brace_finally\s*=\s*not_defined +ChoicesReadable="Ignore Sp Brace Finally|Add Sp Brace Finally|Remove Sp Brace Finally|Force Sp Brace Finally" +ValueDefault=ignore + +[Sp Try Brace] +Category=1 +Description="Add or remove space between 'try' and '{' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_try_brace\s*=\s*ignore|sp_try_brace\s*=\s*add|sp_try_brace\s*=\s*remove|sp_try_brace\s*=\s*force|sp_try_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Try Brace|Add Sp Try Brace|Remove Sp Try Brace|Force Sp Try Brace" +ValueDefault=ignore + +[Sp Getset Brace] +Category=1 +Description="Add or remove space between get/set and '{' if on the same line." +Enabled=false +EditorType=multiple +Choices=sp_getset_brace\s*=\s*ignore|sp_getset_brace\s*=\s*add|sp_getset_brace\s*=\s*remove|sp_getset_brace\s*=\s*force|sp_getset_brace\s*=\s*not_defined +ChoicesReadable="Ignore Sp Getset Brace|Add Sp Getset Brace|Remove Sp Getset Brace|Force Sp Getset Brace" +ValueDefault=ignore + +[Sp Word Brace Init Lst] +Category=1 +Description="Add or remove space between a variable and '{' for C++ uniform
initialization." +Enabled=false +EditorType=multiple +Choices=sp_word_brace_init_lst\s*=\s*ignore|sp_word_brace_init_lst\s*=\s*add|sp_word_brace_init_lst\s*=\s*remove|sp_word_brace_init_lst\s*=\s*force|sp_word_brace_init_lst\s*=\s*not_defined +ChoicesReadable="Ignore Sp Word Brace Init Lst|Add Sp Word Brace Init Lst|Remove Sp Word Brace Init Lst|Force Sp Word Brace Init Lst" +ValueDefault=ignore + +[Sp Word Brace Ns] +Category=1 +Description="Add or remove space between a variable and '{' for a namespace.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_word_brace_ns\s*=\s*ignore|sp_word_brace_ns\s*=\s*add|sp_word_brace_ns\s*=\s*remove|sp_word_brace_ns\s*=\s*force|sp_word_brace_ns\s*=\s*not_defined +ChoicesReadable="Ignore Sp Word Brace Ns|Add Sp Word Brace Ns|Remove Sp Word Brace Ns|Force Sp Word Brace Ns" +ValueDefault=add + +[Sp Before Dc] +Category=1 +Description="Add or remove space before the '::' operator." +Enabled=false +EditorType=multiple +Choices=sp_before_dc\s*=\s*ignore|sp_before_dc\s*=\s*add|sp_before_dc\s*=\s*remove|sp_before_dc\s*=\s*force|sp_before_dc\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Dc|Add Sp Before Dc|Remove Sp Before Dc|Force Sp Before Dc" +ValueDefault=ignore + +[Sp After Dc] +Category=1 +Description="Add or remove space after the '::' operator." +Enabled=false +EditorType=multiple +Choices=sp_after_dc\s*=\s*ignore|sp_after_dc\s*=\s*add|sp_after_dc\s*=\s*remove|sp_after_dc\s*=\s*force|sp_after_dc\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Dc|Add Sp After Dc|Remove Sp After Dc|Force Sp After Dc" +ValueDefault=ignore + +[Sp D Array Colon] +Category=1 +Description="(D) Add or remove around the D named array initializer ':' operator." +Enabled=false +EditorType=multiple +Choices=sp_d_array_colon\s*=\s*ignore|sp_d_array_colon\s*=\s*add|sp_d_array_colon\s*=\s*remove|sp_d_array_colon\s*=\s*force|sp_d_array_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp D Array Colon|Add Sp D Array Colon|Remove Sp D Array Colon|Force Sp D Array Colon" +ValueDefault=ignore + +[Sp Not] +Category=1 +Description="Add or remove space after the '!' (not) unary operator.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_not\s*=\s*ignore|sp_not\s*=\s*add|sp_not\s*=\s*remove|sp_not\s*=\s*force|sp_not\s*=\s*not_defined +ChoicesReadable="Ignore Sp Not|Add Sp Not|Remove Sp Not|Force Sp Not" +ValueDefault=remove + +[Sp Not Not] +Category=1 +Description="Add or remove space between two '!' (not) unary operators.
If set to ignore, sp_not will be used." +Enabled=false +EditorType=multiple +Choices=sp_not_not\s*=\s*ignore|sp_not_not\s*=\s*add|sp_not_not\s*=\s*remove|sp_not_not\s*=\s*force|sp_not_not\s*=\s*not_defined +ChoicesReadable="Ignore Sp Not Not|Add Sp Not Not|Remove Sp Not Not|Force Sp Not Not" +ValueDefault=ignore + +[Sp Inv] +Category=1 +Description="Add or remove space after the '~' (invert) unary operator.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_inv\s*=\s*ignore|sp_inv\s*=\s*add|sp_inv\s*=\s*remove|sp_inv\s*=\s*force|sp_inv\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inv|Add Sp Inv|Remove Sp Inv|Force Sp Inv" +ValueDefault=remove + +[Sp Addr] +Category=1 +Description="Add or remove space after the '&' (address-of) unary operator. This does not
affect the spacing after a '&' that is part of a type.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_addr\s*=\s*ignore|sp_addr\s*=\s*add|sp_addr\s*=\s*remove|sp_addr\s*=\s*force|sp_addr\s*=\s*not_defined +ChoicesReadable="Ignore Sp Addr|Add Sp Addr|Remove Sp Addr|Force Sp Addr" +ValueDefault=remove + +[Sp Member] +Category=1 +Description="Add or remove space around the '.' or '->' operators.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_member\s*=\s*ignore|sp_member\s*=\s*add|sp_member\s*=\s*remove|sp_member\s*=\s*force|sp_member\s*=\s*not_defined +ChoicesReadable="Ignore Sp Member|Add Sp Member|Remove Sp Member|Force Sp Member" +ValueDefault=remove + +[Sp Deref] +Category=1 +Description="Add or remove space after the '*' (dereference) unary operator. This does
not affect the spacing after a '*' that is part of a type.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_deref\s*=\s*ignore|sp_deref\s*=\s*add|sp_deref\s*=\s*remove|sp_deref\s*=\s*force|sp_deref\s*=\s*not_defined +ChoicesReadable="Ignore Sp Deref|Add Sp Deref|Remove Sp Deref|Force Sp Deref" +ValueDefault=remove + +[Sp Sign] +Category=1 +Description="Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_sign\s*=\s*ignore|sp_sign\s*=\s*add|sp_sign\s*=\s*remove|sp_sign\s*=\s*force|sp_sign\s*=\s*not_defined +ChoicesReadable="Ignore Sp Sign|Add Sp Sign|Remove Sp Sign|Force Sp Sign" +ValueDefault=remove + +[Sp Incdec] +Category=1 +Description="Add or remove space between '++' and '--' the word to which it is being
applied, as in '(--x)' or 'y++;'.

Default: remove" +Enabled=false +EditorType=multiple +Choices=sp_incdec\s*=\s*ignore|sp_incdec\s*=\s*add|sp_incdec\s*=\s*remove|sp_incdec\s*=\s*force|sp_incdec\s*=\s*not_defined +ChoicesReadable="Ignore Sp Incdec|Add Sp Incdec|Remove Sp Incdec|Force Sp Incdec" +ValueDefault=remove + +[Sp Before Nl Cont] +Category=1 +Description="Add or remove space before a backslash-newline at the end of a line.

Default: add" +Enabled=false +EditorType=multiple +Choices=sp_before_nl_cont\s*=\s*ignore|sp_before_nl_cont\s*=\s*add|sp_before_nl_cont\s*=\s*remove|sp_before_nl_cont\s*=\s*force|sp_before_nl_cont\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Nl Cont|Add Sp Before Nl Cont|Remove Sp Before Nl Cont|Force Sp Before Nl Cont" +ValueDefault=add + +[Sp After Oc Scope] +Category=1 +Description="(OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;'
or '+(int) bar;'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_scope\s*=\s*ignore|sp_after_oc_scope\s*=\s*add|sp_after_oc_scope\s*=\s*remove|sp_after_oc_scope\s*=\s*force|sp_after_oc_scope\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Scope|Add Sp After Oc Scope|Remove Sp After Oc Scope|Force Sp After Oc Scope" +ValueDefault=ignore + +[Sp After Oc Colon] +Category=1 +Description="(OC) Add or remove space after the colon in message specs,
i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_colon\s*=\s*ignore|sp_after_oc_colon\s*=\s*add|sp_after_oc_colon\s*=\s*remove|sp_after_oc_colon\s*=\s*force|sp_after_oc_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Colon|Add Sp After Oc Colon|Remove Sp After Oc Colon|Force Sp After Oc Colon" +ValueDefault=ignore + +[Sp Before Oc Colon] +Category=1 +Description="(OC) Add or remove space before the colon in message specs,
i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'." +Enabled=false +EditorType=multiple +Choices=sp_before_oc_colon\s*=\s*ignore|sp_before_oc_colon\s*=\s*add|sp_before_oc_colon\s*=\s*remove|sp_before_oc_colon\s*=\s*force|sp_before_oc_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Oc Colon|Add Sp Before Oc Colon|Remove Sp Before Oc Colon|Force Sp Before Oc Colon" +ValueDefault=ignore + +[Sp After Oc Dict Colon] +Category=1 +Description="(OC) Add or remove space after the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_dict_colon\s*=\s*ignore|sp_after_oc_dict_colon\s*=\s*add|sp_after_oc_dict_colon\s*=\s*remove|sp_after_oc_dict_colon\s*=\s*force|sp_after_oc_dict_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Dict Colon|Add Sp After Oc Dict Colon|Remove Sp After Oc Dict Colon|Force Sp After Oc Dict Colon" +ValueDefault=ignore + +[Sp Before Oc Dict Colon] +Category=1 +Description="(OC) Add or remove space before the colon in immutable dictionary expression
'NSDictionary *test = @{@"foo" :@"bar"};'." +Enabled=false +EditorType=multiple +Choices=sp_before_oc_dict_colon\s*=\s*ignore|sp_before_oc_dict_colon\s*=\s*add|sp_before_oc_dict_colon\s*=\s*remove|sp_before_oc_dict_colon\s*=\s*force|sp_before_oc_dict_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Oc Dict Colon|Add Sp Before Oc Dict Colon|Remove Sp Before Oc Dict Colon|Force Sp Before Oc Dict Colon" +ValueDefault=ignore + +[Sp After Send Oc Colon] +Category=1 +Description="(OC) Add or remove space after the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue: 1];'." +Enabled=false +EditorType=multiple +Choices=sp_after_send_oc_colon\s*=\s*ignore|sp_after_send_oc_colon\s*=\s*add|sp_after_send_oc_colon\s*=\s*remove|sp_after_send_oc_colon\s*=\s*force|sp_after_send_oc_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Send Oc Colon|Add Sp After Send Oc Colon|Remove Sp After Send Oc Colon|Force Sp After Send Oc Colon" +ValueDefault=ignore + +[Sp Before Send Oc Colon] +Category=1 +Description="(OC) Add or remove space before the colon in message specs,
i.e. '[object setValue:1];' vs. '[object setValue :1];'." +Enabled=false +EditorType=multiple +Choices=sp_before_send_oc_colon\s*=\s*ignore|sp_before_send_oc_colon\s*=\s*add|sp_before_send_oc_colon\s*=\s*remove|sp_before_send_oc_colon\s*=\s*force|sp_before_send_oc_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Send Oc Colon|Add Sp Before Send Oc Colon|Remove Sp Before Send Oc Colon|Force Sp Before Send Oc Colon" +ValueDefault=ignore + +[Sp After Oc Type] +Category=1 +Description="(OC) Add or remove space after the (type) in message specs,
i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_type\s*=\s*ignore|sp_after_oc_type\s*=\s*add|sp_after_oc_type\s*=\s*remove|sp_after_oc_type\s*=\s*force|sp_after_oc_type\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Type|Add Sp After Oc Type|Remove Sp After Oc Type|Force Sp After Oc Type" +ValueDefault=ignore + +[Sp After Oc Return Type] +Category=1 +Description="(OC) Add or remove space after the first (type) in message specs,
i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_return_type\s*=\s*ignore|sp_after_oc_return_type\s*=\s*add|sp_after_oc_return_type\s*=\s*remove|sp_after_oc_return_type\s*=\s*force|sp_after_oc_return_type\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Return Type|Add Sp After Oc Return Type|Remove Sp After Oc Return Type|Force Sp After Oc Return Type" +ValueDefault=ignore + +[Sp After Oc At Sel] +Category=1 +Description="(OC) Add or remove space between '@selector' and '(',
i.e. '@selector(msgName)' vs. '@selector (msgName)'.
Also applies to '@protocol()' constructs." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_at_sel\s*=\s*ignore|sp_after_oc_at_sel\s*=\s*add|sp_after_oc_at_sel\s*=\s*remove|sp_after_oc_at_sel\s*=\s*force|sp_after_oc_at_sel\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc At Sel|Add Sp After Oc At Sel|Remove Sp After Oc At Sel|Force Sp After Oc At Sel" +ValueDefault=ignore + +[Sp After Oc At Sel Parens] +Category=1 +Description="(OC) Add or remove space between '@selector(x)' and the following word,
i.e. '@selector(foo) a:' vs. '@selector(foo)a:'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_at_sel_parens\s*=\s*ignore|sp_after_oc_at_sel_parens\s*=\s*add|sp_after_oc_at_sel_parens\s*=\s*remove|sp_after_oc_at_sel_parens\s*=\s*force|sp_after_oc_at_sel_parens\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc At Sel Parens|Add Sp After Oc At Sel Parens|Remove Sp After Oc At Sel Parens|Force Sp After Oc At Sel Parens" +ValueDefault=ignore + +[Sp Inside Oc At Sel Parens] +Category=1 +Description="(OC) Add or remove space inside '@selector' parentheses,
i.e. '@selector(foo)' vs. '@selector( foo )'.
Also applies to '@protocol()' constructs." +Enabled=false +EditorType=multiple +Choices=sp_inside_oc_at_sel_parens\s*=\s*ignore|sp_inside_oc_at_sel_parens\s*=\s*add|sp_inside_oc_at_sel_parens\s*=\s*remove|sp_inside_oc_at_sel_parens\s*=\s*force|sp_inside_oc_at_sel_parens\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Oc At Sel Parens|Add Sp Inside Oc At Sel Parens|Remove Sp Inside Oc At Sel Parens|Force Sp Inside Oc At Sel Parens" +ValueDefault=ignore + +[Sp Before Oc Block Caret] +Category=1 +Description="(OC) Add or remove space before a block pointer caret,
i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'." +Enabled=false +EditorType=multiple +Choices=sp_before_oc_block_caret\s*=\s*ignore|sp_before_oc_block_caret\s*=\s*add|sp_before_oc_block_caret\s*=\s*remove|sp_before_oc_block_caret\s*=\s*force|sp_before_oc_block_caret\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Oc Block Caret|Add Sp Before Oc Block Caret|Remove Sp Before Oc Block Caret|Force Sp Before Oc Block Caret" +ValueDefault=ignore + +[Sp After Oc Block Caret] +Category=1 +Description="(OC) Add or remove space after a block pointer caret,
i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_block_caret\s*=\s*ignore|sp_after_oc_block_caret\s*=\s*add|sp_after_oc_block_caret\s*=\s*remove|sp_after_oc_block_caret\s*=\s*force|sp_after_oc_block_caret\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Block Caret|Add Sp After Oc Block Caret|Remove Sp After Oc Block Caret|Force Sp After Oc Block Caret" +ValueDefault=ignore + +[Sp After Oc Msg Receiver] +Category=1 +Description="(OC) Add or remove space between the receiver and selector in a message,
as in '[receiver selector ...]'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_msg_receiver\s*=\s*ignore|sp_after_oc_msg_receiver\s*=\s*add|sp_after_oc_msg_receiver\s*=\s*remove|sp_after_oc_msg_receiver\s*=\s*force|sp_after_oc_msg_receiver\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Msg Receiver|Add Sp After Oc Msg Receiver|Remove Sp After Oc Msg Receiver|Force Sp After Oc Msg Receiver" +ValueDefault=ignore + +[Sp After Oc Property] +Category=1 +Description="(OC) Add or remove space after '@property'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_property\s*=\s*ignore|sp_after_oc_property\s*=\s*add|sp_after_oc_property\s*=\s*remove|sp_after_oc_property\s*=\s*force|sp_after_oc_property\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Property|Add Sp After Oc Property|Remove Sp After Oc Property|Force Sp After Oc Property" +ValueDefault=ignore + +[Sp After Oc Synchronized] +Category=1 +Description="(OC) Add or remove space between '@synchronized' and the open parenthesis,
i.e. '@synchronized(foo)' vs. '@synchronized (foo)'." +Enabled=false +EditorType=multiple +Choices=sp_after_oc_synchronized\s*=\s*ignore|sp_after_oc_synchronized\s*=\s*add|sp_after_oc_synchronized\s*=\s*remove|sp_after_oc_synchronized\s*=\s*force|sp_after_oc_synchronized\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Oc Synchronized|Add Sp After Oc Synchronized|Remove Sp After Oc Synchronized|Force Sp After Oc Synchronized" +ValueDefault=ignore + +[Sp Cond Colon] +Category=1 +Description="Add or remove space around the ':' in 'b ? t : f'." +Enabled=false +EditorType=multiple +Choices=sp_cond_colon\s*=\s*ignore|sp_cond_colon\s*=\s*add|sp_cond_colon\s*=\s*remove|sp_cond_colon\s*=\s*force|sp_cond_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Colon|Add Sp Cond Colon|Remove Sp Cond Colon|Force Sp Cond Colon" +ValueDefault=ignore + +[Sp Cond Colon Before] +Category=1 +Description="Add or remove space before the ':' in 'b ? t : f'.

Overrides sp_cond_colon." +Enabled=false +EditorType=multiple +Choices=sp_cond_colon_before\s*=\s*ignore|sp_cond_colon_before\s*=\s*add|sp_cond_colon_before\s*=\s*remove|sp_cond_colon_before\s*=\s*force|sp_cond_colon_before\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Colon Before|Add Sp Cond Colon Before|Remove Sp Cond Colon Before|Force Sp Cond Colon Before" +ValueDefault=ignore + +[Sp Cond Colon After] +Category=1 +Description="Add or remove space after the ':' in 'b ? t : f'.

Overrides sp_cond_colon." +Enabled=false +EditorType=multiple +Choices=sp_cond_colon_after\s*=\s*ignore|sp_cond_colon_after\s*=\s*add|sp_cond_colon_after\s*=\s*remove|sp_cond_colon_after\s*=\s*force|sp_cond_colon_after\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Colon After|Add Sp Cond Colon After|Remove Sp Cond Colon After|Force Sp Cond Colon After" +ValueDefault=ignore + +[Sp Cond Question] +Category=1 +Description="Add or remove space around the '?' in 'b ? t : f'." +Enabled=false +EditorType=multiple +Choices=sp_cond_question\s*=\s*ignore|sp_cond_question\s*=\s*add|sp_cond_question\s*=\s*remove|sp_cond_question\s*=\s*force|sp_cond_question\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Question|Add Sp Cond Question|Remove Sp Cond Question|Force Sp Cond Question" +ValueDefault=ignore + +[Sp Cond Question Before] +Category=1 +Description="Add or remove space before the '?' in 'b ? t : f'.

Overrides sp_cond_question." +Enabled=false +EditorType=multiple +Choices=sp_cond_question_before\s*=\s*ignore|sp_cond_question_before\s*=\s*add|sp_cond_question_before\s*=\s*remove|sp_cond_question_before\s*=\s*force|sp_cond_question_before\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Question Before|Add Sp Cond Question Before|Remove Sp Cond Question Before|Force Sp Cond Question Before" +ValueDefault=ignore + +[Sp Cond Question After] +Category=1 +Description="Add or remove space after the '?' in 'b ? t : f'.

Overrides sp_cond_question." +Enabled=false +EditorType=multiple +Choices=sp_cond_question_after\s*=\s*ignore|sp_cond_question_after\s*=\s*add|sp_cond_question_after\s*=\s*remove|sp_cond_question_after\s*=\s*force|sp_cond_question_after\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Question After|Add Sp Cond Question After|Remove Sp Cond Question After|Force Sp Cond Question After" +ValueDefault=ignore + +[Sp Cond Ternary Short] +Category=1 +Description="In the abbreviated ternary form '(a ?: b)', add or remove space between '?'
and ':'.

Overrides all other sp_cond_* options." +Enabled=false +EditorType=multiple +Choices=sp_cond_ternary_short\s*=\s*ignore|sp_cond_ternary_short\s*=\s*add|sp_cond_ternary_short\s*=\s*remove|sp_cond_ternary_short\s*=\s*force|sp_cond_ternary_short\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cond Ternary Short|Add Sp Cond Ternary Short|Remove Sp Cond Ternary Short|Force Sp Cond Ternary Short" +ValueDefault=ignore + +[Sp Case Label] +Category=1 +Description="Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make
sense here." +Enabled=false +EditorType=multiple +Choices=sp_case_label\s*=\s*ignore|sp_case_label\s*=\s*add|sp_case_label\s*=\s*remove|sp_case_label\s*=\s*force|sp_case_label\s*=\s*not_defined +ChoicesReadable="Ignore Sp Case Label|Add Sp Case Label|Remove Sp Case Label|Force Sp Case Label" +ValueDefault=ignore + +[Sp Range] +Category=1 +Description="(D) Add or remove space around the D '..' operator." +Enabled=false +EditorType=multiple +Choices=sp_range\s*=\s*ignore|sp_range\s*=\s*add|sp_range\s*=\s*remove|sp_range\s*=\s*force|sp_range\s*=\s*not_defined +ChoicesReadable="Ignore Sp Range|Add Sp Range|Remove Sp Range|Force Sp Range" +ValueDefault=ignore + +[Sp After For Colon] +Category=1 +Description="Add or remove space after ':' in a Java/C++11 range-based 'for',
as in 'for (Type var : <here> expr)'." +Enabled=false +EditorType=multiple +Choices=sp_after_for_colon\s*=\s*ignore|sp_after_for_colon\s*=\s*add|sp_after_for_colon\s*=\s*remove|sp_after_for_colon\s*=\s*force|sp_after_for_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After For Colon|Add Sp After For Colon|Remove Sp After For Colon|Force Sp After For Colon" +ValueDefault=ignore + +[Sp Before For Colon] +Category=1 +Description="Add or remove space before ':' in a Java/C++11 range-based 'for',
as in 'for (Type var <here> : expr)'." +Enabled=false +EditorType=multiple +Choices=sp_before_for_colon\s*=\s*ignore|sp_before_for_colon\s*=\s*add|sp_before_for_colon\s*=\s*remove|sp_before_for_colon\s*=\s*force|sp_before_for_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before For Colon|Add Sp Before For Colon|Remove Sp Before For Colon|Force Sp Before For Colon" +ValueDefault=ignore + +[Sp Extern Paren] +Category=1 +Description="(D) Add or remove space between 'extern' and '(' as in 'extern <here> (C)'." +Enabled=false +EditorType=multiple +Choices=sp_extern_paren\s*=\s*ignore|sp_extern_paren\s*=\s*add|sp_extern_paren\s*=\s*remove|sp_extern_paren\s*=\s*force|sp_extern_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Extern Paren|Add Sp Extern Paren|Remove Sp Extern Paren|Force Sp Extern Paren" +ValueDefault=ignore + +[Sp Cmt Cpp Start] +Category=1 +Description="Add or remove space after the opening of a C++ comment, as in '// <here> A'." +Enabled=false +EditorType=multiple +Choices=sp_cmt_cpp_start\s*=\s*ignore|sp_cmt_cpp_start\s*=\s*add|sp_cmt_cpp_start\s*=\s*remove|sp_cmt_cpp_start\s*=\s*force|sp_cmt_cpp_start\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cmt Cpp Start|Add Sp Cmt Cpp Start|Remove Sp Cmt Cpp Start|Force Sp Cmt Cpp Start" +ValueDefault=ignore + +[Sp Cmt Cpp Pvs] +Category=1 +Description="remove space after the '//' and the pvs command '-V1234',
only works with sp_cmt_cpp_start set to add or force." +Enabled=false +EditorType=boolean +TrueFalse=sp_cmt_cpp_pvs\s*=\s*true|sp_cmt_cpp_pvs\s*=\s*false +ValueDefault=false + +[Sp Cmt Cpp Lint] +Category=1 +Description="remove space after the '//' and the command 'lint',
only works with sp_cmt_cpp_start set to add or force." +Enabled=false +EditorType=boolean +TrueFalse=sp_cmt_cpp_lint\s*=\s*true|sp_cmt_cpp_lint\s*=\s*false +ValueDefault=false + +[Sp Cmt Cpp Region] +Category=1 +Description="Add or remove space in a C++ region marker comment, as in '// <here> BEGIN'.
A region marker is defined as a comment which is not preceded by other text
(i.e. the comment is the first non-whitespace on the line), and which starts
with either 'BEGIN' or 'END'.

Overrides sp_cmt_cpp_start." +Enabled=false +EditorType=multiple +Choices=sp_cmt_cpp_region\s*=\s*ignore|sp_cmt_cpp_region\s*=\s*add|sp_cmt_cpp_region\s*=\s*remove|sp_cmt_cpp_region\s*=\s*force|sp_cmt_cpp_region\s*=\s*not_defined +ChoicesReadable="Ignore Sp Cmt Cpp Region|Add Sp Cmt Cpp Region|Remove Sp Cmt Cpp Region|Force Sp Cmt Cpp Region" +ValueDefault=ignore + +[Sp Cmt Cpp Doxygen] +Category=1 +Description="If true, space added with sp_cmt_cpp_start will be added after Doxygen
sequences like '///', '///<', '//!' and '//!<'." +Enabled=false +EditorType=boolean +TrueFalse=sp_cmt_cpp_doxygen\s*=\s*true|sp_cmt_cpp_doxygen\s*=\s*false +ValueDefault=false + +[Sp Cmt Cpp Qttr] +Category=1 +Description="If true, space added with sp_cmt_cpp_start will be added after Qt translator
or meta-data comments like '//:', '//=', and '//~'." +Enabled=false +EditorType=boolean +TrueFalse=sp_cmt_cpp_qttr\s*=\s*true|sp_cmt_cpp_qttr\s*=\s*false +ValueDefault=false + +[Sp Endif Cmt] +Category=1 +Description="Add or remove space between #else or #endif and a trailing comment." +Enabled=false +EditorType=multiple +Choices=sp_endif_cmt\s*=\s*ignore|sp_endif_cmt\s*=\s*add|sp_endif_cmt\s*=\s*remove|sp_endif_cmt\s*=\s*force|sp_endif_cmt\s*=\s*not_defined +ChoicesReadable="Ignore Sp Endif Cmt|Add Sp Endif Cmt|Remove Sp Endif Cmt|Force Sp Endif Cmt" +ValueDefault=ignore + +[Sp After New] +Category=1 +Description="Add or remove space after 'new', 'delete' and 'delete[]'." +Enabled=false +EditorType=multiple +Choices=sp_after_new\s*=\s*ignore|sp_after_new\s*=\s*add|sp_after_new\s*=\s*remove|sp_after_new\s*=\s*force|sp_after_new\s*=\s*not_defined +ChoicesReadable="Ignore Sp After New|Add Sp After New|Remove Sp After New|Force Sp After New" +ValueDefault=ignore + +[Sp Between New Paren] +Category=1 +Description="Add or remove space between 'new' and '(' in 'new()'." +Enabled=false +EditorType=multiple +Choices=sp_between_new_paren\s*=\s*ignore|sp_between_new_paren\s*=\s*add|sp_between_new_paren\s*=\s*remove|sp_between_new_paren\s*=\s*force|sp_between_new_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Between New Paren|Add Sp Between New Paren|Remove Sp Between New Paren|Force Sp Between New Paren" +ValueDefault=ignore + +[Sp After Newop Paren] +Category=1 +Description="Add or remove space between ')' and type in 'new(foo) BAR'." +Enabled=false +EditorType=multiple +Choices=sp_after_newop_paren\s*=\s*ignore|sp_after_newop_paren\s*=\s*add|sp_after_newop_paren\s*=\s*remove|sp_after_newop_paren\s*=\s*force|sp_after_newop_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Newop Paren|Add Sp After Newop Paren|Remove Sp After Newop Paren|Force Sp After Newop Paren" +ValueDefault=ignore + +[Sp Inside Newop Paren] +Category=1 +Description="Add or remove space inside parentheses of the new operator
as in 'new(foo) BAR'." +Enabled=false +EditorType=multiple +Choices=sp_inside_newop_paren\s*=\s*ignore|sp_inside_newop_paren\s*=\s*add|sp_inside_newop_paren\s*=\s*remove|sp_inside_newop_paren\s*=\s*force|sp_inside_newop_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Newop Paren|Add Sp Inside Newop Paren|Remove Sp Inside Newop Paren|Force Sp Inside Newop Paren" +ValueDefault=ignore + +[Sp Inside Newop Paren Open] +Category=1 +Description="Add or remove space after the open parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." +Enabled=false +EditorType=multiple +Choices=sp_inside_newop_paren_open\s*=\s*ignore|sp_inside_newop_paren_open\s*=\s*add|sp_inside_newop_paren_open\s*=\s*remove|sp_inside_newop_paren_open\s*=\s*force|sp_inside_newop_paren_open\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Newop Paren Open|Add Sp Inside Newop Paren Open|Remove Sp Inside Newop Paren Open|Force Sp Inside Newop Paren Open" +ValueDefault=ignore + +[Sp Inside Newop Paren Close] +Category=1 +Description="Add or remove space before the close parenthesis of the new operator,
as in 'new(foo) BAR'.

Overrides sp_inside_newop_paren." +Enabled=false +EditorType=multiple +Choices=sp_inside_newop_paren_close\s*=\s*ignore|sp_inside_newop_paren_close\s*=\s*add|sp_inside_newop_paren_close\s*=\s*remove|sp_inside_newop_paren_close\s*=\s*force|sp_inside_newop_paren_close\s*=\s*not_defined +ChoicesReadable="Ignore Sp Inside Newop Paren Close|Add Sp Inside Newop Paren Close|Remove Sp Inside Newop Paren Close|Force Sp Inside Newop Paren Close" +ValueDefault=ignore + +[Sp Before Tr Cmt] +Category=1 +Description="Add or remove space before a trailing comment." +Enabled=false +EditorType=multiple +Choices=sp_before_tr_cmt\s*=\s*ignore|sp_before_tr_cmt\s*=\s*add|sp_before_tr_cmt\s*=\s*remove|sp_before_tr_cmt\s*=\s*force|sp_before_tr_cmt\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Tr Cmt|Add Sp Before Tr Cmt|Remove Sp Before Tr Cmt|Force Sp Before Tr Cmt" +ValueDefault=ignore + +[Sp Num Before Tr Cmt] +Category=1 +Description="Number of spaces before a trailing comment." +Enabled=false +EditorType=numeric +CallName="sp_num_before_tr_cmt\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Sp Before Emb Cmt] +Category=1 +Description="Add or remove space before an embedded comment.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_before_emb_cmt\s*=\s*ignore|sp_before_emb_cmt\s*=\s*add|sp_before_emb_cmt\s*=\s*remove|sp_before_emb_cmt\s*=\s*force|sp_before_emb_cmt\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Emb Cmt|Add Sp Before Emb Cmt|Remove Sp Before Emb Cmt|Force Sp Before Emb Cmt" +ValueDefault=force + +[Sp Num Before Emb Cmt] +Category=1 +Description="Number of spaces before an embedded comment.

Default: 1" +Enabled=false +EditorType=numeric +CallName="sp_num_before_emb_cmt\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=1 + +[Sp After Emb Cmt] +Category=1 +Description="Add or remove space after an embedded comment.

Default: force" +Enabled=false +EditorType=multiple +Choices=sp_after_emb_cmt\s*=\s*ignore|sp_after_emb_cmt\s*=\s*add|sp_after_emb_cmt\s*=\s*remove|sp_after_emb_cmt\s*=\s*force|sp_after_emb_cmt\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Emb Cmt|Add Sp After Emb Cmt|Remove Sp After Emb Cmt|Force Sp After Emb Cmt" +ValueDefault=force + +[Sp Num After Emb Cmt] +Category=1 +Description="Number of spaces after an embedded comment.

Default: 1" +Enabled=false +EditorType=numeric +CallName="sp_num_after_emb_cmt\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=1 + +[Sp Annotation Paren] +Category=1 +Description="(Java) Add or remove space between an annotation and the open parenthesis." +Enabled=false +EditorType=multiple +Choices=sp_annotation_paren\s*=\s*ignore|sp_annotation_paren\s*=\s*add|sp_annotation_paren\s*=\s*remove|sp_annotation_paren\s*=\s*force|sp_annotation_paren\s*=\s*not_defined +ChoicesReadable="Ignore Sp Annotation Paren|Add Sp Annotation Paren|Remove Sp Annotation Paren|Force Sp Annotation Paren" +ValueDefault=ignore + +[Sp Skip Vbrace Tokens] +Category=1 +Description="If true, vbrace tokens are dropped to the previous token and skipped." +Enabled=false +EditorType=boolean +TrueFalse=sp_skip_vbrace_tokens\s*=\s*true|sp_skip_vbrace_tokens\s*=\s*false +ValueDefault=false + +[Sp After Noexcept] +Category=1 +Description="Add or remove space after 'noexcept'." +Enabled=false +EditorType=multiple +Choices=sp_after_noexcept\s*=\s*ignore|sp_after_noexcept\s*=\s*add|sp_after_noexcept\s*=\s*remove|sp_after_noexcept\s*=\s*force|sp_after_noexcept\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Noexcept|Add Sp After Noexcept|Remove Sp After Noexcept|Force Sp After Noexcept" +ValueDefault=ignore + +[Sp Vala After Translation] +Category=1 +Description="Add or remove space after '_'." +Enabled=false +EditorType=multiple +Choices=sp_vala_after_translation\s*=\s*ignore|sp_vala_after_translation\s*=\s*add|sp_vala_after_translation\s*=\s*remove|sp_vala_after_translation\s*=\s*force|sp_vala_after_translation\s*=\s*not_defined +ChoicesReadable="Ignore Sp Vala After Translation|Add Sp Vala After Translation|Remove Sp Vala After Translation|Force Sp Vala After Translation" +ValueDefault=ignore + +[Sp Before Bit Colon] +Category=1 +Description="Add or remove space before a bit colon ':'." +Enabled=false +EditorType=multiple +Choices=sp_before_bit_colon\s*=\s*ignore|sp_before_bit_colon\s*=\s*add|sp_before_bit_colon\s*=\s*remove|sp_before_bit_colon\s*=\s*force|sp_before_bit_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp Before Bit Colon|Add Sp Before Bit Colon|Remove Sp Before Bit Colon|Force Sp Before Bit Colon" +ValueDefault=ignore + +[Sp After Bit Colon] +Category=1 +Description="Add or remove space after a bit colon ':'." +Enabled=false +EditorType=multiple +Choices=sp_after_bit_colon\s*=\s*ignore|sp_after_bit_colon\s*=\s*add|sp_after_bit_colon\s*=\s*remove|sp_after_bit_colon\s*=\s*force|sp_after_bit_colon\s*=\s*not_defined +ChoicesReadable="Ignore Sp After Bit Colon|Add Sp After Bit Colon|Remove Sp After Bit Colon|Force Sp After Bit Colon" +ValueDefault=ignore + +[Force Tab After Define] +Category=1 +Description="If true, a <TAB> is inserted after #define." +Enabled=false +EditorType=boolean +TrueFalse=force_tab_after_define\s*=\s*true|force_tab_after_define\s*=\s*false +ValueDefault=false + +[Indent Columns] +Category=2 +Description="The number of columns to indent per level. Usually 2, 3, 4, or 8.

Default: 8" +Enabled=false +EditorType=numeric +CallName="indent_columns\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=8 + +[Indent Ignore First Continue] +Category=2 +Description="Whether to ignore indent for the first continuation line. Subsequent
continuation lines will still be indented to match the first." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_first_continue\s*=\s*true|indent_ignore_first_continue\s*=\s*false +ValueDefault=false + +[Indent Continue] +Category=2 +Description="The continuation indent. If non-zero, this overrides the indent of '(', '['
and '=' continuation indents. Negative values are OK; negative value is
absolute and not increased for each '(' or '[' level.

For FreeBSD, this is set to 4.
Requires indent_ignore_first_continue=false." +Enabled=false +EditorType=numeric +CallName="indent_continue\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Continue Class Head] +Category=2 +Description="The continuation indent, only for class header line(s). If non-zero, this
overrides the indent of 'class' continuation indents.
Requires indent_ignore_first_continue=false." +Enabled=false +EditorType=numeric +CallName="indent_continue_class_head\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Single Newlines] +Category=2 +Description="Whether to indent empty lines (i.e. lines which contain only spaces before
the newline character)." +Enabled=false +EditorType=boolean +TrueFalse=indent_single_newlines\s*=\s*true|indent_single_newlines\s*=\s*false +ValueDefault=false + +[Indent Param] +Category=2 +Description="The continuation indent for func_*_param if they are true. If non-zero, this
overrides the indent." +Enabled=false +EditorType=numeric +CallName="indent_param\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent With Tabs] +Category=2 +Description="How to use tabs when indenting code.

0: Spaces only
1: Indent with tabs to brace level, align with spaces (default)
2: Indent and align with tabs, using spaces when not on a tabstop

Default: 1" +Enabled=true +EditorType=multiple +Choices="indent_with_tabs\s*=\s*0|indent_with_tabs\s*=\s*1|indent_with_tabs\s*=\s*2" +ChoicesReadable="Spaces only|Indent with tabs, align with spaces|Indent and align with tabs" +ValueDefault=1 + +[Indent Cmt With Tabs] +Category=2 +Description="Whether to indent comments that are not at a brace level with tabs on a
tabstop. Requires indent_with_tabs=2. If false, will use spaces." +Enabled=false +EditorType=boolean +TrueFalse=indent_cmt_with_tabs\s*=\s*true|indent_cmt_with_tabs\s*=\s*false +ValueDefault=false + +[Indent Align String] +Category=2 +Description="Whether to indent strings broken by '\' so that they line up." +Enabled=false +EditorType=boolean +TrueFalse=indent_align_string\s*=\s*true|indent_align_string\s*=\s*false +ValueDefault=false + +[Indent Xml String] +Category=2 +Description="The number of spaces to indent multi-line XML strings.
Requires indent_align_string=true." +Enabled=false +EditorType=numeric +CallName="indent_xml_string\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Brace] +Category=2 +Description="Spaces to indent '{' from level." +Enabled=false +EditorType=numeric +CallName="indent_brace\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Braces] +Category=2 +Description="Whether braces are indented to the body level." +Enabled=false +EditorType=boolean +TrueFalse=indent_braces\s*=\s*true|indent_braces\s*=\s*false +ValueDefault=false + +[Indent Braces No Func] +Category=2 +Description="Whether to disable indenting function braces if indent_braces=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_braces_no_func\s*=\s*true|indent_braces_no_func\s*=\s*false +ValueDefault=false + +[Indent Braces No Class] +Category=2 +Description="Whether to disable indenting class braces if indent_braces=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_braces_no_class\s*=\s*true|indent_braces_no_class\s*=\s*false +ValueDefault=false + +[Indent Braces No Struct] +Category=2 +Description="Whether to disable indenting struct braces if indent_braces=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_braces_no_struct\s*=\s*true|indent_braces_no_struct\s*=\s*false +ValueDefault=false + +[Indent Brace Parent] +Category=2 +Description="Whether to indent based on the size of the brace parent,
i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc." +Enabled=false +EditorType=boolean +TrueFalse=indent_brace_parent\s*=\s*true|indent_brace_parent\s*=\s*false +ValueDefault=false + +[Indent Paren Open Brace] +Category=2 +Description="Whether to indent based on the open parenthesis instead of the open brace
in '({\n'." +Enabled=false +EditorType=boolean +TrueFalse=indent_paren_open_brace\s*=\s*true|indent_paren_open_brace\s*=\s*false +ValueDefault=false + +[Indent Cs Delegate Brace] +Category=2 +Description="(C#) Whether to indent the brace of a C# delegate by another level." +Enabled=false +EditorType=boolean +TrueFalse=indent_cs_delegate_brace\s*=\s*true|indent_cs_delegate_brace\s*=\s*false +ValueDefault=false + +[Indent Cs Delegate Body] +Category=2 +Description="(C#) Whether to indent a C# delegate (to handle delegates with no brace) by
another level." +Enabled=false +EditorType=boolean +TrueFalse=indent_cs_delegate_body\s*=\s*true|indent_cs_delegate_body\s*=\s*false +ValueDefault=false + +[Indent Namespace] +Category=2 +Description="Whether to indent the body of a 'namespace'." +Enabled=false +EditorType=boolean +TrueFalse=indent_namespace\s*=\s*true|indent_namespace\s*=\s*false +ValueDefault=false + +[Indent Namespace Single Indent] +Category=2 +Description="Whether to indent only the first namespace, and not any nested namespaces.
Requires indent_namespace=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_namespace_single_indent\s*=\s*true|indent_namespace_single_indent\s*=\s*false +ValueDefault=false + +[Indent Namespace Level] +Category=2 +Description="The number of spaces to indent a namespace block.
If set to zero, use the value indent_columns" +Enabled=false +EditorType=numeric +CallName="indent_namespace_level\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Namespace Limit] +Category=2 +Description="If the body of the namespace is longer than this number, it won't be
indented. Requires indent_namespace=true. 0 means no limit." +Enabled=false +EditorType=numeric +CallName="indent_namespace_limit\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Indent Namespace Inner Only] +Category=2 +Description="Whether to indent only in inner namespaces (nested in other namespaces).
Requires indent_namespace=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_namespace_inner_only\s*=\s*true|indent_namespace_inner_only\s*=\s*false +ValueDefault=false + +[Indent Extern] +Category=2 +Description="Whether the 'extern "C"' body is indented." +Enabled=false +EditorType=boolean +TrueFalse=indent_extern\s*=\s*true|indent_extern\s*=\s*false +ValueDefault=false + +[Indent Class] +Category=2 +Description="Whether the 'class' body is indented." +Enabled=false +EditorType=boolean +TrueFalse=indent_class\s*=\s*true|indent_class\s*=\s*false +ValueDefault=false + +[Indent Ignore Before Class Colon] +Category=2 +Description="Whether to ignore indent for the leading base class colon." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_before_class_colon\s*=\s*true|indent_ignore_before_class_colon\s*=\s*false +ValueDefault=false + +[Indent Before Class Colon] +Category=2 +Description="Additional indent before the leading base class colon.
Negative values decrease indent down to the first column.
Requires indent_ignore_before_class_colon=false and a newline break before
the colon (see pos_class_colon and nl_class_colon)" +Enabled=false +EditorType=numeric +CallName="indent_before_class_colon\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Class Colon] +Category=2 +Description="Whether to indent the stuff after a leading base class colon." +Enabled=false +EditorType=boolean +TrueFalse=indent_class_colon\s*=\s*true|indent_class_colon\s*=\s*false +ValueDefault=false + +[Indent Class On Colon] +Category=2 +Description="Whether to indent based on a class colon instead of the stuff after the
colon. Requires indent_class_colon=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_class_on_colon\s*=\s*true|indent_class_on_colon\s*=\s*false +ValueDefault=false + +[Indent Ignore Before Constr Colon] +Category=2 +Description="Whether to ignore indent for a leading class initializer colon." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_before_constr_colon\s*=\s*true|indent_ignore_before_constr_colon\s*=\s*false +ValueDefault=false + +[Indent Constr Colon] +Category=2 +Description="Whether to indent the stuff after a leading class initializer colon." +Enabled=false +EditorType=boolean +TrueFalse=indent_constr_colon\s*=\s*true|indent_constr_colon\s*=\s*false +ValueDefault=false + +[Indent Ctor Init Leading] +Category=2 +Description="Virtual indent from the ':' for leading member initializers.

Default: 2" +Enabled=false +EditorType=numeric +CallName="indent_ctor_init_leading\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=2 + +[Indent Ctor Init Following] +Category=2 +Description="Virtual indent from the ':' for following member initializers.

Default: 2" +Enabled=false +EditorType=numeric +CallName="indent_ctor_init_following\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=2 + +[Indent Ctor Init] +Category=2 +Description="Additional indent for constructor initializer list.
Negative values decrease indent down to the first column." +Enabled=false +EditorType=numeric +CallName="indent_ctor_init\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Else If] +Category=2 +Description="Whether to indent 'if' following 'else' as a new block under the 'else'.
If false, 'else\nif' is treated as 'else if' for indenting purposes." +Enabled=false +EditorType=boolean +TrueFalse=indent_else_if\s*=\s*true|indent_else_if\s*=\s*false +ValueDefault=false + +[Indent Var Def Blk] +Category=2 +Description="Amount to indent variable declarations after a open brace.

<0: Relative
>=0: Absolute" +Enabled=false +EditorType=numeric +CallName="indent_var_def_blk\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Var Def Cont] +Category=2 +Description="Whether to indent continued variable declarations instead of aligning." +Enabled=false +EditorType=boolean +TrueFalse=indent_var_def_cont\s*=\s*true|indent_var_def_cont\s*=\s*false +ValueDefault=false + +[Indent Shift] +Category=2 +Description="How to indent continued shift expressions ('<<' and '>>').
Set align_left_shift=false when using this.
0: Align shift operators instead of indenting them (default)
1: Indent by one level
-1: Preserve original indentation" +Enabled=false +EditorType=numeric +CallName="indent_shift\s*=\s*" +MinVal=-1 +MaxVal=1 +ValueDefault=0 + +[Indent Func Def Force Col1] +Category=2 +Description="Whether to force indentation of function definitions to start in column 1." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_def_force_col1\s*=\s*true|indent_func_def_force_col1\s*=\s*false +ValueDefault=false + +[Indent Func Call Param] +Category=2 +Description="Whether to indent continued function call parameters one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_call_param\s*=\s*true|indent_func_call_param\s*=\s*false +ValueDefault=false + +[Indent Func Def Param] +Category=2 +Description="Whether to indent continued function definition parameters one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_def_param\s*=\s*true|indent_func_def_param\s*=\s*false +ValueDefault=false + +[Indent Func Def Param Paren Pos Threshold] +Category=2 +Description="for function definitions, only if indent_func_def_param is false
Allows to align params when appropriate and indent them when not
behave as if it was true if paren position is more than this value
if paren position is more than the option value" +Enabled=false +EditorType=numeric +CallName="indent_func_def_param_paren_pos_threshold\s*=\s*" +MinVal=0 +MaxVal=160 +ValueDefault=0 + +[Indent Func Proto Param] +Category=2 +Description="Whether to indent continued function call prototype one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_proto_param\s*=\s*true|indent_func_proto_param\s*=\s*false +ValueDefault=false + +[Indent Func Class Param] +Category=2 +Description="Whether to indent continued function call declaration one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_class_param\s*=\s*true|indent_func_class_param\s*=\s*false +ValueDefault=false + +[Indent Func Ctor Var Param] +Category=2 +Description="Whether to indent continued class variable constructors one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_ctor_var_param\s*=\s*true|indent_func_ctor_var_param\s*=\s*false +ValueDefault=false + +[Indent Template Param] +Category=2 +Description="Whether to indent continued template parameter list one indent level,
rather than aligning parameters under the open parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_template_param\s*=\s*true|indent_template_param\s*=\s*false +ValueDefault=false + +[Indent Func Param Double] +Category=2 +Description="Double the indent for indent_func_xxx_param options.
Use both values of the options indent_columns and indent_param." +Enabled=false +EditorType=boolean +TrueFalse=indent_func_param_double\s*=\s*true|indent_func_param_double\s*=\s*false +ValueDefault=false + +[Indent Func Const] +Category=2 +Description="Indentation column for standalone 'const' qualifier on a function
prototype." +Enabled=false +EditorType=numeric +CallName="indent_func_const\s*=\s*" +MinVal=0 +MaxVal=69 +ValueDefault=0 + +[Indent Func Throw] +Category=2 +Description="Indentation column for standalone 'throw' qualifier on a function
prototype." +Enabled=false +EditorType=numeric +CallName="indent_func_throw\s*=\s*" +MinVal=0 +MaxVal=41 +ValueDefault=0 + +[Indent Macro Brace] +Category=2 +Description="How to indent within a macro followed by a brace on the same line
This allows reducing the indent in macros that have (for example)
`do { ... } while (0)` blocks bracketing them.

true: add an indent for the brace on the same line as the macro
false: do not add an indent for the brace on the same line as the macro

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_macro_brace\s*=\s*true|indent_macro_brace\s*=\s*false +ValueDefault=true + +[Indent Member] +Category=2 +Description="The number of spaces to indent a continued '->' or '.'.
Usually set to 0, 1, or indent_columns." +Enabled=false +EditorType=numeric +CallName="indent_member\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Member Single] +Category=2 +Description="Whether lines broken at '.' or '->' should be indented by a single indent.
The indent_member option will not be effective if this is set to true." +Enabled=false +EditorType=boolean +TrueFalse=indent_member_single\s*=\s*true|indent_member_single\s*=\s*false +ValueDefault=false + +[Indent Single Line Comments Before] +Category=2 +Description="Spaces to indent single line ('//') comments on lines before code." +Enabled=false +EditorType=numeric +CallName="indent_single_line_comments_before\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Single Line Comments After] +Category=2 +Description="Spaces to indent single line ('//') comments on lines after code." +Enabled=false +EditorType=numeric +CallName="indent_single_line_comments_after\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Sparen Extra] +Category=2 +Description="When opening a paren for a control statement (if, for, while, etc), increase
the indent level by this value. Negative values decrease the indent level." +Enabled=false +EditorType=numeric +CallName="indent_sparen_extra\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Relative Single Line Comments] +Category=2 +Description="Whether to indent trailing single line ('//') comments relative to the code
instead of trying to keep the same absolute column." +Enabled=false +EditorType=boolean +TrueFalse=indent_relative_single_line_comments\s*=\s*true|indent_relative_single_line_comments\s*=\s*false +ValueDefault=false + +[Indent Switch Case] +Category=2 +Description="Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns.
It might be wise to choose the same value for the option indent_case_brace." +Enabled=false +EditorType=numeric +CallName="indent_switch_case\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Switch Body] +Category=2 +Description="Spaces to indent the body of a 'switch' before any 'case'.
Usually the same as indent_columns or indent_switch_case." +Enabled=false +EditorType=numeric +CallName="indent_switch_body\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Ignore Case Brace] +Category=2 +Description="Whether to ignore indent for '{' following 'case'." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_case_brace\s*=\s*true|indent_ignore_case_brace\s*=\s*false +ValueDefault=false + +[Indent Case Brace] +Category=2 +Description="Spaces to indent '{' from 'case'. By default, the brace will appear under
the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK.
It might be wise to choose the same value for the option indent_switch_case." +Enabled=false +EditorType=numeric +CallName="indent_case_brace\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Indent Switch Break With Case] +Category=2 +Description="indent 'break' with 'case' from 'switch'." +Enabled=false +EditorType=boolean +TrueFalse=indent_switch_break_with_case\s*=\s*true|indent_switch_break_with_case\s*=\s*false +ValueDefault=false + +[Indent Switch Pp] +Category=2 +Description="Whether to indent preprocessor statements inside of switch statements.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_switch_pp\s*=\s*true|indent_switch_pp\s*=\s*false +ValueDefault=true + +[Indent Case Shift] +Category=2 +Description="Spaces to shift the 'case' line, without affecting any other lines.
Usually 0." +Enabled=false +EditorType=numeric +CallName="indent_case_shift\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Case Comment] +Category=2 +Description="Whether to align comments before 'case' with the 'case'.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_case_comment\s*=\s*true|indent_case_comment\s*=\s*false +ValueDefault=true + +[Indent Comment] +Category=2 +Description="Whether to indent comments not found in first column.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_comment\s*=\s*true|indent_comment\s*=\s*false +ValueDefault=true + +[Indent Col1 Comment] +Category=2 +Description="Whether to indent comments found in first column." +Enabled=false +EditorType=boolean +TrueFalse=indent_col1_comment\s*=\s*true|indent_col1_comment\s*=\s*false +ValueDefault=false + +[Indent Col1 Multi String Literal] +Category=2 +Description="Whether to indent multi string literal in first column." +Enabled=false +EditorType=boolean +TrueFalse=indent_col1_multi_string_literal\s*=\s*true|indent_col1_multi_string_literal\s*=\s*false +ValueDefault=false + +[Indent Comment Align Thresh] +Category=2 +Description="Align comments on adjacent lines that are this many columns apart or less.

Default: 3" +Enabled=false +EditorType=numeric +CallName="indent_comment_align_thresh\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=3 + +[Indent Ignore Label] +Category=2 +Description="Whether to ignore indent for goto labels." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_label\s*=\s*true|indent_ignore_label\s*=\s*false +ValueDefault=false + +[Indent Label] +Category=2 +Description="How to indent goto labels. Requires indent_ignore_label=false.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" +Enabled=false +EditorType=numeric +CallName="indent_label\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=1 + +[Indent Access Spec] +Category=2 +Description="How to indent access specifiers that are followed by a
colon.

>0: Absolute column where 1 is the leftmost column
<=0: Subtract from brace indent

Default: 1" +Enabled=false +EditorType=numeric +CallName="indent_access_spec\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=1 + +[Indent Access Spec Body] +Category=2 +Description="Whether to indent the code after an access specifier by one level.
If true, this option forces 'indent_access_spec=0'." +Enabled=false +EditorType=boolean +TrueFalse=indent_access_spec_body\s*=\s*true|indent_access_spec_body\s*=\s*false +ValueDefault=false + +[Indent Paren Nl] +Category=2 +Description="If an open parenthesis is followed by a newline, whether to indent the next
line so that it lines up after the open parenthesis (not recommended)." +Enabled=false +EditorType=boolean +TrueFalse=indent_paren_nl\s*=\s*true|indent_paren_nl\s*=\s*false +ValueDefault=false + +[Indent Paren Close] +Category=2 +Description="How to indent a close parenthesis after a newline.

0: Indent to body level (default)
1: Align under the open parenthesis
2: Indent to the brace level
-1: Preserve original indentation" +Enabled=false +EditorType=numeric +CallName="indent_paren_close\s*=\s*" +MinVal=-1 +MaxVal=2 +ValueDefault=0 + +[Indent Paren After Func Def] +Category=2 +Description="Whether to indent the open parenthesis of a function definition,
if the parenthesis is on its own line." +Enabled=false +EditorType=boolean +TrueFalse=indent_paren_after_func_def\s*=\s*true|indent_paren_after_func_def\s*=\s*false +ValueDefault=false + +[Indent Paren After Func Decl] +Category=2 +Description="Whether to indent the open parenthesis of a function declaration,
if the parenthesis is on its own line." +Enabled=false +EditorType=boolean +TrueFalse=indent_paren_after_func_decl\s*=\s*true|indent_paren_after_func_decl\s*=\s*false +ValueDefault=false + +[Indent Paren After Func Call] +Category=2 +Description="Whether to indent the open parenthesis of a function call,
if the parenthesis is on its own line." +Enabled=false +EditorType=boolean +TrueFalse=indent_paren_after_func_call\s*=\s*true|indent_paren_after_func_call\s*=\s*false +ValueDefault=false + +[Indent Comma Brace] +Category=2 +Description="How to indent a comma when inside braces.
0: Indent by one level (default)
1: Align under the open brace
-1: Preserve original indentation" +Enabled=false +EditorType=numeric +CallName="indent_comma_brace\s*=\s*" +MinVal=-1 +MaxVal=1 +ValueDefault=0 + +[Indent Comma Paren] +Category=2 +Description="How to indent a comma when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" +Enabled=false +EditorType=numeric +CallName="indent_comma_paren\s*=\s*" +MinVal=-1 +MaxVal=1 +ValueDefault=0 + +[Indent Bool Paren] +Category=2 +Description="How to indent a Boolean operator when inside parentheses.
0: Indent by one level (default)
1: Align under the open parenthesis
-1: Preserve original indentation" +Enabled=false +EditorType=numeric +CallName="indent_bool_paren\s*=\s*" +MinVal=-1 +MaxVal=1 +ValueDefault=0 + +[Indent Ignore Bool] +Category=2 +Description="Whether to ignore the indentation of a Boolean operator when outside
parentheses." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_bool\s*=\s*true|indent_ignore_bool\s*=\s*false +ValueDefault=false + +[Indent Ignore Arith] +Category=2 +Description="Whether to ignore the indentation of an arithmetic operator." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_arith\s*=\s*true|indent_ignore_arith\s*=\s*false +ValueDefault=false + +[Indent Semicolon For Paren] +Category=2 +Description="Whether to indent a semicolon when inside a for parenthesis.
If true, aligns under the open for parenthesis." +Enabled=false +EditorType=boolean +TrueFalse=indent_semicolon_for_paren\s*=\s*true|indent_semicolon_for_paren\s*=\s*false +ValueDefault=false + +[Indent Ignore Semicolon] +Category=2 +Description="Whether to ignore the indentation of a semicolon outside of a 'for'
statement." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_semicolon\s*=\s*true|indent_ignore_semicolon\s*=\s*false +ValueDefault=false + +[Indent First Bool Expr] +Category=2 +Description="Whether to align the first expression to following ones
if indent_bool_paren=1." +Enabled=false +EditorType=boolean +TrueFalse=indent_first_bool_expr\s*=\s*true|indent_first_bool_expr\s*=\s*false +ValueDefault=false + +[Indent First For Expr] +Category=2 +Description="Whether to align the first expression to following ones
if indent_semicolon_for_paren=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_first_for_expr\s*=\s*true|indent_first_for_expr\s*=\s*false +ValueDefault=false + +[Indent Square Nl] +Category=2 +Description="If an open square is followed by a newline, whether to indent the next line
so that it lines up after the open square (not recommended)." +Enabled=false +EditorType=boolean +TrueFalse=indent_square_nl\s*=\s*true|indent_square_nl\s*=\s*false +ValueDefault=false + +[Indent Preserve Sql] +Category=2 +Description="(ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies." +Enabled=false +EditorType=boolean +TrueFalse=indent_preserve_sql\s*=\s*true|indent_preserve_sql\s*=\s*false +ValueDefault=false + +[Indent Ignore Assign] +Category=2 +Description="Whether to ignore the indentation of an assignment operator." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_assign\s*=\s*true|indent_ignore_assign\s*=\s*false +ValueDefault=false + +[Indent Align Assign] +Category=2 +Description="Whether to align continued statements at the '='. If false or if the '=' is
followed by a newline, the next line is indent one tab.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_align_assign\s*=\s*true|indent_align_assign\s*=\s*false +ValueDefault=true + +[Indent Off After Assign] +Category=2 +Description="If true, the indentation of the chunks after a '=' sequence will be set at
LHS token indentation column before '='." +Enabled=false +EditorType=boolean +TrueFalse=indent_off_after_assign\s*=\s*true|indent_off_after_assign\s*=\s*false +ValueDefault=false + +[Indent Align Paren] +Category=2 +Description="Whether to align continued statements at the '('. If false or the '(' is
followed by a newline, the next line indent is one tab.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_align_paren\s*=\s*true|indent_align_paren\s*=\s*false +ValueDefault=true + +[Indent Oc Inside Msg Sel] +Category=2 +Description="(OC) Whether to indent Objective-C code inside message selectors." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_inside_msg_sel\s*=\s*true|indent_oc_inside_msg_sel\s*=\s*false +ValueDefault=false + +[Indent Oc Block] +Category=2 +Description="(OC) Whether to indent Objective-C blocks at brace level instead of usual
rules." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block\s*=\s*true|indent_oc_block\s*=\s*false +ValueDefault=false + +[Indent Oc Block Msg] +Category=2 +Description="(OC) Indent for Objective-C blocks in a message relative to the parameter
name.

=0: Use indent_oc_block rules
>0: Use specified number of spaces to indent" +Enabled=false +EditorType=numeric +CallName="indent_oc_block_msg\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Oc Msg Colon] +Category=2 +Description="(OC) Minimum indent for subsequent parameters" +Enabled=false +EditorType=numeric +CallName="indent_oc_msg_colon\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Indent Oc Msg Prioritize First Colon] +Category=2 +Description="(OC) Whether to prioritize aligning with initial colon (and stripping spaces
from lines, if necessary).

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_msg_prioritize_first_colon\s*=\s*true|indent_oc_msg_prioritize_first_colon\s*=\s*false +ValueDefault=true + +[Indent Oc Block Msg Xcode Style] +Category=2 +Description="(OC) Whether to indent blocks the way that Xcode does by default
(from the keyword if the parameter is on its own line; otherwise, from the
previous indentation level). Requires indent_oc_block_msg=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block_msg_xcode_style\s*=\s*true|indent_oc_block_msg_xcode_style\s*=\s*false +ValueDefault=false + +[Indent Oc Block Msg From Keyword] +Category=2 +Description="(OC) Whether to indent blocks from where the brace is, relative to a
message keyword. Requires indent_oc_block_msg=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block_msg_from_keyword\s*=\s*true|indent_oc_block_msg_from_keyword\s*=\s*false +ValueDefault=false + +[Indent Oc Block Msg From Colon] +Category=2 +Description="(OC) Whether to indent blocks from where the brace is, relative to a message
colon. Requires indent_oc_block_msg=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block_msg_from_colon\s*=\s*true|indent_oc_block_msg_from_colon\s*=\s*false +ValueDefault=false + +[Indent Oc Block Msg From Caret] +Category=2 +Description="(OC) Whether to indent blocks from where the block caret is.
Requires indent_oc_block_msg=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block_msg_from_caret\s*=\s*true|indent_oc_block_msg_from_caret\s*=\s*false +ValueDefault=false + +[Indent Oc Block Msg From Brace] +Category=2 +Description="(OC) Whether to indent blocks from where the brace caret is.
Requires indent_oc_block_msg=true." +Enabled=false +EditorType=boolean +TrueFalse=indent_oc_block_msg_from_brace\s*=\s*true|indent_oc_block_msg_from_brace\s*=\s*false +ValueDefault=false + +[Indent Min Vbrace Open] +Category=2 +Description="When indenting after virtual brace open and newline add further spaces to
reach this minimum indent." +Enabled=false +EditorType=numeric +CallName="indent_min_vbrace_open\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Indent Vbrace Open On Tabstop] +Category=2 +Description="Whether to add further spaces after regular indent to reach next tabstop
when indenting after virtual brace open and newline." +Enabled=false +EditorType=boolean +TrueFalse=indent_vbrace_open_on_tabstop\s*=\s*true|indent_vbrace_open_on_tabstop\s*=\s*false +ValueDefault=false + +[Indent Token After Brace] +Category=2 +Description="How to indent after a brace followed by another token (not a newline).
true: indent all contained lines to match the token
false: indent all contained lines to match the brace

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_token_after_brace\s*=\s*true|indent_token_after_brace\s*=\s*false +ValueDefault=true + +[Indent Cpp Lambda Body] +Category=2 +Description="Whether to indent the body of a C++11 lambda." +Enabled=false +EditorType=boolean +TrueFalse=indent_cpp_lambda_body\s*=\s*true|indent_cpp_lambda_body\s*=\s*false +ValueDefault=false + +[Indent Compound Literal Return] +Category=2 +Description="How to indent compound literals that are being returned.
true: add both the indent from return & the compound literal open brace
(i.e. 2 indent levels)
false: only indent 1 level, don't add the indent for the open brace, only
add the indent for the return.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_compound_literal_return\s*=\s*true|indent_compound_literal_return\s*=\s*false +ValueDefault=true + +[Indent Using Block] +Category=2 +Description="(C#) Whether to indent a 'using' block if no braces are used.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=indent_using_block\s*=\s*true|indent_using_block\s*=\s*false +ValueDefault=true + +[Indent Ternary Operator] +Category=2 +Description="How to indent the continuation of ternary operator.

0: Off (default)
1: When the `if_false` is a continuation, indent it under the `if_true` branch
2: When the `:` is a continuation, indent it under `?`" +Enabled=false +EditorType=numeric +CallName="indent_ternary_operator\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Indent Inside Ternary Operator] +Category=2 +Description="Whether to indent the statements inside ternary operator." +Enabled=false +EditorType=boolean +TrueFalse=indent_inside_ternary_operator\s*=\s*true|indent_inside_ternary_operator\s*=\s*false +ValueDefault=false + +[Indent Off After Return] +Category=2 +Description="If true, the indentation of the chunks after a `return` sequence will be set at return indentation column." +Enabled=false +EditorType=boolean +TrueFalse=indent_off_after_return\s*=\s*true|indent_off_after_return\s*=\s*false +ValueDefault=false + +[Indent Off After Return New] +Category=2 +Description="If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column." +Enabled=false +EditorType=boolean +TrueFalse=indent_off_after_return_new\s*=\s*true|indent_off_after_return_new\s*=\s*false +ValueDefault=false + +[Indent Single After Return] +Category=2 +Description="If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token." +Enabled=false +EditorType=boolean +TrueFalse=indent_single_after_return\s*=\s*true|indent_single_after_return\s*=\s*false +ValueDefault=false + +[Indent Ignore Asm Block] +Category=2 +Description="Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they
have their own indentation)." +Enabled=false +EditorType=boolean +TrueFalse=indent_ignore_asm_block\s*=\s*true|indent_ignore_asm_block\s*=\s*false +ValueDefault=false + +[Donot Indent Func Def Close Paren] +Category=2 +Description="Don't indent the close parenthesis of a function definition,
if the parenthesis is on its own line." +Enabled=false +EditorType=boolean +TrueFalse=donot_indent_func_def_close_paren\s*=\s*true|donot_indent_func_def_close_paren\s*=\s*false +ValueDefault=false + +[Nl Collapse Empty Body] +Category=3 +Description="Whether to collapse empty blocks between '{' and '}' except for functions.
Use nl_collapse_empty_body_functions to specify how empty function braces
should be formatted." +Enabled=false +EditorType=boolean +TrueFalse=nl_collapse_empty_body\s*=\s*true|nl_collapse_empty_body\s*=\s*false +ValueDefault=false + +[Nl Collapse Empty Body Functions] +Category=3 +Description="Whether to collapse empty blocks between '{' and '}' for functions only.
If true, overrides nl_inside_empty_func." +Enabled=false +EditorType=boolean +TrueFalse=nl_collapse_empty_body_functions\s*=\s*true|nl_collapse_empty_body_functions\s*=\s*false +ValueDefault=false + +[Nl Assign Leave One Liners] +Category=3 +Description="Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'." +Enabled=false +EditorType=boolean +TrueFalse=nl_assign_leave_one_liners\s*=\s*true|nl_assign_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Class Leave One Liners] +Category=3 +Description="Don't split one-line braced statements inside a 'class xx { }' body." +Enabled=false +EditorType=boolean +TrueFalse=nl_class_leave_one_liners\s*=\s*true|nl_class_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Enum Leave One Liners] +Category=3 +Description="Don't split one-line enums, as in 'enum foo { BAR = 15 };'" +Enabled=false +EditorType=boolean +TrueFalse=nl_enum_leave_one_liners\s*=\s*true|nl_enum_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Getset Leave One Liners] +Category=3 +Description="Don't split one-line get or set functions." +Enabled=false +EditorType=boolean +TrueFalse=nl_getset_leave_one_liners\s*=\s*true|nl_getset_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Cs Property Leave One Liners] +Category=3 +Description="(C#) Don't split one-line property get or set functions." +Enabled=false +EditorType=boolean +TrueFalse=nl_cs_property_leave_one_liners\s*=\s*true|nl_cs_property_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Func Leave One Liners] +Category=3 +Description="Don't split one-line function definitions, as in 'int foo() { return 0; }'.
might modify nl_func_type_name" +Enabled=false +EditorType=boolean +TrueFalse=nl_func_leave_one_liners\s*=\s*true|nl_func_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Cpp Lambda Leave One Liners] +Category=3 +Description="Don't split one-line C++11 lambdas, as in '[]() { return 0; }'." +Enabled=false +EditorType=boolean +TrueFalse=nl_cpp_lambda_leave_one_liners\s*=\s*true|nl_cpp_lambda_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl If Leave One Liners] +Category=3 +Description="Don't split one-line if/else statements, as in 'if(...) b++;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_if_leave_one_liners\s*=\s*true|nl_if_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl While Leave One Liners] +Category=3 +Description="Don't split one-line while statements, as in 'while(...) b++;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_while_leave_one_liners\s*=\s*true|nl_while_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Do Leave One Liners] +Category=3 +Description="Don't split one-line do statements, as in 'do { b++; } while(...);'." +Enabled=false +EditorType=boolean +TrueFalse=nl_do_leave_one_liners\s*=\s*true|nl_do_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl For Leave One Liners] +Category=3 +Description="Don't split one-line for statements, as in 'for(...) b++;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_for_leave_one_liners\s*=\s*true|nl_for_leave_one_liners\s*=\s*false +ValueDefault=false + +[Nl Oc Msg Leave One Liner] +Category=3 +Description="(OC) Don't split one-line Objective-C messages." +Enabled=false +EditorType=boolean +TrueFalse=nl_oc_msg_leave_one_liner\s*=\s*true|nl_oc_msg_leave_one_liner\s*=\s*false +ValueDefault=false + +[Nl Oc Mdef Brace] +Category=3 +Description="(OC) Add or remove newline between method declaration and '{'." +Enabled=false +EditorType=multiple +Choices=nl_oc_mdef_brace\s*=\s*ignore|nl_oc_mdef_brace\s*=\s*add|nl_oc_mdef_brace\s*=\s*remove|nl_oc_mdef_brace\s*=\s*force|nl_oc_mdef_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Mdef Brace|Add Nl Oc Mdef Brace|Remove Nl Oc Mdef Brace|Force Nl Oc Mdef Brace" +ValueDefault=ignore + +[Nl Oc Block Brace] +Category=3 +Description="(OC) Add or remove newline between Objective-C block signature and '{'." +Enabled=false +EditorType=multiple +Choices=nl_oc_block_brace\s*=\s*ignore|nl_oc_block_brace\s*=\s*add|nl_oc_block_brace\s*=\s*remove|nl_oc_block_brace\s*=\s*force|nl_oc_block_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Block Brace|Add Nl Oc Block Brace|Remove Nl Oc Block Brace|Force Nl Oc Block Brace" +ValueDefault=ignore + +[Nl Oc Before Interface] +Category=3 +Description="(OC) Add or remove blank line before '@interface' statement." +Enabled=false +EditorType=multiple +Choices=nl_oc_before_interface\s*=\s*ignore|nl_oc_before_interface\s*=\s*add|nl_oc_before_interface\s*=\s*remove|nl_oc_before_interface\s*=\s*force|nl_oc_before_interface\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Before Interface|Add Nl Oc Before Interface|Remove Nl Oc Before Interface|Force Nl Oc Before Interface" +ValueDefault=ignore + +[Nl Oc Before Implementation] +Category=3 +Description="(OC) Add or remove blank line before '@implementation' statement." +Enabled=false +EditorType=multiple +Choices=nl_oc_before_implementation\s*=\s*ignore|nl_oc_before_implementation\s*=\s*add|nl_oc_before_implementation\s*=\s*remove|nl_oc_before_implementation\s*=\s*force|nl_oc_before_implementation\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Before Implementation|Add Nl Oc Before Implementation|Remove Nl Oc Before Implementation|Force Nl Oc Before Implementation" +ValueDefault=ignore + +[Nl Oc Before End] +Category=3 +Description="(OC) Add or remove blank line before '@end' statement." +Enabled=false +EditorType=multiple +Choices=nl_oc_before_end\s*=\s*ignore|nl_oc_before_end\s*=\s*add|nl_oc_before_end\s*=\s*remove|nl_oc_before_end\s*=\s*force|nl_oc_before_end\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Before End|Add Nl Oc Before End|Remove Nl Oc Before End|Force Nl Oc Before End" +ValueDefault=ignore + +[Nl Oc Interface Brace] +Category=3 +Description="(OC) Add or remove newline between '@interface' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_oc_interface_brace\s*=\s*ignore|nl_oc_interface_brace\s*=\s*add|nl_oc_interface_brace\s*=\s*remove|nl_oc_interface_brace\s*=\s*force|nl_oc_interface_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Interface Brace|Add Nl Oc Interface Brace|Remove Nl Oc Interface Brace|Force Nl Oc Interface Brace" +ValueDefault=ignore + +[Nl Oc Implementation Brace] +Category=3 +Description="(OC) Add or remove newline between '@implementation' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_oc_implementation_brace\s*=\s*ignore|nl_oc_implementation_brace\s*=\s*add|nl_oc_implementation_brace\s*=\s*remove|nl_oc_implementation_brace\s*=\s*force|nl_oc_implementation_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Implementation Brace|Add Nl Oc Implementation Brace|Remove Nl Oc Implementation Brace|Force Nl Oc Implementation Brace" +ValueDefault=ignore + +[Nl Start Of File] +Category=3 +Description="Add or remove newlines at the start of the file." +Enabled=false +EditorType=multiple +Choices=nl_start_of_file\s*=\s*ignore|nl_start_of_file\s*=\s*add|nl_start_of_file\s*=\s*remove|nl_start_of_file\s*=\s*force|nl_start_of_file\s*=\s*not_defined +ChoicesReadable="Ignore Nl Start Of File|Add Nl Start Of File|Remove Nl Start Of File|Force Nl Start Of File" +ValueDefault=ignore + +[Nl Start Of File Min] +Category=3 +Description="The minimum number of newlines at the start of the file (only used if
nl_start_of_file is 'add' or 'force')." +Enabled=false +EditorType=numeric +CallName="nl_start_of_file_min\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl End Of File] +Category=3 +Description="Add or remove newline at the end of the file." +Enabled=false +EditorType=multiple +Choices=nl_end_of_file\s*=\s*ignore|nl_end_of_file\s*=\s*add|nl_end_of_file\s*=\s*remove|nl_end_of_file\s*=\s*force|nl_end_of_file\s*=\s*not_defined +ChoicesReadable="Ignore Nl End Of File|Add Nl End Of File|Remove Nl End Of File|Force Nl End Of File" +ValueDefault=ignore + +[Nl End Of File Min] +Category=3 +Description="The minimum number of newlines at the end of the file (only used if
nl_end_of_file is 'add' or 'force')." +Enabled=false +EditorType=numeric +CallName="nl_end_of_file_min\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Assign Brace] +Category=3 +Description="Add or remove newline between '=' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_assign_brace\s*=\s*ignore|nl_assign_brace\s*=\s*add|nl_assign_brace\s*=\s*remove|nl_assign_brace\s*=\s*force|nl_assign_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Assign Brace|Add Nl Assign Brace|Remove Nl Assign Brace|Force Nl Assign Brace" +ValueDefault=ignore + +[Nl Assign Square] +Category=3 +Description="(D) Add or remove newline between '=' and '['." +Enabled=false +EditorType=multiple +Choices=nl_assign_square\s*=\s*ignore|nl_assign_square\s*=\s*add|nl_assign_square\s*=\s*remove|nl_assign_square\s*=\s*force|nl_assign_square\s*=\s*not_defined +ChoicesReadable="Ignore Nl Assign Square|Add Nl Assign Square|Remove Nl Assign Square|Force Nl Assign Square" +ValueDefault=ignore + +[Nl Tsquare Brace] +Category=3 +Description="Add or remove newline between '[]' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_tsquare_brace\s*=\s*ignore|nl_tsquare_brace\s*=\s*add|nl_tsquare_brace\s*=\s*remove|nl_tsquare_brace\s*=\s*force|nl_tsquare_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Tsquare Brace|Add Nl Tsquare Brace|Remove Nl Tsquare Brace|Force Nl Tsquare Brace" +ValueDefault=ignore + +[Nl After Square Assign] +Category=3 +Description="(D) Add or remove newline after '= ['. Will also affect the newline before
the ']'." +Enabled=false +EditorType=multiple +Choices=nl_after_square_assign\s*=\s*ignore|nl_after_square_assign\s*=\s*add|nl_after_square_assign\s*=\s*remove|nl_after_square_assign\s*=\s*force|nl_after_square_assign\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Square Assign|Add Nl After Square Assign|Remove Nl After Square Assign|Force Nl After Square Assign" +ValueDefault=ignore + +[Nl Fcall Brace] +Category=3 +Description="Add or remove newline between a function call's ')' and '{', as in
'list_for_each(item, &list) { }'." +Enabled=false +EditorType=multiple +Choices=nl_fcall_brace\s*=\s*ignore|nl_fcall_brace\s*=\s*add|nl_fcall_brace\s*=\s*remove|nl_fcall_brace\s*=\s*force|nl_fcall_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Fcall Brace|Add Nl Fcall Brace|Remove Nl Fcall Brace|Force Nl Fcall Brace" +ValueDefault=ignore + +[Nl Enum Brace] +Category=3 +Description="Add or remove newline between 'enum' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_enum_brace\s*=\s*ignore|nl_enum_brace\s*=\s*add|nl_enum_brace\s*=\s*remove|nl_enum_brace\s*=\s*force|nl_enum_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Brace|Add Nl Enum Brace|Remove Nl Enum Brace|Force Nl Enum Brace" +ValueDefault=ignore + +[Nl Enum Class] +Category=3 +Description="Add or remove newline between 'enum' and 'class'." +Enabled=false +EditorType=multiple +Choices=nl_enum_class\s*=\s*ignore|nl_enum_class\s*=\s*add|nl_enum_class\s*=\s*remove|nl_enum_class\s*=\s*force|nl_enum_class\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Class|Add Nl Enum Class|Remove Nl Enum Class|Force Nl Enum Class" +ValueDefault=ignore + +[Nl Enum Class Identifier] +Category=3 +Description="Add or remove newline between 'enum class' and the identifier." +Enabled=false +EditorType=multiple +Choices=nl_enum_class_identifier\s*=\s*ignore|nl_enum_class_identifier\s*=\s*add|nl_enum_class_identifier\s*=\s*remove|nl_enum_class_identifier\s*=\s*force|nl_enum_class_identifier\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Class Identifier|Add Nl Enum Class Identifier|Remove Nl Enum Class Identifier|Force Nl Enum Class Identifier" +ValueDefault=ignore + +[Nl Enum Identifier Colon] +Category=3 +Description="Add or remove newline between 'enum class' type and ':'." +Enabled=false +EditorType=multiple +Choices=nl_enum_identifier_colon\s*=\s*ignore|nl_enum_identifier_colon\s*=\s*add|nl_enum_identifier_colon\s*=\s*remove|nl_enum_identifier_colon\s*=\s*force|nl_enum_identifier_colon\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Identifier Colon|Add Nl Enum Identifier Colon|Remove Nl Enum Identifier Colon|Force Nl Enum Identifier Colon" +ValueDefault=ignore + +[Nl Enum Colon Type] +Category=3 +Description="Add or remove newline between 'enum class identifier :' and type." +Enabled=false +EditorType=multiple +Choices=nl_enum_colon_type\s*=\s*ignore|nl_enum_colon_type\s*=\s*add|nl_enum_colon_type\s*=\s*remove|nl_enum_colon_type\s*=\s*force|nl_enum_colon_type\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Colon Type|Add Nl Enum Colon Type|Remove Nl Enum Colon Type|Force Nl Enum Colon Type" +ValueDefault=ignore + +[Nl Struct Brace] +Category=3 +Description="Add or remove newline between 'struct and '{'." +Enabled=false +EditorType=multiple +Choices=nl_struct_brace\s*=\s*ignore|nl_struct_brace\s*=\s*add|nl_struct_brace\s*=\s*remove|nl_struct_brace\s*=\s*force|nl_struct_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Struct Brace|Add Nl Struct Brace|Remove Nl Struct Brace|Force Nl Struct Brace" +ValueDefault=ignore + +[Nl Union Brace] +Category=3 +Description="Add or remove newline between 'union' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_union_brace\s*=\s*ignore|nl_union_brace\s*=\s*add|nl_union_brace\s*=\s*remove|nl_union_brace\s*=\s*force|nl_union_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Union Brace|Add Nl Union Brace|Remove Nl Union Brace|Force Nl Union Brace" +ValueDefault=ignore + +[Nl If Brace] +Category=3 +Description="Add or remove newline between 'if' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_if_brace\s*=\s*ignore|nl_if_brace\s*=\s*add|nl_if_brace\s*=\s*remove|nl_if_brace\s*=\s*force|nl_if_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl If Brace|Add Nl If Brace|Remove Nl If Brace|Force Nl If Brace" +ValueDefault=ignore + +[Nl Brace Else] +Category=3 +Description="Add or remove newline between '}' and 'else'." +Enabled=false +EditorType=multiple +Choices=nl_brace_else\s*=\s*ignore|nl_brace_else\s*=\s*add|nl_brace_else\s*=\s*remove|nl_brace_else\s*=\s*force|nl_brace_else\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Else|Add Nl Brace Else|Remove Nl Brace Else|Force Nl Brace Else" +ValueDefault=ignore + +[Nl Elseif Brace] +Category=3 +Description="Add or remove newline between 'else if' and '{'. If set to ignore,
nl_if_brace is used instead." +Enabled=false +EditorType=multiple +Choices=nl_elseif_brace\s*=\s*ignore|nl_elseif_brace\s*=\s*add|nl_elseif_brace\s*=\s*remove|nl_elseif_brace\s*=\s*force|nl_elseif_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Elseif Brace|Add Nl Elseif Brace|Remove Nl Elseif Brace|Force Nl Elseif Brace" +ValueDefault=ignore + +[Nl Else Brace] +Category=3 +Description="Add or remove newline between 'else' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_else_brace\s*=\s*ignore|nl_else_brace\s*=\s*add|nl_else_brace\s*=\s*remove|nl_else_brace\s*=\s*force|nl_else_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Else Brace|Add Nl Else Brace|Remove Nl Else Brace|Force Nl Else Brace" +ValueDefault=ignore + +[Nl Else If] +Category=3 +Description="Add or remove newline between 'else' and 'if'." +Enabled=false +EditorType=multiple +Choices=nl_else_if\s*=\s*ignore|nl_else_if\s*=\s*add|nl_else_if\s*=\s*remove|nl_else_if\s*=\s*force|nl_else_if\s*=\s*not_defined +ChoicesReadable="Ignore Nl Else If|Add Nl Else If|Remove Nl Else If|Force Nl Else If" +ValueDefault=ignore + +[Nl Before Opening Brace Func Class Def] +Category=3 +Description="Add or remove newline before '{' opening brace" +Enabled=false +EditorType=multiple +Choices=nl_before_opening_brace_func_class_def\s*=\s*ignore|nl_before_opening_brace_func_class_def\s*=\s*add|nl_before_opening_brace_func_class_def\s*=\s*remove|nl_before_opening_brace_func_class_def\s*=\s*force|nl_before_opening_brace_func_class_def\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Opening Brace Func Class Def|Add Nl Before Opening Brace Func Class Def|Remove Nl Before Opening Brace Func Class Def|Force Nl Before Opening Brace Func Class Def" +ValueDefault=ignore + +[Nl Before If Closing Paren] +Category=3 +Description="Add or remove newline before 'if'/'else if' closing parenthesis." +Enabled=false +EditorType=multiple +Choices=nl_before_if_closing_paren\s*=\s*ignore|nl_before_if_closing_paren\s*=\s*add|nl_before_if_closing_paren\s*=\s*remove|nl_before_if_closing_paren\s*=\s*force|nl_before_if_closing_paren\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before If Closing Paren|Add Nl Before If Closing Paren|Remove Nl Before If Closing Paren|Force Nl Before If Closing Paren" +ValueDefault=ignore + +[Nl Brace Finally] +Category=3 +Description="Add or remove newline between '}' and 'finally'." +Enabled=false +EditorType=multiple +Choices=nl_brace_finally\s*=\s*ignore|nl_brace_finally\s*=\s*add|nl_brace_finally\s*=\s*remove|nl_brace_finally\s*=\s*force|nl_brace_finally\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Finally|Add Nl Brace Finally|Remove Nl Brace Finally|Force Nl Brace Finally" +ValueDefault=ignore + +[Nl Finally Brace] +Category=3 +Description="Add or remove newline between 'finally' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_finally_brace\s*=\s*ignore|nl_finally_brace\s*=\s*add|nl_finally_brace\s*=\s*remove|nl_finally_brace\s*=\s*force|nl_finally_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Finally Brace|Add Nl Finally Brace|Remove Nl Finally Brace|Force Nl Finally Brace" +ValueDefault=ignore + +[Nl Try Brace] +Category=3 +Description="Add or remove newline between 'try' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_try_brace\s*=\s*ignore|nl_try_brace\s*=\s*add|nl_try_brace\s*=\s*remove|nl_try_brace\s*=\s*force|nl_try_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Try Brace|Add Nl Try Brace|Remove Nl Try Brace|Force Nl Try Brace" +ValueDefault=ignore + +[Nl Getset Brace] +Category=3 +Description="Add or remove newline between get/set and '{'." +Enabled=false +EditorType=multiple +Choices=nl_getset_brace\s*=\s*ignore|nl_getset_brace\s*=\s*add|nl_getset_brace\s*=\s*remove|nl_getset_brace\s*=\s*force|nl_getset_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Getset Brace|Add Nl Getset Brace|Remove Nl Getset Brace|Force Nl Getset Brace" +ValueDefault=ignore + +[Nl For Brace] +Category=3 +Description="Add or remove newline between 'for' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_for_brace\s*=\s*ignore|nl_for_brace\s*=\s*add|nl_for_brace\s*=\s*remove|nl_for_brace\s*=\s*force|nl_for_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl For Brace|Add Nl For Brace|Remove Nl For Brace|Force Nl For Brace" +ValueDefault=ignore + +[Nl Catch Brace] +Category=3 +Description="Add or remove newline before the '{' of a 'catch' statement, as in
'catch (decl) <here> {'." +Enabled=false +EditorType=multiple +Choices=nl_catch_brace\s*=\s*ignore|nl_catch_brace\s*=\s*add|nl_catch_brace\s*=\s*remove|nl_catch_brace\s*=\s*force|nl_catch_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Catch Brace|Add Nl Catch Brace|Remove Nl Catch Brace|Force Nl Catch Brace" +ValueDefault=ignore + +[Nl Oc Catch Brace] +Category=3 +Description="(OC) Add or remove newline before the '{' of a '@catch' statement, as in
'@catch (decl) <here> {'. If set to ignore, nl_catch_brace is used." +Enabled=false +EditorType=multiple +Choices=nl_oc_catch_brace\s*=\s*ignore|nl_oc_catch_brace\s*=\s*add|nl_oc_catch_brace\s*=\s*remove|nl_oc_catch_brace\s*=\s*force|nl_oc_catch_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Catch Brace|Add Nl Oc Catch Brace|Remove Nl Oc Catch Brace|Force Nl Oc Catch Brace" +ValueDefault=ignore + +[Nl Brace Catch] +Category=3 +Description="Add or remove newline between '}' and 'catch'." +Enabled=false +EditorType=multiple +Choices=nl_brace_catch\s*=\s*ignore|nl_brace_catch\s*=\s*add|nl_brace_catch\s*=\s*remove|nl_brace_catch\s*=\s*force|nl_brace_catch\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Catch|Add Nl Brace Catch|Remove Nl Brace Catch|Force Nl Brace Catch" +ValueDefault=ignore + +[Nl Oc Brace Catch] +Category=3 +Description="(OC) Add or remove newline between '}' and '@catch'. If set to ignore,
nl_brace_catch is used." +Enabled=false +EditorType=multiple +Choices=nl_oc_brace_catch\s*=\s*ignore|nl_oc_brace_catch\s*=\s*add|nl_oc_brace_catch\s*=\s*remove|nl_oc_brace_catch\s*=\s*force|nl_oc_brace_catch\s*=\s*not_defined +ChoicesReadable="Ignore Nl Oc Brace Catch|Add Nl Oc Brace Catch|Remove Nl Oc Brace Catch|Force Nl Oc Brace Catch" +ValueDefault=ignore + +[Nl Brace Square] +Category=3 +Description="Add or remove newline between '}' and ']'." +Enabled=false +EditorType=multiple +Choices=nl_brace_square\s*=\s*ignore|nl_brace_square\s*=\s*add|nl_brace_square\s*=\s*remove|nl_brace_square\s*=\s*force|nl_brace_square\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Square|Add Nl Brace Square|Remove Nl Brace Square|Force Nl Brace Square" +ValueDefault=ignore + +[Nl Brace Fparen] +Category=3 +Description="Add or remove newline between '}' and ')' in a function invocation." +Enabled=false +EditorType=multiple +Choices=nl_brace_fparen\s*=\s*ignore|nl_brace_fparen\s*=\s*add|nl_brace_fparen\s*=\s*remove|nl_brace_fparen\s*=\s*force|nl_brace_fparen\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Fparen|Add Nl Brace Fparen|Remove Nl Brace Fparen|Force Nl Brace Fparen" +ValueDefault=ignore + +[Nl While Brace] +Category=3 +Description="Add or remove newline between 'while' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_while_brace\s*=\s*ignore|nl_while_brace\s*=\s*add|nl_while_brace\s*=\s*remove|nl_while_brace\s*=\s*force|nl_while_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl While Brace|Add Nl While Brace|Remove Nl While Brace|Force Nl While Brace" +ValueDefault=ignore + +[Nl Scope Brace] +Category=3 +Description="(D) Add or remove newline between 'scope (x)' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_scope_brace\s*=\s*ignore|nl_scope_brace\s*=\s*add|nl_scope_brace\s*=\s*remove|nl_scope_brace\s*=\s*force|nl_scope_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Scope Brace|Add Nl Scope Brace|Remove Nl Scope Brace|Force Nl Scope Brace" +ValueDefault=ignore + +[Nl Unittest Brace] +Category=3 +Description="(D) Add or remove newline between 'unittest' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_unittest_brace\s*=\s*ignore|nl_unittest_brace\s*=\s*add|nl_unittest_brace\s*=\s*remove|nl_unittest_brace\s*=\s*force|nl_unittest_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Unittest Brace|Add Nl Unittest Brace|Remove Nl Unittest Brace|Force Nl Unittest Brace" +ValueDefault=ignore + +[Nl Version Brace] +Category=3 +Description="(D) Add or remove newline between 'version (x)' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_version_brace\s*=\s*ignore|nl_version_brace\s*=\s*add|nl_version_brace\s*=\s*remove|nl_version_brace\s*=\s*force|nl_version_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Version Brace|Add Nl Version Brace|Remove Nl Version Brace|Force Nl Version Brace" +ValueDefault=ignore + +[Nl Using Brace] +Category=3 +Description="(C#) Add or remove newline between 'using' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_using_brace\s*=\s*ignore|nl_using_brace\s*=\s*add|nl_using_brace\s*=\s*remove|nl_using_brace\s*=\s*force|nl_using_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Using Brace|Add Nl Using Brace|Remove Nl Using Brace|Force Nl Using Brace" +ValueDefault=ignore + +[Nl Brace Brace] +Category=3 +Description="Add or remove newline between two open or close braces. Due to general
newline/brace handling, REMOVE may not work." +Enabled=false +EditorType=multiple +Choices=nl_brace_brace\s*=\s*ignore|nl_brace_brace\s*=\s*add|nl_brace_brace\s*=\s*remove|nl_brace_brace\s*=\s*force|nl_brace_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Brace|Add Nl Brace Brace|Remove Nl Brace Brace|Force Nl Brace Brace" +ValueDefault=ignore + +[Nl Do Brace] +Category=3 +Description="Add or remove newline between 'do' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_do_brace\s*=\s*ignore|nl_do_brace\s*=\s*add|nl_do_brace\s*=\s*remove|nl_do_brace\s*=\s*force|nl_do_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Do Brace|Add Nl Do Brace|Remove Nl Do Brace|Force Nl Do Brace" +ValueDefault=ignore + +[Nl Brace While] +Category=3 +Description="Add or remove newline between '}' and 'while' of 'do' statement." +Enabled=false +EditorType=multiple +Choices=nl_brace_while\s*=\s*ignore|nl_brace_while\s*=\s*add|nl_brace_while\s*=\s*remove|nl_brace_while\s*=\s*force|nl_brace_while\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace While|Add Nl Brace While|Remove Nl Brace While|Force Nl Brace While" +ValueDefault=ignore + +[Nl Switch Brace] +Category=3 +Description="Add or remove newline between 'switch' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_switch_brace\s*=\s*ignore|nl_switch_brace\s*=\s*add|nl_switch_brace\s*=\s*remove|nl_switch_brace\s*=\s*force|nl_switch_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Switch Brace|Add Nl Switch Brace|Remove Nl Switch Brace|Force Nl Switch Brace" +ValueDefault=ignore + +[Nl Synchronized Brace] +Category=3 +Description="Add or remove newline between 'synchronized' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_synchronized_brace\s*=\s*ignore|nl_synchronized_brace\s*=\s*add|nl_synchronized_brace\s*=\s*remove|nl_synchronized_brace\s*=\s*force|nl_synchronized_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Synchronized Brace|Add Nl Synchronized Brace|Remove Nl Synchronized Brace|Force Nl Synchronized Brace" +ValueDefault=ignore + +[Nl Multi Line Cond] +Category=3 +Description="Add a newline between ')' and '{' if the ')' is on a different line than the
if/for/etc.

Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and
nl_catch_brace." +Enabled=false +EditorType=boolean +TrueFalse=nl_multi_line_cond\s*=\s*true|nl_multi_line_cond\s*=\s*false +ValueDefault=false + +[Nl Multi Line Sparen Open] +Category=3 +Description="Add a newline after '(' if an if/for/while/switch condition spans multiple
lines" +Enabled=false +EditorType=multiple +Choices=nl_multi_line_sparen_open\s*=\s*ignore|nl_multi_line_sparen_open\s*=\s*add|nl_multi_line_sparen_open\s*=\s*remove|nl_multi_line_sparen_open\s*=\s*force|nl_multi_line_sparen_open\s*=\s*not_defined +ChoicesReadable="Ignore Nl Multi Line Sparen Open|Add Nl Multi Line Sparen Open|Remove Nl Multi Line Sparen Open|Force Nl Multi Line Sparen Open" +ValueDefault=ignore + +[Nl Multi Line Sparen Close] +Category=3 +Description="Add a newline before ')' if an if/for/while/switch condition spans multiple
lines. Overrides nl_before_if_closing_paren if both are specified." +Enabled=false +EditorType=multiple +Choices=nl_multi_line_sparen_close\s*=\s*ignore|nl_multi_line_sparen_close\s*=\s*add|nl_multi_line_sparen_close\s*=\s*remove|nl_multi_line_sparen_close\s*=\s*force|nl_multi_line_sparen_close\s*=\s*not_defined +ChoicesReadable="Ignore Nl Multi Line Sparen Close|Add Nl Multi Line Sparen Close|Remove Nl Multi Line Sparen Close|Force Nl Multi Line Sparen Close" +ValueDefault=ignore + +[Nl Multi Line Define] +Category=3 +Description="Force a newline in a define after the macro name for multi-line defines." +Enabled=false +EditorType=boolean +TrueFalse=nl_multi_line_define\s*=\s*true|nl_multi_line_define\s*=\s*false +ValueDefault=false + +[Nl Before Case] +Category=3 +Description="Whether to add a newline before 'case', and a blank line before a 'case'
statement that follows a ';' or '}'." +Enabled=false +EditorType=boolean +TrueFalse=nl_before_case\s*=\s*true|nl_before_case\s*=\s*false +ValueDefault=false + +[Nl After Case] +Category=3 +Description="Whether to add a newline after a 'case' statement." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_case\s*=\s*true|nl_after_case\s*=\s*false +ValueDefault=false + +[Nl Case Colon Brace] +Category=3 +Description="Add or remove newline between a case ':' and '{'.

Overrides nl_after_case." +Enabled=false +EditorType=multiple +Choices=nl_case_colon_brace\s*=\s*ignore|nl_case_colon_brace\s*=\s*add|nl_case_colon_brace\s*=\s*remove|nl_case_colon_brace\s*=\s*force|nl_case_colon_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Case Colon Brace|Add Nl Case Colon Brace|Remove Nl Case Colon Brace|Force Nl Case Colon Brace" +ValueDefault=ignore + +[Nl Before Throw] +Category=3 +Description="Add or remove newline between ')' and 'throw'." +Enabled=false +EditorType=multiple +Choices=nl_before_throw\s*=\s*ignore|nl_before_throw\s*=\s*add|nl_before_throw\s*=\s*remove|nl_before_throw\s*=\s*force|nl_before_throw\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Throw|Add Nl Before Throw|Remove Nl Before Throw|Force Nl Before Throw" +ValueDefault=ignore + +[Nl Namespace Brace] +Category=3 +Description="Add or remove newline between 'namespace' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_namespace_brace\s*=\s*ignore|nl_namespace_brace\s*=\s*add|nl_namespace_brace\s*=\s*remove|nl_namespace_brace\s*=\s*force|nl_namespace_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Namespace Brace|Add Nl Namespace Brace|Remove Nl Namespace Brace|Force Nl Namespace Brace" +ValueDefault=ignore + +[Nl Template Class] +Category=3 +Description="Add or remove newline after 'template<...>' of a template class." +Enabled=false +EditorType=multiple +Choices=nl_template_class\s*=\s*ignore|nl_template_class\s*=\s*add|nl_template_class\s*=\s*remove|nl_template_class\s*=\s*force|nl_template_class\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Class|Add Nl Template Class|Remove Nl Template Class|Force Nl Template Class" +ValueDefault=ignore + +[Nl Template Class Decl] +Category=3 +Description="Add or remove newline after 'template<...>' of a template class declaration.

Overrides nl_template_class." +Enabled=false +EditorType=multiple +Choices=nl_template_class_decl\s*=\s*ignore|nl_template_class_decl\s*=\s*add|nl_template_class_decl\s*=\s*remove|nl_template_class_decl\s*=\s*force|nl_template_class_decl\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Class Decl|Add Nl Template Class Decl|Remove Nl Template Class Decl|Force Nl Template Class Decl" +ValueDefault=ignore + +[Nl Template Class Decl Special] +Category=3 +Description="Add or remove newline after 'template<>' of a specialized class declaration.

Overrides nl_template_class_decl." +Enabled=false +EditorType=multiple +Choices=nl_template_class_decl_special\s*=\s*ignore|nl_template_class_decl_special\s*=\s*add|nl_template_class_decl_special\s*=\s*remove|nl_template_class_decl_special\s*=\s*force|nl_template_class_decl_special\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Class Decl Special|Add Nl Template Class Decl Special|Remove Nl Template Class Decl Special|Force Nl Template Class Decl Special" +ValueDefault=ignore + +[Nl Template Class Def] +Category=3 +Description="Add or remove newline after 'template<...>' of a template class definition.

Overrides nl_template_class." +Enabled=false +EditorType=multiple +Choices=nl_template_class_def\s*=\s*ignore|nl_template_class_def\s*=\s*add|nl_template_class_def\s*=\s*remove|nl_template_class_def\s*=\s*force|nl_template_class_def\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Class Def|Add Nl Template Class Def|Remove Nl Template Class Def|Force Nl Template Class Def" +ValueDefault=ignore + +[Nl Template Class Def Special] +Category=3 +Description="Add or remove newline after 'template<>' of a specialized class definition.

Overrides nl_template_class_def." +Enabled=false +EditorType=multiple +Choices=nl_template_class_def_special\s*=\s*ignore|nl_template_class_def_special\s*=\s*add|nl_template_class_def_special\s*=\s*remove|nl_template_class_def_special\s*=\s*force|nl_template_class_def_special\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Class Def Special|Add Nl Template Class Def Special|Remove Nl Template Class Def Special|Force Nl Template Class Def Special" +ValueDefault=ignore + +[Nl Template Func] +Category=3 +Description="Add or remove newline after 'template<...>' of a template function." +Enabled=false +EditorType=multiple +Choices=nl_template_func\s*=\s*ignore|nl_template_func\s*=\s*add|nl_template_func\s*=\s*remove|nl_template_func\s*=\s*force|nl_template_func\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Func|Add Nl Template Func|Remove Nl Template Func|Force Nl Template Func" +ValueDefault=ignore + +[Nl Template Func Decl] +Category=3 +Description="Add or remove newline after 'template<...>' of a template function
declaration.

Overrides nl_template_func." +Enabled=false +EditorType=multiple +Choices=nl_template_func_decl\s*=\s*ignore|nl_template_func_decl\s*=\s*add|nl_template_func_decl\s*=\s*remove|nl_template_func_decl\s*=\s*force|nl_template_func_decl\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Func Decl|Add Nl Template Func Decl|Remove Nl Template Func Decl|Force Nl Template Func Decl" +ValueDefault=ignore + +[Nl Template Func Decl Special] +Category=3 +Description="Add or remove newline after 'template<>' of a specialized function
declaration.

Overrides nl_template_func_decl." +Enabled=false +EditorType=multiple +Choices=nl_template_func_decl_special\s*=\s*ignore|nl_template_func_decl_special\s*=\s*add|nl_template_func_decl_special\s*=\s*remove|nl_template_func_decl_special\s*=\s*force|nl_template_func_decl_special\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Func Decl Special|Add Nl Template Func Decl Special|Remove Nl Template Func Decl Special|Force Nl Template Func Decl Special" +ValueDefault=ignore + +[Nl Template Func Def] +Category=3 +Description="Add or remove newline after 'template<...>' of a template function
definition.

Overrides nl_template_func." +Enabled=false +EditorType=multiple +Choices=nl_template_func_def\s*=\s*ignore|nl_template_func_def\s*=\s*add|nl_template_func_def\s*=\s*remove|nl_template_func_def\s*=\s*force|nl_template_func_def\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Func Def|Add Nl Template Func Def|Remove Nl Template Func Def|Force Nl Template Func Def" +ValueDefault=ignore + +[Nl Template Func Def Special] +Category=3 +Description="Add or remove newline after 'template<>' of a specialized function
definition.

Overrides nl_template_func_def." +Enabled=false +EditorType=multiple +Choices=nl_template_func_def_special\s*=\s*ignore|nl_template_func_def_special\s*=\s*add|nl_template_func_def_special\s*=\s*remove|nl_template_func_def_special\s*=\s*force|nl_template_func_def_special\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Func Def Special|Add Nl Template Func Def Special|Remove Nl Template Func Def Special|Force Nl Template Func Def Special" +ValueDefault=ignore + +[Nl Template Var] +Category=3 +Description="Add or remove newline after 'template<...>' of a template variable." +Enabled=false +EditorType=multiple +Choices=nl_template_var\s*=\s*ignore|nl_template_var\s*=\s*add|nl_template_var\s*=\s*remove|nl_template_var\s*=\s*force|nl_template_var\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Var|Add Nl Template Var|Remove Nl Template Var|Force Nl Template Var" +ValueDefault=ignore + +[Nl Template Using] +Category=3 +Description="Add or remove newline between 'template<...>' and 'using' of a templated
type alias." +Enabled=false +EditorType=multiple +Choices=nl_template_using\s*=\s*ignore|nl_template_using\s*=\s*add|nl_template_using\s*=\s*remove|nl_template_using\s*=\s*force|nl_template_using\s*=\s*not_defined +ChoicesReadable="Ignore Nl Template Using|Add Nl Template Using|Remove Nl Template Using|Force Nl Template Using" +ValueDefault=ignore + +[Nl Class Brace] +Category=3 +Description="Add or remove newline between 'class' and '{'." +Enabled=false +EditorType=multiple +Choices=nl_class_brace\s*=\s*ignore|nl_class_brace\s*=\s*add|nl_class_brace\s*=\s*remove|nl_class_brace\s*=\s*force|nl_class_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Class Brace|Add Nl Class Brace|Remove Nl Class Brace|Force Nl Class Brace" +ValueDefault=ignore + +[Nl Class Init Args] +Category=3 +Description="Add or remove newline before or after (depending on pos_class_comma,
may not be IGNORE) each',' in the base class list." +Enabled=false +EditorType=multiple +Choices=nl_class_init_args\s*=\s*ignore|nl_class_init_args\s*=\s*add|nl_class_init_args\s*=\s*remove|nl_class_init_args\s*=\s*force|nl_class_init_args\s*=\s*not_defined +ChoicesReadable="Ignore Nl Class Init Args|Add Nl Class Init Args|Remove Nl Class Init Args|Force Nl Class Init Args" +ValueDefault=ignore + +[Nl Constr Init Args] +Category=3 +Description="Add or remove newline after each ',' in the constructor member
initialization. Related to nl_constr_colon, pos_constr_colon and
pos_constr_comma." +Enabled=false +EditorType=multiple +Choices=nl_constr_init_args\s*=\s*ignore|nl_constr_init_args\s*=\s*add|nl_constr_init_args\s*=\s*remove|nl_constr_init_args\s*=\s*force|nl_constr_init_args\s*=\s*not_defined +ChoicesReadable="Ignore Nl Constr Init Args|Add Nl Constr Init Args|Remove Nl Constr Init Args|Force Nl Constr Init Args" +ValueDefault=ignore + +[Nl Enum Own Lines] +Category=3 +Description="Add or remove newline before first element, after comma, and after last
element, in 'enum'." +Enabled=false +EditorType=multiple +Choices=nl_enum_own_lines\s*=\s*ignore|nl_enum_own_lines\s*=\s*add|nl_enum_own_lines\s*=\s*remove|nl_enum_own_lines\s*=\s*force|nl_enum_own_lines\s*=\s*not_defined +ChoicesReadable="Ignore Nl Enum Own Lines|Add Nl Enum Own Lines|Remove Nl Enum Own Lines|Force Nl Enum Own Lines" +ValueDefault=ignore + +[Nl Func Type Name] +Category=3 +Description="Add or remove newline between return type and function name in a function
definition.
might be modified by nl_func_leave_one_liners" +Enabled=false +EditorType=multiple +Choices=nl_func_type_name\s*=\s*ignore|nl_func_type_name\s*=\s*add|nl_func_type_name\s*=\s*remove|nl_func_type_name\s*=\s*force|nl_func_type_name\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Type Name|Add Nl Func Type Name|Remove Nl Func Type Name|Force Nl Func Type Name" +ValueDefault=ignore + +[Nl Func Type Name Class] +Category=3 +Description="Add or remove newline between return type and function name inside a class
definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name
is used instead." +Enabled=false +EditorType=multiple +Choices=nl_func_type_name_class\s*=\s*ignore|nl_func_type_name_class\s*=\s*add|nl_func_type_name_class\s*=\s*remove|nl_func_type_name_class\s*=\s*force|nl_func_type_name_class\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Type Name Class|Add Nl Func Type Name Class|Remove Nl Func Type Name Class|Force Nl Func Type Name Class" +ValueDefault=ignore + +[Nl Func Class Scope] +Category=3 +Description="Add or remove newline between class specification and '::'
in 'void A::f() { }'. Only appears in separate member implementation (does
not appear with in-line implementation)." +Enabled=false +EditorType=multiple +Choices=nl_func_class_scope\s*=\s*ignore|nl_func_class_scope\s*=\s*add|nl_func_class_scope\s*=\s*remove|nl_func_class_scope\s*=\s*force|nl_func_class_scope\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Class Scope|Add Nl Func Class Scope|Remove Nl Func Class Scope|Force Nl Func Class Scope" +ValueDefault=ignore + +[Nl Func Scope Name] +Category=3 +Description="Add or remove newline between function scope and name, as in
'void A :: <here> f() { }'." +Enabled=false +EditorType=multiple +Choices=nl_func_scope_name\s*=\s*ignore|nl_func_scope_name\s*=\s*add|nl_func_scope_name\s*=\s*remove|nl_func_scope_name\s*=\s*force|nl_func_scope_name\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Scope Name|Add Nl Func Scope Name|Remove Nl Func Scope Name|Force Nl Func Scope Name" +ValueDefault=ignore + +[Nl Func Proto Type Name] +Category=3 +Description="Add or remove newline between return type and function name in a prototype." +Enabled=false +EditorType=multiple +Choices=nl_func_proto_type_name\s*=\s*ignore|nl_func_proto_type_name\s*=\s*add|nl_func_proto_type_name\s*=\s*remove|nl_func_proto_type_name\s*=\s*force|nl_func_proto_type_name\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Proto Type Name|Add Nl Func Proto Type Name|Remove Nl Func Proto Type Name|Force Nl Func Proto Type Name" +ValueDefault=ignore + +[Nl Func Paren] +Category=3 +Description="Add or remove newline between a function name and the opening '(' in the
declaration." +Enabled=false +EditorType=multiple +Choices=nl_func_paren\s*=\s*ignore|nl_func_paren\s*=\s*add|nl_func_paren\s*=\s*remove|nl_func_paren\s*=\s*force|nl_func_paren\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren" +ValueDefault=ignore + +[Nl Func Paren Empty] +Category=3 +Description="Overrides nl_func_paren for functions with no parameters." +Enabled=false +EditorType=multiple +Choices=nl_func_paren_empty\s*=\s*ignore|nl_func_paren_empty\s*=\s*add|nl_func_paren_empty\s*=\s*remove|nl_func_paren_empty\s*=\s*force|nl_func_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Paren Empty|Add Nl Func Paren Empty|Remove Nl Func Paren Empty|Force Nl Func Paren Empty" +ValueDefault=ignore + +[Nl Func Def Paren] +Category=3 +Description="Add or remove newline between a function name and the opening '(' in the
definition." +Enabled=false +EditorType=multiple +Choices=nl_func_def_paren\s*=\s*ignore|nl_func_def_paren\s*=\s*add|nl_func_def_paren\s*=\s*remove|nl_func_def_paren\s*=\s*force|nl_func_def_paren\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Paren|Add Nl Func Def Paren|Remove Nl Func Def Paren|Force Nl Func Def Paren" +ValueDefault=ignore + +[Nl Func Def Paren Empty] +Category=3 +Description="Overrides nl_func_def_paren for functions with no parameters." +Enabled=false +EditorType=multiple +Choices=nl_func_def_paren_empty\s*=\s*ignore|nl_func_def_paren_empty\s*=\s*add|nl_func_def_paren_empty\s*=\s*remove|nl_func_def_paren_empty\s*=\s*force|nl_func_def_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Paren Empty|Add Nl Func Def Paren Empty|Remove Nl Func Def Paren Empty|Force Nl Func Def Paren Empty" +ValueDefault=ignore + +[Nl Func Call Paren] +Category=3 +Description="Add or remove newline between a function name and the opening '(' in the
call." +Enabled=false +EditorType=multiple +Choices=nl_func_call_paren\s*=\s*ignore|nl_func_call_paren\s*=\s*add|nl_func_call_paren\s*=\s*remove|nl_func_call_paren\s*=\s*force|nl_func_call_paren\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call Paren|Add Nl Func Call Paren|Remove Nl Func Call Paren|Force Nl Func Call Paren" +ValueDefault=ignore + +[Nl Func Call Paren Empty] +Category=3 +Description="Overrides nl_func_call_paren for functions with no parameters." +Enabled=false +EditorType=multiple +Choices=nl_func_call_paren_empty\s*=\s*ignore|nl_func_call_paren_empty\s*=\s*add|nl_func_call_paren_empty\s*=\s*remove|nl_func_call_paren_empty\s*=\s*force|nl_func_call_paren_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call Paren Empty|Add Nl Func Call Paren Empty|Remove Nl Func Call Paren Empty|Force Nl Func Call Paren Empty" +ValueDefault=ignore + +[Nl Func Decl Start] +Category=3 +Description="Add or remove newline after '(' in a function declaration." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_start\s*=\s*ignore|nl_func_decl_start\s*=\s*add|nl_func_decl_start\s*=\s*remove|nl_func_decl_start\s*=\s*force|nl_func_decl_start\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start" +ValueDefault=ignore + +[Nl Func Def Start] +Category=3 +Description="Add or remove newline after '(' in a function definition." +Enabled=false +EditorType=multiple +Choices=nl_func_def_start\s*=\s*ignore|nl_func_def_start\s*=\s*add|nl_func_def_start\s*=\s*remove|nl_func_def_start\s*=\s*force|nl_func_def_start\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Start|Add Nl Func Def Start|Remove Nl Func Def Start|Force Nl Func Def Start" +ValueDefault=ignore + +[Nl Func Decl Start Single] +Category=3 +Description="Overrides nl_func_decl_start when there is only one parameter." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_start_single\s*=\s*ignore|nl_func_decl_start_single\s*=\s*add|nl_func_decl_start_single\s*=\s*remove|nl_func_decl_start_single\s*=\s*force|nl_func_decl_start_single\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single" +ValueDefault=ignore + +[Nl Func Def Start Single] +Category=3 +Description="Overrides nl_func_def_start when there is only one parameter." +Enabled=false +EditorType=multiple +Choices=nl_func_def_start_single\s*=\s*ignore|nl_func_def_start_single\s*=\s*add|nl_func_def_start_single\s*=\s*remove|nl_func_def_start_single\s*=\s*force|nl_func_def_start_single\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Start Single|Add Nl Func Def Start Single|Remove Nl Func Def Start Single|Force Nl Func Def Start Single" +ValueDefault=ignore + +[Nl Func Decl Start Multi Line] +Category=3 +Description="Whether to add a newline after '(' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_start is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_decl_start_multi_line\s*=\s*true|nl_func_decl_start_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Def Start Multi Line] +Category=3 +Description="Whether to add a newline after '(' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_start is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_def_start_multi_line\s*=\s*true|nl_func_def_start_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Decl Args] +Category=3 +Description="Add or remove newline after each ',' in a function declaration." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_args\s*=\s*ignore|nl_func_decl_args\s*=\s*add|nl_func_decl_args\s*=\s*remove|nl_func_decl_args\s*=\s*force|nl_func_decl_args\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args" +ValueDefault=ignore + +[Nl Func Def Args] +Category=3 +Description="Add or remove newline after each ',' in a function definition." +Enabled=false +EditorType=multiple +Choices=nl_func_def_args\s*=\s*ignore|nl_func_def_args\s*=\s*add|nl_func_def_args\s*=\s*remove|nl_func_def_args\s*=\s*force|nl_func_def_args\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Args|Add Nl Func Def Args|Remove Nl Func Def Args|Force Nl Func Def Args" +ValueDefault=ignore + +[Nl Func Call Args] +Category=3 +Description="Add or remove newline after each ',' in a function call." +Enabled=false +EditorType=multiple +Choices=nl_func_call_args\s*=\s*ignore|nl_func_call_args\s*=\s*add|nl_func_call_args\s*=\s*remove|nl_func_call_args\s*=\s*force|nl_func_call_args\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call Args|Add Nl Func Call Args|Remove Nl Func Call Args|Force Nl Func Call Args" +ValueDefault=ignore + +[Nl Func Decl Args Multi Line] +Category=3 +Description="Whether to add a newline after each ',' in a function declaration if '('
and ')' are in different lines. If false, nl_func_decl_args is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_decl_args_multi_line\s*=\s*true|nl_func_decl_args_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Def Args Multi Line] +Category=3 +Description="Whether to add a newline after each ',' in a function definition if '('
and ')' are in different lines. If false, nl_func_def_args is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_def_args_multi_line\s*=\s*true|nl_func_def_args_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Decl End] +Category=3 +Description="Add or remove newline before the ')' in a function declaration." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_end\s*=\s*ignore|nl_func_decl_end\s*=\s*add|nl_func_decl_end\s*=\s*remove|nl_func_decl_end\s*=\s*force|nl_func_decl_end\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End" +ValueDefault=ignore + +[Nl Func Def End] +Category=3 +Description="Add or remove newline before the ')' in a function definition." +Enabled=false +EditorType=multiple +Choices=nl_func_def_end\s*=\s*ignore|nl_func_def_end\s*=\s*add|nl_func_def_end\s*=\s*remove|nl_func_def_end\s*=\s*force|nl_func_def_end\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def End|Add Nl Func Def End|Remove Nl Func Def End|Force Nl Func Def End" +ValueDefault=ignore + +[Nl Func Decl End Single] +Category=3 +Description="Overrides nl_func_decl_end when there is only one parameter." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_end_single\s*=\s*ignore|nl_func_decl_end_single\s*=\s*add|nl_func_decl_end_single\s*=\s*remove|nl_func_decl_end_single\s*=\s*force|nl_func_decl_end_single\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single" +ValueDefault=ignore + +[Nl Func Def End Single] +Category=3 +Description="Overrides nl_func_def_end when there is only one parameter." +Enabled=false +EditorType=multiple +Choices=nl_func_def_end_single\s*=\s*ignore|nl_func_def_end_single\s*=\s*add|nl_func_def_end_single\s*=\s*remove|nl_func_def_end_single\s*=\s*force|nl_func_def_end_single\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def End Single|Add Nl Func Def End Single|Remove Nl Func Def End Single|Force Nl Func Def End Single" +ValueDefault=ignore + +[Nl Func Decl End Multi Line] +Category=3 +Description="Whether to add a newline before ')' in a function declaration if '(' and ')'
are in different lines. If false, nl_func_decl_end is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_decl_end_multi_line\s*=\s*true|nl_func_decl_end_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Def End Multi Line] +Category=3 +Description="Whether to add a newline before ')' in a function definition if '(' and ')'
are in different lines. If false, nl_func_def_end is used instead." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_def_end_multi_line\s*=\s*true|nl_func_def_end_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Decl Empty] +Category=3 +Description="Add or remove newline between '()' in a function declaration." +Enabled=false +EditorType=multiple +Choices=nl_func_decl_empty\s*=\s*ignore|nl_func_decl_empty\s*=\s*add|nl_func_decl_empty\s*=\s*remove|nl_func_decl_empty\s*=\s*force|nl_func_decl_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty" +ValueDefault=ignore + +[Nl Func Def Empty] +Category=3 +Description="Add or remove newline between '()' in a function definition." +Enabled=false +EditorType=multiple +Choices=nl_func_def_empty\s*=\s*ignore|nl_func_def_empty\s*=\s*add|nl_func_def_empty\s*=\s*remove|nl_func_def_empty\s*=\s*force|nl_func_def_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Def Empty|Add Nl Func Def Empty|Remove Nl Func Def Empty|Force Nl Func Def Empty" +ValueDefault=ignore + +[Nl Func Call Empty] +Category=3 +Description="Add or remove newline between '()' in a function call." +Enabled=false +EditorType=multiple +Choices=nl_func_call_empty\s*=\s*ignore|nl_func_call_empty\s*=\s*add|nl_func_call_empty\s*=\s*remove|nl_func_call_empty\s*=\s*force|nl_func_call_empty\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call Empty|Add Nl Func Call Empty|Remove Nl Func Call Empty|Force Nl Func Call Empty" +ValueDefault=ignore + +[Nl Func Call Start] +Category=3 +Description="Whether to add a newline after '(' in a function call,
has preference over nl_func_call_start_multi_line." +Enabled=false +EditorType=multiple +Choices=nl_func_call_start\s*=\s*ignore|nl_func_call_start\s*=\s*add|nl_func_call_start\s*=\s*remove|nl_func_call_start\s*=\s*force|nl_func_call_start\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call Start|Add Nl Func Call Start|Remove Nl Func Call Start|Force Nl Func Call Start" +ValueDefault=ignore + +[Nl Func Call End] +Category=3 +Description="Whether to add a newline before ')' in a function call." +Enabled=false +EditorType=multiple +Choices=nl_func_call_end\s*=\s*ignore|nl_func_call_end\s*=\s*add|nl_func_call_end\s*=\s*remove|nl_func_call_end\s*=\s*force|nl_func_call_end\s*=\s*not_defined +ChoicesReadable="Ignore Nl Func Call End|Add Nl Func Call End|Remove Nl Func Call End|Force Nl Func Call End" +ValueDefault=ignore + +[Nl Func Call Start Multi Line] +Category=3 +Description="Whether to add a newline after '(' in a function call if '(' and ')' are in
different lines." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_call_start_multi_line\s*=\s*true|nl_func_call_start_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Call Args Multi Line] +Category=3 +Description="Whether to add a newline after each ',' in a function call if '(' and ')'
are in different lines." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_call_args_multi_line\s*=\s*true|nl_func_call_args_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Call End Multi Line] +Category=3 +Description="Whether to add a newline before ')' in a function call if '(' and ')' are in
different lines." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_call_end_multi_line\s*=\s*true|nl_func_call_end_multi_line\s*=\s*false +ValueDefault=false + +[Nl Func Call Args Multi Line Ignore Closures] +Category=3 +Description="Whether to respect nl_func_call_XXX option in case of closure args." +Enabled=false +EditorType=boolean +TrueFalse=nl_func_call_args_multi_line_ignore_closures\s*=\s*true|nl_func_call_args_multi_line_ignore_closures\s*=\s*false +ValueDefault=false + +[Nl Template Start] +Category=3 +Description="Whether to add a newline after '<' of a template parameter list." +Enabled=false +EditorType=boolean +TrueFalse=nl_template_start\s*=\s*true|nl_template_start\s*=\s*false +ValueDefault=false + +[Nl Template Args] +Category=3 +Description="Whether to add a newline after each ',' in a template parameter list." +Enabled=false +EditorType=boolean +TrueFalse=nl_template_args\s*=\s*true|nl_template_args\s*=\s*false +ValueDefault=false + +[Nl Template End] +Category=3 +Description="Whether to add a newline before '>' of a template parameter list." +Enabled=false +EditorType=boolean +TrueFalse=nl_template_end\s*=\s*true|nl_template_end\s*=\s*false +ValueDefault=false + +[Nl Oc Msg Args] +Category=3 +Description="(OC) Whether to put each Objective-C message parameter on a separate line.
See nl_oc_msg_leave_one_liner." +Enabled=false +EditorType=boolean +TrueFalse=nl_oc_msg_args\s*=\s*true|nl_oc_msg_args\s*=\s*false +ValueDefault=false + +[Nl Oc Msg Args Min Params] +Category=3 +Description="(OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args." +Enabled=false +EditorType=numeric +CallName="nl_oc_msg_args_min_params\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Oc Msg Args Max Code Width] +Category=3 +Description="(OC) Max code width of Objective-C message before applying nl_oc_msg_args." +Enabled=false +EditorType=numeric +CallName="nl_oc_msg_args_max_code_width\s*=\s*" +MinVal=0 +MaxVal=10000 +ValueDefault=0 + +[Nl Fdef Brace] +Category=3 +Description="Add or remove newline between function signature and '{'." +Enabled=false +EditorType=multiple +Choices=nl_fdef_brace\s*=\s*ignore|nl_fdef_brace\s*=\s*add|nl_fdef_brace\s*=\s*remove|nl_fdef_brace\s*=\s*force|nl_fdef_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Fdef Brace|Add Nl Fdef Brace|Remove Nl Fdef Brace|Force Nl Fdef Brace" +ValueDefault=ignore + +[Nl Fdef Brace Cond] +Category=3 +Description="Add or remove newline between function signature and '{',
if signature ends with ')'. Overrides nl_fdef_brace." +Enabled=false +EditorType=multiple +Choices=nl_fdef_brace_cond\s*=\s*ignore|nl_fdef_brace_cond\s*=\s*add|nl_fdef_brace_cond\s*=\s*remove|nl_fdef_brace_cond\s*=\s*force|nl_fdef_brace_cond\s*=\s*not_defined +ChoicesReadable="Ignore Nl Fdef Brace Cond|Add Nl Fdef Brace Cond|Remove Nl Fdef Brace Cond|Force Nl Fdef Brace Cond" +ValueDefault=ignore + +[Nl Cpp Ldef Brace] +Category=3 +Description="Add or remove newline between C++11 lambda signature and '{'." +Enabled=false +EditorType=multiple +Choices=nl_cpp_ldef_brace\s*=\s*ignore|nl_cpp_ldef_brace\s*=\s*add|nl_cpp_ldef_brace\s*=\s*remove|nl_cpp_ldef_brace\s*=\s*force|nl_cpp_ldef_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Cpp Ldef Brace|Add Nl Cpp Ldef Brace|Remove Nl Cpp Ldef Brace|Force Nl Cpp Ldef Brace" +ValueDefault=ignore + +[Nl Return Expr] +Category=3 +Description="Add or remove newline between 'return' and the return expression." +Enabled=false +EditorType=multiple +Choices=nl_return_expr\s*=\s*ignore|nl_return_expr\s*=\s*add|nl_return_expr\s*=\s*remove|nl_return_expr\s*=\s*force|nl_return_expr\s*=\s*not_defined +ChoicesReadable="Ignore Nl Return Expr|Add Nl Return Expr|Remove Nl Return Expr|Force Nl Return Expr" +ValueDefault=ignore + +[Nl Throw Expr] +Category=3 +Description="Add or remove newline between 'throw' and the throw expression." +Enabled=false +EditorType=multiple +Choices=nl_throw_expr\s*=\s*ignore|nl_throw_expr\s*=\s*add|nl_throw_expr\s*=\s*remove|nl_throw_expr\s*=\s*force|nl_throw_expr\s*=\s*not_defined +ChoicesReadable="Ignore Nl Throw Expr|Add Nl Throw Expr|Remove Nl Throw Expr|Force Nl Throw Expr" +ValueDefault=ignore + +[Nl After Semicolon] +Category=3 +Description="Whether to add a newline after semicolons, except in 'for' statements." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_semicolon\s*=\s*true|nl_after_semicolon\s*=\s*false +ValueDefault=false + +[Nl Paren Dbrace Open] +Category=3 +Description="(Java) Add or remove newline between the ')' and '{{' of the double brace
initializer." +Enabled=false +EditorType=multiple +Choices=nl_paren_dbrace_open\s*=\s*ignore|nl_paren_dbrace_open\s*=\s*add|nl_paren_dbrace_open\s*=\s*remove|nl_paren_dbrace_open\s*=\s*force|nl_paren_dbrace_open\s*=\s*not_defined +ChoicesReadable="Ignore Nl Paren Dbrace Open|Add Nl Paren Dbrace Open|Remove Nl Paren Dbrace Open|Force Nl Paren Dbrace Open" +ValueDefault=ignore + +[Nl Type Brace Init Lst] +Category=3 +Description="Whether to add a newline after the type in an unnamed temporary
direct-list-initialization, better:
before a direct-list-initialization." +Enabled=false +EditorType=multiple +Choices=nl_type_brace_init_lst\s*=\s*ignore|nl_type_brace_init_lst\s*=\s*add|nl_type_brace_init_lst\s*=\s*remove|nl_type_brace_init_lst\s*=\s*force|nl_type_brace_init_lst\s*=\s*not_defined +ChoicesReadable="Ignore Nl Type Brace Init Lst|Add Nl Type Brace Init Lst|Remove Nl Type Brace Init Lst|Force Nl Type Brace Init Lst" +ValueDefault=ignore + +[Nl Type Brace Init Lst Open] +Category=3 +Description="Whether to add a newline after the open brace in an unnamed temporary
direct-list-initialization." +Enabled=false +EditorType=multiple +Choices=nl_type_brace_init_lst_open\s*=\s*ignore|nl_type_brace_init_lst_open\s*=\s*add|nl_type_brace_init_lst_open\s*=\s*remove|nl_type_brace_init_lst_open\s*=\s*force|nl_type_brace_init_lst_open\s*=\s*not_defined +ChoicesReadable="Ignore Nl Type Brace Init Lst Open|Add Nl Type Brace Init Lst Open|Remove Nl Type Brace Init Lst Open|Force Nl Type Brace Init Lst Open" +ValueDefault=ignore + +[Nl Type Brace Init Lst Close] +Category=3 +Description="Whether to add a newline before the close brace in an unnamed temporary
direct-list-initialization." +Enabled=false +EditorType=multiple +Choices=nl_type_brace_init_lst_close\s*=\s*ignore|nl_type_brace_init_lst_close\s*=\s*add|nl_type_brace_init_lst_close\s*=\s*remove|nl_type_brace_init_lst_close\s*=\s*force|nl_type_brace_init_lst_close\s*=\s*not_defined +ChoicesReadable="Ignore Nl Type Brace Init Lst Close|Add Nl Type Brace Init Lst Close|Remove Nl Type Brace Init Lst Close|Force Nl Type Brace Init Lst Close" +ValueDefault=ignore + +[Nl Before Brace Open] +Category=3 +Description="Whether to add a newline before '{'." +Enabled=false +EditorType=boolean +TrueFalse=nl_before_brace_open\s*=\s*true|nl_before_brace_open\s*=\s*false +ValueDefault=false + +[Nl After Brace Open] +Category=3 +Description="Whether to add a newline after '{'." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_brace_open\s*=\s*true|nl_after_brace_open\s*=\s*false +ValueDefault=false + +[Nl After Brace Open Cmt] +Category=3 +Description="Whether to add a newline between the open brace and a trailing single-line
comment. Requires nl_after_brace_open=true." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_brace_open_cmt\s*=\s*true|nl_after_brace_open_cmt\s*=\s*false +ValueDefault=false + +[Nl After Vbrace Open] +Category=3 +Description="Whether to add a newline after a virtual brace open with a non-empty body.
These occur in un-braced if/while/do/for statement bodies." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_vbrace_open\s*=\s*true|nl_after_vbrace_open\s*=\s*false +ValueDefault=false + +[Nl After Vbrace Open Empty] +Category=3 +Description="Whether to add a newline after a virtual brace open with an empty body.
These occur in un-braced if/while/do/for statement bodies." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_vbrace_open_empty\s*=\s*true|nl_after_vbrace_open_empty\s*=\s*false +ValueDefault=false + +[Nl After Brace Close] +Category=3 +Description="Whether to add a newline after '}'. Does not apply if followed by a
necessary ';'." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_brace_close\s*=\s*true|nl_after_brace_close\s*=\s*false +ValueDefault=false + +[Nl After Vbrace Close] +Category=3 +Description="Whether to add a newline after a virtual brace close,
as in 'if (foo) a++; <here> return;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_vbrace_close\s*=\s*true|nl_after_vbrace_close\s*=\s*false +ValueDefault=false + +[Nl Brace Struct Var] +Category=3 +Description="Add or remove newline between the close brace and identifier,
as in 'struct { int a; } <here> b;'. Affects enumerations, unions and
structures. If set to ignore, uses nl_after_brace_close." +Enabled=false +EditorType=multiple +Choices=nl_brace_struct_var\s*=\s*ignore|nl_brace_struct_var\s*=\s*add|nl_brace_struct_var\s*=\s*remove|nl_brace_struct_var\s*=\s*force|nl_brace_struct_var\s*=\s*not_defined +ChoicesReadable="Ignore Nl Brace Struct Var|Add Nl Brace Struct Var|Remove Nl Brace Struct Var|Force Nl Brace Struct Var" +ValueDefault=ignore + +[Nl Define Macro] +Category=3 +Description="Whether to alter newlines in '#define' macros." +Enabled=false +EditorType=boolean +TrueFalse=nl_define_macro\s*=\s*true|nl_define_macro\s*=\s*false +ValueDefault=false + +[Nl Squeeze Paren Close] +Category=3 +Description="Whether to alter newlines between consecutive parenthesis closes. The number
of closing parentheses in a line will depend on respective open parenthesis
lines." +Enabled=false +EditorType=boolean +TrueFalse=nl_squeeze_paren_close\s*=\s*true|nl_squeeze_paren_close\s*=\s*false +ValueDefault=false + +[Nl Squeeze Ifdef] +Category=3 +Description="Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and
'#endif'. Does not affect top-level #ifdefs." +Enabled=false +EditorType=boolean +TrueFalse=nl_squeeze_ifdef\s*=\s*true|nl_squeeze_ifdef\s*=\s*false +ValueDefault=false + +[Nl Squeeze Ifdef Top Level] +Category=3 +Description="Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well." +Enabled=false +EditorType=boolean +TrueFalse=nl_squeeze_ifdef_top_level\s*=\s*true|nl_squeeze_ifdef_top_level\s*=\s*false +ValueDefault=false + +[Nl Before If] +Category=3 +Description="Add or remove blank line before 'if'." +Enabled=false +EditorType=multiple +Choices=nl_before_if\s*=\s*ignore|nl_before_if\s*=\s*add|nl_before_if\s*=\s*remove|nl_before_if\s*=\s*force|nl_before_if\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before If|Add Nl Before If|Remove Nl Before If|Force Nl Before If" +ValueDefault=ignore + +[Nl After If] +Category=3 +Description="Add or remove blank line after 'if' statement. Add/Force work only if the
next token is not a closing brace." +Enabled=false +EditorType=multiple +Choices=nl_after_if\s*=\s*ignore|nl_after_if\s*=\s*add|nl_after_if\s*=\s*remove|nl_after_if\s*=\s*force|nl_after_if\s*=\s*not_defined +ChoicesReadable="Ignore Nl After If|Add Nl After If|Remove Nl After If|Force Nl After If" +ValueDefault=ignore + +[Nl Before For] +Category=3 +Description="Add or remove blank line before 'for'." +Enabled=false +EditorType=multiple +Choices=nl_before_for\s*=\s*ignore|nl_before_for\s*=\s*add|nl_before_for\s*=\s*remove|nl_before_for\s*=\s*force|nl_before_for\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before For|Add Nl Before For|Remove Nl Before For|Force Nl Before For" +ValueDefault=ignore + +[Nl After For] +Category=3 +Description="Add or remove blank line after 'for' statement." +Enabled=false +EditorType=multiple +Choices=nl_after_for\s*=\s*ignore|nl_after_for\s*=\s*add|nl_after_for\s*=\s*remove|nl_after_for\s*=\s*force|nl_after_for\s*=\s*not_defined +ChoicesReadable="Ignore Nl After For|Add Nl After For|Remove Nl After For|Force Nl After For" +ValueDefault=ignore + +[Nl Before While] +Category=3 +Description="Add or remove blank line before 'while'." +Enabled=false +EditorType=multiple +Choices=nl_before_while\s*=\s*ignore|nl_before_while\s*=\s*add|nl_before_while\s*=\s*remove|nl_before_while\s*=\s*force|nl_before_while\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before While|Add Nl Before While|Remove Nl Before While|Force Nl Before While" +ValueDefault=ignore + +[Nl After While] +Category=3 +Description="Add or remove blank line after 'while' statement." +Enabled=false +EditorType=multiple +Choices=nl_after_while\s*=\s*ignore|nl_after_while\s*=\s*add|nl_after_while\s*=\s*remove|nl_after_while\s*=\s*force|nl_after_while\s*=\s*not_defined +ChoicesReadable="Ignore Nl After While|Add Nl After While|Remove Nl After While|Force Nl After While" +ValueDefault=ignore + +[Nl Before Switch] +Category=3 +Description="Add or remove blank line before 'switch'." +Enabled=false +EditorType=multiple +Choices=nl_before_switch\s*=\s*ignore|nl_before_switch\s*=\s*add|nl_before_switch\s*=\s*remove|nl_before_switch\s*=\s*force|nl_before_switch\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Switch|Add Nl Before Switch|Remove Nl Before Switch|Force Nl Before Switch" +ValueDefault=ignore + +[Nl After Switch] +Category=3 +Description="Add or remove blank line after 'switch' statement." +Enabled=false +EditorType=multiple +Choices=nl_after_switch\s*=\s*ignore|nl_after_switch\s*=\s*add|nl_after_switch\s*=\s*remove|nl_after_switch\s*=\s*force|nl_after_switch\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Switch|Add Nl After Switch|Remove Nl After Switch|Force Nl After Switch" +ValueDefault=ignore + +[Nl Before Synchronized] +Category=3 +Description="Add or remove blank line before 'synchronized'." +Enabled=false +EditorType=multiple +Choices=nl_before_synchronized\s*=\s*ignore|nl_before_synchronized\s*=\s*add|nl_before_synchronized\s*=\s*remove|nl_before_synchronized\s*=\s*force|nl_before_synchronized\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Synchronized|Add Nl Before Synchronized|Remove Nl Before Synchronized|Force Nl Before Synchronized" +ValueDefault=ignore + +[Nl After Synchronized] +Category=3 +Description="Add or remove blank line after 'synchronized' statement." +Enabled=false +EditorType=multiple +Choices=nl_after_synchronized\s*=\s*ignore|nl_after_synchronized\s*=\s*add|nl_after_synchronized\s*=\s*remove|nl_after_synchronized\s*=\s*force|nl_after_synchronized\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Synchronized|Add Nl After Synchronized|Remove Nl After Synchronized|Force Nl After Synchronized" +ValueDefault=ignore + +[Nl Before Do] +Category=3 +Description="Add or remove blank line before 'do'." +Enabled=false +EditorType=multiple +Choices=nl_before_do\s*=\s*ignore|nl_before_do\s*=\s*add|nl_before_do\s*=\s*remove|nl_before_do\s*=\s*force|nl_before_do\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Do|Add Nl Before Do|Remove Nl Before Do|Force Nl Before Do" +ValueDefault=ignore + +[Nl After Do] +Category=3 +Description="Add or remove blank line after 'do/while' statement." +Enabled=false +EditorType=multiple +Choices=nl_after_do\s*=\s*ignore|nl_after_do\s*=\s*add|nl_after_do\s*=\s*remove|nl_after_do\s*=\s*force|nl_after_do\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Do|Add Nl After Do|Remove Nl After Do|Force Nl After Do" +ValueDefault=ignore + +[Nl Before Ignore After Case] +Category=3 +Description="Ignore nl_before_{if,for,switch,do,synchronized} if the control
statement is immediately after a case statement.
if nl_before_{if,for,switch,do} is set to remove, this option
does nothing." +Enabled=false +EditorType=boolean +TrueFalse=nl_before_ignore_after_case\s*=\s*true|nl_before_ignore_after_case\s*=\s*false +ValueDefault=false + +[Nl Before Return] +Category=3 +Description="Whether to put a blank line before 'return' statements, unless after an open
brace." +Enabled=false +EditorType=boolean +TrueFalse=nl_before_return\s*=\s*true|nl_before_return\s*=\s*false +ValueDefault=false + +[Nl After Return] +Category=3 +Description="Whether to put a blank line after 'return' statements, unless followed by a
close brace." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_return\s*=\s*true|nl_after_return\s*=\s*false +ValueDefault=false + +[Nl Before Member] +Category=3 +Description="Whether to put a blank line before a member '.' or '->' operators." +Enabled=false +EditorType=multiple +Choices=nl_before_member\s*=\s*ignore|nl_before_member\s*=\s*add|nl_before_member\s*=\s*remove|nl_before_member\s*=\s*force|nl_before_member\s*=\s*not_defined +ChoicesReadable="Ignore Nl Before Member|Add Nl Before Member|Remove Nl Before Member|Force Nl Before Member" +ValueDefault=ignore + +[Nl After Member] +Category=3 +Description="(Java) Whether to put a blank line after a member '.' or '->' operators." +Enabled=false +EditorType=multiple +Choices=nl_after_member\s*=\s*ignore|nl_after_member\s*=\s*add|nl_after_member\s*=\s*remove|nl_after_member\s*=\s*force|nl_after_member\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Member|Add Nl After Member|Remove Nl After Member|Force Nl After Member" +ValueDefault=ignore + +[Nl Ds Struct Enum Cmt] +Category=3 +Description="Whether to double-space commented-entries in 'struct'/'union'/'enum'." +Enabled=false +EditorType=boolean +TrueFalse=nl_ds_struct_enum_cmt\s*=\s*true|nl_ds_struct_enum_cmt\s*=\s*false +ValueDefault=false + +[Nl Ds Struct Enum Close Brace] +Category=3 +Description="Whether to force a newline before '}' of a 'struct'/'union'/'enum'.
(Lower priority than eat_blanks_before_close_brace.)" +Enabled=false +EditorType=boolean +TrueFalse=nl_ds_struct_enum_close_brace\s*=\s*true|nl_ds_struct_enum_close_brace\s*=\s*false +ValueDefault=false + +[Nl Class Colon] +Category=3 +Description="Add or remove newline before or after (depending on pos_class_colon) a class
colon, as in 'class Foo <here> : <or here> public Bar'." +Enabled=false +EditorType=multiple +Choices=nl_class_colon\s*=\s*ignore|nl_class_colon\s*=\s*add|nl_class_colon\s*=\s*remove|nl_class_colon\s*=\s*force|nl_class_colon\s*=\s*not_defined +ChoicesReadable="Ignore Nl Class Colon|Add Nl Class Colon|Remove Nl Class Colon|Force Nl Class Colon" +ValueDefault=ignore + +[Nl Constr Colon] +Category=3 +Description="Add or remove newline around a class constructor colon. The exact position
depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma." +Enabled=false +EditorType=multiple +Choices=nl_constr_colon\s*=\s*ignore|nl_constr_colon\s*=\s*add|nl_constr_colon\s*=\s*remove|nl_constr_colon\s*=\s*force|nl_constr_colon\s*=\s*not_defined +ChoicesReadable="Ignore Nl Constr Colon|Add Nl Constr Colon|Remove Nl Constr Colon|Force Nl Constr Colon" +ValueDefault=ignore + +[Nl Namespace Two To One Liner] +Category=3 +Description="Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }'
into a single line. If true, prevents other brace newline rules from turning
such code into four lines. If true, it also preserves one-liner namespaces." +Enabled=false +EditorType=boolean +TrueFalse=nl_namespace_two_to_one_liner\s*=\s*true|nl_namespace_two_to_one_liner\s*=\s*false +ValueDefault=false + +[Nl Create If One Liner] +Category=3 +Description="Whether to remove a newline in simple unbraced if statements, turning them
into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_create_if_one_liner\s*=\s*true|nl_create_if_one_liner\s*=\s*false +ValueDefault=false + +[Nl Create For One Liner] +Category=3 +Description="Whether to remove a newline in simple unbraced for statements, turning them
into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_create_for_one_liner\s*=\s*true|nl_create_for_one_liner\s*=\s*false +ValueDefault=false + +[Nl Create While One Liner] +Category=3 +Description="Whether to remove a newline in simple unbraced while statements, turning
them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_create_while_one_liner\s*=\s*true|nl_create_while_one_liner\s*=\s*false +ValueDefault=false + +[Nl Create Func Def One Liner] +Category=3 +Description="Whether to collapse a function definition whose body (not counting braces)
is only one line so that the entire definition (prototype, braces, body) is
a single line." +Enabled=false +EditorType=boolean +TrueFalse=nl_create_func_def_one_liner\s*=\s*true|nl_create_func_def_one_liner\s*=\s*false +ValueDefault=false + +[Nl Create List One Liner] +Category=3 +Description="Whether to split one-line simple list definitions into three lines by
adding newlines, as in 'int a[12] = { <here> 0 <here> };'." +Enabled=false +EditorType=boolean +TrueFalse=nl_create_list_one_liner\s*=\s*true|nl_create_list_one_liner\s*=\s*false +ValueDefault=false + +[Nl Split If One Liner] +Category=3 +Description="Whether to split one-line simple unbraced if statements into two lines by
adding a newline, as in 'if(b) <here> i++;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_split_if_one_liner\s*=\s*true|nl_split_if_one_liner\s*=\s*false +ValueDefault=false + +[Nl Split For One Liner] +Category=3 +Description="Whether to split one-line simple unbraced for statements into two lines by
adding a newline, as in 'for (...) <here> stmt;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_split_for_one_liner\s*=\s*true|nl_split_for_one_liner\s*=\s*false +ValueDefault=false + +[Nl Split While One Liner] +Category=3 +Description="Whether to split one-line simple unbraced while statements into two lines by
adding a newline, as in 'while (expr) <here> stmt;'." +Enabled=false +EditorType=boolean +TrueFalse=nl_split_while_one_liner\s*=\s*true|nl_split_while_one_liner\s*=\s*false +ValueDefault=false + +[Donot Add Nl Before Cpp Comment] +Category=3 +Description="Don't add a newline before a cpp-comment in a parameter list of a function
call." +Enabled=false +EditorType=boolean +TrueFalse=donot_add_nl_before_cpp_comment\s*=\s*true|donot_add_nl_before_cpp_comment\s*=\s*false +ValueDefault=false + +[Nl Max] +Category=4 +Description="The maximum number of consecutive newlines (3 = 2 blank lines)." +Enabled=false +EditorType=numeric +CallName="nl_max\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Max Blank In Func] +Category=4 +Description="The maximum number of consecutive newlines in a function." +Enabled=false +EditorType=numeric +CallName="nl_max_blank_in_func\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Inside Empty Func] +Category=4 +Description="The number of newlines inside an empty function body.
This option overrides eat_blanks_after_open_brace and
eat_blanks_before_close_brace, but is ignored when
nl_collapse_empty_body_functions=true" +Enabled=false +EditorType=numeric +CallName="nl_inside_empty_func\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Func Body Proto] +Category=4 +Description="The number of newlines before a function prototype." +Enabled=false +EditorType=numeric +CallName="nl_before_func_body_proto\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Func Body Def] +Category=4 +Description="The number of newlines before a multi-line function definition. Where
applicable, this option is overridden with eat_blanks_after_open_brace=true" +Enabled=false +EditorType=numeric +CallName="nl_before_func_body_def\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Func Class Proto] +Category=4 +Description="The number of newlines before a class constructor/destructor prototype." +Enabled=false +EditorType=numeric +CallName="nl_before_func_class_proto\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Func Class Def] +Category=4 +Description="The number of newlines before a class constructor/destructor definition." +Enabled=false +EditorType=numeric +CallName="nl_before_func_class_def\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Proto] +Category=4 +Description="The number of newlines after a function prototype." +Enabled=false +EditorType=numeric +CallName="nl_after_func_proto\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Proto Group] +Category=4 +Description="The number of newlines after a function prototype, if not followed by
another function prototype." +Enabled=false +EditorType=numeric +CallName="nl_after_func_proto_group\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Class Proto] +Category=4 +Description="The number of newlines after a class constructor/destructor prototype." +Enabled=false +EditorType=numeric +CallName="nl_after_func_class_proto\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Class Proto Group] +Category=4 +Description="The number of newlines after a class constructor/destructor prototype,
if not followed by another constructor/destructor prototype." +Enabled=false +EditorType=numeric +CallName="nl_after_func_class_proto_group\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Class Leave One Liner Groups] +Category=4 +Description="Whether one-line method definitions inside a class body should be treated
as if they were prototypes for the purposes of adding newlines.

Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def
and nl_before_func_class_def for one-liners." +Enabled=false +EditorType=boolean +TrueFalse=nl_class_leave_one_liner_groups\s*=\s*true|nl_class_leave_one_liner_groups\s*=\s*false +ValueDefault=false + +[Nl After Func Body] +Category=4 +Description="The number of newlines after '}' of a multi-line function body.

Overrides nl_min_after_func_body and nl_max_after_func_body." +Enabled=false +EditorType=numeric +CallName="nl_after_func_body\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Min After Func Body] +Category=4 +Description="The minimum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0." +Enabled=false +EditorType=numeric +CallName="nl_min_after_func_body\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Max After Func Body] +Category=4 +Description="The maximum number of newlines after '}' of a multi-line function body.

Only works when nl_after_func_body is 0.
Takes precedence over nl_min_after_func_body." +Enabled=false +EditorType=numeric +CallName="nl_max_after_func_body\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Body Class] +Category=4 +Description="The number of newlines after '}' of a multi-line function body in a class
declaration. Also affects class constructors/destructors.

Overrides nl_after_func_body." +Enabled=false +EditorType=numeric +CallName="nl_after_func_body_class\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Func Body One Liner] +Category=4 +Description="The number of newlines after '}' of a single line function body. Also
affects class constructors/destructors.

Overrides nl_after_func_body and nl_after_func_body_class." +Enabled=false +EditorType=numeric +CallName="nl_after_func_body_one_liner\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Typedef Blk Start] +Category=4 +Description="The number of newlines before a block of typedefs. If nl_after_access_spec
is non-zero, that option takes precedence.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_typedef_blk_start\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Typedef Blk End] +Category=4 +Description="The number of newlines after a block of typedefs.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_typedef_blk_end\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Typedef Blk In] +Category=4 +Description="The maximum number of consecutive newlines within a block of typedefs.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_typedef_blk_in\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Var Def Blk End Func Top] +Category=4 +Description="The minimum number of blank lines after a block of variable definitions
at the top of a function body. If any preprocessor directives appear
between the opening brace of the function and the variable block, then
it is considered as not at the top of the function.Newlines are added
before trailing preprocessor directives, if any exist.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_var_def_blk_end_func_top\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Var Def Blk Start] +Category=4 +Description="The minimum number of empty newlines before a block of variable definitions
not at the top of a function body. If nl_after_access_spec is non-zero,
that option takes precedence. Newlines are not added at the top of the
file or just after an opening brace. Newlines are added above any
preprocessor directives before the block.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_var_def_blk_start\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Var Def Blk End] +Category=4 +Description="The minimum number of empty newlines after a block of variable definitions
not at the top of a function body. Newlines are not added if the block
is at the bottom of the file or just before a preprocessor directive.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_var_def_blk_end\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Var Def Blk In] +Category=4 +Description="The maximum number of consecutive newlines within a block of variable
definitions.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_var_def_blk_in\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Block Comment] +Category=4 +Description="The minimum number of newlines before a multi-line comment.
Doesn't apply if after a brace open or another multi-line comment." +Enabled=false +EditorType=numeric +CallName="nl_before_block_comment\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before C Comment] +Category=4 +Description="The minimum number of newlines before a single-line C comment.
Doesn't apply if after a brace open or other single-line C comments." +Enabled=false +EditorType=numeric +CallName="nl_before_c_comment\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Cpp Comment] +Category=4 +Description="The minimum number of newlines before a CPP comment.
Doesn't apply if after a brace open or other CPP comments." +Enabled=false +EditorType=numeric +CallName="nl_before_cpp_comment\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Multiline Comment] +Category=4 +Description="Whether to force a newline after a multi-line comment." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_multiline_comment\s*=\s*true|nl_after_multiline_comment\s*=\s*false +ValueDefault=false + +[Nl After Label Colon] +Category=4 +Description="Whether to force a newline after a label's colon." +Enabled=false +EditorType=boolean +TrueFalse=nl_after_label_colon\s*=\s*true|nl_after_label_colon\s*=\s*false +ValueDefault=false + +[Nl Before Struct] +Category=4 +Description="The number of newlines before a struct definition." +Enabled=false +EditorType=numeric +CallName="nl_before_struct\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Struct] +Category=4 +Description="The number of newlines after '}' or ';' of a struct/enum/union definition." +Enabled=false +EditorType=numeric +CallName="nl_after_struct\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Class] +Category=4 +Description="The number of newlines before a class definition." +Enabled=false +EditorType=numeric +CallName="nl_before_class\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Class] +Category=4 +Description="The number of newlines after '}' or ';' of a class definition." +Enabled=false +EditorType=numeric +CallName="nl_after_class\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Namespace] +Category=4 +Description="The number of newlines before a namespace." +Enabled=false +EditorType=numeric +CallName="nl_before_namespace\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Inside Namespace] +Category=4 +Description="The number of newlines after '{' of a namespace. This also adds newlines
before the matching '}'.

0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if
applicable, otherwise no change.

Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace." +Enabled=false +EditorType=numeric +CallName="nl_inside_namespace\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Namespace] +Category=4 +Description="The number of newlines after '}' of a namespace." +Enabled=false +EditorType=numeric +CallName="nl_after_namespace\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Access Spec] +Category=4 +Description="The number of newlines before an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_before_access_spec\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Access Spec] +Category=4 +Description="The number of newlines after an access specifier label. This also includes
the Qt-specific 'signals:' and 'slots:'. Will not change the newline count
if after a brace open.

0: No change (default).

Overrides nl_typedef_blk_start and nl_var_def_blk_start." +Enabled=false +EditorType=numeric +CallName="nl_after_access_spec\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Comment Func Def] +Category=4 +Description="The number of newlines between a function definition and the function
comment, as in '// comment\n <here> void foo() {...}'.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_comment_func_def\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Try Catch Finally] +Category=4 +Description="The number of newlines after a try-catch-finally block that isn't followed
by a brace close.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_after_try_catch_finally\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Around Cs Property] +Category=4 +Description="(C#) The number of newlines before and after a property, indexer or event
declaration.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_around_cs_property\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Between Get Set] +Category=4 +Description="(C#) The number of newlines between the get/set/add/remove handlers.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_between_get_set\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Property Brace] +Category=4 +Description="(C#) Add or remove newline between property and the '{'." +Enabled=false +EditorType=multiple +Choices=nl_property_brace\s*=\s*ignore|nl_property_brace\s*=\s*add|nl_property_brace\s*=\s*remove|nl_property_brace\s*=\s*force|nl_property_brace\s*=\s*not_defined +ChoicesReadable="Ignore Nl Property Brace|Add Nl Property Brace|Remove Nl Property Brace|Force Nl Property Brace" +ValueDefault=ignore + +[Eat Blanks After Open Brace] +Category=4 +Description="Whether to remove blank lines after '{'." +Enabled=false +EditorType=boolean +TrueFalse=eat_blanks_after_open_brace\s*=\s*true|eat_blanks_after_open_brace\s*=\s*false +ValueDefault=false + +[Eat Blanks Before Close Brace] +Category=4 +Description="Whether to remove blank lines before '}'." +Enabled=false +EditorType=boolean +TrueFalse=eat_blanks_before_close_brace\s*=\s*true|eat_blanks_before_close_brace\s*=\s*false +ValueDefault=false + +[Nl Remove Extra Newlines] +Category=4 +Description="How aggressively to remove extra newlines not in preprocessor.

0: No change (default)
1: Remove most newlines not handled by other config
2: Remove all newlines and reformat completely by config" +Enabled=false +EditorType=numeric +CallName="nl_remove_extra_newlines\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Nl After Annotation] +Category=4 +Description="(Java) Add or remove newline after an annotation statement. Only affects
annotations that are after a newline." +Enabled=false +EditorType=multiple +Choices=nl_after_annotation\s*=\s*ignore|nl_after_annotation\s*=\s*add|nl_after_annotation\s*=\s*remove|nl_after_annotation\s*=\s*force|nl_after_annotation\s*=\s*not_defined +ChoicesReadable="Ignore Nl After Annotation|Add Nl After Annotation|Remove Nl After Annotation|Force Nl After Annotation" +ValueDefault=ignore + +[Nl Between Annotation] +Category=4 +Description="(Java) Add or remove newline between two annotations." +Enabled=false +EditorType=multiple +Choices=nl_between_annotation\s*=\s*ignore|nl_between_annotation\s*=\s*add|nl_between_annotation\s*=\s*remove|nl_between_annotation\s*=\s*force|nl_between_annotation\s*=\s*not_defined +ChoicesReadable="Ignore Nl Between Annotation|Add Nl Between Annotation|Remove Nl Between Annotation|Force Nl Between Annotation" +ValueDefault=ignore + +[Nl Before Whole File Ifdef] +Category=4 +Description="The number of newlines before a whole-file #ifdef.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_before_whole_file_ifdef\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Whole File Ifdef] +Category=4 +Description="The number of newlines after a whole-file #ifdef.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_after_whole_file_ifdef\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl Before Whole File Endif] +Category=4 +Description="The number of newlines before a whole-file #endif.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_before_whole_file_endif\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Nl After Whole File Endif] +Category=4 +Description="The number of newlines after a whole-file #endif.

0: No change (default)." +Enabled=false +EditorType=numeric +CallName="nl_after_whole_file_endif\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Pos Arith] +Category=5 +Description="The position of arithmetic operators in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_arith\s*=\s*ignore|pos_arith\s*=\s*break|pos_arith\s*=\s*force|pos_arith\s*=\s*lead|pos_arith\s*=\s*trail|pos_arith\s*=\s*join|pos_arith\s*=\s*lead_break|pos_arith\s*=\s*lead_force|pos_arith\s*=\s*trail_break|pos_arith\s*=\s*trail_force +ChoicesReadable="Ignore Pos Arith|Break Pos Arith|Force Pos Arith|Lead Pos Arith|Trail Pos Arith|Join Pos Arith|Lead Break Pos Arith|Lead Force Pos Arith|Trail Break Pos Arith|Trail Force Pos Arith" +ValueDefault=ignore + +[Pos Assign] +Category=5 +Description="The position of assignment in wrapped expressions. Do not affect '='
followed by '{'." +Enabled=false +EditorType=multiple +Choices=pos_assign\s*=\s*ignore|pos_assign\s*=\s*break|pos_assign\s*=\s*force|pos_assign\s*=\s*lead|pos_assign\s*=\s*trail|pos_assign\s*=\s*join|pos_assign\s*=\s*lead_break|pos_assign\s*=\s*lead_force|pos_assign\s*=\s*trail_break|pos_assign\s*=\s*trail_force +ChoicesReadable="Ignore Pos Assign|Break Pos Assign|Force Pos Assign|Lead Pos Assign|Trail Pos Assign|Join Pos Assign|Lead Break Pos Assign|Lead Force Pos Assign|Trail Break Pos Assign|Trail Force Pos Assign" +ValueDefault=ignore + +[Pos Bool] +Category=5 +Description="The position of Boolean operators in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_bool\s*=\s*ignore|pos_bool\s*=\s*break|pos_bool\s*=\s*force|pos_bool\s*=\s*lead|pos_bool\s*=\s*trail|pos_bool\s*=\s*join|pos_bool\s*=\s*lead_break|pos_bool\s*=\s*lead_force|pos_bool\s*=\s*trail_break|pos_bool\s*=\s*trail_force +ChoicesReadable="Ignore Pos Bool|Break Pos Bool|Force Pos Bool|Lead Pos Bool|Trail Pos Bool|Join Pos Bool|Lead Break Pos Bool|Lead Force Pos Bool|Trail Break Pos Bool|Trail Force Pos Bool" +ValueDefault=ignore + +[Pos Compare] +Category=5 +Description="The position of comparison operators in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_compare\s*=\s*ignore|pos_compare\s*=\s*break|pos_compare\s*=\s*force|pos_compare\s*=\s*lead|pos_compare\s*=\s*trail|pos_compare\s*=\s*join|pos_compare\s*=\s*lead_break|pos_compare\s*=\s*lead_force|pos_compare\s*=\s*trail_break|pos_compare\s*=\s*trail_force +ChoicesReadable="Ignore Pos Compare|Break Pos Compare|Force Pos Compare|Lead Pos Compare|Trail Pos Compare|Join Pos Compare|Lead Break Pos Compare|Lead Force Pos Compare|Trail Break Pos Compare|Trail Force Pos Compare" +ValueDefault=ignore + +[Pos Conditional] +Category=5 +Description="The position of conditional operators, as in the '?' and ':' of
'expr ? stmt : stmt', in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_conditional\s*=\s*ignore|pos_conditional\s*=\s*break|pos_conditional\s*=\s*force|pos_conditional\s*=\s*lead|pos_conditional\s*=\s*trail|pos_conditional\s*=\s*join|pos_conditional\s*=\s*lead_break|pos_conditional\s*=\s*lead_force|pos_conditional\s*=\s*trail_break|pos_conditional\s*=\s*trail_force +ChoicesReadable="Ignore Pos Conditional|Break Pos Conditional|Force Pos Conditional|Lead Pos Conditional|Trail Pos Conditional|Join Pos Conditional|Lead Break Pos Conditional|Lead Force Pos Conditional|Trail Break Pos Conditional|Trail Force Pos Conditional" +ValueDefault=ignore + +[Pos Comma] +Category=5 +Description="The position of the comma in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_comma\s*=\s*ignore|pos_comma\s*=\s*break|pos_comma\s*=\s*force|pos_comma\s*=\s*lead|pos_comma\s*=\s*trail|pos_comma\s*=\s*join|pos_comma\s*=\s*lead_break|pos_comma\s*=\s*lead_force|pos_comma\s*=\s*trail_break|pos_comma\s*=\s*trail_force +ChoicesReadable="Ignore Pos Comma|Break Pos Comma|Force Pos Comma|Lead Pos Comma|Trail Pos Comma|Join Pos Comma|Lead Break Pos Comma|Lead Force Pos Comma|Trail Break Pos Comma|Trail Force Pos Comma" +ValueDefault=ignore + +[Pos Enum Comma] +Category=5 +Description="The position of the comma in enum entries." +Enabled=false +EditorType=multiple +Choices=pos_enum_comma\s*=\s*ignore|pos_enum_comma\s*=\s*break|pos_enum_comma\s*=\s*force|pos_enum_comma\s*=\s*lead|pos_enum_comma\s*=\s*trail|pos_enum_comma\s*=\s*join|pos_enum_comma\s*=\s*lead_break|pos_enum_comma\s*=\s*lead_force|pos_enum_comma\s*=\s*trail_break|pos_enum_comma\s*=\s*trail_force +ChoicesReadable="Ignore Pos Enum Comma|Break Pos Enum Comma|Force Pos Enum Comma|Lead Pos Enum Comma|Trail Pos Enum Comma|Join Pos Enum Comma|Lead Break Pos Enum Comma|Lead Force Pos Enum Comma|Trail Break Pos Enum Comma|Trail Force Pos Enum Comma" +ValueDefault=ignore + +[Pos Class Comma] +Category=5 +Description="The position of the comma in the base class list if there is more than one
line. Affects nl_class_init_args." +Enabled=false +EditorType=multiple +Choices=pos_class_comma\s*=\s*ignore|pos_class_comma\s*=\s*break|pos_class_comma\s*=\s*force|pos_class_comma\s*=\s*lead|pos_class_comma\s*=\s*trail|pos_class_comma\s*=\s*join|pos_class_comma\s*=\s*lead_break|pos_class_comma\s*=\s*lead_force|pos_class_comma\s*=\s*trail_break|pos_class_comma\s*=\s*trail_force +ChoicesReadable="Ignore Pos Class Comma|Break Pos Class Comma|Force Pos Class Comma|Lead Pos Class Comma|Trail Pos Class Comma|Join Pos Class Comma|Lead Break Pos Class Comma|Lead Force Pos Class Comma|Trail Break Pos Class Comma|Trail Force Pos Class Comma" +ValueDefault=ignore + +[Pos Constr Comma] +Category=5 +Description="The position of the comma in the constructor initialization list.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon." +Enabled=false +EditorType=multiple +Choices=pos_constr_comma\s*=\s*ignore|pos_constr_comma\s*=\s*break|pos_constr_comma\s*=\s*force|pos_constr_comma\s*=\s*lead|pos_constr_comma\s*=\s*trail|pos_constr_comma\s*=\s*join|pos_constr_comma\s*=\s*lead_break|pos_constr_comma\s*=\s*lead_force|pos_constr_comma\s*=\s*trail_break|pos_constr_comma\s*=\s*trail_force +ChoicesReadable="Ignore Pos Constr Comma|Break Pos Constr Comma|Force Pos Constr Comma|Lead Pos Constr Comma|Trail Pos Constr Comma|Join Pos Constr Comma|Lead Break Pos Constr Comma|Lead Force Pos Constr Comma|Trail Break Pos Constr Comma|Trail Force Pos Constr Comma" +ValueDefault=ignore + +[Pos Class Colon] +Category=5 +Description="The position of trailing/leading class colon, between class and base class
list. Affects nl_class_colon." +Enabled=false +EditorType=multiple +Choices=pos_class_colon\s*=\s*ignore|pos_class_colon\s*=\s*break|pos_class_colon\s*=\s*force|pos_class_colon\s*=\s*lead|pos_class_colon\s*=\s*trail|pos_class_colon\s*=\s*join|pos_class_colon\s*=\s*lead_break|pos_class_colon\s*=\s*lead_force|pos_class_colon\s*=\s*trail_break|pos_class_colon\s*=\s*trail_force +ChoicesReadable="Ignore Pos Class Colon|Break Pos Class Colon|Force Pos Class Colon|Lead Pos Class Colon|Trail Pos Class Colon|Join Pos Class Colon|Lead Break Pos Class Colon|Lead Force Pos Class Colon|Trail Break Pos Class Colon|Trail Force Pos Class Colon" +ValueDefault=ignore + +[Pos Constr Colon] +Category=5 +Description="The position of colons between constructor and member initialization.
Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma." +Enabled=false +EditorType=multiple +Choices=pos_constr_colon\s*=\s*ignore|pos_constr_colon\s*=\s*break|pos_constr_colon\s*=\s*force|pos_constr_colon\s*=\s*lead|pos_constr_colon\s*=\s*trail|pos_constr_colon\s*=\s*join|pos_constr_colon\s*=\s*lead_break|pos_constr_colon\s*=\s*lead_force|pos_constr_colon\s*=\s*trail_break|pos_constr_colon\s*=\s*trail_force +ChoicesReadable="Ignore Pos Constr Colon|Break Pos Constr Colon|Force Pos Constr Colon|Lead Pos Constr Colon|Trail Pos Constr Colon|Join Pos Constr Colon|Lead Break Pos Constr Colon|Lead Force Pos Constr Colon|Trail Break Pos Constr Colon|Trail Force Pos Constr Colon" +ValueDefault=ignore + +[Pos Shift] +Category=5 +Description="The position of shift operators in wrapped expressions." +Enabled=false +EditorType=multiple +Choices=pos_shift\s*=\s*ignore|pos_shift\s*=\s*break|pos_shift\s*=\s*force|pos_shift\s*=\s*lead|pos_shift\s*=\s*trail|pos_shift\s*=\s*join|pos_shift\s*=\s*lead_break|pos_shift\s*=\s*lead_force|pos_shift\s*=\s*trail_break|pos_shift\s*=\s*trail_force +ChoicesReadable="Ignore Pos Shift|Break Pos Shift|Force Pos Shift|Lead Pos Shift|Trail Pos Shift|Join Pos Shift|Lead Break Pos Shift|Lead Force Pos Shift|Trail Break Pos Shift|Trail Force Pos Shift" +ValueDefault=ignore + +[Code Width] +Category=6 +Description="Try to limit code width to N columns." +Enabled=false +EditorType=numeric +CallName="code_width\s*=\s*" +MinVal=0 +MaxVal=10000 +ValueDefault=0 + +[Ls For Split Full] +Category=6 +Description="Whether to fully split long 'for' statements at semi-colons." +Enabled=false +EditorType=boolean +TrueFalse=ls_for_split_full\s*=\s*true|ls_for_split_full\s*=\s*false +ValueDefault=false + +[Ls Func Split Full] +Category=6 +Description="Whether to fully split long function prototypes/calls at commas.
The option ls_code_width has priority over the option ls_func_split_full." +Enabled=false +EditorType=boolean +TrueFalse=ls_func_split_full\s*=\s*true|ls_func_split_full\s*=\s*false +ValueDefault=false + +[Ls Code Width] +Category=6 +Description="Whether to split lines as close to code_width as possible and ignore some
groupings.
The option ls_code_width has priority over the option ls_func_split_full." +Enabled=false +EditorType=boolean +TrueFalse=ls_code_width\s*=\s*true|ls_code_width\s*=\s*false +ValueDefault=false + +[Align Keep Tabs] +Category=7 +Description="Whether to keep non-indenting tabs." +Enabled=false +EditorType=boolean +TrueFalse=align_keep_tabs\s*=\s*true|align_keep_tabs\s*=\s*false +ValueDefault=false + +[Align With Tabs] +Category=7 +Description="Whether to use tabs for aligning." +Enabled=false +EditorType=boolean +TrueFalse=align_with_tabs\s*=\s*true|align_with_tabs\s*=\s*false +ValueDefault=false + +[Align On Tabstop] +Category=7 +Description="Whether to bump out to the next tab when aligning." +Enabled=false +EditorType=boolean +TrueFalse=align_on_tabstop\s*=\s*true|align_on_tabstop\s*=\s*false +ValueDefault=false + +[Align Number Right] +Category=7 +Description="Whether to right-align numbers." +Enabled=false +EditorType=boolean +TrueFalse=align_number_right\s*=\s*true|align_number_right\s*=\s*false +ValueDefault=false + +[Align Keep Extra Space] +Category=7 +Description="Whether to keep whitespace not required for alignment." +Enabled=false +EditorType=boolean +TrueFalse=align_keep_extra_space\s*=\s*true|align_keep_extra_space\s*=\s*false +ValueDefault=false + +[Align Func Params] +Category=7 +Description="Whether to align variable definitions in prototypes and functions." +Enabled=false +EditorType=boolean +TrueFalse=align_func_params\s*=\s*true|align_func_params\s*=\s*false +ValueDefault=false + +[Align Func Params Span] +Category=7 +Description="The span for aligning parameter definitions in function on parameter name.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_func_params_span\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Func Params Thresh] +Category=7 +Description="The threshold for aligning function parameter definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_func_params_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Func Params Gap] +Category=7 +Description="The gap for aligning function parameter definitions." +Enabled=false +EditorType=numeric +CallName="align_func_params_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Constr Value Span] +Category=7 +Description="The span for aligning constructor value.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_constr_value_span\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Constr Value Thresh] +Category=7 +Description="The threshold for aligning constructor value.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_constr_value_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Constr Value Gap] +Category=7 +Description="The gap for aligning constructor value." +Enabled=false +EditorType=numeric +CallName="align_constr_value_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Same Func Call Params] +Category=7 +Description="Whether to align parameters in single-line functions that have the same
name. The function names must already be aligned with each other." +Enabled=false +EditorType=boolean +TrueFalse=align_same_func_call_params\s*=\s*true|align_same_func_call_params\s*=\s*false +ValueDefault=false + +[Align Same Func Call Params Span] +Category=7 +Description="The span for aligning function-call parameters for single line functions.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_same_func_call_params_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Same Func Call Params Thresh] +Category=7 +Description="The threshold for aligning function-call parameters for single line
functions.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_same_func_call_params_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Var Def Span] +Category=7 +Description="The span for aligning variable definitions.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_var_def_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Var Def Star Style] +Category=7 +Description="How to consider (or treat) the '*' in the alignment of variable definitions.

0: Part of the type 'void * foo;' (default)
1: Part of the variable 'void *foo;'
2: Dangling 'void *foo;'
Dangling: the '*' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_var_def_star_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Var Def Amp Style] +Category=7 +Description="How to consider (or treat) the '&' in the alignment of variable definitions.

0: Part of the type 'long & foo;' (default)
1: Part of the variable 'long &foo;'
2: Dangling 'long &foo;'
Dangling: the '&' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_var_def_amp_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Var Def Thresh] +Category=7 +Description="The threshold for aligning variable definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_var_def_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Var Def Gap] +Category=7 +Description="The gap for aligning variable definitions." +Enabled=false +EditorType=numeric +CallName="align_var_def_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Var Def Colon] +Category=7 +Description="Whether to align the colon in struct bit fields." +Enabled=false +EditorType=boolean +TrueFalse=align_var_def_colon\s*=\s*true|align_var_def_colon\s*=\s*false +ValueDefault=false + +[Align Var Def Colon Gap] +Category=7 +Description="The gap for aligning the colon in struct bit fields." +Enabled=false +EditorType=numeric +CallName="align_var_def_colon_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Var Def Attribute] +Category=7 +Description="Whether to align any attribute after the variable name." +Enabled=false +EditorType=boolean +TrueFalse=align_var_def_attribute\s*=\s*true|align_var_def_attribute\s*=\s*false +ValueDefault=false + +[Align Var Def Inline] +Category=7 +Description="Whether to align inline struct/enum/union variable definitions." +Enabled=false +EditorType=boolean +TrueFalse=align_var_def_inline\s*=\s*true|align_var_def_inline\s*=\s*false +ValueDefault=false + +[Align Assign Span] +Category=7 +Description="The span for aligning on '=' in assignments.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_assign_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Assign Func Proto Span] +Category=7 +Description="The span for aligning on '=' in function prototype modifier.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_assign_func_proto_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Assign Thresh] +Category=7 +Description="The threshold for aligning on '=' in assignments.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_assign_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Assign On Multi Var Defs] +Category=7 +Description="Whether to align on the left most assignment when multiple
definitions are found on the same line.
Depends on 'align_assign_span' and 'align_assign_thresh' settings." +Enabled=false +EditorType=boolean +TrueFalse=align_assign_on_multi_var_defs\s*=\s*true|align_assign_on_multi_var_defs\s*=\s*false +ValueDefault=false + +[Align Braced Init List Span] +Category=7 +Description="The span for aligning on '{' in braced init list.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_braced_init_list_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Braced Init List Thresh] +Category=7 +Description="The threshold for aligning on '{' in braced init list.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_braced_init_list_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Assign Decl Func] +Category=7 +Description="How to apply align_assign_span to function declaration "assignments", i.e.
'virtual void foo() = 0' or '~foo() = {default|delete}'.

0: Align with other assignments (default)
1: Align with each other, ignoring regular assignments
2: Don't align" +Enabled=false +EditorType=numeric +CallName="align_assign_decl_func\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Enum Equ Span] +Category=7 +Description="The span for aligning on '=' in enums.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_enum_equ_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Enum Equ Thresh] +Category=7 +Description="The threshold for aligning on '=' in enums.
Use a negative number for absolute thresholds.

0: no limit (default)." +Enabled=false +EditorType=numeric +CallName="align_enum_equ_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Var Class Span] +Category=7 +Description="The span for aligning class member definitions.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_var_class_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Var Class Thresh] +Category=7 +Description="The threshold for aligning class member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_var_class_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Var Class Gap] +Category=7 +Description="The gap for aligning class member definitions." +Enabled=false +EditorType=numeric +CallName="align_var_class_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Var Struct Span] +Category=7 +Description="The span for aligning struct/union member definitions.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_var_struct_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Var Struct Thresh] +Category=7 +Description="The threshold for aligning struct/union member definitions.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_var_struct_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Var Struct Gap] +Category=7 +Description="The gap for aligning struct/union member definitions." +Enabled=false +EditorType=numeric +CallName="align_var_struct_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Struct Init Span] +Category=7 +Description="The span for aligning struct initializer values.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_struct_init_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Typedef Span] +Category=7 +Description="The span for aligning single-line typedefs.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_typedef_span\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Typedef Gap] +Category=7 +Description="The minimum space between the type and the synonym of a typedef." +Enabled=false +EditorType=numeric +CallName="align_typedef_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Typedef Func] +Category=7 +Description="How to align typedef'd functions with other typedefs.

0: Don't mix them at all (default)
1: Align the open parenthesis with the types
2: Align the function type name with the other type names" +Enabled=false +EditorType=numeric +CallName="align_typedef_func\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Typedef Star Style] +Category=7 +Description="How to consider (or treat) the '*' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int * pint;' (default)
1: Part of type name: 'typedef int *pint;'
2: Dangling: 'typedef int *pint;'
Dangling: the '*' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_typedef_star_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Typedef Amp Style] +Category=7 +Description="How to consider (or treat) the '&' in the alignment of typedefs.

0: Part of the typedef type, 'typedef int & intref;' (default)
1: Part of type name: 'typedef int &intref;'
2: Dangling: 'typedef int &intref;'
Dangling: the '&' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_typedef_amp_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Right Cmt Span] +Category=7 +Description="The span for aligning comments that end lines.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_right_cmt_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Right Cmt Gap] +Category=7 +Description="Minimum number of columns between preceding text and a trailing comment in
order for the comment to qualify for being aligned. Must be non-zero to have
an effect." +Enabled=false +EditorType=numeric +CallName="align_right_cmt_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Right Cmt Mix] +Category=7 +Description="If aligning comments, whether to mix with comments after '}' and #endif with
less than three spaces before the comment." +Enabled=false +EditorType=boolean +TrueFalse=align_right_cmt_mix\s*=\s*true|align_right_cmt_mix\s*=\s*false +ValueDefault=false + +[Align Right Cmt Same Level] +Category=7 +Description="Whether to only align trailing comments that are at the same brace level." +Enabled=false +EditorType=boolean +TrueFalse=align_right_cmt_same_level\s*=\s*true|align_right_cmt_same_level\s*=\s*false +ValueDefault=false + +[Align Right Cmt At Col] +Category=7 +Description="Minimum column at which to align trailing comments. Comments which are
aligned beyond this column, but which can be aligned in a lesser column,
may be "pulled in".

0: Ignore (default)." +Enabled=false +EditorType=numeric +CallName="align_right_cmt_at_col\s*=\s*" +MinVal=0 +MaxVal=200 +ValueDefault=0 + +[Align Func Proto Span] +Category=7 +Description="The span for aligning function prototypes.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_func_proto_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Func Proto Span Ignore Cont Lines] +Category=7 +Description="Whether to ignore continuation lines when evaluating the number of
new lines for the function prototype alignment's span.

false: continuation lines are part of the newlines count
true: continuation lines are not counted" +Enabled=false +EditorType=boolean +TrueFalse=align_func_proto_span_ignore_cont_lines\s*=\s*true|align_func_proto_span_ignore_cont_lines\s*=\s*false +ValueDefault=false + +[Align Func Proto Star Style] +Category=7 +Description="How to consider (or treat) the '*' in the alignment of function prototypes.

0: Part of the type 'void * foo();' (default)
1: Part of the function 'void *foo();'
2: Dangling 'void *foo();'
Dangling: the '*' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_func_proto_star_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Func Proto Amp Style] +Category=7 +Description="How to consider (or treat) the '&' in the alignment of function prototypes.

0: Part of the type 'long & foo();' (default)
1: Part of the function 'long &foo();'
2: Dangling 'long &foo();'
Dangling: the '&' will not be taken into account when aligning." +Enabled=false +EditorType=numeric +CallName="align_func_proto_amp_style\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Align Func Proto Thresh] +Category=7 +Description="The threshold for aligning function prototypes.
Use a negative number for absolute thresholds.

0: No limit (default)." +Enabled=false +EditorType=numeric +CallName="align_func_proto_thresh\s*=\s*" +MinVal=-1000 +MaxVal=5000 +ValueDefault=0 + +[Align Func Proto Gap] +Category=7 +Description="Minimum gap between the return type and the function name." +Enabled=false +EditorType=numeric +CallName="align_func_proto_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align On Operator] +Category=7 +Description="Whether to align function prototypes on the 'operator' keyword instead of
what follows." +Enabled=false +EditorType=boolean +TrueFalse=align_on_operator\s*=\s*true|align_on_operator\s*=\s*false +ValueDefault=false + +[Align Mix Var Proto] +Category=7 +Description="Whether to mix aligning prototype and variable declarations. If true,
align_var_def_XXX options are used instead of align_func_proto_XXX options." +Enabled=false +EditorType=boolean +TrueFalse=align_mix_var_proto\s*=\s*true|align_mix_var_proto\s*=\s*false +ValueDefault=false + +[Align Single Line Func] +Category=7 +Description="Whether to align single-line functions with function prototypes.
Uses align_func_proto_span." +Enabled=false +EditorType=boolean +TrueFalse=align_single_line_func\s*=\s*true|align_single_line_func\s*=\s*false +ValueDefault=false + +[Align Single Line Brace] +Category=7 +Description="Whether to align the open brace of single-line functions.
Requires align_single_line_func=true. Uses align_func_proto_span." +Enabled=false +EditorType=boolean +TrueFalse=align_single_line_brace\s*=\s*true|align_single_line_brace\s*=\s*false +ValueDefault=false + +[Align Single Line Brace Gap] +Category=7 +Description="Gap for align_single_line_brace." +Enabled=false +EditorType=numeric +CallName="align_single_line_brace_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Oc Msg Spec Span] +Category=7 +Description="(OC) The span for aligning Objective-C message specifications.

0: Don't align (default)." +Enabled=false +EditorType=numeric +CallName="align_oc_msg_spec_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Nl Cont] +Category=7 +Description="Whether and how to align backslashes that split a macro onto multiple lines.
This will not work right if the macro contains a multi-line comment.

0: Do nothing (default)
1: Align the backslashes in the column at the end of the longest line
2: Align with the backslash that is farthest to the left, or, if that
backslash is farther left than the end of the longest line, at the end of
the longest line
3: Align with the backslash that is farthest to the right" +Enabled=false +EditorType=numeric +CallName="align_nl_cont\s*=\s*" +MinVal=0 +MaxVal=3 +ValueDefault=0 + +[Align Nl Cont Spaces] +Category=7 +Description="The minimum number of spaces between the end of a line and its continuation
backslash. Requires align_nl_cont.

Default: 1" +Enabled=false +EditorType=numeric +CallName="align_nl_cont_spaces\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=1 + +[Align Pp Define Together] +Category=7 +Description="Whether to align macro functions and variables together." +Enabled=false +EditorType=boolean +TrueFalse=align_pp_define_together\s*=\s*true|align_pp_define_together\s*=\s*false +ValueDefault=false + +[Align Pp Define Span] +Category=7 +Description="The span for aligning on '#define' bodies.

=0: Don't align (default)
>0: Number of lines (including comments) between blocks" +Enabled=false +EditorType=numeric +CallName="align_pp_define_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Pp Define Gap] +Category=7 +Description="The minimum space between label and value of a preprocessor define." +Enabled=false +EditorType=numeric +CallName="align_pp_define_gap\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Align Left Shift] +Category=7 +Description="Whether to align lines that start with '<<' with previous '<<'.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=align_left_shift\s*=\s*true|align_left_shift\s*=\s*false +ValueDefault=true + +[Align Eigen Comma Init] +Category=7 +Description="Whether to align comma-separated statements following '<<' (as used to
initialize Eigen matrices)." +Enabled=false +EditorType=boolean +TrueFalse=align_eigen_comma_init\s*=\s*true|align_eigen_comma_init\s*=\s*false +ValueDefault=false + +[Align Asm Colon] +Category=7 +Description="Whether to align text after 'asm volatile ()' colons." +Enabled=false +EditorType=boolean +TrueFalse=align_asm_colon\s*=\s*true|align_asm_colon\s*=\s*false +ValueDefault=false + +[Align Oc Msg Colon Span] +Category=7 +Description="(OC) Span for aligning parameters in an Objective-C message call
on the ':'.

0: Don't align." +Enabled=false +EditorType=numeric +CallName="align_oc_msg_colon_span\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Align Oc Msg Colon First] +Category=7 +Description="(OC) Whether to always align with the first parameter, even if it is too
short." +Enabled=false +EditorType=boolean +TrueFalse=align_oc_msg_colon_first\s*=\s*true|align_oc_msg_colon_first\s*=\s*false +ValueDefault=false + +[Align Oc Decl Colon] +Category=7 +Description="(OC) Whether to align parameters in an Objective-C '+' or '-' declaration
on the ':'." +Enabled=false +EditorType=boolean +TrueFalse=align_oc_decl_colon\s*=\s*true|align_oc_decl_colon\s*=\s*false +ValueDefault=false + +[Align Oc Msg Colon Xcode Like] +Category=7 +Description="(OC) Whether to not align parameters in an Objectve-C message call if first
colon is not on next line of the message call (the same way Xcode does
alignment)" +Enabled=false +EditorType=boolean +TrueFalse=align_oc_msg_colon_xcode_like\s*=\s*true|align_oc_msg_colon_xcode_like\s*=\s*false +ValueDefault=false + +[Cmt Width] +Category=8 +Description="Try to wrap comments at N columns." +Enabled=false +EditorType=numeric +CallName="cmt_width\s*=\s*" +MinVal=0 +MaxVal=256 +ValueDefault=0 + +[Cmt Reflow Mode] +Category=8 +Description="How to reflow comments.

0: No reflowing (apart from the line wrapping due to cmt_width) (default)
1: No touching at all
2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width)" +Enabled=false +EditorType=numeric +CallName="cmt_reflow_mode\s*=\s*" +MinVal=0 +MaxVal=2 +ValueDefault=0 + +[Cmt Reflow Fold Regex File] +Category=8 +Description="Path to a file that contains regular expressions describing patterns for
which the end of one line and the beginning of the next will be folded into
the same sentence or paragraph during full comment reflow. The regular
expressions are described using ECMAScript syntax. The syntax for this
specification is as follows, where "..." indicates the custom regular
expression and "n" indicates the nth end_of_prev_line_regex and
beg_of_next_line_regex regular expression pair:

end_of_prev_line_regex[1] = "...$"
beg_of_next_line_regex[1] = "^..."
end_of_prev_line_regex[2] = "...$"
beg_of_next_line_regex[2] = "^..."
.
.
.
end_of_prev_line_regex[n] = "...$"
beg_of_next_line_regex[n] = "^..."

Note that use of this option overrides the default reflow fold regular
expressions, which are internally defined as follows:

end_of_prev_line_regex[1] = "[\w,\]\)]$"
beg_of_next_line_regex[1] = "^[\w,\[\(]"
end_of_prev_line_regex[2] = "\.$"
beg_of_next_line_regex[2] = "^[A-Z]"" +Enabled=false +CallName=cmt_reflow_fold_regex_file\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Reflow Indent To Paragraph Start] +Category=8 +Description="Whether to indent wrapped lines to the start of the encompassing paragraph
during full comment reflow (cmt_reflow_mode = 2). Overrides the value
specified by cmt_sp_after_star_cont.

Note that cmt_align_doxygen_javadoc_tags overrides this option for
paragraphs associated with javadoc tags" +Enabled=false +EditorType=boolean +TrueFalse=cmt_reflow_indent_to_paragraph_start\s*=\s*true|cmt_reflow_indent_to_paragraph_start\s*=\s*false +ValueDefault=false + +[Cmt Convert Tab To Spaces] +Category=8 +Description="Whether to convert all tabs to spaces in comments. If false, tabs in
comments are left alone, unless used for indenting." +Enabled=false +EditorType=boolean +TrueFalse=cmt_convert_tab_to_spaces\s*=\s*true|cmt_convert_tab_to_spaces\s*=\s*false +ValueDefault=false + +[Cmt Indent Multi] +Category=8 +Description="Whether to apply changes to multi-line comments, including cmt_width,
keyword substitution and leading chars.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=cmt_indent_multi\s*=\s*true|cmt_indent_multi\s*=\s*false +ValueDefault=true + +[Cmt Align Doxygen Javadoc Tags] +Category=8 +Description="Whether to align doxygen javadoc-style tags ('@param', '@return', etc.)
and corresponding fields such that groups of consecutive block tags,
parameter names, and descriptions align with one another. Overrides that
which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may
be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2
in order to achieve the desired alignment for line-wrapping." +Enabled=false +EditorType=boolean +TrueFalse=cmt_align_doxygen_javadoc_tags\s*=\s*true|cmt_align_doxygen_javadoc_tags\s*=\s*false +ValueDefault=false + +[Cmt Sp Before Doxygen Javadoc Tags] +Category=8 +Description="The number of spaces to insert after the star and before doxygen
javadoc-style tags (@param, @return, etc). Requires enabling
cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the
cmt_sp_after_star_cont.

Default: 1" +Enabled=false +EditorType=numeric +CallName="cmt_sp_before_doxygen_javadoc_tags\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=1 + +[Cmt Trailing Single Line C To Cpp] +Category=8 +Description="Whether to change trailing, single-line c-comments into cpp-comments." +Enabled=false +EditorType=boolean +TrueFalse=cmt_trailing_single_line_c_to_cpp\s*=\s*true|cmt_trailing_single_line_c_to_cpp\s*=\s*false +ValueDefault=false + +[Cmt C Group] +Category=8 +Description="Whether to group c-comments that look like they are in a block." +Enabled=false +EditorType=boolean +TrueFalse=cmt_c_group\s*=\s*true|cmt_c_group\s*=\s*false +ValueDefault=false + +[Cmt C Nl Start] +Category=8 +Description="Whether to put an empty '/*' on the first line of the combined c-comment." +Enabled=false +EditorType=boolean +TrueFalse=cmt_c_nl_start\s*=\s*true|cmt_c_nl_start\s*=\s*false +ValueDefault=false + +[Cmt C Nl End] +Category=8 +Description="Whether to add a newline before the closing '*/' of the combined c-comment." +Enabled=false +EditorType=boolean +TrueFalse=cmt_c_nl_end\s*=\s*true|cmt_c_nl_end\s*=\s*false +ValueDefault=false + +[Cmt Cpp To C] +Category=8 +Description="Whether to change cpp-comments into c-comments." +Enabled=false +EditorType=boolean +TrueFalse=cmt_cpp_to_c\s*=\s*true|cmt_cpp_to_c\s*=\s*false +ValueDefault=false + +[Cmt Cpp Group] +Category=8 +Description="Whether to group cpp-comments that look like they are in a block. Only
meaningful if cmt_cpp_to_c=true." +Enabled=false +EditorType=boolean +TrueFalse=cmt_cpp_group\s*=\s*true|cmt_cpp_group\s*=\s*false +ValueDefault=false + +[Cmt Cpp Nl Start] +Category=8 +Description="Whether to put an empty '/*' on the first line of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." +Enabled=false +EditorType=boolean +TrueFalse=cmt_cpp_nl_start\s*=\s*true|cmt_cpp_nl_start\s*=\s*false +ValueDefault=false + +[Cmt Cpp Nl End] +Category=8 +Description="Whether to add a newline before the closing '*/' of the combined cpp-comment
when converting to a c-comment.

Requires cmt_cpp_to_c=true and cmt_cpp_group=true." +Enabled=false +EditorType=boolean +TrueFalse=cmt_cpp_nl_end\s*=\s*true|cmt_cpp_nl_end\s*=\s*false +ValueDefault=false + +[Cmt Star Cont] +Category=8 +Description="Whether to put a star on subsequent comment lines." +Enabled=false +EditorType=boolean +TrueFalse=cmt_star_cont\s*=\s*true|cmt_star_cont\s*=\s*false +ValueDefault=false + +[Cmt Sp Before Star Cont] +Category=8 +Description="The number of spaces to insert at the start of subsequent comment lines." +Enabled=false +EditorType=numeric +CallName="cmt_sp_before_star_cont\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Cmt Sp After Star Cont] +Category=8 +Description="The number of spaces to insert after the star on subsequent comment lines." +Enabled=false +EditorType=numeric +CallName="cmt_sp_after_star_cont\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Cmt Multi Check Last] +Category=8 +Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=cmt_multi_check_last\s*=\s*true|cmt_multi_check_last\s*=\s*false +ValueDefault=true + +[Cmt Multi First Len Minimum] +Category=8 +Description="For multi-line comments with a '*' lead, remove leading spaces if the first
and last lines of the comment are the same length AND if the length is
bigger as the first_len minimum.

Default: 4" +Enabled=false +EditorType=numeric +CallName="cmt_multi_first_len_minimum\s*=\s*" +MinVal=1 +MaxVal=20 +ValueDefault=4 + +[Cmt Insert File Header] +Category=8 +Description="Path to a file that contains text to insert at the beginning of a file if
the file doesn't start with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." +Enabled=false +CallName=cmt_insert_file_header\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Insert File Footer] +Category=8 +Description="Path to a file that contains text to insert at the end of a file if the
file doesn't end with a C/C++ comment. If the inserted text contains
'$(filename)', that will be replaced with the current file's name." +Enabled=false +CallName=cmt_insert_file_footer\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Insert Func Header] +Category=8 +Description="Path to a file that contains text to insert before a function definition if
the function isn't preceded by a C/C++ comment. If the inserted text
contains '$(function)', '$(javaparam)' or '$(fclass)', these will be
replaced with, respectively, the name of the function, the javadoc '@param'
and '@return' stuff, or the name of the class to which the member function
belongs." +Enabled=false +CallName=cmt_insert_func_header\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Insert Class Header] +Category=8 +Description="Path to a file that contains text to insert before a class if the class
isn't preceded by a C/C++ comment. If the inserted text contains '$(class)',
that will be replaced with the class name." +Enabled=false +CallName=cmt_insert_class_header\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Insert Oc Msg Header] +Category=8 +Description="Path to a file that contains text to insert before an Objective-C message
specification, if the method isn't preceded by a C/C++ comment. If the
inserted text contains '$(message)' or '$(javaparam)', these will be
replaced with, respectively, the name of the function, or the javadoc
'@param' and '@return' stuff." +Enabled=false +CallName=cmt_insert_oc_msg_header\s*=\s* +EditorType=string +ValueDefault= + +[Cmt Insert Before Preproc] +Category=8 +Description="Whether a comment should be inserted if a preprocessor is encountered when
stepping backwards from a function name.

Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and
cmt_insert_class_header." +Enabled=false +EditorType=boolean +TrueFalse=cmt_insert_before_preproc\s*=\s*true|cmt_insert_before_preproc\s*=\s*false +ValueDefault=false + +[Cmt Insert Before Inlines] +Category=8 +Description="Whether a comment should be inserted if a function is declared inline to a
class definition.

Applies to cmt_insert_func_header.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=cmt_insert_before_inlines\s*=\s*true|cmt_insert_before_inlines\s*=\s*false +ValueDefault=true + +[Cmt Insert Before Ctor Dtor] +Category=8 +Description="Whether a comment should be inserted if the function is a class constructor
or destructor.

Applies to cmt_insert_func_header." +Enabled=false +EditorType=boolean +TrueFalse=cmt_insert_before_ctor_dtor\s*=\s*true|cmt_insert_before_ctor_dtor\s*=\s*false +ValueDefault=false + +[Mod Full Brace Do] +Category=9 +Description="Add or remove braces on a single-line 'do' statement." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_do\s*=\s*ignore|mod_full_brace_do\s*=\s*add|mod_full_brace_do\s*=\s*remove|mod_full_brace_do\s*=\s*force|mod_full_brace_do\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace Do|Add Mod Full Brace Do|Remove Mod Full Brace Do|Force Mod Full Brace Do" +ValueDefault=ignore + +[Mod Full Brace For] +Category=9 +Description="Add or remove braces on a single-line 'for' statement." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_for\s*=\s*ignore|mod_full_brace_for\s*=\s*add|mod_full_brace_for\s*=\s*remove|mod_full_brace_for\s*=\s*force|mod_full_brace_for\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace For|Add Mod Full Brace For|Remove Mod Full Brace For|Force Mod Full Brace For" +ValueDefault=ignore + +[Mod Full Brace Function] +Category=9 +Description="(Pawn) Add or remove braces on a single-line function definition." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_function\s*=\s*ignore|mod_full_brace_function\s*=\s*add|mod_full_brace_function\s*=\s*remove|mod_full_brace_function\s*=\s*force|mod_full_brace_function\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace Function|Add Mod Full Brace Function|Remove Mod Full Brace Function|Force Mod Full Brace Function" +ValueDefault=ignore + +[Mod Full Brace If] +Category=9 +Description="Add or remove braces on a single-line 'if' statement. Braces will not be
removed if the braced statement contains an 'else'." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_if\s*=\s*ignore|mod_full_brace_if\s*=\s*add|mod_full_brace_if\s*=\s*remove|mod_full_brace_if\s*=\s*force|mod_full_brace_if\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace If|Add Mod Full Brace If|Remove Mod Full Brace If|Force Mod Full Brace If" +ValueDefault=ignore + +[Mod Full Brace If Chain] +Category=9 +Description="Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either
have, or do not have, braces. Overrides mod_full_brace_if.

0: Don't override mod_full_brace_if
1: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks
2: Add braces to all blocks if any block already has braces, regardless of
whether it needs them
3: Add braces to all blocks if any block needs braces and remove braces if
they can be removed from all blocks, except if all blocks have braces
despite none needing them" +Enabled=false +EditorType=numeric +CallName="mod_full_brace_if_chain\s*=\s*" +MinVal=0 +MaxVal=3 +ValueDefault=0 + +[Mod Full Brace If Chain Only] +Category=9 +Description="Whether to add braces to all blocks of an 'if'/'else if'/'else' chain.
If true, mod_full_brace_if_chain will only remove braces from an 'if' that
does not have an 'else if' or 'else'." +Enabled=false +EditorType=boolean +TrueFalse=mod_full_brace_if_chain_only\s*=\s*true|mod_full_brace_if_chain_only\s*=\s*false +ValueDefault=false + +[Mod Full Brace While] +Category=9 +Description="Add or remove braces on single-line 'while' statement." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_while\s*=\s*ignore|mod_full_brace_while\s*=\s*add|mod_full_brace_while\s*=\s*remove|mod_full_brace_while\s*=\s*force|mod_full_brace_while\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace While|Add Mod Full Brace While|Remove Mod Full Brace While|Force Mod Full Brace While" +ValueDefault=ignore + +[Mod Full Brace Using] +Category=9 +Description="Add or remove braces on single-line 'using ()' statement." +Enabled=false +EditorType=multiple +Choices=mod_full_brace_using\s*=\s*ignore|mod_full_brace_using\s*=\s*add|mod_full_brace_using\s*=\s*remove|mod_full_brace_using\s*=\s*force|mod_full_brace_using\s*=\s*not_defined +ChoicesReadable="Ignore Mod Full Brace Using|Add Mod Full Brace Using|Remove Mod Full Brace Using|Force Mod Full Brace Using" +ValueDefault=ignore + +[Mod Full Brace Nl] +Category=9 +Description="Don't remove braces around statements that span N newlines" +Enabled=false +EditorType=numeric +CallName="mod_full_brace_nl\s*=\s*" +MinVal=0 +MaxVal=5000 +ValueDefault=0 + +[Mod Full Brace Nl Block Rem Mlcond] +Category=9 +Description="Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks
which span multiple lines.

Affects:
mod_full_brace_for
mod_full_brace_if
mod_full_brace_if_chain
mod_full_brace_if_chain_only
mod_full_brace_while
mod_full_brace_using

Does not affect:
mod_full_brace_do
mod_full_brace_function" +Enabled=false +EditorType=boolean +TrueFalse=mod_full_brace_nl_block_rem_mlcond\s*=\s*true|mod_full_brace_nl_block_rem_mlcond\s*=\s*false +ValueDefault=false + +[Mod Paren On Return] +Category=9 +Description="Add or remove unnecessary parentheses on 'return' statement." +Enabled=false +EditorType=multiple +Choices=mod_paren_on_return\s*=\s*ignore|mod_paren_on_return\s*=\s*add|mod_paren_on_return\s*=\s*remove|mod_paren_on_return\s*=\s*force|mod_paren_on_return\s*=\s*not_defined +ChoicesReadable="Ignore Mod Paren On Return|Add Mod Paren On Return|Remove Mod Paren On Return|Force Mod Paren On Return" +ValueDefault=ignore + +[Mod Paren On Throw] +Category=9 +Description="Add or remove unnecessary parentheses on 'throw' statement." +Enabled=false +EditorType=multiple +Choices=mod_paren_on_throw\s*=\s*ignore|mod_paren_on_throw\s*=\s*add|mod_paren_on_throw\s*=\s*remove|mod_paren_on_throw\s*=\s*force|mod_paren_on_throw\s*=\s*not_defined +ChoicesReadable="Ignore Mod Paren On Throw|Add Mod Paren On Throw|Remove Mod Paren On Throw|Force Mod Paren On Throw" +ValueDefault=ignore + +[Mod Pawn Semicolon] +Category=9 +Description="(Pawn) Whether to change optional semicolons to real semicolons." +Enabled=false +EditorType=boolean +TrueFalse=mod_pawn_semicolon\s*=\s*true|mod_pawn_semicolon\s*=\s*false +ValueDefault=false + +[Mod Full Paren If Bool] +Category=9 +Description="Whether to fully parenthesize Boolean expressions in 'while' and 'if'
statement, as in 'if (a && b > c)' => 'if (a && (b > c))'." +Enabled=false +EditorType=boolean +TrueFalse=mod_full_paren_if_bool\s*=\s*true|mod_full_paren_if_bool\s*=\s*false +ValueDefault=false + +[Mod Full Paren Assign Bool] +Category=9 +Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'." +Enabled=false +EditorType=boolean +TrueFalse=mod_full_paren_assign_bool\s*=\s*true|mod_full_paren_assign_bool\s*=\s*false +ValueDefault=false + +[Mod Full Paren Return Bool] +Category=9 +Description="Whether to fully parenthesize Boolean expressions after '='
statement, as in 'return a && b > c;' => 'return (a && (b > c));'." +Enabled=false +EditorType=boolean +TrueFalse=mod_full_paren_return_bool\s*=\s*true|mod_full_paren_return_bool\s*=\s*false +ValueDefault=false + +[Mod Remove Extra Semicolon] +Category=9 +Description="Whether to remove superfluous semicolons." +Enabled=false +EditorType=boolean +TrueFalse=mod_remove_extra_semicolon\s*=\s*true|mod_remove_extra_semicolon\s*=\s*false +ValueDefault=false + +[Mod Remove Duplicate Include] +Category=9 +Description="Whether to remove duplicate include." +Enabled=false +EditorType=boolean +TrueFalse=mod_remove_duplicate_include\s*=\s*true|mod_remove_duplicate_include\s*=\s*false +ValueDefault=false + +[Mod Add Force C Closebrace Comment] +Category=9 +Description="the following options (mod_XX_closebrace_comment) use different comment,
depending of the setting of the next option.
false: Use the c comment (default)
true : Use the cpp comment" +Enabled=false +EditorType=boolean +TrueFalse=mod_add_force_c_closebrace_comment\s*=\s*true|mod_add_force_c_closebrace_comment\s*=\s*false +ValueDefault=false + +[Mod Add Long Function Closebrace Comment] +Category=9 +Description="If a function body exceeds the specified number of newlines and doesn't have
a comment after the close brace, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_function_closebrace_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Add Long Namespace Closebrace Comment] +Category=9 +Description="If a namespace body exceeds the specified number of newlines and doesn't
have a comment after the close brace, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_namespace_closebrace_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Add Long Class Closebrace Comment] +Category=9 +Description="If a class body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_class_closebrace_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Add Long Switch Closebrace Comment] +Category=9 +Description="If a switch body exceeds the specified number of newlines and doesn't have a
comment after the close brace, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_switch_closebrace_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Add Long Ifdef Endif Comment] +Category=9 +Description="If an #ifdef body exceeds the specified number of newlines and doesn't have
a comment after the #endif, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_ifdef_endif_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Add Long Ifdef Else Comment] +Category=9 +Description="If an #ifdef or #else body exceeds the specified number of newlines and
doesn't have a comment after the #else, a comment will be added." +Enabled=false +EditorType=numeric +CallName="mod_add_long_ifdef_else_comment\s*=\s*" +MinVal=0 +MaxVal=255 +ValueDefault=0 + +[Mod Sort Case Sensitive] +Category=9 +Description="Whether to take care of the case by the mod_sort_xx options." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_case_sensitive\s*=\s*true|mod_sort_case_sensitive\s*=\s*false +ValueDefault=false + +[Mod Sort Import] +Category=9 +Description="Whether to sort consecutive single-line 'import' statements." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_import\s*=\s*true|mod_sort_import\s*=\s*false +ValueDefault=false + +[Mod Sort Using] +Category=9 +Description="(C#) Whether to sort consecutive single-line 'using' statements." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_using\s*=\s*true|mod_sort_using\s*=\s*false +ValueDefault=false + +[Mod Sort Include] +Category=9 +Description="Whether to sort consecutive single-line '#include' statements (C/C++) and
'#import' statements (Objective-C). Be aware that this has the potential to
break your code if your includes/imports have ordering dependencies." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_include\s*=\s*true|mod_sort_include\s*=\s*false +ValueDefault=false + +[Mod Sort Incl Import Prioritize Filename] +Category=9 +Description="Whether to prioritize '#include' and '#import' statements that contain
filename without extension when sorting is enabled." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_incl_import_prioritize_filename\s*=\s*true|mod_sort_incl_import_prioritize_filename\s*=\s*false +ValueDefault=false + +[Mod Sort Incl Import Prioritize Extensionless] +Category=9 +Description="Whether to prioritize '#include' and '#import' statements that does not
contain extensions when sorting is enabled." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_incl_import_prioritize_extensionless\s*=\s*true|mod_sort_incl_import_prioritize_extensionless\s*=\s*false +ValueDefault=false + +[Mod Sort Incl Import Prioritize Angle Over Quotes] +Category=9 +Description="Whether to prioritize '#include' and '#import' statements that contain
angle over quotes when sorting is enabled." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*true|mod_sort_incl_import_prioritize_angle_over_quotes\s*=\s*false +ValueDefault=false + +[Mod Sort Incl Import Ignore Extension] +Category=9 +Description="Whether to ignore file extension in '#include' and '#import' statements
for sorting comparison." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_incl_import_ignore_extension\s*=\s*true|mod_sort_incl_import_ignore_extension\s*=\s*false +ValueDefault=false + +[Mod Sort Incl Import Grouping Enabled] +Category=9 +Description="Whether to group '#include' and '#import' statements when sorting is enabled." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_incl_import_grouping_enabled\s*=\s*true|mod_sort_incl_import_grouping_enabled\s*=\s*false +ValueDefault=false + +[Mod Move Case Break] +Category=9 +Description="Whether to move a 'break' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'." +Enabled=false +EditorType=boolean +TrueFalse=mod_move_case_break\s*=\s*true|mod_move_case_break\s*=\s*false +ValueDefault=false + +[Mod Move Case Return] +Category=9 +Description="Whether to move a 'return' that appears after a fully braced 'case' before
the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'." +Enabled=false +EditorType=boolean +TrueFalse=mod_move_case_return\s*=\s*true|mod_move_case_return\s*=\s*false +ValueDefault=false + +[Mod Case Brace] +Category=9 +Description="Add or remove braces around a fully braced case statement. Will only remove
braces if there are no variable declarations in the block." +Enabled=false +EditorType=multiple +Choices=mod_case_brace\s*=\s*ignore|mod_case_brace\s*=\s*add|mod_case_brace\s*=\s*remove|mod_case_brace\s*=\s*force|mod_case_brace\s*=\s*not_defined +ChoicesReadable="Ignore Mod Case Brace|Add Mod Case Brace|Remove Mod Case Brace|Force Mod Case Brace" +ValueDefault=ignore + +[Mod Remove Empty Return] +Category=9 +Description="Whether to remove a void 'return;' that appears as the last statement in a
function." +Enabled=false +EditorType=boolean +TrueFalse=mod_remove_empty_return\s*=\s*true|mod_remove_empty_return\s*=\s*false +ValueDefault=false + +[Mod Enum Last Comma] +Category=9 +Description="Add or remove the comma after the last value of an enumeration." +Enabled=false +EditorType=multiple +Choices=mod_enum_last_comma\s*=\s*ignore|mod_enum_last_comma\s*=\s*add|mod_enum_last_comma\s*=\s*remove|mod_enum_last_comma\s*=\s*force|mod_enum_last_comma\s*=\s*not_defined +ChoicesReadable="Ignore Mod Enum Last Comma|Add Mod Enum Last Comma|Remove Mod Enum Last Comma|Force Mod Enum Last Comma" +ValueDefault=ignore + +[Mod Infinite Loop] +Category=9 +Description="Syntax to use for infinite loops.

0: Leave syntax alone (default)
1: Rewrite as `for(;;)`
2: Rewrite as `while(true)`
3: Rewrite as `do`...`while(true);`
4: Rewrite as `while(1)`
5: Rewrite as `do`...`while(1);`

Infinite loops that do not already match one of these syntaxes are ignored.
Other options that affect loop formatting will be applied after transforming
the syntax." +Enabled=false +EditorType=numeric +CallName="mod_infinite_loop\s*=\s*" +MinVal=0 +MaxVal=5 +ValueDefault=0 + +[Mod Int Short] +Category=9 +Description="Add or remove the 'int' keyword in 'int short'." +Enabled=false +EditorType=multiple +Choices=mod_int_short\s*=\s*ignore|mod_int_short\s*=\s*add|mod_int_short\s*=\s*remove|mod_int_short\s*=\s*force|mod_int_short\s*=\s*not_defined +ChoicesReadable="Ignore Mod Int Short|Add Mod Int Short|Remove Mod Int Short|Force Mod Int Short" +ValueDefault=ignore + +[Mod Short Int] +Category=9 +Description="Add or remove the 'int' keyword in 'short int'." +Enabled=false +EditorType=multiple +Choices=mod_short_int\s*=\s*ignore|mod_short_int\s*=\s*add|mod_short_int\s*=\s*remove|mod_short_int\s*=\s*force|mod_short_int\s*=\s*not_defined +ChoicesReadable="Ignore Mod Short Int|Add Mod Short Int|Remove Mod Short Int|Force Mod Short Int" +ValueDefault=ignore + +[Mod Int Long] +Category=9 +Description="Add or remove the 'int' keyword in 'int long'." +Enabled=false +EditorType=multiple +Choices=mod_int_long\s*=\s*ignore|mod_int_long\s*=\s*add|mod_int_long\s*=\s*remove|mod_int_long\s*=\s*force|mod_int_long\s*=\s*not_defined +ChoicesReadable="Ignore Mod Int Long|Add Mod Int Long|Remove Mod Int Long|Force Mod Int Long" +ValueDefault=ignore + +[Mod Long Int] +Category=9 +Description="Add or remove the 'int' keyword in 'long int'." +Enabled=false +EditorType=multiple +Choices=mod_long_int\s*=\s*ignore|mod_long_int\s*=\s*add|mod_long_int\s*=\s*remove|mod_long_int\s*=\s*force|mod_long_int\s*=\s*not_defined +ChoicesReadable="Ignore Mod Long Int|Add Mod Long Int|Remove Mod Long Int|Force Mod Long Int" +ValueDefault=ignore + +[Mod Int Signed] +Category=9 +Description="Add or remove the 'int' keyword in 'int signed'." +Enabled=false +EditorType=multiple +Choices=mod_int_signed\s*=\s*ignore|mod_int_signed\s*=\s*add|mod_int_signed\s*=\s*remove|mod_int_signed\s*=\s*force|mod_int_signed\s*=\s*not_defined +ChoicesReadable="Ignore Mod Int Signed|Add Mod Int Signed|Remove Mod Int Signed|Force Mod Int Signed" +ValueDefault=ignore + +[Mod Signed Int] +Category=9 +Description="Add or remove the 'int' keyword in 'signed int'." +Enabled=false +EditorType=multiple +Choices=mod_signed_int\s*=\s*ignore|mod_signed_int\s*=\s*add|mod_signed_int\s*=\s*remove|mod_signed_int\s*=\s*force|mod_signed_int\s*=\s*not_defined +ChoicesReadable="Ignore Mod Signed Int|Add Mod Signed Int|Remove Mod Signed Int|Force Mod Signed Int" +ValueDefault=ignore + +[Mod Int Unsigned] +Category=9 +Description="Add or remove the 'int' keyword in 'int unsigned'." +Enabled=false +EditorType=multiple +Choices=mod_int_unsigned\s*=\s*ignore|mod_int_unsigned\s*=\s*add|mod_int_unsigned\s*=\s*remove|mod_int_unsigned\s*=\s*force|mod_int_unsigned\s*=\s*not_defined +ChoicesReadable="Ignore Mod Int Unsigned|Add Mod Int Unsigned|Remove Mod Int Unsigned|Force Mod Int Unsigned" +ValueDefault=ignore + +[Mod Unsigned Int] +Category=9 +Description="Add or remove the 'int' keyword in 'unsigned int'." +Enabled=false +EditorType=multiple +Choices=mod_unsigned_int\s*=\s*ignore|mod_unsigned_int\s*=\s*add|mod_unsigned_int\s*=\s*remove|mod_unsigned_int\s*=\s*force|mod_unsigned_int\s*=\s*not_defined +ChoicesReadable="Ignore Mod Unsigned Int|Add Mod Unsigned Int|Remove Mod Unsigned Int|Force Mod Unsigned Int" +ValueDefault=ignore + +[Mod Int Prefer Int On Left] +Category=9 +Description="If there is a situation where mod_int_* and mod_*_int would result in
multiple int keywords, whether to keep the rightmost int (the default) or the
leftmost int." +Enabled=false +EditorType=boolean +TrueFalse=mod_int_prefer_int_on_left\s*=\s*true|mod_int_prefer_int_on_left\s*=\s*false +ValueDefault=false + +[Mod Sort Oc Properties] +Category=9 +Description="(OC) Whether to organize the properties. If true, properties will be
rearranged according to the mod_sort_oc_property_*_weight factors." +Enabled=false +EditorType=boolean +TrueFalse=mod_sort_oc_properties\s*=\s*true|mod_sort_oc_properties\s*=\s*false +ValueDefault=false + +[Mod Sort Oc Property Class Weight] +Category=9 +Description="(OC) Weight of a class property modifier." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_class_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Thread Safe Weight] +Category=9 +Description="(OC) Weight of 'atomic' and 'nonatomic'." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_thread_safe_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Readwrite Weight] +Category=9 +Description="(OC) Weight of 'readwrite' when organizing properties." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_readwrite_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Reference Weight] +Category=9 +Description="(OC) Weight of a reference type specifier ('retain', 'copy', 'assign',
'weak', 'strong') when organizing properties." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_reference_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Getter Weight] +Category=9 +Description="(OC) Weight of getter type ('getter=') when organizing properties." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_getter_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Setter Weight] +Category=9 +Description="(OC) Weight of setter type ('setter=') when organizing properties." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_setter_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Mod Sort Oc Property Nullability Weight] +Category=9 +Description="(OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified',
'null_resettable') when organizing properties." +Enabled=false +EditorType=numeric +CallName="mod_sort_oc_property_nullability_weight\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Pp Indent With Tabs] +Category=10 +Description="How to use tabs when indenting preprocessor code.

-1: Use 'indent_with_tabs' setting (default)
0: Spaces only
1: Indent with tabs to brace level, align with spaces
2: Indent and align with tabs, using spaces when not on a tabstop

Default: -1" +Enabled=false +EditorType=numeric +CallName="pp_indent_with_tabs\s*=\s*" +MinVal=-1 +MaxVal=2 +ValueDefault=-1 + +[Pp Indent] +Category=10 +Description="Add or remove indentation of preprocessor directives inside #if blocks
at brace level 0 (file-level)." +Enabled=false +EditorType=multiple +Choices=pp_indent\s*=\s*ignore|pp_indent\s*=\s*add|pp_indent\s*=\s*remove|pp_indent\s*=\s*force|pp_indent\s*=\s*not_defined +ChoicesReadable="Ignore Pp Indent|Add Pp Indent|Remove Pp Indent|Force Pp Indent" +ValueDefault=ignore + +[Pp Indent At Level] +Category=10 +Description="Whether to indent #if/#else/#endif at the brace level. If false, these are
indented from column 1." +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_at_level\s*=\s*true|pp_indent_at_level\s*=\s*false +ValueDefault=false + +[Pp Indent At Level0] +Category=10 +Description="Whether to indent #if/#else/#endif at the parenthesis level if the brace
level is 0. If false, these are indented from column 1." +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_at_level0\s*=\s*true|pp_indent_at_level0\s*=\s*false +ValueDefault=false + +[Pp Indent Count] +Category=10 +Description="Specifies the number of columns to indent preprocessors per level
at brace level 0 (file-level). If pp_indent_at_level=false, also specifies
the number of columns to indent preprocessors per level
at brace level > 0 (function-level).

Default: 1" +Enabled=false +EditorType=numeric +CallName="pp_indent_count\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=1 + +[Pp Space After] +Category=10 +Description="Add or remove space after # based on pp level of #if blocks." +Enabled=false +EditorType=multiple +Choices=pp_space_after\s*=\s*ignore|pp_space_after\s*=\s*add|pp_space_after\s*=\s*remove|pp_space_after\s*=\s*force|pp_space_after\s*=\s*not_defined +ChoicesReadable="Ignore Pp Space After|Add Pp Space After|Remove Pp Space After|Force Pp Space After" +ValueDefault=ignore + +[Pp Space Count] +Category=10 +Description="Sets the number of spaces per level added with pp_space_after." +Enabled=false +EditorType=numeric +CallName="pp_space_count\s*=\s*" +MinVal=0 +MaxVal=16 +ValueDefault=0 + +[Pp Indent Region] +Category=10 +Description="The indent for '#region' and '#endregion' in C# and '#pragma region' in
C/C++. Negative values decrease indent down to the first column." +Enabled=false +EditorType=numeric +CallName="pp_indent_region\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Pp Region Indent Code] +Category=10 +Description="Whether to indent the code between #region and #endregion." +Enabled=false +EditorType=boolean +TrueFalse=pp_region_indent_code\s*=\s*true|pp_region_indent_code\s*=\s*false +ValueDefault=false + +[Pp Indent If] +Category=10 +Description="If pp_indent_at_level=true, sets the indent for #if, #else and #endif when
not at file-level. Negative values decrease indent down to the first column.

=0: Indent preprocessors using output_tab_size
>0: Column at which all preprocessors will be indented" +Enabled=false +EditorType=numeric +CallName="pp_indent_if\s*=\s*" +MinVal=-16 +MaxVal=16 +ValueDefault=0 + +[Pp If Indent Code] +Category=10 +Description="Whether to indent the code between #if, #else and #endif." +Enabled=false +EditorType=boolean +TrueFalse=pp_if_indent_code\s*=\s*true|pp_if_indent_code\s*=\s*false +ValueDefault=false + +[Pp Indent In Guard] +Category=10 +Description="Whether to indent the body of an #if that encompasses all the code in the file." +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_in_guard\s*=\s*true|pp_indent_in_guard\s*=\s*false +ValueDefault=false + +[Pp Define At Level] +Category=10 +Description="Whether to indent '#define' at the brace level. If false, these are
indented from column 1." +Enabled=false +EditorType=boolean +TrueFalse=pp_define_at_level\s*=\s*true|pp_define_at_level\s*=\s*false +ValueDefault=false + +[Pp Include At Level] +Category=10 +Description="Whether to indent '#include' at the brace level." +Enabled=false +EditorType=boolean +TrueFalse=pp_include_at_level\s*=\s*true|pp_include_at_level\s*=\s*false +ValueDefault=false + +[Pp Ignore Define Body] +Category=10 +Description="Whether to ignore the '#define' body while formatting." +Enabled=false +EditorType=boolean +TrueFalse=pp_ignore_define_body\s*=\s*true|pp_ignore_define_body\s*=\s*false +ValueDefault=false + +[Pp Multiline Define Body Indent] +Category=10 +Description="An offset value that controls the indentation of the body of a multiline #define.
'body' refers to all the lines of a multiline #define except the first line.
Requires 'pp_ignore_define_body = false'.

<0: Absolute column: the body indentation starts off at the specified column
(ex. -3 ==> the body is indented starting from column 3)
>=0: Relative to the column of the '#' of '#define'
(ex. 3 ==> the body is indented starting 3 columns at the right of '#')

Default: 8" +Enabled=false +EditorType=numeric +CallName="pp_multiline_define_body_indent\s*=\s*" +MinVal=-32 +MaxVal=32 +ValueDefault=8 + +[Pp Indent Case] +Category=10 +Description="Whether to indent case statements between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the case statements
directly inside of.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_case\s*=\s*true|pp_indent_case\s*=\s*false +ValueDefault=true + +[Pp Indent Func Def] +Category=10 +Description="Whether to indent whole function definitions between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the function definition
is directly inside of.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_func_def\s*=\s*true|pp_indent_func_def\s*=\s*false +ValueDefault=true + +[Pp Indent Extern] +Category=10 +Description="Whether to indent extern C blocks between #if, #else, and #endif.
Only applies to the indent of the preprocessor that the extern block is
directly inside of.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=pp_indent_extern\s*=\s*true|pp_indent_extern\s*=\s*false +ValueDefault=true + +[Pp Indent Brace] +Category=10 +Description="How to indent braces directly inside #if, #else, and #endif.
Requires pp_if_indent_code=true and only applies to the indent of the
preprocessor that the braces are directly inside of.
0: No extra indent
1: Indent by one level
-1: Preserve original indentation

Default: 1" +Enabled=false +EditorType=numeric +CallName="pp_indent_brace\s*=\s*" +MinVal=-1 +MaxVal=1 +ValueDefault=1 + +[Pp Warn Unbalanced If] +Category=10 +Description="Whether to print warning messages for unbalanced #if and #else blocks.
This will print a message in the following cases:
- if an #ifdef block ends on a different indent level than
where it started from. Example:

#ifdef TEST
int i;
{
int j;
#endif

- an #elif/#else block ends on a different indent level than
the corresponding #ifdef block. Example:

#ifdef TEST
int i;
#else
}
int j;
#endif" +Enabled=false +EditorType=boolean +TrueFalse=pp_warn_unbalanced_if\s*=\s*true|pp_warn_unbalanced_if\s*=\s*false +ValueDefault=false + +[Include Category 0] +Category=11 +Description="The regex for include category with priority 0." +Enabled=false +CallName=include_category_0\s*=\s* +EditorType=string +ValueDefault= + +[Include Category 1] +Category=11 +Description="The regex for include category with priority 1." +Enabled=false +CallName=include_category_1\s*=\s* +EditorType=string +ValueDefault= + +[Include Category 2] +Category=11 +Description="The regex for include category with priority 2." +Enabled=false +CallName=include_category_2\s*=\s* +EditorType=string +ValueDefault= + +[Use Indent Func Call Param] +Category=12 +Description="true: indent_func_call_param will be used (default)
false: indent_func_call_param will NOT be used

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=use_indent_func_call_param\s*=\s*true|use_indent_func_call_param\s*=\s*false +ValueDefault=true + +[Use Indent Continue Only Once] +Category=12 +Description="The value of the indentation for a continuation line is calculated
differently if the statement is:
- a declaration: your case with QString fileName ...
- an assignment: your case with pSettings = new QSettings( ...

At the second case the indentation value might be used twice:
- at the assignment
- at the function call (if present)

To prevent the double use of the indentation value, use this option with the
value 'true'.

true: indent_continue will be used only once
false: indent_continue will be used every time (default)

Requires indent_ignore_first_continue=false." +Enabled=false +EditorType=boolean +TrueFalse=use_indent_continue_only_once\s*=\s*true|use_indent_continue_only_once\s*=\s*false +ValueDefault=false + +[Indent Cpp Lambda Only Once] +Category=12 +Description="The indentation can be:
- after the assignment, at the '[' character
- at the beginning of the lambda body

true: indentation will be at the beginning of the lambda body
false: indentation will be after the assignment (default)" +Enabled=false +EditorType=boolean +TrueFalse=indent_cpp_lambda_only_once\s*=\s*true|indent_cpp_lambda_only_once\s*=\s*false +ValueDefault=false + +[Use Sp After Angle Always] +Category=12 +Description="Whether sp_after_angle takes precedence over sp_inside_fparen. This was the
historic behavior, but is probably not the desired behavior, so this is off
by default." +Enabled=false +EditorType=boolean +TrueFalse=use_sp_after_angle_always\s*=\s*true|use_sp_after_angle_always\s*=\s*false +ValueDefault=false + +[Use Options Overriding For Qt Macros] +Category=12 +Description="Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially,
this tries to format these so that they match Qt's normalized form (i.e. the
result of QMetaObject::normalizedSignature), which can slightly improve the
performance of the QObject::connect call, rather than how they would
otherwise be formatted.

See options_for_QT.cpp for details.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=use_options_overriding_for_qt_macros\s*=\s*true|use_options_overriding_for_qt_macros\s*=\s*false +ValueDefault=true + +[Use Form Feed No More As Whitespace Character] +Category=12 +Description="If true: the form feed character is removed from the list of whitespace
characters. See https://en.cppreference.com/w/cpp/string/byte/isspace." +Enabled=false +EditorType=boolean +TrueFalse=use_form_feed_no_more_as_whitespace_character\s*=\s*true|use_form_feed_no_more_as_whitespace_character\s*=\s*false +ValueDefault=false + +[Warn Level Tabs Found In Verbatim String Literals] +Category=13 +Description="(C#) Warning is given if doing tab-to-\t replacement and we have found one
in a C# verbatim string literal.

Default: 2" +Enabled=false +EditorType=numeric +CallName="warn_level_tabs_found_in_verbatim_string_literals\s*=\s*" +MinVal=1 +MaxVal=3 +ValueDefault=2 + +[Debug Max Number Of Loops] +Category=13 +Description="Limit the number of loops.
Used by uncrustify.cpp to exit from infinite loop.
0: no limit." +Enabled=false +EditorType=numeric +CallName="debug_max_number_of_loops\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Debug Line Number To Protocol] +Category=13 +Description="Set the number of the line to protocol;
Used in the function prot_the_line if the 2. parameter is zero.
0: nothing protocol." +Enabled=false +EditorType=numeric +CallName="debug_line_number_to_protocol\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Debug Timeout] +Category=13 +Description="Set the number of second(s) before terminating formatting the current file,
0: no timeout.
only for linux" +Enabled=false +EditorType=numeric +CallName="debug_timeout\s*=\s*" +MinVal= +MaxVal= +ValueDefault=0 + +[Debug Truncate] +Category=13 +Description="Set the number of characters to be printed if the text is too long,
0: do not truncate." +Enabled=false +EditorType=numeric +CallName="debug_truncate\s*=\s*" +MinVal=0 +MaxVal=960 +ValueDefault=0 + +[Debug Sort The Tracks] +Category=13 +Description="sort (or not) the tracking info.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=debug_sort_the_tracks\s*=\s*true|debug_sort_the_tracks\s*=\s*false +ValueDefault=true + +[Debug Decode The Flags] +Category=13 +Description="decode (or not) the flags as a new line.
only if the -p option is set." +Enabled=false +EditorType=boolean +TrueFalse=debug_decode_the_flags\s*=\s*true|debug_decode_the_flags\s*=\s*false +ValueDefault=false + +[Debug Use The Exit Function Pop] +Category=13 +Description="use (or not) the exit(EX_SOFTWARE) function.

Default: true" +Enabled=false +EditorType=boolean +TrueFalse=debug_use_the_exit_function_pop\s*=\s*true|debug_use_the_exit_function_pop\s*=\s*false +ValueDefault=true + +[Set Numbering For Html Output] +Category=13 +Description="insert the number of the line at the beginning of each line" +Enabled=false +EditorType=boolean +TrueFalse=set_numbering_for_html_output\s*=\s*true|set_numbering_for_html_output\s*=\s*false +ValueDefault=false diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uncrust-files.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uncrust-files.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uncrust-files.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uncrust-files.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uncrustify.xml.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uncrustify.xml.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/uncrustify.xml.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/uncrustify.xml.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/xsupplicant.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/xsupplicant.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/etc/xsupplicant.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/etc/xsupplicant.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/extras.vpj b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/extras.vpj similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/extras.vpj rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/extras.vpj diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/forUncrustifySources.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/forUncrustifySources.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/forUncrustifySources.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/forUncrustifySources.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/forUncrustifySources.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/forUncrustifySources.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/forUncrustifySources.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/forUncrustifySources.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/ChunkStack.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/ChunkStack.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/ChunkStack.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/ChunkStack.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/align.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/align.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/align.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/align.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/chunk_list.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/chunk_list.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/chunk_list.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/chunk_list.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/logger.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/logger.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/logger.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/logger.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/readme.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/readme.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/readme.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/readme.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/unc_text.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/unc_text.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/unc_text.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/unc_text.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/uncrustify_types.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/uncrustify_types.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/lnt/uncrustify_types.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/lnt/uncrustify_types.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/man/uncrustify.1.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/man/uncrustify.1.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/man/uncrustify.1.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/man/uncrustify.1.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/osx/Xcode Organizer Actions.xccommands b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/osx/Xcode Organizer Actions.xccommands similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/osx/Xcode Organizer Actions.xccommands rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/osx/Xcode Organizer Actions.xccommands diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/package.json b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/package.json new file mode 100644 index 00000000..8f5ee753 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/package.json @@ -0,0 +1,21 @@ +{ + "name": "uncrustify", + "version": "0.78.1", + "description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA", + "main": "uncrustify", + "scripts": { + "preinstall": "mkdir -p build && cd build && cmake .. && make" + }, + "bin": "src/uncrustify", + "repository": { + "type": "git", + "url": "https://github.com/uncrustify/uncrustify" + }, + "keywords": [ + "uncrustify", + "source code beautifier" + ], + "author": "Ben Gardner", + "author": "Guy Maurel", + "license": "GPL-2.0-or-later" +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/release-process.rst b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/release-process.rst new file mode 100644 index 00000000..469a4dff --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/release-process.rst @@ -0,0 +1,363 @@ +============================ + Uncrustify Release Process +============================ + +.. Update the date in the next line when editing this document! + +*This document was last updated on 2023-11-20, for Uncrustify 0.78.1.* + +This document uses "0.1.2" throughout as an example version number. +Whenever you see this, you should substitute the version number +of the new release being prepared. + +Paths are specified in git syntax, i.e. ``:/`` is the repository root. + +Requirements +============ + +This document assumes you are using a Linux-based OS. +While it should be possible to cut a release on Windows, +using e.g. the `Git for Windows SDK `_ +or a MinGW_ environment, the names and/or arguments to some commands +may be different. + + +In addition to the build and test requirements for Uncrustify itself +(CMake, a C++ compiler, Python, git), you will also need: + +- tar +- python3-git +- Binutils-mingw-w64 +- Gcc-mingw-w64 +- G++-mingw-w64 +- zip +- wget (optional) +- scp (to update documentation on the SourceForge page) + +Using packages provided by your OS distribution is *strongly* recommended. +(Exact package names may vary depending on your distribution.) +Examples use ``wget`` to download files via command line, +but any mechanism of obtaining files over HTTPS may be employed. + +Preparing a Candidate +===================== + +The first step, obviously, is deciding to make a release. +Prior to making a release, verify that the repository is in a stable state +and that all CI (continuous integration - AppVeyor) has passed. +This should ensure all tests pass and building +(including cross-compiling) for Windows is working. + +Once the release process is started, +only pull requests needed to fix critical bugs, +or related to the release process, should be accepted. +(This will minimize the need to redo or repeat work +such as updating the documentation, especially the change log.) + +To start the release process, first check that: + +- You are on the ``master`` branch +- Your local clone is up to date +- ``CMAKE_BUILD_TYPE`` is set to ``Release`` (or ``RelWithDebInfo``) +- Your build is up to date +- check the list of authors with scripts/prepare_list_of_authors.sh + +You might need a new PAT for your account, for your admin-account. +See: +https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ +https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token + login with an admin account at https://github.com/uncrustify/uncrustify + on the right, click on the photo + scroll down to "Settings" + on the left, scroll down to "Developer settings", and click + on the left, click on "Personal access tokens" + choose "Tokens (classic), click + if necessary "Delete" expired token(s) + click on "Generate new token" + choose "Generate new token (classic)", click + choose a "what's this token for" + click on "repo" + scroll down to bottom and click on "Generate token" +Make sure to copy your personal access token now. You won’t be able to see it again! + copy the token "ghp_otx****" + and substitute in the file .git/config for [remote "origin"] + "url = https://gmaurel:ghp_otxZ****" + +Then, run:: + + $ scripts/release_tool.py init + $ scripts/release_tool.py update path/to/uncrustify + +(Replace ``path/to/uncrustify`` with the path to the Uncrustify executable +you just built, e.g. ``build/uncrustify``.) + +This will create a branch for the release candidate +and perform some automated updates to various files. +With no arguments, ``init`` will prompt you for the new version number, +defaulting to ``x.(y+1).0``, where ``x.y.z`` is the previous release. +The ``--version`` argument may also be used to specify the version +(e.g. if the script will not be able to prompt for input). + +After, you should check that the following files +show the correct version number and option count: + +- ``:/CMakeLists.txt`` (version number only; look for ``UNCRUSTIFY_VERSION``) +- ``:/package.json`` (version number only; you'll see it, the file is tiny) +- ``:/README.md`` (look for "options as of version") +- ``:/documentation/htdocs/index.html`` (look for "options as of version") + +(Note that ``uncrustify`` itself will not show the new version number +until the final release has been tagged.) + +Update Documentation +==================== + +Update ``:/ChangeLog``. +There is a helper script, ``:/scripts/gen_changelog.py``, +that can help extract new options since the previous release: + +.. code:: + + $ scripts/gen_changelog.py uncrustify-0.0.0 + +Replace ``0.0.0`` with the version of the *previous* release. +This will generate a bunch of output like:: + + 0123456789abcdef0123456789abcdef01234567 + Added : better_name Jan 13 1970 + Removed : poor_name Jan 13 1970 + fedcba9876543210fedcba9876543210fedcba98 + Added : new_option_1 Jan 18 1970 + Added : new_option_2 Jan 18 1970 + +Your goal is to turn the "raw" output into something like this:: + + Deprecated options: + - poor_name Jan 13 1970 + Renamed to better_name + + New options: + - new_option_1 Jan 18 1970 + - new_option_1 Jan 18 1970 + +To accomplish this, you will need to inspect any removed options, +possibly consulting the commits in which they were removed, +to determine the reason for deprecation and what replacement is recommended. +(Note that it may not be as simple as "use X instead".) +Also watch for options that were added and subsequently renamed +since the last release. (This has happened a few times. +In such cases, the new name should show up as an ordinary "new" option, +and the old name should be entirely omitted from the change log.) + +It helps to copy the output to a scratch file for editing. +Move deprecated options to the top and add a "Deprecated options:" header, +then add a "New options:" header in front of what's left, +and remove the commit SHAs (``sed -r '/^[[:xdigit:]]{40}/d`` +if you don't want to do it by hand). +Then, check that the options are in order by date; +date of authorship vs. date of merge may cause discrepancies. +Finally, replace occurrences of ``\w+ +:`` with ``-`` +(if your editor supports regular expressions; +otherwise you can individually replace ``Added :`` and ``Removed :``). + +Add a new release header (don't forget to add the date!) to the change log +and insert the list of option changes as created above. +Also fill in the list of resolved issues, new keywords (if any), +as well as any other changes that need to be mentioned. + +If any command line arguments have been added or changed, +including descriptions for the same, check to see if +``:/man/uncrustify.1.in`` needs to be updated. +(Hopefully this happened when the source was changed!) + +Finalize the Code Changes +========================= + +Inspect your working tree. +Use ``git add -p`` to stage the changes made to the documentation +and other artifacts that contain version-dependent information. +Verify that only desired changes are staged, +and that your working tree is otherwise clean. + +Now is a good time to recheck +that everything builds, and that all the tests pass. +This is also a good time to manually test 32- and 64-bit builds. + +When you are ready, commit the changes using: + +.. code:: + + $ scripts/release_tool.py commit + +(If you prefer, you can also commit the changes manually; +the script just fills in the commit message for you.) + +Submit and Tag the Release +========================== + +Push the release candidate branch to GitHub, and create a pull request. +Once the pull request is merged, tag the release using: +Make sure, the file .git/config has the right 'admin' value: +[remote "origin"] + url = https://:@github.com/uncrustify/uncrustify.git +Check it with: +$ git config --local --get remote.origin.url + +.. code:: + + $ scripts/release_tool.py tag + +Note that this will only work if the merge of the release candidate +is the most recent commit upstream. +Otherwise, the merge commit must be specified by using the ``-c`` option. + +(Tagging the release does not need to be done on any particular branch. +The command will not affect or look at your work tree at all.) + +Create Binaries +=============== + +Now that the release is published, grab a copy of the sources from GitHub: + +.. code:: + + $ wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.1.2.zip + $ unzip -e uncrustify-0.1.2.zip + +Next, build the 32- and 64-bit Windows binaries: + +.. code:: + + $ cd /path/to/uncrustify-uncrustify-0.1.2 + $ mkdir buildwin-32 + $ cd buildwin-32 + $ cmake -G Ninja \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw32.cmake \ + -DCMAKE_EXE_LINKER_FLAGS="-static -s" \ + .. + $ ninja + $ cpack + +.. code:: + + $ cd /path/to/uncrustify-uncrustify-0.1.2 + $ mkdir buildwin-64 + $ cd buildwin-64 + $ cmake -G Ninja \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-mingw64.cmake \ + -DCMAKE_EXE_LINKER_FLAGS="-static -s" \ + .. + $ ninja + $ cpack + +Create a tarball: + +.. code:: + + $ cd /path/to/uncrustify + $ git archive -o uncrustify-0.1.2.tar.gz --prefix=uncrustify-0.1.2/ uncrustify-0.1.2 +TODO: find the best strategie... + +(If you don't have Ninja_, or just don't want to use it for whatever reason, +omit ``-G Ninja`` and run ``make`` instead of ``ninja``.) + +This is also a good time to test the tagged build on Linux: + +.. code:: + + $ wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.1.2.tar.gz + $ tar xzf uncrustify-0.1.2.tar.gz + $ cd uncrustify-uncrustify-0.1.2 + $ mkdir build + $ cd build + $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. + $ ninja + $ ctest + $ ./uncrustify --version + +Create a release on github +========================== + +- Login with an admin account at https://github.com/uncrustify/uncrustify +- Navigate to https://github.com/uncrustify/uncrustify/releases and click on + the "Draft a new release" button at the top of the page +- Select the corresponding release tag under the "Choose a tag" combobox +- Add the release version under "Release title" as "Uncrustify 0.xx.y" +- Add release text in describing section. It is recommended to copy the text + from previous releases and update the related files +- Upload the Windows binaries and the source code zip/tarball files in the section + "Attach binaries by dropping them here or selecting them": these will show up as + "Assets" under the release text. +- Publish the release by clicking on the "Publish release" button. + +Upload to SourceForge +===================== + +- Login as admin under https://sourceforge.net/projects/uncrustify/ +- Change to https://sourceforge.net/projects/uncrustify/files/ +- "Add Folder"; the name should be e.g. "uncrustify-0.1.2" +- Navigate to the new folder + (e.g. https://sourceforge.net/projects/uncrustify/files/uncrustify-0.1.2/) +- "Add File"; upload the following files + (adjusting for the actual version number): + + - README.md + - uncrustify-0.1.2.tar.gz + - buildwin-32/uncrustify-0.1.2_f-win32.zip + - buildwin-64/uncrustify-0.1.2_f-win64.zip + +- "Done" +- Upload the documentation: + + .. code:: + + $ scp -r documentation/htdocs/* ChangeLog \ + USER,uncrustify@web.sourceforge.net:htdocs/ + +- Use the web interface (file manager) to create the release folder + and upload the files to SourceForge. + +Announce the Release (Optional) +=============================== + +The new release is live! Spread the word! Consider these ideas: + +- Create a news item. +- Update freshmeat.net project. + +Release Checklist +================= + +The following list serves as a quick reference for making a release. +These items are explained in greater detail above. + +#. Verify that CI passes + +#. Use ``release_tool.py`` to initialize the release + and perform automated updates. Check: + + #. ``:/CMakeLists.txt`` + #. ``:/package.json`` + #. ``:/README.md`` + #. ``:/documentation/htdocs/index.html`` + +#. Update documentation as needed: + + #. ``:/ChangeLog`` + #. ``:/man/uncrustify.1.in`` + +#. Stage changes. +#. Test everything again. +#. Finalize the code changes. +#. Push to GitHub and create a merge request. +#. Tag the merged release branch. +#. Create Windows (32- and 64-bit) binaries. +#. Run a test build on Linux. +#. Upload the release and documentation to SourceForge. +#. Announce the release! + +.. _MinGW: http://www.mingw.org/ +.. _GitPython: https://github.com/gitpython-developers/GitPython +.. _Ninja: https://ninja-build.org/ diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/Gcov_test.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/Gcov_test.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/Gcov_test.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/Gcov_test.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/Run_clang-tidy.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/Run_clang-tidy.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/Run_clang-tidy.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/Run_clang-tidy.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/add_test_list.awk b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/add_test_list.awk similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/add_test_list.awk rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/add_test_list.awk diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/check_options.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/check_options.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/check_options.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/check_options.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/cmpcfg.pl b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/cmpcfg.pl similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/cmpcfg.pl rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/cmpcfg.pl diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/compare_the_gcov.awk b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/compare_the_gcov.awk similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/compare_the_gcov.awk rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/compare_the_gcov.awk diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_changelog.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_changelog.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_changelog.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_changelog.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_config_combinations_uniq_output.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_config_combinations_uniq_output.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_config_combinations_uniq_output.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_config_combinations_uniq_output.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_config_combinations_uniq_output_example.json b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_config_combinations_uniq_output_example.json similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/gen_config_combinations_uniq_output_example.json rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/gen_config_combinations_uniq_output_example.json diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/grammar_permutator.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/grammar_permutator.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/grammar_permutator.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/grammar_permutator.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_katehl.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_katehl.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_katehl.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_katehl.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_option_enum.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_option_enum.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_option_enum.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_option_enum.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_options.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_options.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_options.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_options.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_punctuator_table.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_punctuator_table.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_punctuator_table.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_punctuator_table.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_version.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_version.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/make_version.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/make_version.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/option_reducer.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/option_reducer.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/option_reducer.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/option_reducer.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/au-sm123.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/au-sm123.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/au-sm123.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/au-sm123.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/co-gcc.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/co-gcc.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/co-gcc.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/co-gcc.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/co-gcc.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/co-gcc.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/co-gcc.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/co-gcc.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/lint_cfg.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/lint_cfg.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/lint_cfg.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/lint_cfg.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/pclint_cfg_eclipse.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/pclint_cfg_eclipse.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/pclint_cfg_eclipse.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/pclint_cfg_eclipse.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/policy.lnt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/policy.lnt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/policy.lnt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/policy.lnt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/run-pclint-eclipse.bat b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/run-pclint-eclipse.bat similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/run-pclint-eclipse.bat rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/run-pclint-eclipse.bat diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/usage.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/usage.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/pclint/usage.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/pclint/usage.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/prepare_list_of_authors.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/prepare_list_of_authors.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/prepare_list_of_authors.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/prepare_list_of_authors.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/release_tool.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/release_tool.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/release_tool.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/release_tool.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/run_ctest.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/run_ctest.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/run_ctest.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/run_ctest.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/tokenizer.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/tokenizer.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/tokenizer.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/tokenizer.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/update_emscripten_bindings.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/update_emscripten_bindings.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/scripts/update_emscripten_bindings.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/scripts/update_emscripten_bindings.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/.kateconfig b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/.kateconfig similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/.kateconfig rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/.kateconfig diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ChunkStack.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ChunkStack.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ChunkStack.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ChunkStack.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ChunkStack.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ChunkStack.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ChunkStack.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ChunkStack.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/EnumStructUnionParser.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/EnumStructUnionParser.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/EnumStructUnionParser.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/EnumStructUnionParser.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/EnumStructUnionParser.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/EnumStructUnionParser.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/EnumStructUnionParser.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/EnumStructUnionParser.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ListManager.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ListManager.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/ListManager.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/ListManager.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/add_space_table.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/add_space_table.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/add_space_table.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/add_space_table.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_add.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_add.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_add.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_add.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_add.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_add.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_add.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_add.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_asm_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_asm_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_asm_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_asm_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_asm_colon.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_asm_colon.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_asm_colon.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_asm_colon.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_assign.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_assign.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_assign.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_assign.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_braced_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_braced_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_braced_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_braced_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_braced_init_list.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_braced_init_list.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_braced_init_list.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_braced_init_list.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_eigen_comma_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_eigen_comma_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_eigen_comma_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_eigen_comma_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_eigen_comma_init.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_eigen_comma_init.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_eigen_comma_init.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_eigen_comma_init.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_params.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_params.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_params.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_params.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_proto.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_proto.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_func_proto.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_func_proto.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_init_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_init_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_init_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_init_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_init_brace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_init_brace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_init_brace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_init_brace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_left_shift.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_left_shift.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_left_shift.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_left_shift.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_log_al.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_log_al.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_log_al.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_log_al.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_log_al.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_log_al.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_log_al.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_log_al.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_nl_cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_nl_cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_nl_cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_nl_cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_nl_cont.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_nl_cont.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_nl_cont.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_nl_cont.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_decl_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_decl_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_decl_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_decl_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_decl_colon.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_decl_colon.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_decl_colon.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_decl_colon.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_colons.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_colons.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_colons.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_colons.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_colons.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_colons.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_colons.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_colons.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_spec.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_spec.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_spec.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_spec.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_spec.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_spec.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_oc_msg_spec.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_oc_msg_spec.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_preprocessor.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_preprocessor.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_preprocessor.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_preprocessor.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_same_func_call_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_same_func_call_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_same_func_call_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_same_func_call_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_same_func_call_params.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_same_func_call_params.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_same_func_call_params.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_same_func_call_params.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_stack.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_stack.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_stack.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_stack.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_stack.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_stack.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_stack.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_stack.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_struct_initializers.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_struct_initializers.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_struct_initializers.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_struct_initializers.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_struct_initializers.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_struct_initializers.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_struct_initializers.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_struct_initializers.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tab_column.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tab_column.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tab_column.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tab_column.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tab_column.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tab_column.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tab_column.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tab_column.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tools.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tools.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tools.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tools.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tools.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tools.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_tools.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_tools.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_trailing_comments.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_trailing_comments.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_trailing_comments.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_trailing_comments.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_trailing_comments.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_trailing_comments.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_trailing_comments.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_trailing_comments.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_typedefs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_typedefs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_typedefs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_typedefs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_typedefs.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_typedefs.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_typedefs.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_typedefs.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_var_def_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_var_def_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_var_def_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_var_def_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_var_def_brace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_var_def_brace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_var_def_brace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_var_def_brace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/args.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/args.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/args.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/args.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/args.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/args.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/args.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/args.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/backup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/backup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/backup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/backup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/backup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/backup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/backup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/backup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/base_types.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/base_types.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/base_types.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/base_types.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/brace_cleanup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/brace_cleanup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/brace_cleanup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/brace_cleanup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/brace_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/brace_cleanup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/brace_cleanup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/brace_cleanup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/braces.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/braces.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/braces.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/braces.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/calculate_closing_brace_position.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/calculate_closing_brace_position.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/calculate_closing_brace_position.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/calculate_closing_brace_position.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/calculate_closing_brace_position.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/calculate_closing_brace_position.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/calculate_closing_brace_position.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/calculate_closing_brace_position.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/change_int_types.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/change_int_types.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/change_int_types.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/change_int_types.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/change_int_types.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/char_table.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/char_table.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/char_table.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/char_table.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/check_template.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/check_template.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/check_template.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/check_template.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/check_template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/check_template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/check_template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/check_template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/chunk.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/chunk.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/chunk.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/chunk.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/chunk.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/chunk.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/chunk.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/chunk.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_fix_mark.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_fix_mark.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_fix_mark.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_fix_mark.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_fix_mark.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_fix_mark.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_fix_mark.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_fix_mark.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_labels.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_labels.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_labels.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_labels.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_labels.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_labels.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_labels.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_labels.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_skip.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_skip.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_skip.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_skip.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_skip.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_skip.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_skip.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_skip.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_tools.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_tools.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_tools.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_tools.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_tools.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_tools.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/combine_tools.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/combine_tools.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat_posix.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat_posix.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat_posix.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat_posix.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat_win32.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat_win32.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/compat_win32.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/compat_win32.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/config.h.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/config.h.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/config.h.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/config.h.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/cs_top_is_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/cs_top_is_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/cs_top_is_question.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/cs_top_is_question.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/cs_top_is_question.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/detect.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/detect.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/detect.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/detect.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/detect.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/detect.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/detect.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/detect.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_cleanup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_cleanup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_cleanup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_cleanup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_cleanup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_cleanup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_cleanup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_flags.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_flags.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/enum_flags.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/enum_flags.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/error_types.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/error_types.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/error_types.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/error_types.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_braced_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_braced_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_braced_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_braced_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_braced_init_list.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_braced_init_list.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_braced_init_list.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_braced_init_list.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_decltype.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_decltype.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_decltype.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_decltype.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_parens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_parens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_parens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_parens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_parens.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_parens.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/flag_parens.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/flag_parens.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/indent.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/indent.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/indent.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/indent.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/keywords.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/keywords.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/keywords.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/keywords.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/keywords.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/keywords.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/keywords.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/keywords.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/lang_pawn.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/lang_pawn.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/lang_pawn.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/lang_pawn.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/lang_pawn.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/lang_pawn.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/lang_pawn.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/lang_pawn.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_names.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_names.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_names.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_names.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_names.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_names.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_names.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_names.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_tools.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_tools.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_tools.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_tools.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_tools.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_tools.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/language_tools.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_tools.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_levels.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_levels.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_levels.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_levels.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_rules.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_rules.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_rules.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_rules.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_rules.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_rules.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/log_rules.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/log_rules.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logger.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logger.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logger.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logger.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logger.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logger.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logger.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logger.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logmask.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logmask.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logmask.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logmask.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logmask.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logmask.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/logmask.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/logmask.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_functor.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_functor.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_functor.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_functor.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_functor.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_functor.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_functor.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_functor.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_question_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_question_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_question_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_question_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_question_colon.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_question_colon.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/mark_question_colon.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/mark_question_colon.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/md5.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/md5.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/md5.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/md5.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/md5.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/md5.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/md5.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/md5.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/newlines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/newlines.cpp new file mode 100644 index 00000000..6d164aa2 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/newlines.cpp @@ -0,0 +1,6854 @@ +/** + * @file newlines.cpp + * Adds or removes newlines. + * + * Information + * "Ignore" means do not change it. + * "Add" in the context of spaces means make sure there is at least 1. + * "Add" elsewhere means make sure one is present. + * "Remove" mean remove the space/brace/newline/etc. + * "Force" in the context of spaces means ensure that there is exactly 1. + * "Force" in other contexts means the same as "add". + * + * Rmk: spaces = space + nl + * + * @author Ben Gardner + * @author Guy Maurel + * @license GPL v2+ + */ + +#include "newlines.h" + +#include "align_stack.h" +#include "combine_skip.h" +#include "flag_parens.h" +#include "indent.h" +#include "keywords.h" +#include "prototypes.h" +#include "space.h" +#include "unc_tools.h" + +#ifdef WIN32 +#include // to get max +#endif // ifdef WIN32 + + +constexpr static auto LCURRENT = LNEWLINE; + +using namespace std; +using namespace uncrustify; + + +static void mark_change(const char *func, size_t line); + + +/** + * Check to see if we are allowed to increase the newline count. + * We can't increase the newline count: + * - if nl_squeeze_ifdef and a preproc is after the newline. + * - if eat_blanks_before_close_brace and the next is '}' + * - unless function contains an empty body and + * nl_inside_empty_func is non-zero + * - if eat_blanks_after_open_brace and the prev is '{' + * - unless the brace belongs to a namespace + * and nl_inside_namespace is non-zero + */ +static bool can_increase_nl(Chunk *nl); + + +/** + * Basic approach: + * 1. Find next open brace + * 2. Find next close brace + * 3. Determine why the braces are there + * a. struct/union/enum "enum [name] {" + * c. assignment "= {" + * b. if/while/switch/for/etc ") {" + * d. else "} else {" + */ +static void setup_newline_add(Chunk *prev, Chunk *nl, Chunk *next); + + +//! Make sure there is a blank line after a commented group of values +static void newlines_double_space_struct_enum_union(Chunk *open_brace); + + +//! If requested, make sure each entry in an enum is on its own line +static void newlines_enum_entries(Chunk *open_brace, iarf_e av); + + +/** + * Checks to see if it is OK to add a newline around the chunk. + * Don't want to break one-liners... + * return value: + * true: a new line may be added + * false: a new line may NOT be added + */ +static bool one_liner_nl_ok(Chunk *pc); + + +static void nl_create_one_liner(Chunk *vbrace_open); + + +static void nl_create_list_liner(Chunk *brace_open); + + +/** + * Test if a chunk belongs to a one-liner method definition inside a class body + */ +static bool is_class_one_liner(Chunk *pc); + + +/** + * Test if a chunk may be combined with a function prototype group. + * + * If nl_class_leave_one_liner_groups is enabled, a chunk may be combined with + * a function prototype group if it is a one-liner inside a class body, and is + * a definition of the same sort as surrounding prototypes. This checks against + * either the function name, or the function closing brace. + */ +bool is_func_proto_group(Chunk *pc, E_Token one_liner_type); + +/** + * Test if an opening brace is part of a function call or definition. + */ +static bool is_func_call_or_def(Chunk *pc); + + +//! Find the next newline or nl_cont +static void nl_handle_define(Chunk *pc); + + +/** + * Does the Ignore, Add, Remove, or Force thing between two chunks + * + * @param before The first chunk + * @param after The second chunk + * @param av The IARF value + */ +static void newline_iarf_pair(Chunk *before, Chunk *after, iarf_e av, bool check_nl_assign_leave_one_liners = false); + + +/** + * Adds newlines to multi-line function call/decl/def + * Start points to the open paren + */ +static void newline_func_multi_line(Chunk *start); + + +static void newline_template(Chunk *start); + + +/** + * Formats a function declaration + * Start points to the open paren + */ +static void newline_func_def_or_call(Chunk *start); + + +/** + * Formats a message, adding newlines before the item before the colons. + * + * Start points to the open '[' in: + * [myObject doFooWith:arg1 name:arg2 // some lines with >1 arg + * error:arg3]; + */ +static void newline_oc_msg(Chunk *start); + + +//! Ensure that the next non-comment token after close brace is a newline +static void newline_end_newline(Chunk *br_close); + + +/** + * Add or remove a newline between the closing paren and opening brace. + * Also uncuddles anything on the closing brace. (may get fixed later) + * + * "if (...) { \n" or "if (...) \n { \n" + * + * For virtual braces, we can only add a newline after the vbrace open. + * If we do so, also add a newline after the vbrace close. + */ +static bool newlines_if_for_while_switch(Chunk *start, iarf_e nl_opt); + + +/** + * Add or remove extra newline before the chunk. + * Adds before comments + * Doesn't do anything if open brace before it + * "code\n\ncomment\nif (...)" or "code\ncomment\nif (...)" + */ +static void newlines_if_for_while_switch_pre_blank_lines(Chunk *start, iarf_e nl_opt); + + +static void blank_line_set(Chunk *pc, Option &opt); + + +/** + * Add one/two newline(s) before the chunk. + * Adds before comments + * Adds before destructor + * Doesn't do anything if open brace before it + * "code\n\ncomment\nif (...)" or "code\ncomment\nif (...)" + */ +static void newlines_func_pre_blank_lines(Chunk *start, E_Token start_type); + + +static Chunk *get_closing_brace(Chunk *start); + + +/** + * remove any consecutive newlines following this chunk + * skip vbraces + */ +static void remove_next_newlines(Chunk *start); + + +/** + * Add or remove extra newline after end of the block started in chunk. + * Doesn't do anything if close brace after it + * Interesting issue is that at this point, nls can be before or after vbraces + * VBraces will stay VBraces, conversion to real ones should have already happened + * "if (...)\ncode\ncode" or "if (...)\ncode\n\ncode" + */ +static void newlines_if_for_while_switch_post_blank_lines(Chunk *start, iarf_e nl_opt); + + +/** + * Adds or removes a newline between the keyword and the open brace. + * If there is something after the '{' on the same line, then + * the newline is removed unconditionally. + * If there is a '=' between the keyword and '{', do nothing. + * + * "struct [name] {" or "struct [name] \n {" + */ +static void newlines_struct_union(Chunk *start, iarf_e nl_opt, bool leave_trailing); +static void newlines_enum(Chunk *start); +static void newlines_namespace(Chunk *start); // Issue #2186 + + +/** + * Cuddles or un-cuddles a chunk with a previous close brace + * + * "} while" vs "} \n while" + * "} else" vs "} \n else" + * + * @param start The chunk - should be CT_ELSE or CT_WHILE_OF_DO + */ +static void newlines_cuddle_uncuddle(Chunk *start, iarf_e nl_opt); + + +/** + * Adds/removes a newline between else and '{'. + * "else {" or "else \n {" + */ +static void newlines_do_else(Chunk *start, iarf_e nl_opt); + + +//! Check if token starts a variable declaration +static bool is_var_def(Chunk *pc, Chunk *next); + + +//! Put newline(s) before and/or after a block of variable definitions +static Chunk *newline_var_def_blk(Chunk *start); + + +/** + * Handles the brace_on_func_line setting and decides if the closing brace + * of a pair should be right after a newline. + * The only cases where the closing brace shouldn't be the first thing on a line + * is where the opening brace has junk after it AND where a one-liner in a + * class is supposed to be preserved. + * + * General rule for break before close brace: + * If the brace is part of a function (call or definition) OR if the only + * thing after the opening brace is comments, the there must be a newline + * before the close brace. + * + * Example of no newline before close + * struct mystring { int len; + * char str[]; }; + * while (*(++ptr) != 0) { } + * + * Examples of newline before close + * void foo() { + * } + */ +static void newlines_brace_pair(Chunk *br_open); + + +/** + * Put a empty line between the 'case' statement and the previous case colon + * or semicolon. + * Does not work with PAWN (?) + */ +static void newline_case(Chunk *start); + + +static void newline_case_colon(Chunk *start); + + +//! Put a blank line before a return statement, unless it is after an open brace +static void newline_before_return(Chunk *start); + + +/** + * Put a empty line after a return statement, unless it is followed by a + * close brace. + * + * May not work with PAWN + */ +static void newline_after_return(Chunk *start); + + +static void blank_line_max(Chunk *pc, Option &opt); + + +static iarf_e newline_template_option(Chunk *pc, iarf_e special, iarf_e base, iarf_e fallback); + + +#define MARK_CHANGE() mark_change(__func__, __LINE__) + + +static void mark_change(const char *func, size_t line) +{ + LOG_FUNC_ENTRY(); + + cpd.changes++; + + if (cpd.pass_count == 0) + { + LOG_FMT(LCHANGE, "%s(%d): change %d on %s:%zu\n", + __func__, __LINE__, cpd.changes, func, line); + } +} // mark_change + + +static bool can_increase_nl(Chunk *nl) +{ + LOG_FUNC_ENTRY(); + + Chunk *prev = nl->GetPrevNc(); + + Chunk *pcmt = nl->GetPrev(); + Chunk *next = nl->GetNext(); + + if (options::nl_squeeze_ifdef()) + { + log_rule_B("nl_squeeze_ifdef"); + + Chunk *pp_start = prev->GetPpStart(); + + if ( pp_start->IsNotNullChunk() + && ( pp_start->GetParentType() == CT_PP_IF + || pp_start->GetParentType() == CT_PP_ELSE) + && ( pp_start->GetLevel() > 0 + || options::nl_squeeze_ifdef_top_level())) + { + log_rule_B("nl_squeeze_ifdef_top_level"); + bool rv = ifdef_over_whole_file() && pp_start->TestFlags(PCF_WF_IF); + LOG_FMT(LBLANKD, "%s(%d): nl_squeeze_ifdef %zu (prev) pp_lvl=%zu rv=%d\n", + __func__, __LINE__, nl->GetOrigLine(), nl->GetPpLevel(), rv); + return(rv); + } + + if ( next->Is(CT_PREPROC) + && ( next->GetParentType() == CT_PP_ELSE + || next->GetParentType() == CT_PP_ENDIF) + && ( next->GetLevel() > 0 + || options::nl_squeeze_ifdef_top_level())) + { + log_rule_B("nl_squeeze_ifdef_top_level"); + bool rv = ifdef_over_whole_file() && next->TestFlags(PCF_WF_ENDIF); + LOG_FMT(LBLANKD, "%s(%d): nl_squeeze_ifdef %zu (next) pp_lvl=%zu rv=%d\n", + __func__, __LINE__, nl->GetOrigLine(), nl->GetPpLevel(), rv); + return(rv); + } + } + + if (next->Is(CT_BRACE_CLOSE)) + { + if ( options::nl_inside_namespace() > 0 + && next->GetParentType() == CT_NAMESPACE) + { + log_rule_B("nl_inside_namespace"); + LOG_FMT(LBLANKD, "%s(%d): nl_inside_namespace %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(true); + } + + if ( options::nl_inside_empty_func() > 0 + && prev->Is(CT_BRACE_OPEN) + && ( next->GetParentType() == CT_FUNC_DEF + || next->GetParentType() == CT_FUNC_CLASS_DEF)) + { + log_rule_B("nl_inside_empty_func"); + LOG_FMT(LBLANKD, "%s(%d): nl_inside_empty_func %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(true); + } + + if (options::eat_blanks_before_close_brace()) + { + log_rule_B("eat_blanks_before_close_brace"); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_before_close_brace %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(false); + } + } + + if (prev->Is(CT_BRACE_CLOSE)) + { + if ( options::nl_before_namespace() + && prev->GetParentType() == CT_NAMESPACE) + { + log_rule_B("nl_before_namespace"); + LOG_FMT(LBLANKD, "%s(%d): nl_before_namespace %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(true); + } + } + + if (prev->Is(CT_BRACE_OPEN)) + { + if ( options::nl_inside_namespace() > 0 + && prev->GetParentType() == CT_NAMESPACE) + { + log_rule_B("nl_inside_namespace"); + LOG_FMT(LBLANKD, "%s(%d): nl_inside_namespace %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(true); + } + + if ( options::nl_inside_empty_func() > 0 + && next->Is(CT_BRACE_CLOSE) + && ( prev->GetParentType() == CT_FUNC_DEF + || prev->GetParentType() == CT_FUNC_CLASS_DEF)) + { + log_rule_B("nl_inside_empty_func"); + LOG_FMT(LBLANKD, "%s(%d): nl_inside_empty_func %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(true); + } + + if (options::eat_blanks_after_open_brace()) + { + log_rule_B("eat_blanks_after_open_brace"); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_after_open_brace %zu\n", + __func__, __LINE__, nl->GetOrigLine()); + return(false); + } + } + log_rule_B("nl_start_of_file"); + + if ( !pcmt + && (options::nl_start_of_file() != IARF_IGNORE)) + { + LOG_FMT(LBLANKD, "%s(%d): SOF no prev %zu\n", __func__, __LINE__, nl->GetOrigLine()); + return(false); + } + log_rule_B("nl_end_of_file"); + + if ( next->IsNullChunk() + && (options::nl_end_of_file() != IARF_IGNORE)) + { + LOG_FMT(LBLANKD, "%s(%d): EOF no next %zu\n", __func__, __LINE__, nl->GetOrigLine()); + return(false); + } + return(true); +} // can_increase_nl + + +static void setup_newline_add(Chunk *prev, Chunk *nl, Chunk *next) +{ + LOG_FUNC_ENTRY(); + + if ( prev->IsNullChunk() + || nl->IsNullChunk() + || next->IsNullChunk()) + { + return; + } + undo_one_liner(prev); + + nl->SetOrigLine(prev->GetOrigLine()); + nl->SetLevel(prev->GetLevel()); + nl->SetPpLevel(prev->GetPpLevel()); + nl->SetBraceLevel(prev->GetBraceLevel()); + nl->SetPpLevel(prev->GetPpLevel()); + nl->SetNlCount(1); + nl->SetFlags((prev->GetFlags() & PCF_COPY_FLAGS) & ~PCF_IN_PREPROC); + nl->SetOrigCol(prev->GetOrigColEnd()); + nl->SetColumn(prev->GetOrigCol()); + + if ( prev->TestFlags(PCF_IN_PREPROC) + && next->TestFlags(PCF_IN_PREPROC)) + { + nl->SetFlagBits(PCF_IN_PREPROC); + } + + if (nl->TestFlags(PCF_IN_PREPROC)) + { + nl->SetType(CT_NL_CONT); + nl->Str() = "\\\n"; + } + else + { + nl->SetType(CT_NEWLINE); + nl->Str() = "\n"; + } +} // setup_newline_add + + +void double_newline(Chunk *nl) +{ + LOG_FUNC_ENTRY(); + + Chunk *prev = nl->GetPrev(); + + if (prev->IsNullChunk()) + { + return; + } + LOG_FMT(LNEWLINE, "%s(%d): add newline after ", __func__, __LINE__); + + if (prev->Is(CT_VBRACE_CLOSE)) + { + LOG_FMT(LNEWLINE, "VBRACE_CLOSE "); + } + else + { + LOG_FMT(LNEWLINE, "'%s' ", prev->Text()); + } + LOG_FMT(LNEWLINE, "on line %zu", prev->GetOrigLine()); + + if (!can_increase_nl(nl)) + { + LOG_FMT(LNEWLINE, " - denied\n"); + return; + } + LOG_FMT(LNEWLINE, " - done\n"); + + if (nl->GetNlCount() != 2) + { + nl->SetNlCount(2); + MARK_CHANGE(); + } +} // double_newline + + +Chunk *newline_add_before(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + Chunk nl; + Chunk *prev = pc->GetPrevNvb(); + + if (prev->IsNewline()) + { + // Already has a newline before this chunk + return(prev); + } + LOG_FMT(LNEWLINE, "%s(%d): Text() '%s', on orig line is %zu, orig col is %zu, pc column is %zu", + __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol(), pc->GetColumn()); + log_func_stack_inline(LNEWLINE); + + setup_newline_add(prev, &nl, pc); + nl.SetOrigCol(pc->GetOrigCol()); + nl.SetPpLevel(pc->GetPpLevel()); + LOG_FMT(LNEWLINE, "%s(%d): nl column is %zu\n", + __func__, __LINE__, nl.GetColumn()); + + MARK_CHANGE(); + return(nl.CopyAndAddBefore(pc)); +} // newline_add_before + + +Chunk *newline_force_before(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + Chunk *nl = newline_add_before(pc); + + if ( nl->IsNotNullChunk() + && nl->GetNlCount() > 1) + { + nl->SetNlCount(1); + MARK_CHANGE(); + } + return(nl); +} // newline_force_before + + +Chunk *newline_add_after(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + if (pc->IsNullChunk()) + { + return(Chunk::NullChunkPtr); + } + Chunk *next = pc->GetNextNvb(); + + if (next->IsNewline()) + { + // Already has a newline after this chunk + return(next); + } + LOG_FMT(LNEWLINE, "%s(%d): '%s' on line %zu", + __func__, __LINE__, pc->Text(), pc->GetOrigLine()); + log_func_stack_inline(LNEWLINE); + + Chunk nl; + + nl.SetOrigLine(pc->GetOrigLine()); + nl.SetOrigCol(pc->GetOrigCol()); + setup_newline_add(pc, &nl, next); + + MARK_CHANGE(); + // TO DO: check why the next statement is necessary + nl.SetOrigCol(pc->GetOrigCol()); + nl.SetPpLevel(pc->GetPpLevel()); + return(nl.CopyAndAddAfter(pc)); +} // newline_add_after + + +Chunk *newline_force_after(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + Chunk *nl = newline_add_after(pc); // add a newline + + if ( nl->IsNotNullChunk() + && nl->GetNlCount() > 1) // check if there are more than 1 newline + { + nl->SetNlCount(1); // if so change the newline count back to 1 + MARK_CHANGE(); + } + return(nl); +} // newline_force_after + + +static void newline_end_newline(Chunk *br_close) +{ + LOG_FUNC_ENTRY(); + + Chunk *next = br_close->GetNext(); + Chunk nl; + + if (!next->IsCommentOrNewline()) + { + nl.SetOrigLine(br_close->GetOrigLine()); + nl.SetOrigCol(br_close->GetOrigCol()); + nl.SetNlCount(1); + nl.SetPpLevel(0); + nl.SetFlags((br_close->GetFlags() & PCF_COPY_FLAGS) & ~PCF_IN_PREPROC); + + if ( br_close->TestFlags(PCF_IN_PREPROC) + && next->IsNotNullChunk() + && next->TestFlags(PCF_IN_PREPROC)) + { + nl.SetFlagBits(PCF_IN_PREPROC); + } + + if (nl.TestFlags(PCF_IN_PREPROC)) + { + nl.SetType(CT_NL_CONT); + nl.Str() = "\\\n"; + } + else + { + nl.SetType(CT_NEWLINE); + nl.Str() = "\n"; + } + MARK_CHANGE(); + LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline after '%s'\n", + __func__, __LINE__, br_close->GetOrigLine(), br_close->GetOrigCol(), br_close->Text()); + nl.CopyAndAddAfter(br_close); + } +} // newline_end_newline + + +static void newline_min_after(Chunk *ref, size_t count, E_PcfFlag flag) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNEWLINE, "%s(%d): for '%s', at orig line %zu, count is %zu,\n flag is %s:", + __func__, __LINE__, ref->Text(), ref->GetOrigLine(), count, + pcf_flags_str(flag).c_str()); + log_func_stack_inline(LNEWLINE); + + Chunk *pc = ref; + + do + { + pc = pc->GetNext(); + } while ( pc->IsNotNullChunk() + && !pc->IsNewline()); + + if (pc->IsNotNullChunk()) // Coverity CID 76002 + { + LOG_FMT(LNEWLINE, "%s(%d): type is %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + } + Chunk *next = pc->GetNext(); + + if (next->IsNullChunk()) + { + return; + } + + if ( next->IsComment() + && next->GetNlCount() == 1 + && pc->GetPrev()->IsComment()) + { + newline_min_after(next, count, flag); + return; + } + pc->SetFlagBits(flag); + + if ( pc->IsNewline() + && can_increase_nl(pc)) + { + if (pc->GetNlCount() < count) + { + pc->SetNlCount(count); + MARK_CHANGE(); + } + } +} // newline_min_after + + +Chunk *newline_add_between(Chunk *start, Chunk *end) +{ + LOG_FUNC_ENTRY(); + + if ( start->IsNullChunk() + || end->IsNullChunk() + || end->Is(CT_IGNORED)) + { + return(Chunk::NullChunkPtr); + } + LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", + __func__, __LINE__, start->Text(), get_token_name(start->GetType()), + start->GetOrigLine(), start->GetOrigCol()); + LOG_FMT(LNEWLINE, "%s(%d): and end->Text() is '%s', orig line is %zu, orig col is %zu\n ", + __func__, __LINE__, end->Text(), end->GetOrigLine(), end->GetOrigCol()); + log_func_stack_inline(LNEWLINE); + + // Back-up check for one-liners (should never be true!) + if (!one_liner_nl_ok(start)) + { + return(Chunk::NullChunkPtr); + } + + /* + * Scan for a line break, if there is a line break between start and end + * we won't add another one + */ + for (Chunk *pc = start; pc != end; pc = pc->GetNext()) + { + if (pc->IsNewline()) + { + return(pc); + } + } + + /* + * If the second one is a brace open, then check to see + * if a comment + newline follows + */ + if (end->Is(CT_BRACE_OPEN)) + { + Chunk *pc = end->GetNext(); + + if (pc->IsComment()) + { + pc = pc->GetNext(); + + if (pc->IsNewline()) + { + // are there some more (comment + newline)s ? + Chunk *pc1 = end->GetNextNcNnl(); + + if (!pc1->IsNewline()) + { + // yes, go back + Chunk *pc2 = pc1->GetPrev(); + pc = pc2; + } + + if (end == pc) + { + LOG_FMT(LNEWLINE, "%s(%d): pc1 and pc are identical\n", + __func__, __LINE__); + } + else + { + // Move the open brace to after the newline + end->MoveAfter(pc); + } + LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); + newline_add_after(end); + return(pc); + } + else // Issue #3873 + { + LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); + } + } + else + { + LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); + } + } + else + { + LOG_FMT(LNEWLINE, "%s(%d):\n", __func__, __LINE__); + } + Chunk *tmp = newline_add_before(end); + + return(tmp); +} // newline_add_between + + +void newline_del_between(Chunk *start, Chunk *end) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', orig line is %zu, orig col is %zu\n", + __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol()); + LOG_FMT(LNEWLINE, "%s(%d): and end->Text() is '%s', orig line is %zu, orig col is %zu: preproc=%c/%c\n", + __func__, __LINE__, end->Text(), end->GetOrigLine(), end->GetOrigCol(), + start->TestFlags(PCF_IN_PREPROC) ? 'y' : 'n', + end->TestFlags(PCF_IN_PREPROC) ? 'y' : 'n'); + log_func_stack_inline(LNEWLINE); + + // Can't remove anything if the preproc status differs + if (!start->IsSamePreproc(end)) + { + return; + } + Chunk *pc = start; + bool start_removed = false; + + do + { + Chunk *next = pc->GetNext(); + + if (pc->IsNewline()) + { + Chunk *prev = pc->GetPrev(); + + if ( ( !prev->IsComment() + && !next->IsComment()) + || prev->IsNewline() + || next->IsNewline()) + { + if (pc->SafeToDeleteNl()) + { + if (pc == start) + { + start_removed = true; + } + Chunk::Delete(pc); + MARK_CHANGE(); + + if (prev->IsNotNullChunk()) + { + size_t temp = space_col_align(prev, next); + align_to_column(next, prev->GetColumn() + temp); + } + } + } + else + { + if (pc->GetNlCount() > 1) + { + pc->SetNlCount(1); + MARK_CHANGE(); + } + } + } + pc = next; + } while (pc != end); + + if ( !start_removed + && end->IsString("{") + && ( start->IsString(")") + || start->Is(CT_DO) + || start->Is(CT_ELSE))) + { + end->MoveAfter(start); + } +} // newline_del_between + + +void newlines_sparens() +{ + LOG_FUNC_ENTRY(); + + //Chunk *sparen_open; + + for (Chunk *sparen_open = Chunk::GetHead()->GetNextType(CT_SPAREN_OPEN, ANY_LEVEL); + sparen_open->IsNotNullChunk(); + sparen_open = sparen_open->GetNextType(CT_SPAREN_OPEN, ANY_LEVEL)) + { + Chunk *sparen_close = sparen_open->GetNextType(CT_SPAREN_CLOSE, sparen_open->GetLevel()); + + if (sparen_close->IsNullChunk()) + { + continue; + } + Chunk *sparen_content_start = sparen_open->GetNextNnl(); + Chunk *sparen_content_end = sparen_close->GetPrevNnl(); + bool is_multiline = ( + sparen_content_start != sparen_content_end + && !sparen_content_start->IsOnSameLine(sparen_content_end)); + + // Add a newline after '(' if an if/for/while/switch condition spans multiple lines, + // as e.g. required by the ROS 2 development style guidelines: + // https://index.ros.org/doc/ros2/Contributing/Developer-Guide/#open-versus-cuddled-braces + if (is_multiline) + { + log_rule_B("nl_multi_line_sparen_open"); + newline_iarf(sparen_open, options::nl_multi_line_sparen_open()); + } + + // Add a newline before ')' if an if/for/while/switch condition spans multiple lines. Overrides nl_before_if_closing_paren if both are specified. + if ( is_multiline + && options::nl_multi_line_sparen_close() != IARF_IGNORE) + { + log_rule_B("nl_multi_line_sparen_close"); + newline_iarf(sparen_content_end, options::nl_multi_line_sparen_close()); + } + else + { + // add/remove trailing newline in an if condition + Chunk *ctrl_structure = sparen_open->GetPrevNcNnl(); + + if ( ctrl_structure->Is(CT_IF) + || ctrl_structure->Is(CT_ELSEIF)) + { + log_rule_B("nl_before_if_closing_paren"); + newline_iarf_pair(sparen_content_end, sparen_close, options::nl_before_if_closing_paren()); + } + } + } +} // newlines_sparens + + +static bool newlines_if_for_while_switch(Chunk *start, iarf_e nl_opt) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return(false); + } + bool retval = false; + Chunk *pc = start->GetNextNcNnl(); + + if (pc->Is(CT_SPAREN_OPEN)) + { + Chunk *close_paren = pc->GetNextType(CT_SPAREN_CLOSE, pc->GetLevel()); + Chunk *brace_open = close_paren->GetNextNcNnl(); + + if ( ( brace_open->Is(CT_BRACE_OPEN) + || brace_open->Is(CT_VBRACE_OPEN)) + && one_liner_nl_ok(brace_open)) + { + log_rule_B("nl_multi_line_cond"); + + if (options::nl_multi_line_cond()) + { + while ((pc = pc->GetNext()) != close_paren) + { + if (pc->IsNewline()) + { + nl_opt = IARF_ADD; + break; + } + } + } + + if (brace_open->Is(CT_VBRACE_OPEN)) + { + // Can only add - we don't want to create a one-line here + if (nl_opt & IARF_ADD) + { + newline_iarf_pair(close_paren, brace_open->GetNextNcNnl(), nl_opt); + pc = brace_open->GetNextType(CT_VBRACE_CLOSE, brace_open->GetLevel()); + + if ( !pc->GetPrevNc()->IsNewline() + && !pc->GetNextNc()->IsNewline()) + { + newline_add_after(pc); + retval = true; + } + } + } + else + { + newline_iarf_pair(close_paren, brace_open, nl_opt); + Chunk *next = brace_open->GetNextNcNnl(); + + if (brace_open->GetType() != next->GetType()) // Issue #2836 + { + newline_add_between(brace_open, brace_open->GetNextNcNnl()); + } + // Make sure nothing is cuddled with the closing brace + pc = brace_open->GetNextType(CT_BRACE_CLOSE, brace_open->GetLevel()); + newline_add_between(pc, pc->GetNextNcNnlNet()); + retval = true; + } + } + } + return(retval); +} // newlines_if_for_while_switch + + +static void newlines_if_for_while_switch_pre_blank_lines(Chunk *start, iarf_e nl_opt) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", + __func__, __LINE__, start->Text(), get_token_name(start->GetType()), start->GetOrigLine(), start->GetOrigCol()); + + log_rule_B("nl_define_macro"); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return; + } + + /* + * look backwards until we find + * open brace (don't add or remove) + * 2 newlines in a row (don't add) + * something else (don't remove) + */ + for (Chunk *pc = start->GetPrev(); pc->IsNotNullChunk(); pc = pc->GetPrev()) + { + size_t level = start->GetLevel(); + bool do_add = (nl_opt & IARF_ADD) != IARF_IGNORE; // forcing value to bool + Chunk *last_nl = Chunk::NullChunkPtr; + + if (pc->IsNewline()) + { + last_nl = pc; + + // if we found 2 or more in a row + if ( pc->GetNlCount() > 1 + || pc->GetPrevNvb()->IsNewline()) + { + // need to remove + if ( (nl_opt & IARF_REMOVE) + && !pc->TestFlags(PCF_VAR_DEF)) + { + // if we're also adding, take care of that here + size_t nl_count = do_add ? 2 : 1; + + if (nl_count != pc->GetNlCount()) + { + pc->SetNlCount(nl_count); + MARK_CHANGE(); + } + Chunk *prev; + + // can keep using pc because anything other than newline stops loop, and we delete if newline + while ((prev = pc->GetPrevNvb())->IsNewline()) + { + // Make sure we don't combine a preproc and non-preproc + if (!prev->SafeToDeleteNl()) + { + break; + } + Chunk::Delete(prev); + MARK_CHANGE(); + } + } + return; + } + } + else if ( pc->IsBraceOpen() + || pc->GetLevel() < level) + { + return; + } + else if (pc->IsComment()) + { + // vbrace close is ok because it won't go into output, so we should skip it + last_nl = Chunk::NullChunkPtr; + continue; + } + else + { + if ( pc->Is(CT_CASE_COLON) + && options::nl_before_ignore_after_case()) + { + return; + } + + if (do_add) // we found something previously besides a comment or a new line + { + // if we have run across a newline + if (last_nl->IsNotNullChunk()) + { + if (last_nl->GetNlCount() < 2) + { + double_newline(last_nl); + } + } + else + { + Chunk *next; + + // we didn't run into a newline, so we need to add one + if ( ((next = pc->GetNext())->IsNotNullChunk()) + && next->IsComment()) + { + pc = next; + } + + if ((last_nl = newline_add_after(pc))->IsNotNullChunk()) + { + double_newline(last_nl); + } + } + } + return; + } + } +} // newlines_if_for_while_switch_pre_blank_lines + + +static void blank_line_set(Chunk *pc, Option &opt) +{ + LOG_FUNC_ENTRY(); + + if (pc->IsNullChunk()) + { + return; + } + const unsigned optval = opt(); + + if ( (optval > 0) + && (pc->GetNlCount() != optval)) + { + LOG_FMT(LBLANKD, "%s(%d): do_blank_lines: %s set line %zu to %u\n", + __func__, __LINE__, opt.name(), pc->GetOrigLine(), optval); + pc->SetNlCount(optval); + MARK_CHANGE(); + } +} // blank_line_set + + +bool do_it_newlines_func_pre_blank_lines(Chunk *last_nl, E_Token start_type) +{ + LOG_FUNC_ENTRY(); + + if (last_nl->IsNullChunk()) + { + return(false); + } + LOG_FMT(LNLFUNCT, "%s(%d): orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", + __func__, __LINE__, + last_nl->GetOrigLine(), last_nl->GetOrigCol(), get_token_name(last_nl->GetType()), last_nl->Text()); + + switch (start_type) + { + case CT_FUNC_CLASS_DEF: + { + log_rule_B("nl_before_func_class_def"); + bool diff = options::nl_before_func_class_def() <= last_nl->GetNlCount(); + LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", + __func__, __LINE__, diff ? "TRUE" : "FALSE"); + + log_rule_B("nl_before_func_class_def"); + + if (options::nl_before_func_class_def() != last_nl->GetNlCount()) + { + LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", + __func__, __LINE__, options::nl_before_func_class_def()); + blank_line_set(last_nl, options::nl_before_func_class_def); + } + return(diff); + } + + case CT_FUNC_CLASS_PROTO: + { + log_rule_B("nl_before_func_class_proto"); + bool diff = options::nl_before_func_class_proto() <= last_nl->GetNlCount(); + LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", + __func__, __LINE__, diff ? "TRUE" : "FALSE"); + + log_rule_B("nl_before_func_class_proto"); + + if (options::nl_before_func_class_proto() != last_nl->GetNlCount()) + { + LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", + __func__, __LINE__, options::nl_before_func_class_proto()); + blank_line_set(last_nl, options::nl_before_func_class_proto); + } + return(diff); + } + + case CT_FUNC_DEF: + { + LOG_FMT(LNLFUNCT, "%s(%d): nl_before_func_body_def() is %u, last_nl new line count is %zu\n", + __func__, __LINE__, options::nl_before_func_body_def(), last_nl->GetNlCount()); + log_rule_B("nl_before_func_body_def"); + bool diff = options::nl_before_func_body_def() <= last_nl->GetNlCount(); + LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", + __func__, __LINE__, diff ? "TRUE" : "FALSE"); + + log_rule_B("nl_before_func_body_def"); + + if (options::nl_before_func_body_def() != last_nl->GetNlCount()) + { + LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", + __func__, __LINE__, options::nl_before_func_body_def()); + log_rule_B("nl_before_func_body_def"); + blank_line_set(last_nl, options::nl_before_func_body_def); + } + LOG_FMT(LNLFUNCT, "%s(%d): nl_before_func_body_def() is %u, last_nl new line count is %zu\n", + __func__, __LINE__, options::nl_before_func_body_def(), last_nl->GetNlCount()); + return(diff); + } + + case CT_FUNC_PROTO: + { + log_rule_B("nl_before_func_body_proto"); + bool diff = options::nl_before_func_body_proto() <= last_nl->GetNlCount(); + LOG_FMT(LNLFUNCT, "%s(%d): is %s\n", + __func__, __LINE__, diff ? "TRUE" : "FALSE"); + + log_rule_B("nl_before_func_body_proto"); + + if (options::nl_before_func_body_proto() != last_nl->GetNlCount()) + { + LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s) to %u\n", + __func__, __LINE__, options::nl_before_func_body_proto()); + log_rule_B("nl_before_func_body_proto"); + blank_line_set(last_nl, options::nl_before_func_body_proto); + } + return(diff); + } + + default: + { + LOG_FMT(LERR, "%s(%d): setting to blank line(s) at line %zu not possible\n", + __func__, __LINE__, last_nl->GetOrigLine()); + return(false); + } + } // switch +} // do_it_newlines_func_pre_blank_lines + + +static void newlines_func_pre_blank_lines(Chunk *start, E_Token start_type) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_before_func_class_def"); + log_rule_B("nl_before_func_class_proto"); + log_rule_B("nl_before_func_body_def"); + log_rule_B("nl_before_func_body_proto"); + + if ( start->IsNullChunk() + || ( ( start_type != CT_FUNC_CLASS_DEF + || options::nl_before_func_class_def() == 0) + && ( start_type != CT_FUNC_CLASS_PROTO + || options::nl_before_func_class_proto() == 0) + && ( start_type != CT_FUNC_DEF + || options::nl_before_func_body_def() == 0) + && ( start_type != CT_FUNC_PROTO + || options::nl_before_func_body_proto() == 0))) + { + return; + } + LOG_FMT(LNLFUNCT, "%s(%d): set blank line(s): for at line %zu, column %zu, start_type is %s\n", + __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), get_token_name(start_type)); + LOG_FMT(LNLFUNCT, "%s(%d): BEGIN set blank line(s) for '%s' at line %zu\n", + __func__, __LINE__, start->Text(), start->GetOrigLine()); + /* + * look backwards until we find: + * - open brace (don't add or remove) + * - two newlines in a row (don't add) + * - a destructor + * - something else (don't remove) + */ + Chunk *pc = Chunk::NullChunkPtr; + Chunk *last_nl = Chunk::NullChunkPtr; + Chunk *last_comment = Chunk::NullChunkPtr; + size_t first_line = start->GetOrigLine(); + + for (pc = start->GetPrev(); pc->IsNotNullChunk(); pc = pc->GetPrev()) + { + LOG_FMT(LNLFUNCT, "%s(%d): orig line is %zu, orig col is %zu, type is %s, Text() is '%s', new line count is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), get_token_name(pc->GetType()), pc->Text(), pc->GetNlCount()); + + if (pc->IsNewline()) + { + last_nl = pc; + LOG_FMT(LNLFUNCT, "%s(%d): found at line %zu, column %zu, new line count is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); + LOG_FMT(LNLFUNCT, "%s(%d): last_nl set to %zu\n", + __func__, __LINE__, last_nl->GetOrigLine()); + bool break_now = false; + + if (pc->GetNlCount() > 1) + { + break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); + LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", + __func__, __LINE__, break_now ? "TRUE" : "FALSE"); + } + + if (break_now) + { + break; + } + else + { + continue; + } + } + else if (pc->IsComment()) + { + LOG_FMT(LNLFUNCT, "%s(%d): found at line %zu, column %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); + + if ( ( pc->GetOrigLine() < first_line + && ((first_line - pc->GetOrigLine() + - (pc->Is(CT_COMMENT_MULTI) ? pc->GetNlCount() : 0))) < 2) + || ( last_comment->IsNotNullChunk() + && pc->Is(CT_COMMENT_CPP) // combine only cpp comments + && last_comment->Is(pc->GetType()) // don't mix comment types + && last_comment->GetOrigLine() > pc->GetOrigLine() + && (last_comment->GetOrigLine() - pc->GetOrigLine()) < 2)) + { + last_comment = pc; + continue; + } + bool break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); + LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", + __func__, __LINE__, break_now ? "TRUE" : "FALSE"); + continue; + } + else if ( pc->Is(CT_DESTRUCTOR) + || pc->Is(CT_TYPE) + || pc->Is(CT_TEMPLATE) + || pc->Is(CT_QUALIFIER) + || pc->Is(CT_PTR_TYPE) + || pc->Is(CT_BYREF) // Issue #2163 + || pc->Is(CT_DC_MEMBER) + || pc->Is(CT_EXTERN) + || ( pc->Is(CT_STRING) + && pc->GetParentType() == CT_EXTERN)) + { + LOG_FMT(LNLFUNCT, "%s(%d): first_line set to %zu\n", + __func__, __LINE__, pc->GetOrigLine()); + first_line = pc->GetOrigLine(); + continue; + } + else if ( pc->Is(CT_ANGLE_CLOSE) + && pc->GetParentType() == CT_TEMPLATE) + { + LOG_FMT(LNLFUNCT, "%s(%d):\n", __func__, __LINE__); + // skip template stuff to add newlines before it + pc = pc->GetOpeningParen(); + + if (pc->IsNotNullChunk()) + { + first_line = pc->GetOrigLine(); + } + continue; + } + else + { + LOG_FMT(LNLFUNCT, "%s(%d): else ==================================\n", + __func__, __LINE__); + bool break_now = do_it_newlines_func_pre_blank_lines(last_nl, start_type); + LOG_FMT(LNLFUNCT, "%s(%d): break_now is %s\n", + __func__, __LINE__, break_now ? "TRUE" : "FALSE"); + break; + } + } +} // newlines_func_pre_blank_lines + + +static Chunk *get_closing_brace(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *pc; + size_t level = start->GetLevel(); + + for (pc = start; (pc = pc->GetNext())->IsNotNullChunk();) + { + if ( (pc->IsBraceClose()) + && pc->GetLevel() == level) + { + return(pc); + } + + // for some reason, we can have newlines between if and opening brace that are lower level than either + if ( !pc->IsNewline() + && pc->GetLevel() < level) + { + return(Chunk::NullChunkPtr); + } + } + + return(Chunk::NullChunkPtr); +} // get_closing_brace + + +static void remove_next_newlines(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *next; + + while ((next = start->GetNext())->IsNotNullChunk()) + { + if ( next->IsNewline() + && next->SafeToDeleteNl()) + { + Chunk::Delete(next); + MARK_CHANGE(); + } + else if (next->IsVBrace()) + { + start = next; + } + else + { + break; + } + } +} // remove_next_newlines + + +static void newlines_if_for_while_switch_post_blank_lines(Chunk *start, iarf_e nl_opt) +{ + LOG_FUNC_ENTRY(); + + Chunk *prev; + + LOG_FMT(LNEWLINE, "%s(%d): start->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", + __func__, __LINE__, start->Text(), get_token_name(start->GetType()), start->GetOrigLine(), start->GetOrigCol()); + + log_rule_B("nl_define_macro"); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return; + } + Chunk *pc = get_closing_brace(start); + + // first find ending brace + if (pc->IsNullChunk()) + { + return; + } + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type is %s, orig line is %zu, orig col is %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + + /* + * if we're dealing with an if, we actually want to add or remove + * blank lines after any else + */ + if (start->Is(CT_IF)) + { + Chunk *next; + + while (true) + { + next = pc->GetNextNcNnl(); + + if ( next->IsNotNullChunk() + && ( next->Is(CT_ELSE) + || next->Is(CT_ELSEIF))) + { + // point to the closing brace of the else + if ((pc = get_closing_brace(next))->IsNullChunk()) + { + return; + } + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + } + else + { + break; + } + } + } + + /* + * if we're dealing with a do/while, we actually want to add or + * remove blank lines after while and its condition + */ + if (start->Is(CT_DO)) + { + // point to the next semicolon + if ((pc = pc->GetNextType(CT_SEMICOLON, start->GetLevel()))->IsNullChunk()) + { + return; + } + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + } + bool isVBrace = (pc->Is(CT_VBRACE_CLOSE)); + + if (isVBrace) + { + LOG_FMT(LNEWLINE, "%s(%d): isVBrace is TRUE\n", __func__, __LINE__); + } + else + { + LOG_FMT(LNEWLINE, "%s(%d): isVBrace is FALSE\n", __func__, __LINE__); + } + + if ((prev = pc->GetPrevNvb())->IsNullChunk()) + { + return; + } + bool have_pre_vbrace_nl = isVBrace && prev->IsNewline(); + + if (have_pre_vbrace_nl) + { + LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is TRUE\n", __func__, __LINE__); + } + else + { + LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is FALSE\n", __func__, __LINE__); + } + + if (nl_opt & IARF_REMOVE) + { + Chunk *next; + + // if chunk before is a vbrace, remove any newlines after it + if (have_pre_vbrace_nl) + { + if (prev->GetNlCount() != 1) + { + prev->SetNlCount(1); + MARK_CHANGE(); + } + remove_next_newlines(pc); + } + else if ( ((next = pc->GetNextNvb())->IsNewline()) + && !next->TestFlags(PCF_VAR_DEF)) + { + // otherwise just deal with newlines after brace + if (next->GetNlCount() != 1) + { + next->SetNlCount(1); + MARK_CHANGE(); + } + remove_next_newlines(next); + } + } + + // may have a newline before and after vbrace + // don't do anything with it if the next non newline chunk is a closing brace + if (nl_opt & IARF_ADD) + { + Chunk *next = pc->GetNextNnl(); + + do + { + if (next->IsNullChunk()) + { + return; + } + + if (next->IsNot(CT_VBRACE_CLOSE)) + { + break; + } + next = next->GetNextNnl(); + } while (true); + + LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); + + if (next->IsNot(CT_BRACE_CLOSE)) + { + // if vbrace, have to check before and after + // if chunk before vbrace, check its count + size_t nl_count = have_pre_vbrace_nl ? prev->GetNlCount() : 0; + LOG_FMT(LNEWLINE, "%s(%d): new line count %zu\n", __func__, __LINE__, nl_count); + + if ((next = pc->GetNextNvb())->IsNewline()) + { + LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); + nl_count += next->GetNlCount(); + LOG_FMT(LNEWLINE, "%s(%d): new line count is %zu\n", __func__, __LINE__, nl_count); + } + + // if we have no newlines, add one and make it double + if (nl_count == 0) + { + LOG_FMT(LNEWLINE, "%s(%d): new line count is 0\n", __func__, __LINE__); + + if ( ((next = pc->GetNext())->IsNotNullChunk()) + && next->IsComment()) + { + LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); + pc = next; + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + } + + if ((next = newline_add_after(pc))->IsNullChunk()) + { + return; + } + LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); + double_newline(next); + } + else if (nl_count == 1) // if we don't have enough newlines + { + LOG_FMT(LNEWLINE, "%s(%d): new line count is 1\n", __func__, __LINE__); + + // if we have a preceding vbrace, add one after it + if (have_pre_vbrace_nl) + { + LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is TRUE\n", __func__, __LINE__); + next = newline_add_after(pc); + LOG_FMT(LNEWLINE, "%s(%d): next->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, next->Text(), get_token_name(next->GetType()), next->GetOrigLine(), next->GetOrigCol()); + } + else + { + LOG_FMT(LNEWLINE, "%s(%d): have_pre_vbrace_nl is FALSE\n", __func__, __LINE__); + prev = next->GetPrevNnl(); + LOG_FMT(LNEWLINE, "%s(%d): prev->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, prev->Text(), get_token_name(prev->GetType()), prev->GetOrigLine(), prev->GetOrigCol()); + pc = next->GetNextNl(); + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + Chunk *pc2 = pc->GetNext(); + + if (pc2->IsNotNullChunk()) + { + pc = pc2; + LOG_FMT(LNEWLINE, "%s(%d): pc->Text() is '%s', type %s, orig line %zu, orig col %zu\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), pc->GetOrigLine(), pc->GetOrigCol()); + } + else + { + LOG_FMT(LNEWLINE, "%s(%d): no next found: \n", __func__, __LINE__); + } + log_rule_B("nl_squeeze_ifdef"); + + if ( pc->Is(CT_PREPROC) + && pc->GetParentType() == CT_PP_ENDIF + && options::nl_squeeze_ifdef()) + { + LOG_FMT(LNEWLINE, "%s(%d): cannot add newline after orig line %zu due to nl_squeeze_ifdef\n", + __func__, __LINE__, prev->GetOrigLine()); + } + else + { + // make newline after double + LOG_FMT(LNEWLINE, "%s(%d): call double_newline\n", __func__, __LINE__); + double_newline(next); + } + } + } + } + } +} // newlines_if_for_while_switch_post_blank_lines + + +static void newlines_struct_union(Chunk *start, iarf_e nl_opt, bool leave_trailing) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return; + } + /* + * step past any junk between the keyword and the open brace + * Quit if we hit a semicolon or '=', which are not expected. + */ + size_t level = start->GetLevel(); + Chunk *pc = start->GetNextNcNnl(); + + while ( pc->IsNotNullChunk() + && pc->GetLevel() >= level) + { + if ( pc->GetLevel() == level + && ( pc->Is(CT_BRACE_OPEN) + || pc->IsSemicolon() + || pc->Is(CT_ASSIGN))) + { + break; + } + start = pc; + pc = pc->GetNextNcNnl(); + } + + // If we hit a brace open, then we need to toy with the newlines + if (pc->Is(CT_BRACE_OPEN)) + { + // Skip over embedded C comments + Chunk *next = pc->GetNext(); + + while (next->Is(CT_COMMENT)) + { + next = next->GetNext(); + } + + if ( leave_trailing + && !next->IsCommentOrNewline()) + { + nl_opt = IARF_IGNORE; + } + newline_iarf_pair(start, pc, nl_opt); + } +} // newlines_struct_union + + +// enum { +// enum class angle_state_e : unsigned int { +// enum-key attr(optional) identifier(optional) enum-base(optional) { enumerator-list(optional) } +// enum-key attr(optional) nested-name-specifier(optional) identifier enum-base(optional) ; TODO +// enum-key - one of enum, enum class or enum struct TODO +// identifier - the name of the enumeration that's being declared +// enum-base(C++11) - colon (:), followed by a type-specifier-seq +// enumerator-list - comma-separated list of enumerator definitions +static void newlines_enum(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + + if ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro()) + { + return; + } + // look for 'enum class' + Chunk *pcClass = start->GetNextNcNnl(); + + if (pcClass->Is(CT_ENUM_CLASS)) + { + log_rule_B("nl_enum_class"); + newline_iarf_pair(start, pcClass, options::nl_enum_class()); + // look for 'identifier'/ 'type' + Chunk *pcType = pcClass->GetNextNcNnl(); + + if (pcType->Is(CT_TYPE)) + { + log_rule_B("nl_enum_class_identifier"); + newline_iarf_pair(pcClass, pcType, options::nl_enum_class_identifier()); + // look for ':' + Chunk *pcColon = pcType->GetNextNcNnl(); + + if (pcColon->Is(CT_ENUM_COLON)) // Issue #4040 + { + log_rule_B("nl_enum_identifier_colon"); + newline_iarf_pair(pcType, pcColon, options::nl_enum_identifier_colon()); + // look for 'type' i.e. unsigned + Chunk *pcType1 = pcColon->GetNextNcNnl(); + + if (pcType1->Is(CT_TYPE)) + { + log_rule_B("nl_enum_colon_type"); + newline_iarf_pair(pcColon, pcType1, options::nl_enum_colon_type()); + // look for 'type' i.e. int + Chunk *pcType2 = pcType1->GetNextNcNnl(); + + if (pcType2->Is(CT_TYPE)) + { + log_rule_B("nl_enum_colon_type"); + newline_iarf_pair(pcType1, pcType2, options::nl_enum_colon_type()); + } + } + } + } + } + /* + * step past any junk between the keyword and the open brace + * Quit if we hit a semicolon or '=', which are not expected. + */ + size_t level = start->GetLevel(); + Chunk *pc = start->GetNextNcNnl(); + + while ( pc->IsNotNullChunk() + && pc->GetLevel() >= level) + { + if ( pc->GetLevel() == level + && ( pc->Is(CT_BRACE_OPEN) + || pc->IsSemicolon() + || pc->Is(CT_ASSIGN))) + { + break; + } + start = pc; + pc = pc->GetNextNcNnl(); + } + + // If we hit a brace open, then we need to toy with the newlines + if (pc->Is(CT_BRACE_OPEN)) + { + // Skip over embedded C comments + Chunk *next = pc->GetNext(); + + while (next->Is(CT_COMMENT)) + { + next = next->GetNext(); + } + iarf_e nl_opt; + + if (!next->IsCommentOrNewline()) + { + nl_opt = IARF_IGNORE; + } + else + { + log_rule_B("nl_enum_brace"); + nl_opt = options::nl_enum_brace(); + } + newline_iarf_pair(start, pc, nl_opt); + } +} // newlines_enum + + +// namespace { +// namespace word { +// namespace type::word { +static void newlines_namespace(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_namespace_brace"); + + // Add or remove newline between 'namespace' and 'BRACE_OPEN' + log_rule_B("nl_define_macro"); + iarf_e nl_opt = options::nl_namespace_brace(); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return; + } + Chunk *braceOpen = start->GetNextType(CT_BRACE_OPEN, start->GetLevel()); + + LOG_FMT(LNEWLINE, "%s(%d): braceOpen orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, braceOpen->GetOrigLine(), braceOpen->GetOrigCol(), braceOpen->Text()); + // produces much more log output. Use it only debugging purpose + //log_pcf_flags(LNEWLINE, braceOpen->GetFlags()); + + if (braceOpen->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LNEWLINE, "%s(%d): is one_liner\n", + __func__, __LINE__); + return; + } + Chunk *beforeBrace = braceOpen->GetPrev(); + + LOG_FMT(LNEWLINE, "%s(%d): beforeBrace orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, beforeBrace->GetOrigLine(), beforeBrace->GetOrigCol(), beforeBrace->Text()); + // 'namespace' 'BRACE_OPEN' + newline_iarf_pair(beforeBrace, braceOpen, nl_opt); +} // newlines_namespace + + +static void newlines_cuddle_uncuddle(Chunk *start, iarf_e nl_opt) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + + if ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro()) + { + return; + } + Chunk *br_close = start->GetPrevNcNnlNi(); // Issue #2279 + + if (br_close->Is(CT_BRACE_CLOSE)) + { + newline_iarf_pair(br_close, start, nl_opt); + } +} // newlines_cuddle_uncuddle + + +static void newlines_do_else(Chunk *start, iarf_e nl_opt) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + log_ruleNL("nl_define_macro", start); + + if ( nl_opt == IARF_IGNORE + || ( start->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro())) + { + return; + } + Chunk *next = start->GetNextNcNnl(); + + if ( next->IsNotNullChunk() + && ( next->Is(CT_BRACE_OPEN) + || next->Is(CT_VBRACE_OPEN))) + { + if (!one_liner_nl_ok(next)) + { + LOG_FMT(LNL1LINE, "%s(%d): a new line may NOT be added\n", __func__, __LINE__); + return; + } + LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); + + if (next->Is(CT_VBRACE_OPEN)) + { + // Can only add - we don't want to create a one-line here + if (nl_opt & IARF_ADD) + { + newline_iarf_pair(start, next->GetNextNcNnl(), nl_opt); + Chunk *tmp = next->GetNextType(CT_VBRACE_CLOSE, next->GetLevel()); + + if ( !tmp->GetNextNc()->IsNewline() + && !tmp->GetPrevNc()->IsNewline()) + { + newline_add_after(tmp); + } + } + } + else + { + newline_iarf_pair(start, next, nl_opt); + newline_add_between(next, next->GetNextNcNnl()); + } + } +} // newlines_do_else + + +static bool is_var_def(Chunk *pc, Chunk *next) +{ + if ( pc->Is(CT_DECLTYPE) + && next->Is(CT_PAREN_OPEN)) + { + // If current token starts a decltype expression, skip it + next = next->GetClosingParen(); + next = next->GetNextNcNnl(); + } + else if (!pc->IsTypeDefinition()) + { + // Otherwise, if the current token is not a type --> not a declaration + return(false); + } + else if (next->Is(CT_DC_MEMBER)) + { + // If next token is CT_DC_MEMBER, skip it + next = next->SkipDcMember(); + } + else if (next->Is(CT_ANGLE_OPEN)) + { + // If we have a template type, skip it + next = next->GetClosingParen(); + next = next->GetNextNcNnl(); + } + bool is = ( ( next->IsTypeDefinition() + && next->GetParentType() != CT_FUNC_DEF) // Issue #2639 + || next->Is(CT_WORD) + || next->Is(CT_FUNC_CTOR_VAR)); + + return(is); +} // is_var_def + + +static bool is_func_call_or_def(Chunk *pc) +{ + if ( pc->GetParentType() == CT_FUNC_DEF + || pc->GetParentType() == CT_FUNC_CALL + || pc->GetParentType() == CT_FUNC_CALL_USER + || pc->GetParentType() == CT_FUNC_CLASS_DEF + || pc->GetParentType() == CT_OC_CLASS + || pc->GetParentType() == CT_OC_MSG_DECL + || pc->GetParentType() == CT_CS_PROPERTY + || pc->GetParentType() == CT_CPP_LAMBDA) + { + return(true); + } + return(false); +} // is_func_call_or_def + + +// Put newline(s) before and/or after a block of variable definitions +static Chunk *newline_var_def_blk(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *pc = start; + Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 + bool did_this_line = false; + bool fn_top = false; + bool var_blk = false; + bool first_var_blk = true; + + LOG_FMT(LVARDFBLK, "%s(%d): start orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), start->Text()); + + if (start->Is(CT_BRACE_OPEN)) + { + // can't be any variable definitions in a "= {" block + if ( prev->IsNotNullChunk() + && prev->Is(CT_ASSIGN)) + { + Chunk *tmp = start->GetClosingParen(); + return(tmp->GetNextNcNnl()); + } + // check if we're at the top of a function definition, or function call with a + // possible variable block + fn_top = is_func_call_or_def(start); + // opening brace is processed, start with next chunk + pc = pc->GetNext(); + } + + while ( pc->IsNotNullChunk() + && ( pc->GetLevel() >= start->GetLevel() + || pc->GetLevel() == 0)) + { + LOG_CHUNK(LTOK, pc); + + Chunk *next_pc = pc->GetNext(); + LOG_FMT(LVARDFBLK, "%s(%d): next_pc orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", + __func__, __LINE__, next_pc->GetOrigLine(), next_pc->GetOrigCol(), get_token_name(next_pc->GetType()), next_pc->Text()); + + // If next_pc token is CT_DC_MEMBER, skip it + if (next_pc->Is(CT_DC_MEMBER)) + { + pc = pc->SkipDcMember(); + } + + // skip qualifiers + if (pc->Is(CT_QUALIFIER)) + { + pc = pc->GetNext(); + continue; + } + + if (pc->IsComment()) + { + pc = pc->GetNext(); + continue; + } + + // process nested braces + if (pc->Is(CT_BRACE_OPEN)) + { + pc = newline_var_def_blk(pc); + continue; + } + + // Done with this brace set? + if (pc->Is(CT_BRACE_CLOSE)) + { + pc = pc->GetNext(); + break; + } + + // skip vbraces + if (pc->Is(CT_VBRACE_OPEN)) + { + pc = pc->GetNextType(CT_VBRACE_CLOSE, pc->GetLevel()); + pc = pc->GetNext(); + continue; + } + + // Ignore stuff inside parenthesis/squares/angles + if (pc->GetLevel() > pc->GetBraceLevel()) + { + pc = pc->GetNext(); + continue; + } + + if (pc->IsNewline()) + { + did_this_line = false; + pc = pc->GetNext(); + continue; + } + + // Determine if this is a variable definition or code + if ( !did_this_line + && pc->IsNot(CT_FUNC_CLASS_DEF) + && pc->IsNot(CT_FUNC_CLASS_PROTO) + && ( (pc->GetLevel() == (start->GetLevel() + 1)) + || pc->GetLevel() == 0)) + { + Chunk *next = pc->GetNextNcNnl(); + LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); + + // skip over all other type-like things + while ( next->Is(CT_PTR_TYPE) // Issue #2692 + || next->Is(CT_BYREF) // Issue #3018 + || next->Is(CT_QUALIFIER) + || next->Is(CT_TSQUARE)) + { + next = next->GetNextNcNnl(); + LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); + } + + if (next->IsNullChunk()) + { + break; + } + LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); + + prev = pc->GetPrevNcNnl(); + + while ( prev->Is(CT_DC_MEMBER) + || prev->Is(CT_QUALIFIER) + || prev->Is(CT_TYPE)) + { + prev = prev->GetPrevNcNnl(); + } + + if (!( prev->IsBraceOpen() + || prev->IsBraceClose())) + { + prev = pc->GetPrevType(CT_SEMICOLON, pc->GetLevel()); + } + + if (prev->IsNullChunk()) + { + prev = pc->GetPrevType(CT_BRACE_OPEN, pc->GetLevel() - 1); // Issue #2692 + } + + if ( prev->Is(CT_STRING) + && prev->GetParentType() == CT_EXTERN + && prev->GetPrev()->Is(CT_EXTERN)) + { + prev = prev->GetPrev()->GetPrevNcNnlNi(); // Issue #2279 + } + LOG_FMT(LVARDFBLK, "%s(%d): pc orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), get_token_name(pc->GetType()), pc->Text()); + LOG_FMT(LVARDFBLK, "%s(%d): next orig line is %zu, orig col is %zu, type is %s, Text() is '%s'\n", + __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), get_token_name(next->GetType()), next->Text()); + + if (is_var_def(pc, next)) + { + LOG_FMT(LVARDFBLK, "%s(%d): 'typ==var' found: '%s %s' at line %zu\n", + __func__, __LINE__, pc->Text(), next->Text(), pc->GetOrigLine()); + LOG_FMT(LBLANKD, "%s(%d): var_blk %s, first_var_blk %s, fn_top %s\n", + __func__, __LINE__, var_blk ? "TRUE" : "FALSE", + first_var_blk ? "TRUE" : "FALSE", fn_top ? "TRUE" : "FALSE"); + // Put newline(s) before a block of variable definitions + log_rule_B("nl_var_def_blk_start"); + + if ( !var_blk + && !first_var_blk + && options::nl_var_def_blk_start() > 0) + { + LOG_FMT(LVARDFBLK, "%s(%d): pc is '%s', orig line is %zu\n", + __func__, __LINE__, pc->Text(), pc->GetOrigLine()); + + if (prev->IsNullChunk()) + { + LOG_FMT(LVARDFBLK, "%s(%d): prev is a null chunk\n", __func__, __LINE__); + } + else + { + LOG_FMT(LVARDFBLK, "%s(%d): prev is '%s', orig line is %zu\n", + __func__, __LINE__, prev->Text(), prev->GetOrigLine()); + + if (!prev->IsBraceOpen()) + { + newline_min_after(prev, options::nl_var_def_blk_start() + 1, PCF_VAR_DEF); + } + } + } + // set newlines within var def block + log_rule_B("nl_var_def_blk_in"); + + if ( var_blk + && (options::nl_var_def_blk_in() > 0)) + { + prev = pc->GetPrev(); + LOG_FMT(LVARDFBLK, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); + + if (prev->IsNewline()) + { + if (prev->GetNlCount() > options::nl_var_def_blk_in()) + { + prev->SetNlCount(options::nl_var_def_blk_in()); + MARK_CHANGE(); + } + } + } + pc = pc->GetNextType(CT_SEMICOLON, pc->GetLevel()); + var_blk = true; + } + else if (var_blk) + { + LOG_FMT(LVARDFBLK, "%s(%d): var_blk %s, first_var_blk %s, fn_top %s\n", + __func__, __LINE__, var_blk ? "TRUE" : "FALSE", + first_var_blk ? "TRUE" : "FALSE", fn_top ? "TRUE" : "FALSE"); + log_rule_B("nl_var_def_blk_end_func_top"); + log_rule_B("nl_var_def_blk_end"); + + if ( first_var_blk + && fn_top) + { + // set blank lines after first var def block at the top of a function + if (options::nl_var_def_blk_end_func_top() > 0) + { + LOG_FMT(LVARDFBLK, "%s(%d): nl_var_def_blk_end_func_top at line %zu\n", + __func__, __LINE__, prev->GetOrigLine()); + newline_min_after(prev, options::nl_var_def_blk_end_func_top() + 1, PCF_VAR_DEF); + } + } + else if ( !pc->IsPreproc() + && options::nl_var_def_blk_end() > 0) + { + // set blank lines after other var def blocks + LOG_FMT(LVARDFBLK, "%s(%d): nl_var_def_blk_end at line %zu\n", + __func__, __LINE__, prev->GetOrigLine()); + // Issue #3516 + newline_min_after(prev, options::nl_var_def_blk_end() + 1, PCF_VAR_DEF); + } + // reset the variables for the next block + first_var_blk = false; + var_blk = false; + } + else + { + first_var_blk = false; + var_blk = false; + } + } + else + { + if (pc->Is(CT_FUNC_CLASS_DEF)) + { + log_rule_B("nl_var_def_blk_end"); + + if ( var_blk + && options::nl_var_def_blk_end() > 0) + { + prev = pc->GetPrev(); + prev = prev->GetPrev(); + newline_min_after(prev, options::nl_var_def_blk_end() + 1, PCF_VAR_DEF); + pc = pc->GetNext(); + first_var_blk = false; + var_blk = false; + } + } + } + did_this_line = true; + + if (pc == nullptr) + { + pc = Chunk::NullChunkPtr; + } + pc = pc->GetNext(); + } + LOG_FMT(LVARDFBLK, "%s(%d): pc orig line is %zu, orig col is %zu, Text() is '%s', level is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetLevel()); + LOG_FMT(LVARDFBLK, "%s(%d): start orig line is %zu, orig col is %zu, Text() is '%s', level is %zu\n", + __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), start->Text(), start->GetLevel()); + return(pc); +} // newline_var_def_blk + + +static void collapse_empty_body(Chunk *br_open) +{ + for (Chunk *pc = br_open->GetNext(); pc->IsNot(CT_BRACE_CLOSE); pc = pc->GetNext()) + { + if ( pc->Is(CT_NEWLINE) + && pc->SafeToDeleteNl()) + { + pc = pc->GetPrev(); + Chunk *next = pc->GetNext(); + Chunk::Delete(next); + MARK_CHANGE(); + } + } +} // collapse_empty_body + + +static void newlines_brace_pair(Chunk *br_open) +{ + LOG_FUNC_ENTRY(); + + log_rule_B("nl_define_macro"); + + if ( br_open->TestFlags(PCF_IN_PREPROC) + && !options::nl_define_macro()) + { + return; + } + + //fixes 1235 Add single line namespace support + if ( br_open->Is(CT_BRACE_OPEN) + && (br_open->GetParentType() == CT_NAMESPACE) + && br_open->GetPrev()->IsNewline()) + { + Chunk *chunk_brace_close = br_open->GetClosingParen(); + + if (chunk_brace_close->IsNotNullChunk()) + { + if (br_open->IsOnSameLine(chunk_brace_close)) + { + log_rule_B("nl_namespace_two_to_one_liner - 1"); + + if (options::nl_namespace_two_to_one_liner()) + { + Chunk *prev = br_open->GetPrevNnl(); + newline_del_between(prev, br_open); + } + /* Below code is to support conversion of 2 liner to 4 liners + * else + * { + * Chunk *nxt = br_open->GetNext(); + * newline_add_between(br_open, nxt); + * }*/ + } + } + } + // fix 1247 oneliner function support - converts 4,3,2 liners to oneliner + log_rule_B("nl_create_func_def_one_liner"); + + if ( br_open->GetParentType() == CT_FUNC_DEF + && options::nl_create_func_def_one_liner() + && !br_open->TestFlags(PCF_NOT_POSSIBLE)) // Issue #2795 + { + Chunk *br_close = br_open->GetClosingParen(); + Chunk *tmp = br_open->GetPrevNcNnlNi(); // Issue #2279 + + if ( br_close->IsNotNullChunk() // Issue #2594 + && ((br_close->GetOrigLine() - br_open->GetOrigLine()) <= 2) + && tmp->IsParenClose()) // need to check the conditions. + { + // Issue #1825 + bool is_it_possible = true; + + while ( tmp->IsNotNullChunk() + && (tmp = tmp->GetNext())->IsNotNullChunk() + && !tmp->IsBraceClose() + && (tmp->GetNext()->IsNotNullChunk())) + { + LOG_FMT(LNL1LINE, "%s(%d): tmp orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); + + if (tmp->IsComment()) + { + is_it_possible = false; + break; + } + } + + if (is_it_possible) + { + // Issue 2795 + // we have to check if it could be too long for code_width + // make a vector to save the chunk + vector saved_chunk; + log_rule_B("code_width"); + + if (options::code_width() > 0) + { + saved_chunk.reserve(16); + Chunk *current = br_open->GetPrevNcNnlNi(); + Chunk *next_br_close = br_close->GetNext(); + current = current->GetNext(); + + while (current->IsNotNullChunk()) + { + LOG_FMT(LNL1LINE, "%s(%d): zu kopieren: current orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, current->GetOrigLine(), current->GetOrigCol(), current->Text()); + saved_chunk.push_back(*current); + Chunk *the_next = current->GetNext(); + + if ( the_next->IsNullChunk() + || the_next == next_br_close) + { + break; + } + current = the_next; + } + } + Chunk *tmp_1 = br_open->GetPrevNcNnlNi(); + + while ( tmp_1->IsNotNullChunk() + && (tmp_1 = tmp_1->GetNext())->IsNotNullChunk() + && !tmp_1->IsBraceClose() + && (tmp_1->GetNext()->IsNotNullChunk())) + { + LOG_FMT(LNL1LINE, "%s(%d): tmp_1 orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, tmp_1->GetOrigLine(), tmp_1->GetOrigCol(), tmp_1->Text()); + + if (tmp_1->IsNewline()) + { + tmp_1 = tmp_1->GetPrev(); // Issue #1825 + newline_iarf_pair(tmp_1, tmp_1->GetNextNcNnl(), IARF_REMOVE); + } + } + br_open->SetFlagBits(PCF_ONE_LINER); // set the one liner flag if needed + br_close->SetFlagBits(PCF_ONE_LINER); + log_rule_B("code_width"); + + if ( options::code_width() > 0 + && br_close->GetColumn() > options::code_width()) + { + // the created line is too long + // it is not possible to make an one_liner + // because the line would be too long + br_open->SetFlagBits(PCF_NOT_POSSIBLE); + // restore the code + size_t count; + Chunk tmp_2; + Chunk *current = br_open; + + for (count = 0; count < saved_chunk.size(); count++) + { + tmp_2 = saved_chunk.at(count); + + if (tmp_2.GetOrigLine() != current->GetOrigLine()) + { + // restore the newline + Chunk chunk; + chunk.SetType(CT_NEWLINE); + chunk.SetOrigLine(current->GetOrigLine()); + chunk.SetOrigCol(current->GetOrigCol()); + chunk.SetPpLevel(current->GetPpLevel()); + chunk.SetNlCount(1); + chunk.CopyAndAddBefore(current); + LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline before '%s'\n", + __func__, __LINE__, current->GetOrigLine(), current->GetOrigCol(), current->Text()); + } + else + { + current = current->GetNext(); + } + } + } + } + } + } + + // Make sure we don't break a one-liner + if (!one_liner_nl_ok(br_open)) + { + LOG_FMT(LNL1LINE, "%s(%d): br_open orig line is %zu, orig col is %zu, a new line may NOT be added\n", + __func__, __LINE__, br_open->GetOrigLine(), br_open->GetOrigCol()); + return; + } + LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); + + Chunk *next = br_open->GetNextNc(); + + // Insert a newline between the '=' and open brace, if needed + LOG_FMT(LNL1LINE, "%s(%d): br_open->Text() '%s', br_open->GetType() [%s], br_open->GetParentType() [%s]\n", + __func__, __LINE__, br_open->Text(), get_token_name(br_open->GetType()), + get_token_name(br_open->GetParentType())); + + if (br_open->GetParentType() == CT_ASSIGN) + { + // Only mess with it if the open brace is followed by a newline + if (next->IsNewline()) + { + Chunk *prev = br_open->GetPrevNcNnlNi(); // Issue #2279 + log_rule_B("nl_assign_brace"); + newline_iarf_pair(prev, br_open, options::nl_assign_brace()); + } + } + + if ( br_open->GetParentType() == CT_OC_MSG_DECL + || br_open->GetParentType() == CT_FUNC_DEF + || br_open->GetParentType() == CT_FUNC_CLASS_DEF + || br_open->GetParentType() == CT_OC_CLASS + || br_open->GetParentType() == CT_CS_PROPERTY + || br_open->GetParentType() == CT_CPP_LAMBDA + || br_open->GetParentType() == CT_FUNC_CALL + || br_open->GetParentType() == CT_FUNC_CALL_USER) + { + Chunk *prev = Chunk::NullChunkPtr; + iarf_e val; + + if (br_open->GetParentType() == CT_OC_MSG_DECL) + { + log_rule_B("nl_oc_mdef_brace"); + val = options::nl_oc_mdef_brace(); + } + else + { + if ( br_open->GetParentType() == CT_FUNC_DEF + || br_open->GetParentType() == CT_FUNC_CLASS_DEF + || br_open->GetParentType() == CT_OC_CLASS) + { + val = IARF_NOT_DEFINED; + log_rule_B("nl_fdef_brace_cond"); + const iarf_e nl_fdef_brace_cond_v = options::nl_fdef_brace_cond(); + + if (nl_fdef_brace_cond_v != IARF_IGNORE) + { + prev = br_open->GetPrevNcNnlNi(); // Issue #2279 + + if (prev->Is(CT_FPAREN_CLOSE)) + { + val = nl_fdef_brace_cond_v; + } + } + + if (val == IARF_NOT_DEFINED) + { + log_rule_B("nl_fdef_brace"); + val = options::nl_fdef_brace(); + } + } + else + { + log_rule_B("nl_property_brace"); + log_rule_B("nl_cpp_ldef_brace"); + log_rule_B("nl_fcall_brace"); + val = ((br_open->GetParentType() == CT_CS_PROPERTY) ? + options::nl_property_brace() : + ((br_open->GetParentType() == CT_CPP_LAMBDA) ? + options::nl_cpp_ldef_brace() : + options::nl_fcall_brace())); + } + } + + if (val != IARF_IGNORE) + { + if (prev->IsNullChunk()) + { + // Grab the chunk before the open brace + prev = br_open->GetPrevNcNnlNi(); // Issue #2279 + } + newline_iarf_pair(prev, br_open, val); + } + } + + if (br_open->GetNextNnl()->Is(CT_BRACE_CLOSE)) + { + // Chunk is "{" and "}" with only whitespace/newlines in between + + if (br_open->GetParentType() == CT_FUNC_DEF) + { + // Braces belong to a function definition + log_rule_B("nl_collapse_empty_body_functions"); + + if (options::nl_collapse_empty_body_functions()) + { + collapse_empty_body(br_open); + return; + } + } + else + { + log_rule_B("nl_collapse_empty_body"); + + if (options::nl_collapse_empty_body()) + { + collapse_empty_body(br_open); + return; + } + } + } + //fixes #1245 will add new line between tsquare and brace open based on nl_tsquare_brace + + if (br_open->Is(CT_BRACE_OPEN)) + { + Chunk *chunk_closing_brace = br_open->GetClosingParen(); + + if (chunk_closing_brace->IsNotNullChunk()) + { + if (chunk_closing_brace->GetOrigLine() > br_open->GetOrigLine()) + { + Chunk *prev = br_open->GetPrevNc(); + + if ( prev->Is(CT_TSQUARE) + && next->IsNewline()) + { + log_rule_B("nl_tsquare_brace"); + newline_iarf_pair(prev, br_open, options::nl_tsquare_brace()); + } + } + } + } + // Eat any extra newlines after the brace open + log_rule_B("eat_blanks_after_open_brace"); + + if (options::eat_blanks_after_open_brace()) + { + if (next->IsNewline()) + { + log_rule_B("nl_inside_empty_func"); + log_rule_B("nl_inside_namespace"); + + if ( options::nl_inside_empty_func() > 0 + && br_open->GetNextNnl()->Is(CT_BRACE_CLOSE) + && ( br_open->GetParentType() == CT_FUNC_CLASS_DEF + || br_open->GetParentType() == CT_FUNC_DEF)) + { + blank_line_set(next, options::nl_inside_empty_func); + } + else if ( options::nl_inside_namespace() > 0 + && br_open->GetParentType() == CT_NAMESPACE) + { + blank_line_set(next, options::nl_inside_namespace); + } + else if (next->GetNlCount() > 1) + { + next->SetNlCount(1); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_after_open_brace %zu\n", + __func__, __LINE__, next->GetOrigLine()); + MARK_CHANGE(); + } + } + } + bool nl_close_brace = false; + + // Handle the cases where the brace is part of a function call or definition + if (is_func_call_or_def(br_open)) + { + // Need to force a newline before the close brace, if not in a class body + if (!br_open->TestFlags(PCF_IN_CLASS)) + { + nl_close_brace = true; + } + // handle newlines after the open brace + Chunk *pc = br_open->GetNextNcNnl(); + newline_add_between(br_open, pc); + } + // Grab the matching brace close + Chunk *br_close = br_open->GetNextType(CT_BRACE_CLOSE, br_open->GetLevel()); + + if (br_close->IsNullChunk()) + { + return; + } + + if (!nl_close_brace) + { + /* + * If the open brace hits a CT_NEWLINE, CT_NL_CONT, CT_COMMENT_MULTI, or + * CT_COMMENT_CPP without hitting anything other than CT_COMMENT, then + * there should be a newline before the close brace. + */ + Chunk *pc = br_open->GetNext(); + + while (pc->Is(CT_COMMENT)) + { + pc = pc->GetNext(); + } + + if (pc->IsCommentOrNewline()) + { + nl_close_brace = true; + } + } + Chunk *prev = br_close->GetPrevNcNnlNet(); + + if (nl_close_brace) + { + newline_add_between(prev, br_close); + } + else + { + newline_del_between(prev, br_close); + } +} // newlines_brace_pair + + +static void newline_case(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + // printf("%s case (%s) on line %d col %d\n", + // __func__, c_chunk_names[start->GetType()], + // start->GetOrigLine(), start->GetOrigCol()); + + // Scan backwards until a '{' or ';' or ':'. Abort if a multi-newline is found + Chunk *prev = start; + + do + { + prev = prev->GetPrevNc(); + + if ( prev->IsNotNullChunk() + && prev->IsNewline() + && prev->GetNlCount() > 1) + { + return; + } + } while ( prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_BRACE_CLOSE) + && prev->IsNot(CT_SEMICOLON) + && prev->IsNot(CT_CASE_COLON)); + + if (prev->IsNullChunk()) + { + return; + } + Chunk *pc = newline_add_between(prev, start); + + if (pc == nullptr) + { + return; + } + + // Only add an extra line after a semicolon or brace close + if ( prev->Is(CT_SEMICOLON) + || prev->Is(CT_BRACE_CLOSE)) + { + if ( pc->IsNewline() + && pc->GetNlCount() < 2) + { + double_newline(pc); + } + } +} // newline_case + + +static void newline_case_colon(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + // Scan forwards until a non-comment is found + Chunk *pc = start; + + do + { + pc = pc->GetNext(); + } while (pc->IsComment()); + + if ( pc->IsNotNullChunk() + && !pc->IsNewline()) + { + newline_add_before(pc); + } +} // newline_case_colon + + +static void newline_before_return(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *pc = Chunk::NullChunkPtr; + + if (start != nullptr) + { + pc = start->GetPrev(); + } + Chunk *nl = pc; + + // Skip over single preceding newline + if (pc->IsNewline()) + { + // Do we already have a blank line? + if (nl->GetNlCount() > 1) + { + return; + } + pc = nl->GetPrev(); + } + + // Skip over preceding comments that are not a trailing comment, taking + // into account that comment blocks may span multiple lines. + // Trailing comments are considered part of the previous token, not the + // return statement. They are handled below. + while ( pc->IsComment() + && pc->GetParentType() != CT_COMMENT_END) + { + pc = pc->GetPrev(); + + if (!pc->IsNewline()) + { + return; + } + nl = pc; + pc = pc->GetPrev(); + } + pc = nl->GetPrev(); + + // Peek over trailing comment of previous token + if ( pc->IsComment() + && pc->GetParentType() == CT_COMMENT_END) + { + pc = pc->GetPrev(); + } + + // Don't add extra blanks after an opening brace or a case statement + if ( pc->IsNullChunk() + || ( pc->Is(CT_BRACE_OPEN) + || pc->Is(CT_VBRACE_OPEN) + || pc->Is(CT_CASE_COLON))) + { + return; + } + + if ( nl->IsNewline() + && nl->GetNlCount() < 2) + { + nl->SetNlCount(nl->GetNlCount() + 1); + MARK_CHANGE(); + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", + __func__, __LINE__, nl->GetOrigLine(), nl->GetOrigCol(), nl->Text(), nl->GetNlCount()); + } +} // newline_before_return + + +static void newline_after_return(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *semi = start->GetNextType(CT_SEMICOLON, start->GetLevel()); + Chunk *after = semi->GetNextNcNnlNet(); + + // If we hit a brace or an 'else', then a newline isn't needed + if ( after->IsNullChunk() + || after->IsBraceClose() + || after->Is(CT_ELSE)) + { + return; + } + Chunk *pc; + + for (pc = semi->GetNext(); pc != after; pc = pc->GetNext()) + { + if (pc->Is(CT_NEWLINE)) + { + if (pc->GetNlCount() < 2) + { + double_newline(pc); + } + return; + } + } +} // newline_after_return + + +static void newline_iarf_pair(Chunk *before, Chunk *after, iarf_e av, bool check_nl_assign_leave_one_liners) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNEWLINE, "%s(%d): ", __func__, __LINE__); + log_func_stack(LNEWLINE, "CallStack:"); + + if ( before == nullptr + || before == Chunk::NullChunkPtr + || after == nullptr + || after == Chunk::NullChunkPtr + || after->Is(CT_IGNORED)) + { + return; + } + + if (av & IARF_ADD) + { + if ( check_nl_assign_leave_one_liners + && options::nl_assign_leave_one_liners() + && after->TestFlags(PCF_ONE_LINER)) + { + log_rule_B("nl_assign_leave_one_liners"); + return; + } + Chunk *nl = newline_add_between(before, after); + LOG_FMT(LNEWLINE, "%s(%d): newline_add_between '%s' and '%s'\n", + __func__, __LINE__, before->Text(), after->Text()); + + if ( nl != nullptr + && av == IARF_FORCE + && nl->GetNlCount() > 1) + { + nl->SetNlCount(1); + } + } + else if (av & IARF_REMOVE) + { + LOG_FMT(LNEWLINE, "%s(%d): newline_remove_between '%s' and '%s'\n", + __func__, __LINE__, before->Text(), after->Text()); + newline_del_between(before, after); + } +} // newline_iarf_pair + + +void newline_iarf(Chunk *pc, iarf_e av) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNFD, "%s(%d): ", __func__, __LINE__); + log_func_stack(LNFD, "CallStack:"); + Chunk *after = Chunk::NullChunkPtr; + + if (pc != nullptr) + { + after = pc->GetNextNnl(); + } + + if ( (pc != nullptr && pc->Is(CT_FPAREN_OPEN)) // Issue #2914 + && pc->GetParentType() == CT_FUNC_CALL + && after->Is(CT_COMMENT_CPP) + && options::donot_add_nl_before_cpp_comment()) + { + return; + } + newline_iarf_pair(pc, after, av); +} // newline_iarf + + +static void newline_func_multi_line(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNFD, "%s(%d): called on %zu:%zu '%s' [%s/%s]\n", + __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), + start->Text(), get_token_name(start->GetType()), get_token_name(start->GetParentType())); + + bool add_start; + bool add_args; + bool add_end; + + if ( start->GetParentType() == CT_FUNC_DEF + || start->GetParentType() == CT_FUNC_CLASS_DEF) + { + log_rule_B("nl_func_def_start_multi_line"); + add_start = options::nl_func_def_start_multi_line(); + log_rule_B("nl_func_def_args_multi_line"); + add_args = options::nl_func_def_args_multi_line(); + log_rule_B("nl_func_def_end_multi_line"); + add_end = options::nl_func_def_end_multi_line(); + } + else if ( start->GetParentType() == CT_FUNC_CALL + || start->GetParentType() == CT_FUNC_CALL_USER) + { + log_rule_B("nl_func_call_start_multi_line"); + add_start = options::nl_func_call_start_multi_line(); + log_rule_B("nl_func_call_args_multi_line"); + add_args = options::nl_func_call_args_multi_line(); + log_rule_B("nl_func_call_end_multi_line"); + add_end = options::nl_func_call_end_multi_line(); + } + else + { + log_rule_B("nl_func_decl_start_multi_line"); + add_start = options::nl_func_decl_start_multi_line(); + log_rule_B("nl_func_decl_args_multi_line"); + add_args = options::nl_func_decl_args_multi_line(); + log_rule_B("nl_func_decl_end_multi_line"); + add_end = options::nl_func_decl_end_multi_line(); + } + + if ( !add_start + && !add_args + && !add_end) + { + return; + } + Chunk *pc = start->GetNextNcNnl(); + + while ( pc->IsNotNullChunk() + && pc->GetLevel() > start->GetLevel()) + { + pc = pc->GetNextNcNnl(); + } + + if ( pc->Is(CT_FPAREN_CLOSE) + && start->IsNewlineBetween(pc)) + { + Chunk *start_next = start->GetNextNcNnl(); + bool has_leading_closure = ( start_next->GetParentType() == CT_OC_BLOCK_EXPR + || start_next->GetParentType() == CT_CPP_LAMBDA + || start_next->Is(CT_BRACE_OPEN)); + + Chunk *prev_end = pc->GetPrevNcNnl(); + bool has_trailing_closure = ( prev_end->GetParentType() == CT_OC_BLOCK_EXPR + || prev_end->GetParentType() == CT_CPP_LAMBDA + || prev_end->Is(CT_BRACE_OPEN)); + + if ( add_start + && !start->GetNext()->IsNewline()) + { + log_rule_B("nl_func_call_args_multi_line_ignore_closures"); + + if (options::nl_func_call_args_multi_line_ignore_closures()) + { + if ( !has_leading_closure + && !has_trailing_closure) + { + newline_iarf(start, IARF_ADD); + } + } + else + { + newline_iarf(start, IARF_ADD); + } + } + + if ( add_end + && !pc->GetPrev()->IsNewline()) + { + log_rule_B("nl_func_call_args_multi_line_ignore_closures"); + + if (options::nl_func_call_args_multi_line_ignore_closures()) + { + if ( !has_leading_closure + && !has_trailing_closure) + { + newline_iarf(pc->GetPrev(), IARF_ADD); + } + } + else + { + newline_iarf(pc->GetPrev(), IARF_ADD); + } + } + + if (add_args) + { + // process the function in reverse and leave the first comma if the option to leave trailing closure + // is on. nl_func_call_args_multi_line_ignore_trailing_closure + for (pc = start->GetNextNcNnl(); + pc->IsNotNullChunk() && pc->GetLevel() > start->GetLevel(); + pc = pc->GetNextNcNnl()) + { + if ( pc->Is(CT_COMMA) + && (pc->GetLevel() == (start->GetLevel() + 1))) + { + Chunk *tmp = pc->GetNext(); + + if (tmp->IsComment()) + { + pc = tmp; + } + + if (!pc->GetNext()->IsNewline()) + { + log_rule_B("nl_func_call_args_multi_line_ignore_closures"); + + if (options::nl_func_call_args_multi_line_ignore_closures()) + { + Chunk *prev_comma = pc->GetPrevNcNnl(); + Chunk *after_comma = pc->GetNextNcNnl(); + + if (!( ( prev_comma->GetParentType() == CT_OC_BLOCK_EXPR + || prev_comma->GetParentType() == CT_CPP_LAMBDA + || prev_comma->Is(CT_BRACE_OPEN)) + || ( after_comma->GetParentType() == CT_OC_BLOCK_EXPR + || after_comma->GetParentType() == CT_CPP_LAMBDA + || after_comma->Is(CT_BRACE_OPEN)))) + { + newline_iarf(pc, IARF_ADD); + } + } + else + { + newline_iarf(pc, IARF_ADD); + } + } + } + } + } + } +} // newline_func_multi_line + + +static void newline_template(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNFD, "%s(%d): called on %zu:%zu '%s' [%s/%s]\n", + __func__, __LINE__, start->GetOrigLine(), start->GetOrigCol(), + start->Text(), get_token_name(start->GetType()), get_token_name(start->GetParentType())); + + log_rule_B("nl_template_start"); + bool add_start = options::nl_template_start(); + + log_rule_B("nl_template_args"); + bool add_args = options::nl_template_args(); + + log_rule_B("nl_template_end"); + bool add_end = options::nl_template_end(); + + if ( !add_start + && !add_args + && !add_end) + { + return; + } + Chunk *pc = start->GetNextNcNnl(); + + while ( pc->IsNotNullChunk() + && pc->GetLevel() > start->GetLevel()) + { + pc = pc->GetNextNcNnl(); + } + + if (pc->Is(CT_ANGLE_CLOSE)) + { + if (add_start) + { + newline_iarf(start, IARF_ADD); + } + + if (add_end) + { + newline_iarf(pc->GetPrev(), IARF_ADD); + } + + if (add_args) + { + Chunk *pc_1; + + for (pc_1 = start->GetNextNcNnl(); + pc_1->IsNotNullChunk() && pc_1->GetLevel() > start->GetLevel(); + pc_1 = pc_1->GetNextNcNnl()) + { + if ( pc_1->Is(CT_COMMA) + && (pc_1->GetLevel() == (start->GetLevel() + 1))) + { + Chunk *tmp = pc_1->GetNext(); + + if (tmp->IsComment()) + { + pc_1 = tmp; + } + + if (!pc_1->GetNext()->IsNewline()) + { + newline_iarf(pc_1, IARF_ADD); + } + } + } + } + } +} // newline_template + + +static void newline_func_def_or_call(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNFD, "%s(%d): called on start->Text() is '%s', orig line is %zu, orig col is %zu, [%s/%s]\n", + __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol(), + get_token_name(start->GetType()), get_token_name(start->GetParentType())); + + bool is_def = (start->GetParentType() == CT_FUNC_DEF) + || start->GetParentType() == CT_FUNC_CLASS_DEF; + bool is_call = (start->GetParentType() == CT_FUNC_CALL) + || start->GetParentType() == CT_FUNC_CALL_USER; + + LOG_FMT(LNFD, "%s(%d): is_def is %s, is_call is %s\n", + __func__, __LINE__, is_def ? "TRUE" : "FALSE", is_call ? "TRUE" : "FALSE"); + + if (is_call) + { + log_rule_B("nl_func_call_paren"); + iarf_e atmp = options::nl_func_call_paren(); + + if (atmp != IARF_IGNORE) + { + Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 + + if (prev->IsNotNullChunk()) + { + newline_iarf(prev, atmp); + } + } + Chunk *pc = start->GetNextNcNnl(); + + if (pc->IsString(")")) + { + log_rule_B("nl_func_call_paren_empty"); + atmp = options::nl_func_call_paren_empty(); + + if (atmp != IARF_IGNORE) + { + Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 + + if (prev->IsNotNullChunk()) + { + newline_iarf(prev, atmp); + } + } + log_rule_B("nl_func_call_empty"); + atmp = options::nl_func_call_empty(); + + if (atmp != IARF_IGNORE) + { + newline_iarf(start, atmp); + } + return; + } + } + else + { + log_rule_B("nl_func_def_paren"); + log_rule_B("nl_func_paren"); + iarf_e atmp = is_def ? options::nl_func_def_paren() + : options::nl_func_paren(); + LOG_FMT(LSPACE, "%s(%d): atmp is %s\n", + __func__, __LINE__, + (atmp == IARF_IGNORE) ? "IGNORE" : + (atmp == IARF_ADD) ? "ADD" : + (atmp == IARF_REMOVE) ? "REMOVE" : "FORCE"); + + if (atmp != IARF_IGNORE) + { + Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 + + if (prev->IsNotNullChunk()) + { + newline_iarf(prev, atmp); + } + } + // Handle break newlines type and function + Chunk *prev = start->GetPrevNcNnlNi(); // Issue #2279 + prev = skip_template_prev(prev); + // Don't split up a function variable + prev = prev->IsParenClose() ? Chunk::NullChunkPtr : prev->GetPrevNcNnlNi(); // Issue #2279 + + log_rule_B("nl_func_class_scope"); + + if ( prev->Is(CT_DC_MEMBER) + && (options::nl_func_class_scope() != IARF_IGNORE)) + { + newline_iarf(prev->GetPrevNcNnlNi(), options::nl_func_class_scope()); // Issue #2279 + } + + if (prev->IsNot(CT_ACCESS_COLON)) + { + Chunk *tmp; + + if (prev->Is(CT_OPERATOR)) + { + tmp = prev; + prev = prev->GetPrevNcNnlNi(); // Issue #2279 + } + else + { + tmp = start; + } + + if (prev->Is(CT_DC_MEMBER)) + { + log_rule_B("nl_func_scope_name"); + + if ( options::nl_func_scope_name() != IARF_IGNORE + && !start->TestFlags(PCF_IN_DECLTYPE)) + { + newline_iarf(prev, options::nl_func_scope_name()); + } + } + const Chunk *tmp_next = prev->GetNextNcNnl(); + + if (tmp_next->IsNot(CT_FUNC_CLASS_DEF)) + { + Chunk *closing = tmp->GetClosingParen(); + Chunk *brace = closing->GetNextNcNnl(); + iarf_e a; // Issue #2561 + + if ( tmp->GetParentType() == CT_FUNC_PROTO + || tmp->GetParentType() == CT_FUNC_CLASS_PROTO) + { + // proto + log_rule_B("nl_func_proto_type_name"); + a = options::nl_func_proto_type_name(); + } + else + { + // def + + log_rule_B("nl_func_leave_one_liners"); + + if ( options::nl_func_leave_one_liners() + && ( brace == nullptr + || brace->TestFlags(PCF_ONE_LINER))) // Issue #1511 and #3274 + { + a = IARF_IGNORE; + } + else + { + log_rule_B("nl_func_type_name"); + a = options::nl_func_type_name(); + } + } + log_rule_B("nl_func_type_name_class"); + + if ( tmp->TestFlags(PCF_IN_CLASS) + && (options::nl_func_type_name_class() != IARF_IGNORE)) + { + a = options::nl_func_type_name_class(); + } + + if ( (a != IARF_IGNORE) + && prev->IsNotNullChunk()) + { + LOG_FMT(LNFD, "%s(%d): prev->Text() '%s', orig line is %zu, orig col is %zu, [%s/%s]\n", + __func__, __LINE__, prev->Text(), prev->GetOrigLine(), prev->GetOrigCol(), + get_token_name(prev->GetType()), + get_token_name(prev->GetParentType())); + + if (prev->Is(CT_DESTRUCTOR)) + { + prev = prev->GetPrevNcNnlNi(); // Issue #2279 + } + + /* + * If we are on a '::', step back two tokens + * TODO: do we also need to check for '.' ? + */ + while (prev->Is(CT_DC_MEMBER)) + { + prev = prev->GetPrevNcNnlNi(); // Issue #2279 + prev = skip_template_prev(prev); + prev = prev->GetPrevNcNnlNi(); // Issue #2279 + } + + if ( !prev->IsBraceClose() + && prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_SEMICOLON) + && prev->IsNot(CT_ACCESS_COLON) + // #1008: if we landed on an operator check that it is having + // a type before it, in order to not apply nl_func_type_name + // on conversion operators as they don't have a normal + // return type syntax + && (tmp_next->IsNot(CT_OPERATOR) ? true : prev->IsTypeDefinition())) + { + newline_iarf(prev, a); + } + } + } + } + Chunk *pc = start->GetNextNcNnl(); + + if (pc->IsString(")")) + { + log_rule_B("nl_func_def_empty"); + log_rule_B("nl_func_decl_empty"); + atmp = is_def ? options::nl_func_def_empty() + : options::nl_func_decl_empty(); + + if (atmp != IARF_IGNORE) + { + newline_iarf(start, atmp); + } + log_rule_B("nl_func_def_paren_empty"); + log_rule_B("nl_func_paren_empty"); + atmp = is_def ? options::nl_func_def_paren_empty() + : options::nl_func_paren_empty(); + + if (atmp != IARF_IGNORE) + { + prev = start->GetPrevNcNnlNi(); // Issue #2279 + + if (prev->IsNotNullChunk()) + { + newline_iarf(prev, atmp); + } + } + return; + } + } + // Now scan for commas + size_t comma_count = 0; + Chunk *tmp; + Chunk *pc; + + for (pc = start->GetNextNcNnl(); + pc->IsNotNullChunk() && pc->GetLevel() > start->GetLevel(); + pc = pc->GetNextNcNnl()) + { + if ( pc->Is(CT_COMMA) + && (pc->GetLevel() == (start->GetLevel() + 1))) + { + comma_count++; + tmp = pc->GetNext(); + + if (tmp->IsComment()) + { + pc = tmp; + } + + if (is_def) + { + log_rule_B("nl_func_def_args"); + newline_iarf(pc, options::nl_func_def_args()); + } + else if (is_call) + { + // Issue #2604 + log_rule_B("nl_func_call_args"); + newline_iarf(pc, options::nl_func_call_args()); + } + else // start->GetParentType() == CT_FUNC_DECL + { + log_rule_B("nl_func_decl_args"); + newline_iarf(pc, options::nl_func_decl_args()); + } + } + } + + log_rule_B("nl_func_def_start"); + log_rule_B("nl_func_decl_start"); + iarf_e as = is_def ? options::nl_func_def_start() : options::nl_func_decl_start(); + + log_rule_B("nl_func_def_end"); + log_rule_B("nl_func_decl_end"); + iarf_e ae = is_def ? options::nl_func_def_end() : options::nl_func_decl_end(); + + if (comma_count == 0) + { + iarf_e atmp; + log_rule_B("nl_func_def_start_single"); + log_rule_B("nl_func_decl_start_single"); + atmp = is_def ? options::nl_func_def_start_single() : + options::nl_func_decl_start_single(); + + if (atmp != IARF_IGNORE) + { + as = atmp; + } + log_rule_B("nl_func_def_end_single"); + log_rule_B("nl_func_decl_end_single"); + atmp = is_def ? options::nl_func_def_end_single() : + options::nl_func_decl_end_single(); + + if (atmp != IARF_IGNORE) + { + ae = atmp; + } + } + + if (!is_call) + { + newline_iarf(start, as); + } + + // and fix up the close parenthesis + if (pc->Is(CT_FPAREN_CLOSE)) + { + Chunk *prev = pc->GetPrevNnl(); + + if ( prev->IsNot(CT_FPAREN_OPEN) + && !is_call) + { + newline_iarf(prev, ae); + } + newline_func_multi_line(start); + } +} // newline_func_def_or_call + + +static void newline_oc_msg(Chunk *start) +{ + LOG_FUNC_ENTRY(); + + Chunk *sq_c = start->GetClosingParen(); + + if (sq_c->IsNullChunk()) + { + return; + } + log_rule_B("nl_oc_msg_leave_one_liner"); + + if (options::nl_oc_msg_leave_one_liner()) + { + return; + } + bool should_nl_msg = false; + + // Get count of parameters + size_t parameter_count = 0; + + for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + if (pc->GetLevel() <= start->GetLevel()) + { + break; + } + + if (pc->Is(CT_OC_COLON) && pc->GetLevel() - 1 == start->GetLevel()) + { + parameter_count++; + } + } + + size_t min_params = options::nl_oc_msg_args_min_params(); + + if ( parameter_count >= min_params + && min_params != 0) + { + should_nl_msg = true; + } + // Get length of longest line + size_t longest_line = 0; + + for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + if (pc->GetLevel() <= start->GetLevel()) + { + break; + } + + if (pc->GetOrigColEnd() > longest_line) + { + longest_line = pc->GetOrigColEnd(); + } + } + + size_t max_code_width = options::nl_oc_msg_args_max_code_width(); + + if ( longest_line > max_code_width + && max_code_width != 0) + { + should_nl_msg = true; + } + + // If both nl_oc_msg_args_min_params and nl_oc_msg_args_max_code_width are disabled + // we should newline all messages. + if ( max_code_width == 0 + && min_params == 0) + { + should_nl_msg = true; + } + + if (!should_nl_msg) + { + return; + } + + for (Chunk *pc = start->GetNextNcNnl(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + if (pc->GetLevel() <= start->GetLevel()) + { + break; + } + + if (pc->Is(CT_OC_MSG_NAME) && pc->GetLevel() - 1 == start->GetLevel()) + { + newline_add_before(pc); + } + } +} // newline_oc_msg + + +static bool one_liner_nl_ok(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNL1LINE, "%s(%d): check type is %s, parent is %s, flag is %s, orig line is %zu, orig col is %zu\n", + __func__, __LINE__, get_token_name(pc->GetType()), get_token_name(pc->GetParentType()), + pcf_flags_str(pc->GetFlags()).c_str(), pc->GetOrigLine(), pc->GetOrigCol()); + + if (!pc->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LNL1LINE, "%s(%d): true (not 1-liner), a new line may be added\n", __func__, __LINE__); + return(true); + } + // Step back to find the opening brace + Chunk *br_open = pc; + + if (br_open->IsBraceClose()) + { + br_open = br_open->GetPrevType(br_open->Is(CT_BRACE_CLOSE) ? CT_BRACE_OPEN : CT_VBRACE_OPEN, + br_open->GetLevel(), E_Scope::ALL); + } + else + { + while ( br_open->IsNotNullChunk() + && br_open->TestFlags(PCF_ONE_LINER) + && !br_open->IsBraceOpen() + && !br_open->IsBraceClose()) + { + br_open = br_open->GetPrev(); + } + } + pc = br_open; + + if ( pc->IsNotNullChunk() + && pc->TestFlags(PCF_ONE_LINER) + && ( pc->IsBraceOpen() + || pc->IsBraceClose())) + { + log_rule_B("nl_class_leave_one_liners"); + + if ( options::nl_class_leave_one_liners() + && pc->TestFlags(PCF_IN_CLASS)) + { + LOG_FMT(LNL1LINE, "%s(%d): false (class)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_assign_leave_one_liners"); + + if ( options::nl_assign_leave_one_liners() + && pc->GetParentType() == CT_ASSIGN) + { + LOG_FMT(LNL1LINE, "%s(%d): false (assign)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_enum_leave_one_liners"); + + if ( options::nl_enum_leave_one_liners() + && pc->GetParentType() == CT_ENUM) + { + LOG_FMT(LNL1LINE, "%s(%d): false (enum)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_getset_leave_one_liners"); + + if ( options::nl_getset_leave_one_liners() + && pc->GetParentType() == CT_GETSET) + { + LOG_FMT(LNL1LINE, "%s(%d): false (get/set), a new line may NOT be added\n", __func__, __LINE__); + return(false); + } + // Issue #UT-98 + log_rule_B("nl_cs_property_leave_one_liners"); + + if ( options::nl_cs_property_leave_one_liners() + && pc->GetParentType() == CT_CS_PROPERTY) + { + LOG_FMT(LNL1LINE, "%s(%d): false (c# property), a new line may NOT be added\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_func_leave_one_liners"); + + if ( options::nl_func_leave_one_liners() + && ( pc->GetParentType() == CT_FUNC_DEF + || pc->GetParentType() == CT_FUNC_CLASS_DEF)) + { + LOG_FMT(LNL1LINE, "%s(%d): false (func def)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_func_leave_one_liners"); + + if ( options::nl_func_leave_one_liners() + && pc->GetParentType() == CT_OC_MSG_DECL) + { + LOG_FMT(LNL1LINE, "%s(%d): false (method def)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_cpp_lambda_leave_one_liners"); + + if ( options::nl_cpp_lambda_leave_one_liners() + && ((pc->GetParentType() == CT_CPP_LAMBDA))) + { + LOG_FMT(LNL1LINE, "%s(%d): false (lambda)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_oc_msg_leave_one_liner"); + + if ( options::nl_oc_msg_leave_one_liner() + && pc->TestFlags(PCF_IN_OC_MSG)) + { + LOG_FMT(LNL1LINE, "%s(%d): false (message)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_if_leave_one_liners"); + + if ( options::nl_if_leave_one_liners() + && ( pc->GetParentType() == CT_IF + || pc->GetParentType() == CT_ELSEIF + || pc->GetParentType() == CT_ELSE)) + { + LOG_FMT(LNL1LINE, "%s(%d): false (if/else)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_while_leave_one_liners"); + + if ( options::nl_while_leave_one_liners() + && pc->GetParentType() == CT_WHILE) + { + LOG_FMT(LNL1LINE, "%s(%d): false (while)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_do_leave_one_liners"); + + if ( options::nl_do_leave_one_liners() + && pc->GetParentType() == CT_DO) + { + LOG_FMT(LNL1LINE, "%s(%d): false (do)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_for_leave_one_liners"); + + if ( options::nl_for_leave_one_liners() + && pc->GetParentType() == CT_FOR) + { + LOG_FMT(LNL1LINE, "%s(%d): false (for)\n", __func__, __LINE__); + return(false); + } + log_rule_B("nl_namespace_two_to_one_liner - 2"); + + if ( options::nl_namespace_two_to_one_liner() + && pc->GetParentType() == CT_NAMESPACE) + { + LOG_FMT(LNL1LINE, "%s(%d): false (namespace)\n", __func__, __LINE__); + return(false); + } + } + LOG_FMT(LNL1LINE, "%s(%d): true, a new line may be added\n", __func__, __LINE__); + return(true); +} // one_liner_nl_ok + + +void undo_one_liner(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + if ( pc != nullptr + && pc->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LNL1LINE, "%s(%d): pc->Text() '%s', orig line is %zu, orig col is %zu", + __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol()); + pc->ResetFlagBits(PCF_ONE_LINER); + + // scan backward + LOG_FMT(LNL1LINE, "%s(%d): scan backward\n", __func__, __LINE__); + Chunk *tmp = pc; + + while ((tmp = tmp->GetPrev())->IsNotNullChunk()) + { + if (!tmp->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LNL1LINE, "%s(%d): tmp->Text() '%s', orig line is %zu, orig col is %zu, --> break\n", + __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); + break; + } + LOG_FMT(LNL1LINE, "%s(%d): clear for tmp->Text() '%s', orig line is %zu, orig col is %zu", + __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); + tmp->ResetFlagBits(PCF_ONE_LINER); + } + // scan forward + LOG_FMT(LNL1LINE, "%s(%d): scan forward\n", __func__, __LINE__); + tmp = pc; + LOG_FMT(LNL1LINE, "%s(%d): - \n", __func__, __LINE__); + + while ((tmp = tmp->GetNext())->IsNotNullChunk()) + { + if (!tmp->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LNL1LINE, "%s(%d): tmp->Text() '%s', orig line is %zu, orig col is %zu, --> break\n", + __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); + break; + } + LOG_FMT(LNL1LINE, "%s(%d): clear for tmp->Text() '%s', orig line is %zu, orig col is %zu", + __func__, __LINE__, tmp->Text(), tmp->GetOrigLine(), tmp->GetOrigCol()); + tmp->ResetFlagBits(PCF_ONE_LINER); + } + LOG_FMT(LNL1LINE, "\n"); + } +} // undo_one_liner + + +static void nl_create_one_liner(Chunk *vbrace_open) +{ + LOG_FUNC_ENTRY(); + + // See if we get a newline between the next text and the vbrace_close + Chunk *tmp = vbrace_open->GetNextNcNnl(); + Chunk *first = tmp; + + if ( first->IsNullChunk() + || get_token_pattern_class(first->GetType()) != pattern_class_e::NONE) + { + return; + } + size_t nl_total = 0; + + while (tmp->IsNot(CT_VBRACE_CLOSE)) + { + if (tmp->IsNewline()) + { + nl_total += tmp->GetNlCount(); + + if (nl_total > 1) + { + return; + } + } + tmp = tmp->GetNext(); + } + + if ( tmp->IsNotNullChunk() + && first->IsNotNullChunk()) + { + newline_del_between(vbrace_open, first); + } +} // nl_create_one_liner + + +static void nl_create_list_liner(Chunk *brace_open) +{ + LOG_FUNC_ENTRY(); + + // See if we get a newline between the next text and the vbrace_close + if (brace_open == nullptr) + { + return; + } + Chunk *closing = brace_open->GetNextType(CT_BRACE_CLOSE, brace_open->GetLevel()); + Chunk *tmp = brace_open; + + do + { + if (tmp->Is(CT_COMMA)) + { + return; + } + tmp = tmp->GetNext(); + } while (tmp != closing); + + newline_del_between(brace_open, closing); +} // nl_create_list_liner + + +void newlines_remove_newlines() +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LBLANK, "%s(%d):\n", __func__, __LINE__); + Chunk *pc = Chunk::GetHead(); + + if (!pc->IsNewline()) + { + pc = pc->GetNextNl(); + } + Chunk *next; + Chunk *prev; + + while (pc->IsNotNullChunk()) + { + // Remove all newlines not in preproc + if (!pc->TestFlags(PCF_IN_PREPROC)) + { + next = pc->GetNext(); + prev = pc->GetPrev(); + newline_iarf(pc, IARF_REMOVE); + + if (next == Chunk::GetHead()) + { + pc = next; + continue; + } + else if ( prev->IsNotNullChunk() + && !prev->GetNext()->IsNewline()) + { + pc = prev; + } + } + pc = pc->GetNextNl(); + } +} // newlines_remove_newlines + + +void newlines_remove_disallowed() +{ + LOG_FUNC_ENTRY(); + + Chunk *pc = Chunk::GetHead(); + Chunk *next; + + while ((pc = pc->GetNextNl())->IsNotNullChunk()) + { + LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, , nl is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); + + next = pc->GetNext(); + + if ( next->IsNotNullChunk() + && !next->Is(CT_NEWLINE) + && !can_increase_nl(pc)) + { + LOG_FMT(LBLANKD, "%s(%d): force to 1 orig line is %zu, orig col is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); + + if (pc->GetNlCount() != 1) + { + pc->SetNlCount(1); + MARK_CHANGE(); + } + } + } +} // newlines_remove_disallowed + + +void newlines_cleanup_angles() +{ + // Issue #1167 + LOG_FUNC_ENTRY(); + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + char copy[1000]; + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); + + if (pc->Is(CT_ANGLE_OPEN)) + { + newline_template(pc); + } + } +} // newlines_cleanup_angles + + +void newlines_cleanup_braces(bool first) +{ + LOG_FUNC_ENTRY(); + + // Get the first token that's not an empty line: + Chunk *pc = Chunk::GetHead(); + + if (pc->IsNewline()) + { + pc = pc->GetNextNcNnl(); + } + + for ( ; pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + char copy[1000]; + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); + + if ( pc->Is(CT_IF) + || pc->Is(CT_CONSTEXPR)) + { + log_rule_B("nl_if_brace"); + newlines_if_for_while_switch(pc, options::nl_if_brace()); + } + else if (pc->Is(CT_ELSEIF)) + { + log_rule_B("nl_elseif_brace"); + iarf_e arg = options::nl_elseif_brace(); + log_rule_B("nl_if_brace"); + newlines_if_for_while_switch( + pc, (arg != IARF_IGNORE) ? arg : options::nl_if_brace()); + } + else if (pc->Is(CT_FOR)) + { + log_rule_B("nl_for_brace"); + newlines_if_for_while_switch(pc, options::nl_for_brace()); + } + else if (pc->Is(CT_CATCH)) + { + log_rule_B("nl_oc_brace_catch"); + + if ( language_is_set(LANG_OC) + && (pc->GetStr()[0] == '@') + && (options::nl_oc_brace_catch() != IARF_IGNORE)) + { + newlines_cuddle_uncuddle(pc, options::nl_oc_brace_catch()); + } + else + { + log_rule_B("nl_brace_catch"); + newlines_cuddle_uncuddle(pc, options::nl_brace_catch()); + } + Chunk *next = pc->GetNextNcNnl(); + + if (next->Is(CT_BRACE_OPEN)) + { + log_rule_B("nl_oc_catch_brace"); + + if ( language_is_set(LANG_OC) + && (options::nl_oc_catch_brace() != IARF_IGNORE)) + { + log_rule_B("nl_oc_catch_brace"); + newlines_do_else(pc, options::nl_oc_catch_brace()); + } + else + { + log_rule_B("nl_catch_brace"); + newlines_do_else(pc, options::nl_catch_brace()); + } + } + else + { + log_rule_B("nl_oc_catch_brace"); + + if ( language_is_set(LANG_OC) + && (options::nl_oc_catch_brace() != IARF_IGNORE)) + { + newlines_if_for_while_switch(pc, options::nl_oc_catch_brace()); + } + else + { + log_rule_B("nl_catch_brace"); + newlines_if_for_while_switch(pc, options::nl_catch_brace()); + } + } + } + else if (pc->Is(CT_WHILE)) + { + log_rule_B("nl_while_brace"); + newlines_if_for_while_switch(pc, options::nl_while_brace()); + } + else if (pc->Is(CT_USING_STMT)) + { + log_rule_B("nl_using_brace"); + newlines_if_for_while_switch(pc, options::nl_using_brace()); + } + else if (pc->Is(CT_D_SCOPE_IF)) + { + log_rule_B("nl_scope_brace"); + newlines_if_for_while_switch(pc, options::nl_scope_brace()); + } + else if (pc->Is(CT_UNITTEST)) + { + log_rule_B("nl_unittest_brace"); + newlines_do_else(pc, options::nl_unittest_brace()); + } + else if (pc->Is(CT_D_VERSION_IF)) + { + log_rule_B("nl_version_brace"); + newlines_if_for_while_switch(pc, options::nl_version_brace()); + } + else if (pc->Is(CT_SWITCH)) + { + log_rule_B("nl_switch_brace"); + newlines_if_for_while_switch(pc, options::nl_switch_brace()); + } + else if (pc->Is(CT_SYNCHRONIZED)) + { + log_rule_B("nl_synchronized_brace"); + newlines_if_for_while_switch(pc, options::nl_synchronized_brace()); + } + else if (pc->Is(CT_DO)) + { + log_rule_B("nl_do_brace"); + newlines_do_else(pc, options::nl_do_brace()); + } + else if (pc->Is(CT_ELSE)) + { + log_rule_B("nl_brace_else"); + newlines_cuddle_uncuddle(pc, options::nl_brace_else()); + Chunk *next = pc->GetNextNcNnl(); + + if (next->Is(CT_ELSEIF)) + { + log_rule_B("nl_else_if"); + newline_iarf_pair(pc, next, options::nl_else_if()); + } + log_rule_B("nl_else_brace"); + newlines_do_else(pc, options::nl_else_brace()); + } + else if (pc->Is(CT_TRY)) + { + log_rule_B("nl_try_brace"); + newlines_do_else(pc, options::nl_try_brace()); + // Issue #1734 + Chunk *po = pc->GetNextNcNnl(); + flag_parens(po, PCF_IN_TRY_BLOCK, po->GetType(), CT_NONE, false); + } + else if (pc->Is(CT_GETSET)) + { + log_rule_B("nl_getset_brace"); + newlines_do_else(pc, options::nl_getset_brace()); + } + else if (pc->Is(CT_FINALLY)) + { + log_rule_B("nl_brace_finally"); + newlines_cuddle_uncuddle(pc, options::nl_brace_finally()); + log_rule_B("nl_finally_brace"); + newlines_do_else(pc, options::nl_finally_brace()); + } + else if (pc->Is(CT_WHILE_OF_DO)) + { + log_rule_B("nl_brace_while"); + newlines_cuddle_uncuddle(pc, options::nl_brace_while()); + } + else if (pc->Is(CT_BRACE_OPEN)) + { + switch (pc->GetParentType()) + { + case CT_DOUBLE_BRACE: + { + log_rule_B("nl_paren_dbrace_open"); + + if (options::nl_paren_dbrace_open() != IARF_IGNORE) + { + Chunk *prev = pc->GetPrevNcNnlNi(E_Scope::PREPROC); // Issue #2279 + + if (prev->IsParenClose()) + { + log_rule_B("nl_paren_dbrace_open"); + newline_iarf_pair(prev, pc, options::nl_paren_dbrace_open()); + } + } + break; + } + + case CT_ENUM: + { + log_rule_B("nl_enum_own_lines"); + + if (options::nl_enum_own_lines() != IARF_IGNORE) + { + newlines_enum_entries(pc, options::nl_enum_own_lines()); + } + log_rule_B("nl_ds_struct_enum_cmt"); + + if (options::nl_ds_struct_enum_cmt()) + { + newlines_double_space_struct_enum_union(pc); + } + break; + } + + case CT_STRUCT: + case CT_UNION: + { + log_rule_B("nl_ds_struct_enum_cmt"); + + if (options::nl_ds_struct_enum_cmt()) + { + newlines_double_space_struct_enum_union(pc); + } + break; + } + + case CT_CLASS: + { + if (pc->GetLevel() == pc->GetBraceLevel()) + { + log_rule_B("nl_class_brace"); + log_ruleNL("nl_class_brace", pc->GetPrevNnl()); + newlines_do_else(pc->GetPrevNnl(), options::nl_class_brace()); + } + break; + } + + case CT_OC_CLASS: + { + if (pc->GetLevel() == pc->GetBraceLevel()) + { + // Request #126 + // introduce two new options + // look back if we have a @interface or a @implementation + for (Chunk *tmp = pc->GetPrev(); tmp->IsNotNullChunk(); tmp = tmp->GetPrev()) + { + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); + + if ( tmp->Is(CT_OC_INTF) + || tmp->Is(CT_OC_IMPL)) + { + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, may be remove/force newline before {\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); + + if (tmp->Is(CT_OC_INTF)) + { + log_rule_B("nl_oc_interface_brace"); + newlines_do_else(pc->GetPrevNnl(), options::nl_oc_interface_brace()); + } + else + { + log_rule_B("nl_oc_implementation_brace"); + newlines_do_else(pc->GetPrevNnl(), options::nl_oc_implementation_brace()); + } + break; + } + } + } + break; + } + + case CT_BRACED_INIT_LIST: + { + // Issue #1052 + log_rule_B("nl_create_list_one_liner"); + + if (options::nl_create_list_one_liner()) + { + nl_create_list_liner(pc); + break; + } + Chunk *prev = pc->GetPrevNnl(); + + if ( prev->IsNotNullChunk() + && ( prev->GetType() == CT_TYPE + || prev->GetType() == CT_WORD + || prev->GetType() == CT_ASSIGN // Issue #2957 + || prev->GetParentType() == CT_TEMPLATE + || prev->GetParentType() == CT_DECLTYPE)) + { + log_rule_B("nl_type_brace_init_lst"); + newline_iarf_pair(prev, pc, options::nl_type_brace_init_lst(), true); + } + break; + } + + case CT_OC_BLOCK_EXPR: + { + // issue # 477 + log_rule_B("nl_oc_block_brace"); + newline_iarf_pair(pc->GetPrev(), pc, options::nl_oc_block_brace()); + break; + } + + case CT_FUNC_CLASS_DEF: // Issue #2343 + { + if (!one_liner_nl_ok(pc)) + { + LOG_FMT(LNL1LINE, "a new line may NOT be added\n"); + // no change - preserve one liner body + } + else + { + log_rule_B("nl_before_opening_brace_func_class_def"); + + if (options::nl_before_opening_brace_func_class_def() != IARF_IGNORE) + { + newline_iarf_pair(pc->GetPrev(), pc, options::nl_before_opening_brace_func_class_def()); + } + } + } + + default: + { + break; + } + } // switch + + log_rule_B("nl_brace_brace"); + + if (options::nl_brace_brace() != IARF_IGNORE) + { + Chunk *next = pc->GetNextNc(E_Scope::PREPROC); + + if (next->Is(CT_BRACE_OPEN)) + { + newline_iarf_pair(pc, next, options::nl_brace_brace()); + } + } + Chunk *next = pc->GetNextNnl(); + + if (next->IsNullChunk()) + { + // do nothing + } + else if (next->Is(CT_BRACE_CLOSE)) + { + // TODO: add an option to split open empty statements? { }; + } + else if (next->Is(CT_BRACE_OPEN)) + { + // already handled + } + else + { + next = pc->GetNextNcNnl(); + + // Handle unnamed temporary direct-list-initialization + if (pc->GetParentType() == CT_BRACED_INIT_LIST) + { + log_rule_B("nl_type_brace_init_lst_open"); + newline_iarf_pair(pc, pc->GetNextNnl(), + options::nl_type_brace_init_lst_open(), true); + } + // Handle nl_after_brace_open + else if ( ( pc->GetParentType() == CT_CPP_LAMBDA + || pc->GetLevel() == pc->GetBraceLevel()) + && options::nl_after_brace_open()) + { + log_rule_B("nl_after_brace_open"); + + if (!one_liner_nl_ok(pc)) + { + LOG_FMT(LNL1LINE, "a new line may NOT be added (nl_after_brace_open)\n"); + // no change - preserve one liner body + } + else if ( pc->TestFlags(PCF_IN_PREPROC) + || ( pc->TestFlags(PCF_ONE_LINER) + && pc->TestFlags(PCF_IN_ARRAY_ASSIGN) + && options::nl_assign_leave_one_liners())) + { + // no change - don't break up preprocessors + } + else + { + // Step back from next to the first non-newline item + Chunk *tmp = next->GetPrev(); + + while (tmp != pc) + { + if (tmp->IsComment()) + { + log_rule_B("nl_after_brace_open_cmt"); + + if ( !options::nl_after_brace_open_cmt() + && tmp->IsNot(CT_COMMENT_MULTI)) + { + break; + } + } + tmp = tmp->GetPrev(); + } + // Add the newline + newline_iarf(tmp, IARF_ADD); + } + } + } + // braced-init-list is more like a function call with arguments, + // than curly braces that determine a structure of a source code, + // so, don't add a newline before a closing brace. Issue #1405. + log_rule_B("nl_type_brace_init_lst_open"); + log_rule_B("nl_type_brace_init_lst_close"); + + if (!( pc->GetParentType() == CT_BRACED_INIT_LIST + && options::nl_type_brace_init_lst_open() == IARF_IGNORE + && options::nl_type_brace_init_lst_close() == IARF_IGNORE)) + { + newlines_brace_pair(pc); + } + + // Handle nl_before_brace_open + if ( pc->Is(CT_BRACE_OPEN) + && pc->GetLevel() == pc->GetBraceLevel() + && options::nl_before_brace_open()) + { + log_rule_B("nl_before_brace_open"); + + if (!one_liner_nl_ok(pc)) + { + LOG_FMT(LNL1LINE, "a new line may NOT be added (nl_before_brace_open)\n"); + // no change - preserve one liner body + } + else if ( pc->TestFlags(PCF_IN_PREPROC) + || pc->TestFlags(PCF_IN_ARRAY_ASSIGN)) + { + // no change - don't break up array assignments or preprocessors + } + else + { + // Step back to previous non-newline item + Chunk *tmp = pc->GetPrev(); + + if (!tmp->Is(CT_NEWLINE)) + { + newline_iarf(tmp, IARF_ADD); + } + } + } + } + else if (pc->Is(CT_BRACE_CLOSE)) + { + // newline between a close brace and x + log_rule_B("nl_brace_brace"); + + if (options::nl_brace_brace() != IARF_IGNORE) + { + Chunk *next = pc->GetNextNc(E_Scope::PREPROC); + + if (next->Is(CT_BRACE_CLOSE)) + { + log_rule_B("nl_brace_brace"); + newline_iarf_pair(pc, next, options::nl_brace_brace()); + } + } + log_rule_B("nl_brace_square"); + + if (options::nl_brace_square() != IARF_IGNORE) + { + Chunk *next = pc->GetNextNc(E_Scope::PREPROC); + + if (next->Is(CT_SQUARE_CLOSE)) + { + log_rule_B("nl_brace_square"); + newline_iarf_pair(pc, next, options::nl_brace_square()); + } + } + log_rule_B("nl_brace_fparen"); + + if (options::nl_brace_fparen() != IARF_IGNORE) + { + Chunk *next = pc->GetNextNc(E_Scope::PREPROC); + + log_rule_B("nl_brace_fparen"); + + if ( next->Is(CT_NEWLINE) + && (options::nl_brace_fparen() == IARF_REMOVE)) + { + next = next->GetNextNc(E_Scope::PREPROC); // Issue #1000 + } + + if (next->Is(CT_FPAREN_CLOSE)) + { + log_rule_B("nl_brace_fparen"); + newline_iarf_pair(pc, next, options::nl_brace_fparen()); + } + } + // newline before a close brace + log_rule_B("nl_type_brace_init_lst_close"); + + if ( pc->GetParentType() == CT_BRACED_INIT_LIST + && options::nl_type_brace_init_lst_close() != IARF_IGNORE) + { + // Handle unnamed temporary direct-list-initialization + newline_iarf_pair(pc->GetPrevNnl(), pc, + options::nl_type_brace_init_lst_close(), true); + } + // blanks before a close brace + log_rule_B("eat_blanks_before_close_brace"); + + if (options::eat_blanks_before_close_brace()) + { + // Limit the newlines before the close brace to 1 + Chunk *prev = pc->GetPrev(); + + if (prev->IsNewline()) + { + log_rule_B("nl_inside_namespace"); + log_rule_B("nl_inside_empty_func"); + + if ( options::nl_inside_empty_func() > 0 + && pc->GetPrevNnl()->Is(CT_BRACE_OPEN) + && ( pc->GetParentType() == CT_FUNC_CLASS_DEF + || pc->GetParentType() == CT_FUNC_DEF)) + { + blank_line_set(prev, options::nl_inside_empty_func); + } + else if ( options::nl_inside_namespace() > 0 + && pc->GetParentType() == CT_NAMESPACE) + { + blank_line_set(prev, options::nl_inside_namespace); + } + else if (prev->GetNlCount() != 1) + { + prev->SetNlCount(1); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_before_close_brace %zu\n", + __func__, __LINE__, prev->GetOrigLine()); + MARK_CHANGE(); + } + } + } + else if ( options::nl_ds_struct_enum_close_brace() + && ( pc->GetParentType() == CT_ENUM + || pc->GetParentType() == CT_STRUCT + || pc->GetParentType() == CT_UNION)) + { + log_rule_B("nl_ds_struct_enum_close_brace"); + + if (!pc->TestFlags(PCF_ONE_LINER)) + { + // Make sure the brace is preceded by two newlines + Chunk *prev = pc->GetPrev(); + + if (!prev->IsNewline()) + { + prev = newline_add_before(pc); + } + + if (prev->GetNlCount() < 2) + { + double_newline(prev); + } + } + } + // Force a newline after a close brace + log_rule_B("nl_brace_struct_var"); + + if ( (options::nl_brace_struct_var() != IARF_IGNORE) + && ( pc->GetParentType() == CT_STRUCT + || pc->GetParentType() == CT_ENUM + || pc->GetParentType() == CT_UNION)) + { + Chunk *next = pc->GetNextNcNnl(E_Scope::PREPROC); + + if ( next->IsNot(CT_SEMICOLON) + && next->IsNot(CT_COMMA)) + { + log_rule_B("nl_brace_struct_var"); + newline_iarf(pc, options::nl_brace_struct_var()); + } + } + else if ( pc->GetParentType() != CT_OC_AT + && pc->GetParentType() != CT_BRACED_INIT_LIST + && ( options::nl_after_brace_close() + || pc->GetParentType() == CT_FUNC_CLASS_DEF + || pc->GetParentType() == CT_FUNC_DEF + || pc->GetParentType() == CT_OC_MSG_DECL)) + { + log_rule_B("nl_after_brace_close"); + Chunk *next = pc->GetNext(); + + if ( next->IsNot(CT_SEMICOLON) + && next->IsNot(CT_COMMA) + && next->IsNot(CT_SPAREN_CLOSE) // Issue #664 + && next->IsNot(CT_SQUARE_CLOSE) + && next->IsNot(CT_FPAREN_CLOSE) + && next->IsNot(CT_PAREN_CLOSE) + && next->IsNot(CT_WHILE_OF_DO) + && next->IsNot(CT_VBRACE_CLOSE) // Issue #666 + && ( next->IsNot(CT_BRACE_CLOSE) + || !next->TestFlags(PCF_ONE_LINER)) // #1258 + && !pc->TestFlags(PCF_IN_ARRAY_ASSIGN) + && !pc->TestFlags(PCF_IN_TYPEDEF) + && !next->IsCommentOrNewline() + && next->IsNotNullChunk()) + { + // #1258 + // dont add newline between two consecutive braces closes, if the second is a part of one liner. + newline_end_newline(pc); + } + } + else if (pc->GetParentType() == CT_NAMESPACE) + { + log_rule_B("nl_after_namespace"); + + if (options::nl_after_namespace() > 0) + { + Chunk *next = pc->GetNextNcNnl(E_Scope::PREPROC); + + if (next->IsNotNullChunk()) + { + newline_add_before(next); + // newline_iarf(next, IARF_ADD); + } + } + } + } + else if (pc->Is(CT_VBRACE_OPEN)) + { + log_rule_B("nl_after_vbrace_open"); + log_rule_B("nl_after_vbrace_open_empty"); + + if ( options::nl_after_vbrace_open() + || options::nl_after_vbrace_open_empty()) + { + Chunk *next = pc->GetNext(E_Scope::PREPROC); + bool add_it; + + if (next->IsSemicolon()) + { + log_rule_B("nl_after_vbrace_open_empty"); + add_it = options::nl_after_vbrace_open_empty(); + } + else + { + log_rule_B("nl_after_vbrace_open"); + add_it = ( options::nl_after_vbrace_open() + && next->IsNot(CT_VBRACE_CLOSE) + && !next->IsCommentOrNewline()); + } + + if (add_it) + { + newline_iarf(pc, IARF_ADD); + } + } + log_rule_B("nl_create_if_one_liner"); + log_rule_B("nl_create_for_one_liner"); + log_rule_B("nl_create_while_one_liner"); + + if ( ( ( pc->GetParentType() == CT_IF + || pc->GetParentType() == CT_ELSEIF + || pc->GetParentType() == CT_ELSE) + && options::nl_create_if_one_liner()) + || ( pc->GetParentType() == CT_FOR + && options::nl_create_for_one_liner()) + || ( pc->GetParentType() == CT_WHILE + && options::nl_create_while_one_liner())) + { + nl_create_one_liner(pc); + } + log_rule_B("nl_split_if_one_liner"); + log_rule_B("nl_split_for_one_liner"); + log_rule_B("nl_split_while_one_liner"); + + if ( ( ( pc->GetParentType() == CT_IF + || pc->GetParentType() == CT_ELSEIF + || pc->GetParentType() == CT_ELSE) + && options::nl_split_if_one_liner()) + || ( pc->GetParentType() == CT_FOR + && options::nl_split_for_one_liner()) + || ( pc->GetParentType() == CT_WHILE + && options::nl_split_while_one_liner())) + { + if (pc->TestFlags(PCF_ONE_LINER)) + { + // split one-liner + Chunk *end = pc->GetNext()->GetNextType(CT_SEMICOLON)->GetNext(); + // Scan for clear flag + LOG_FMT(LNEWLINE, "(%d) ", __LINE__); + LOG_FMT(LNEWLINE, "\n"); + + for (Chunk *temp = pc; temp != end; temp = temp->GetNext()) + { + LOG_FMT(LNEWLINE, "%s(%d): Text() is '%s', type is %s, level is %zu\n", + __func__, __LINE__, temp->Text(), get_token_name(temp->GetType()), temp->GetLevel()); + // produces much more log output. Use it only debugging purpose + //log_pcf_flags(LNEWLINE, temp->GetFlags()); + temp->ResetFlagBits(PCF_ONE_LINER); + } + + // split + newline_add_between(pc, pc->GetNext()); + } + } + } + else if (pc->Is(CT_VBRACE_CLOSE)) + { + log_rule_B("nl_after_vbrace_close"); + + if (options::nl_after_vbrace_close()) + { + if (!pc->GetNextNc()->IsNewline()) + { + newline_iarf(pc, IARF_ADD); + } + } + } + else if ( pc->Is(CT_SQUARE_OPEN) + && pc->GetParentType() == CT_OC_MSG) + { + log_rule_B("nl_oc_msg_args"); + + if (options::nl_oc_msg_args()) + { + newline_oc_msg(pc); + } + } + else if (pc->Is(CT_STRUCT)) + { + log_rule_B("nl_struct_brace"); + newlines_struct_union(pc, options::nl_struct_brace(), true); + } + else if (pc->Is(CT_UNION)) + { + log_rule_B("nl_union_brace"); + newlines_struct_union(pc, options::nl_union_brace(), true); + } + else if (pc->Is(CT_ENUM)) + { + newlines_enum(pc); + } + else if (pc->Is(CT_CASE)) + { + // Note: 'default' also maps to CT_CASE + log_rule_B("nl_before_case"); + + if (options::nl_before_case()) + { + newline_case(pc); + } + } + else if (pc->Is(CT_THROW)) + { + Chunk *prev = pc->GetPrev(); + + if ( prev->Is(CT_PAREN_CLOSE) + || prev->Is(CT_FPAREN_CLOSE)) // Issue #1122 + { + log_rule_B("nl_before_throw"); + newline_iarf(pc->GetPrevNcNnlNi(), options::nl_before_throw()); // Issue #2279 + } + } + else if ( pc->Is(CT_QUALIFIER) + && !strcmp(pc->Text(), "throws")) + { + Chunk *prev = pc->GetPrev(); + + if ( prev->Is(CT_PAREN_CLOSE) + || prev->Is(CT_FPAREN_CLOSE)) // Issue #1122 + { + log_rule_B("nl_before_throw"); + newline_iarf(pc->GetPrevNcNnlNi(), options::nl_before_throw()); // Issue #2279 + } + } + else if (pc->Is(CT_CASE_COLON)) + { + Chunk *next = pc->GetNextNnl(); + + log_rule_B("nl_case_colon_brace"); + + if ( next->Is(CT_BRACE_OPEN) + && options::nl_case_colon_brace() != IARF_IGNORE) + { + newline_iarf(pc, options::nl_case_colon_brace()); + } + else if (options::nl_after_case()) + { + log_rule_B("nl_after_case"); + newline_case_colon(pc); + } + } + else if (pc->Is(CT_SPAREN_CLOSE)) + { + Chunk *next = pc->GetNextNcNnl(); + + if (next->Is(CT_BRACE_OPEN)) + { + /* + * TODO: this could be used to control newlines between the + * the if/while/for/switch close parenthesis and the open brace, but + * that is currently handled elsewhere. + */ + } + } + else if (pc->Is(CT_RETURN)) + { + log_rule_B("nl_before_return"); + + if (options::nl_before_return()) + { + newline_before_return(pc); + } + log_rule_B("nl_after_return"); + + if (options::nl_after_return()) + { + newline_after_return(pc); + } + } + else if (pc->Is(CT_SEMICOLON)) + { + log_rule_B("nl_after_semicolon"); + log_rule_NL("nl_after_semicolon"); + + if ( !pc->TestFlags(PCF_IN_SPAREN) + && !pc->TestFlags(PCF_IN_PREPROC) + && options::nl_after_semicolon()) + { + Chunk *next = pc->GetNext(); + + while (next->Is(CT_VBRACE_CLOSE)) + { + next = next->GetNext(); + } + + if ( next->IsNotNullChunk() + && !next->IsCommentOrNewline()) + { + if (one_liner_nl_ok(next)) + { + LOG_FMT(LNL1LINE, "%s(%d): a new line may be added\n", __func__, __LINE__); + newline_iarf(pc, IARF_ADD); + } + else + { + LOG_FMT(LNL1LINE, "%s(%d): a new line may NOT be added\n", __func__, __LINE__); + } + } + } + else if (pc->GetParentType() == CT_CLASS) + { + log_rule_B("nl_after_class"); + + if (options::nl_after_class() > 0) + { + /* + * If there is already a "class" comment, then don't add a newline if + * one exists after the comment. or else this will interfere with the + * mod_add_long_class_closebrace_comment option. + */ + iarf_e mode = IARF_ADD; + Chunk *next = pc->GetNext(); + + if (next->IsComment()) + { + pc = next; + next = pc->GetNext(); + + if (next->IsNewline()) + { + mode = IARF_IGNORE; + } + } + newline_iarf(pc, mode); + } + } + } + else if (pc->Is(CT_FPAREN_OPEN)) + { + log_rule_B("nl_func_decl_start"); + log_rule_B("nl_func_def_start"); + log_rule_B("nl_func_decl_start_single"); + log_rule_B("nl_func_def_start_single"); + log_rule_B("nl_func_decl_start_multi_line"); + log_rule_B("nl_func_def_start_multi_line"); + log_rule_B("nl_func_decl_args"); + log_rule_B("nl_func_def_args"); + log_rule_B("nl_func_decl_args_multi_line"); + log_rule_B("nl_func_def_args_multi_line"); + log_rule_B("nl_func_decl_end"); + log_rule_B("nl_func_def_end"); + log_rule_B("nl_func_decl_end_single"); + log_rule_B("nl_func_def_end_single"); + log_rule_B("nl_func_decl_end_multi_line"); + log_rule_B("nl_func_def_end_multi_line"); + log_rule_B("nl_func_decl_empty"); + log_rule_B("nl_func_def_empty"); + log_rule_B("nl_func_type_name"); + log_rule_B("nl_func_type_name_class"); + log_rule_B("nl_func_class_scope"); + log_rule_B("nl_func_scope_name"); + log_rule_B("nl_func_proto_type_name"); + log_rule_B("nl_func_paren"); + log_rule_B("nl_func_def_paren"); + log_rule_B("nl_func_def_paren_empty"); + log_rule_B("nl_func_paren_empty"); + + if ( ( pc->GetParentType() == CT_FUNC_DEF + || pc->GetParentType() == CT_FUNC_PROTO + || pc->GetParentType() == CT_FUNC_CLASS_DEF + || pc->GetParentType() == CT_FUNC_CLASS_PROTO + || pc->GetParentType() == CT_OPERATOR) + && ( options::nl_func_decl_start() != IARF_IGNORE + || options::nl_func_def_start() != IARF_IGNORE + || options::nl_func_decl_start_single() != IARF_IGNORE + || options::nl_func_def_start_single() != IARF_IGNORE + || options::nl_func_decl_start_multi_line() + || options::nl_func_def_start_multi_line() + || options::nl_func_decl_args() != IARF_IGNORE + || options::nl_func_def_args() != IARF_IGNORE + || options::nl_func_decl_args_multi_line() + || options::nl_func_def_args_multi_line() + || options::nl_func_decl_end() != IARF_IGNORE + || options::nl_func_def_end() != IARF_IGNORE + || options::nl_func_decl_end_single() != IARF_IGNORE + || options::nl_func_def_end_single() != IARF_IGNORE + || options::nl_func_decl_end_multi_line() + || options::nl_func_def_end_multi_line() + || options::nl_func_decl_empty() != IARF_IGNORE + || options::nl_func_def_empty() != IARF_IGNORE + || options::nl_func_type_name() != IARF_IGNORE + || options::nl_func_type_name_class() != IARF_IGNORE + || options::nl_func_class_scope() != IARF_IGNORE + || options::nl_func_scope_name() != IARF_IGNORE + || options::nl_func_proto_type_name() != IARF_IGNORE + || options::nl_func_paren() != IARF_IGNORE + || options::nl_func_def_paren() != IARF_IGNORE + || options::nl_func_def_paren_empty() != IARF_IGNORE + || options::nl_func_paren_empty() != IARF_IGNORE)) + { + newline_func_def_or_call(pc); + } + else if ( ( pc->GetParentType() == CT_FUNC_CALL + || pc->GetParentType() == CT_FUNC_CALL_USER) + && ( (options::nl_func_call_start_multi_line()) + || (options::nl_func_call_args_multi_line()) + || (options::nl_func_call_end_multi_line()) + || (options::nl_func_call_start() != IARF_IGNORE) // Issue #2020 + || (options::nl_func_call_args() != IARF_IGNORE) // Issue #2604 + || (options::nl_func_call_paren() != IARF_IGNORE) + || (options::nl_func_call_paren_empty() != IARF_IGNORE) + || (options::nl_func_call_empty() != IARF_IGNORE))) + { + log_rule_B("nl_func_call_start_multi_line"); + log_rule_B("nl_func_call_args_multi_line"); + log_rule_B("nl_func_call_end_multi_line"); + log_rule_B("nl_func_call_start"); + log_rule_B("nl_func_call_args"); + log_rule_B("nl_func_call_paren"); + log_rule_B("nl_func_call_paren_empty"); + log_rule_B("nl_func_call_empty"); + + if (options::nl_func_call_start() != IARF_IGNORE) + { + newline_iarf(pc, options::nl_func_call_start()); + } + // note that newline_func_def_or_call() calls newline_func_multi_line() + newline_func_def_or_call(pc); + } + else if ( first + && (options::nl_remove_extra_newlines() == 1)) + { + log_rule_B("nl_remove_extra_newlines"); + newline_iarf(pc, IARF_REMOVE); + } + } + else if (pc->Is(CT_FPAREN_CLOSE)) // Issue #2758 + { + if ( ( pc->GetParentType() == CT_FUNC_CALL + || pc->GetParentType() == CT_FUNC_CALL_USER) + && options::nl_func_call_end() != IARF_IGNORE) + { + log_rule_B("nl_func_call_end"); + newline_iarf(pc->GetPrev(), options::nl_func_call_end()); + } + } + else if (pc->Is(CT_ANGLE_CLOSE)) + { + if (pc->GetParentType() == CT_TEMPLATE) + { + Chunk *next = pc->GetNextNcNnl(); + + if ( next->IsNotNullChunk() + && next->GetLevel() == next->GetBraceLevel()) + { + Chunk *tmp = pc->GetPrevType(CT_ANGLE_OPEN, pc->GetLevel())->GetPrevNcNnlNi(); // Issue #2279 + + if (tmp->Is(CT_TEMPLATE)) + { + if (next->Is(CT_USING)) + { + newline_iarf(pc, options::nl_template_using()); + log_rule_B("nl_template_using"); + } + else if (next->GetParentType() == CT_FUNC_DEF) // function definition + { + iarf_e const action = + newline_template_option( + pc, + options::nl_template_func_def_special(), + options::nl_template_func_def(), + options::nl_template_func()); + log_rule_B("nl_template_func_def_special"); + log_rule_B("nl_template_func_def"); + log_rule_B("nl_template_func"); + newline_iarf(pc, action); + } + else if (next->GetParentType() == CT_FUNC_PROTO) // function declaration + { + iarf_e const action = + newline_template_option( + pc, + options::nl_template_func_decl_special(), + options::nl_template_func_decl(), + options::nl_template_func()); + log_rule_B("nl_template_func_decl_special"); + log_rule_B("nl_template_func_decl"); + log_rule_B("nl_template_func"); + newline_iarf(pc, action); + } + else if ( next->Is(CT_TYPE) + || next->Is(CT_QUALIFIER)) // variable + { + newline_iarf(pc, options::nl_template_var()); + log_rule_B("nl_template_var"); + } + else if (next->TestFlags(PCF_INCOMPLETE)) // class declaration + { + iarf_e const action = + newline_template_option( + pc, + options::nl_template_class_decl_special(), + options::nl_template_class_decl(), + options::nl_template_class()); + log_rule_B("nl_template_class_decl_special"); + log_rule_B("nl_template_class_decl"); + log_rule_B("nl_template_class"); + newline_iarf(pc, action); + } + else // class definition + { + iarf_e const action = + newline_template_option( + pc, + options::nl_template_class_def_special(), + options::nl_template_class_def(), + options::nl_template_class()); + log_rule_B("nl_template_class_def_special"); + log_rule_B("nl_template_class_def"); + log_rule_B("nl_template_class"); + newline_iarf(pc, action); + } + } + } + } + } + else if ( pc->Is(CT_NAMESPACE) + && pc->GetParentType() != CT_USING) + { + // Issue #2387 + Chunk *next = pc->GetNextNcNnl(); + + if (next->IsNotNullChunk()) + { + next = next->GetNextNcNnl(); + + if (!next->Is(CT_ASSIGN)) + { + // Issue #1235 + // Issue #2186 + Chunk *braceOpen = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); + + if (braceOpen->IsNullChunk()) + { + // fatal error + LOG_FMT(LERR, "%s(%d): Missing BRACE_OPEN after namespace\n orig line is %zu, orig col is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); + exit(EXIT_FAILURE); + } + LOG_FMT(LNEWLINE, "%s(%d): braceOpen orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, braceOpen->GetOrigLine(), braceOpen->GetOrigCol(), braceOpen->Text()); + // produces much more log output. Use it only debugging purpose + //log_pcf_flags(LNEWLINE, braceOpen->GetFlags()); + newlines_namespace(pc); + } + } + } + else if (pc->Is(CT_SQUARE_OPEN)) + { + if ( pc->GetParentType() == CT_ASSIGN + && !pc->TestFlags(PCF_ONE_LINER)) + { + Chunk *tmp = pc->GetPrevNcNnlNi(); // Issue #2279 + newline_iarf(tmp, options::nl_assign_square()); + log_rule_B("nl_assign_square"); + + iarf_e arg = options::nl_after_square_assign(); + log_rule_B("nl_after_square_assign"); + + if (options::nl_assign_square() & IARF_ADD) + { + log_rule_B("nl_assign_square"); + arg = IARF_ADD; + } + newline_iarf(pc, arg); + + /* + * if there is a newline after the open, then force a newline + * before the close + */ + tmp = pc->GetNextNc(); + + if (tmp->IsNewline()) + { + tmp = pc->GetNextType(CT_SQUARE_CLOSE, pc->GetLevel()); + + if (tmp->IsNotNullChunk()) + { + newline_add_before(tmp); + } + } + } + } + else if (pc->Is(CT_ACCESS)) + { + // Make sure there is a newline before an access spec + if (options::nl_before_access_spec() > 0) + { + log_rule_B("nl_before_access_spec"); + Chunk *prev = pc->GetPrev(); + + if (!prev->IsNewline()) + { + newline_add_before(pc); + } + } + } + else if (pc->Is(CT_ACCESS_COLON)) + { + // Make sure there is a newline after an access spec + if (options::nl_after_access_spec() > 0) + { + log_rule_B("nl_after_access_spec"); + Chunk *next = pc->GetNext(); + + if (!next->IsNewline()) + { + newline_add_before(next); + } + } + } + else if (pc->Is(CT_PP_DEFINE)) + { + if (options::nl_multi_line_define()) + { + log_rule_B("nl_multi_line_define"); + nl_handle_define(pc); + } + } + else if ( first + && (options::nl_remove_extra_newlines() == 1) + && !pc->TestFlags(PCF_IN_PREPROC)) + { + log_rule_B("nl_remove_extra_newlines"); + log_rule_NL("nl_remove_extra_newlines"); + newline_iarf(pc, IARF_REMOVE); + } + else if ( pc->Is(CT_MEMBER) + && ( language_is_set(LANG_JAVA) + || language_is_set(LANG_CPP))) // Issue #2574 + { + // Issue #1124 + if (pc->GetParentType() != CT_FUNC_DEF) + { + newline_iarf(pc->GetPrevNnl(), options::nl_before_member()); + log_rule_B("nl_before_member"); + newline_iarf(pc, options::nl_after_member()); + log_rule_B("nl_after_member"); + } + } + else + { + // ignore it + } + } + + newline_var_def_blk(Chunk::GetHead()); +} // newlines_cleanup_braces + + +static void nl_handle_define(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + Chunk *nl = pc; + Chunk *ref = Chunk::NullChunkPtr; + + while ((nl = nl->GetNext())->IsNotNullChunk()) + { + if (nl->Is(CT_NEWLINE)) + { + return; + } + + if ( nl->Is(CT_MACRO) + || ( nl->Is(CT_FPAREN_CLOSE) + && nl->GetParentType() == CT_MACRO_FUNC)) + { + ref = nl; + } + + if (nl->Is(CT_NL_CONT)) + { + if (ref->IsNotNullChunk()) + { + newline_add_after(ref); + } + return; + } + } +} // nl_handle_define + + +void newline_after_multiline_comment() +{ + LOG_FUNC_ENTRY(); + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + if (pc->IsNot(CT_COMMENT_MULTI)) + { + continue; + } + Chunk *tmp = pc; + + while ( ((tmp = tmp->GetNext())->IsNotNullChunk()) + && !tmp->IsNewline()) + { + if (!tmp->IsComment()) + { + newline_add_before(tmp); + break; + } + } + } +} // newline_after_multiline_comment + + +void newline_after_label_colon() +{ + LOG_FUNC_ENTRY(); + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + if (pc->IsNot(CT_LABEL_COLON)) + { + continue; + } + newline_add_after(pc); + } +} // newline_after_label_colon + + +static bool is_class_one_liner(Chunk *pc) +{ + if ( ( pc->Is(CT_FUNC_CLASS_DEF) + || pc->Is(CT_FUNC_DEF)) + && pc->TestFlags(PCF_IN_CLASS)) + { + // Find opening brace + pc = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); + return( pc->IsNotNullChunk() + && pc->TestFlags(PCF_ONE_LINER)); + } + return(false); +} // is_class_one_liner + + +void newlines_insert_blank_lines() +{ + LOG_FUNC_ENTRY(); + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + //LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + // __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + if (pc->Is(CT_IF)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_if()); + log_rule_B("nl_before_if"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_if()); + log_rule_B("nl_after_if"); + } + else if (pc->Is(CT_FOR)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_for()); + log_rule_B("nl_before_for"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_for()); + log_rule_B("nl_after_for"); + } + else if (pc->Is(CT_WHILE)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_while()); + log_rule_B("nl_before_while"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_while()); + log_rule_B("nl_after_while"); + } + else if (pc->Is(CT_SWITCH)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_switch()); + log_rule_B("nl_before_switch"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_switch()); + log_rule_B("nl_after_switch"); + } + else if (pc->Is(CT_SYNCHRONIZED)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_synchronized()); + log_rule_B("nl_before_synchronized"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_synchronized()); + log_rule_B("nl_after_synchronized"); + } + else if (pc->Is(CT_DO)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_before_do()); + log_rule_B("nl_before_do"); + newlines_if_for_while_switch_post_blank_lines(pc, options::nl_after_do()); + log_rule_B("nl_after_do"); + } + else if (pc->Is(CT_OC_INTF)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_interface()); + log_rule_B("nl_oc_before_interface"); + } + else if (pc->Is(CT_OC_END)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_end()); + log_rule_B("nl_oc_before_end"); + } + else if (pc->Is(CT_OC_IMPL)) + { + newlines_if_for_while_switch_pre_blank_lines(pc, options::nl_oc_before_implementation()); + log_rule_B("nl_oc_before_implementation"); + } + else if ( pc->Is(CT_FUNC_CLASS_DEF) + || pc->Is(CT_FUNC_DEF) + || pc->Is(CT_FUNC_CLASS_PROTO) + || pc->Is(CT_FUNC_PROTO)) + { + if ( options::nl_class_leave_one_liner_groups() + && is_class_one_liner(pc)) + { + log_rule_B("nl_class_leave_one_liner_groups"); + newlines_func_pre_blank_lines(pc, CT_FUNC_PROTO); + } + else + { + newlines_func_pre_blank_lines(pc, pc->GetType()); + } + } + else + { + // ignore it + //LOG_FMT(LNEWLINE, "%s(%d): ignore it\n", __func__, __LINE__); + } + } +} // newlines_insert_blank_lines + + +void newlines_functions_remove_extra_blank_lines() +{ + LOG_FUNC_ENTRY(); + + const size_t nl_max_blank_in_func = options::nl_max_blank_in_func(); + + log_rule_B("nl_max_blank_in_func"); + + if (nl_max_blank_in_func == 0) + { + LOG_FMT(LNEWLINE, "%s(%d): nl_max_blank_in_func is zero\n", __func__, __LINE__); + return; + } + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + + if ( pc->IsNot(CT_BRACE_OPEN) + || ( pc->GetParentType() != CT_FUNC_DEF + && pc->GetParentType() != CT_CPP_LAMBDA)) + { + continue; + } + const size_t startMoveLevel = pc->GetLevel(); + + while (pc->IsNotNullChunk()) + { + if ( pc->Is(CT_BRACE_CLOSE) + && pc->GetLevel() == startMoveLevel) + { + break; + } + + // delete newlines + if ( !pc->Is(CT_COMMENT_MULTI) // Issue #2195 + && pc->GetNlCount() > nl_max_blank_in_func) + { + LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + pc->SetNlCount(nl_max_blank_in_func); + MARK_CHANGE(); + remove_next_newlines(pc); + } + else + { + pc = pc->GetNext(); + } + } + } +} // newlines_functions_remove_extra_blank_lines + + +void newlines_squeeze_ifdef() +{ + LOG_FUNC_ENTRY(); + + Chunk *pc; + + for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + if ( pc->Is(CT_PREPROC) + && ( pc->GetLevel() > 0 + || options::nl_squeeze_ifdef_top_level())) + { + log_rule_B("nl_squeeze_ifdef_top_level"); + Chunk *ppr = pc->GetNext(); + + if ( ppr->Is(CT_PP_IF) + || ppr->Is(CT_PP_ELSE) + || ppr->Is(CT_PP_ENDIF)) + { + Chunk *pnl = Chunk::NullChunkPtr; + Chunk *nnl = ppr->GetNextNl(); + + if ( ppr->Is(CT_PP_ELSE) + || ppr->Is(CT_PP_ENDIF)) + { + pnl = pc->GetPrevNl(); + } + Chunk *tmp1; + Chunk *tmp2; + + if (nnl->IsNotNullChunk()) + { + if (pnl->IsNotNullChunk()) + { + if (pnl->GetNlCount() > 1) + { + pnl->SetNlCount(1); + MARK_CHANGE(); + + tmp1 = pnl->GetPrevNnl(); + tmp2 = nnl->GetPrevNnl(); + + LOG_FMT(LNEWLINE, "%s(%d): moved from after line %zu to after %zu\n", + __func__, __LINE__, tmp1->GetOrigLine(), tmp2->GetOrigLine()); + } + } + + if ( ppr->Is(CT_PP_IF) + || ppr->Is(CT_PP_ELSE)) + { + if (nnl->GetNlCount() > 1) + { + tmp1 = nnl->GetPrevNnl(); + LOG_FMT(LNEWLINE, "%s(%d): trimmed newlines after line %zu from %zu\n", + __func__, __LINE__, tmp1->GetOrigLine(), nnl->GetNlCount()); + nnl->SetNlCount(1); + MARK_CHANGE(); + } + } + } + } + } + } +} // newlines_squeeze_ifdef + + +void newlines_squeeze_paren_close() +{ + LOG_FUNC_ENTRY(); + + Chunk *pc; + + for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + Chunk *next; + Chunk *prev; + + if (pc->Is(CT_NEWLINE)) + { + prev = pc->GetPrev(); + } + else + { + prev = pc; + } + next = pc->GetNext(); + + if ( next->IsNotNullChunk() + && prev->IsNotNullChunk() + && next->IsParenClose() + && prev->IsParenClose()) + { + Chunk *prev_op = prev->GetOpeningParen(); + Chunk *next_op = next->GetOpeningParen(); + bool flag = true; + + Chunk *tmp = prev; + + while (tmp->IsParenClose()) + { + tmp = tmp->GetPrev(); + } + + if (tmp->IsNot(CT_NEWLINE)) + { + flag = false; + } + + if (flag) + { + if (next_op->IsOnSameLine(prev_op)) + { + if (pc->Is(CT_NEWLINE)) + { + pc = next; + } + newline_del_between(prev, next); + } + else + { + newline_add_between(prev, next); + } + } + } + } +} // newlines_squeeze_paren_close + + +void newlines_eat_start_end() +{ + LOG_FUNC_ENTRY(); + + Chunk *pc; + + // Process newlines at the start of the file + if ( cpd.frag_cols == 0 + && ( (options::nl_start_of_file() & IARF_REMOVE) + || ( (options::nl_start_of_file() & IARF_ADD) + && (options::nl_start_of_file_min() > 0)))) + { + log_rule_B("nl_start_of_file"); + log_rule_B("nl_start_of_file_min"); + pc = Chunk::GetHead(); + + if (pc->IsNotNullChunk()) + { + if (pc->Is(CT_NEWLINE)) + { + if (options::nl_start_of_file() == IARF_REMOVE) + { + log_rule_B("nl_start_of_file"); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_start_of_file %zu\n", + __func__, __LINE__, pc->GetOrigLine()); + Chunk::Delete(pc); + MARK_CHANGE(); + } + else if ( options::nl_start_of_file() == IARF_FORCE + || (pc->GetNlCount() < options::nl_start_of_file_min())) + { + log_rule_B("nl_start_of_file"); + LOG_FMT(LBLANKD, "%s(%d): set_blanks_start_of_file %zu\n", + __func__, __LINE__, pc->GetOrigLine()); + pc->SetNlCount(options::nl_start_of_file_min()); + log_rule_B("nl_start_of_file_min"); + MARK_CHANGE(); + } + } + else if ( (options::nl_start_of_file() & IARF_ADD) + && (options::nl_start_of_file_min() > 0)) + { + log_rule_B("nl_start_of_file"); + log_rule_B("nl_start_of_file_min"); + Chunk chunk; + chunk.SetType(CT_NEWLINE); + chunk.SetOrigLine(pc->GetOrigLine()); + chunk.SetOrigCol(pc->GetOrigCol()); + chunk.SetPpLevel(pc->GetPpLevel()); + chunk.SetNlCount(options::nl_start_of_file_min()); + log_rule_B("nl_start_of_file_min"); + chunk.CopyAndAddBefore(pc); + LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline before '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); + MARK_CHANGE(); + } + } + } + + // Process newlines at the end of the file + if ( cpd.frag_cols == 0 + && ( (options::nl_end_of_file() & IARF_REMOVE) + || ( (options::nl_end_of_file() & IARF_ADD) + && (options::nl_end_of_file_min() > 0)))) + { + log_rule_B("nl_end_of_file"); + log_rule_B("nl_end_of_file_min"); + pc = Chunk::GetTail(); + + if (pc->IsNotNullChunk()) + { + if (pc->Is(CT_NEWLINE)) + { + if (options::nl_end_of_file() == IARF_REMOVE) + { + log_rule_B("nl_end_of_file"); + LOG_FMT(LBLANKD, "%s(%d): eat_blanks_end_of_file %zu\n", + __func__, __LINE__, pc->GetOrigLine()); + Chunk::Delete(pc); + MARK_CHANGE(); + } + else if ( options::nl_end_of_file() == IARF_FORCE + || (pc->GetNlCount() < options::nl_end_of_file_min())) + { + log_rule_B("nl_end_of_file"); + log_rule_B("nl_end_of_file_min"); + + if (pc->GetNlCount() != options::nl_end_of_file_min()) + { + log_rule_B("nl_end_of_file_min"); + LOG_FMT(LBLANKD, "%s(%d): set_blanks_end_of_file %zu\n", + __func__, __LINE__, pc->GetOrigLine()); + pc->SetNlCount(options::nl_end_of_file_min()); + log_rule_B("nl_end_of_file_min"); + MARK_CHANGE(); + } + } + } + else if ( (options::nl_end_of_file() & IARF_ADD) + && (options::nl_end_of_file_min() > 0)) + { + log_rule_B("nl_end_of_file"); + log_rule_B("nl_end_of_file_min"); + Chunk chunk; + chunk.SetType(CT_NEWLINE); + chunk.SetOrigLine(pc->GetOrigLine()); + chunk.SetOrigCol(pc->GetOrigCol()); + chunk.SetPpLevel(pc->GetPpLevel()); + chunk.SetNlCount(options::nl_end_of_file_min()); + log_rule_B("nl_end_of_file_min"); + chunk.CopyAndAddBefore(Chunk::NullChunkPtr); + LOG_FMT(LNEWLINE, "%s(%d): %zu:%zu add newline after '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); + MARK_CHANGE(); + } + } + } +} // newlines_eat_start_end + + +void newlines_chunk_pos(E_Token chunk_type, token_pos_e mode) +{ + LOG_FUNC_ENTRY(); + + LOG_FMT(LNEWLINE, "%s(%d): mode is %s\n", + __func__, __LINE__, to_string(mode)); + + if ( !(mode & (TP_JOIN | TP_LEAD | TP_TRAIL)) + && chunk_type != CT_COMMA) + { + return; + } + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + char copy[1000]; + LOG_FMT(LNEWLINE, "%s(%d): pc orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy)); + // produces much more log output. Use it only debugging purpose + //log_pcf_flags(LNEWLINE, pc->GetFlags()); + + if (pc->Is(chunk_type)) + { + token_pos_e mode_local; + + if (chunk_type == CT_COMMA) + { + LOG_FMT(LNEWLINE, "%s(%d): orig line is %zu, orig col is %zu, Text() is '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + // produces much more log output. Use it only debugging purpose + //log_pcf_flags(LNEWLINE, pc->GetFlags()); + + if (pc->TestFlags(PCF_IN_CONST_ARGS)) // Issue #2250 + { + continue; + } + + /* + * for chunk_type == CT_COMMA + * we get 'mode' from options::pos_comma() + * BUT we must take care of options::pos_class_comma() + * TODO and options::pos_constr_comma() + */ + if (pc->TestFlags(PCF_IN_CLASS_BASE)) + { + // change mode + log_rule_B("pos_class_comma"); + mode_local = options::pos_class_comma(); + } + else if (pc->TestFlags(PCF_IN_ENUM)) + { + log_rule_B("pos_enum_comma"); + mode_local = options::pos_enum_comma(); + } + else + { + mode_local = mode; + } + LOG_FMT(LNEWLINE, "%s(%d): mode_local is %s\n", + __func__, __LINE__, to_string(mode_local)); + } + else + { + mode_local = mode; + } + Chunk *prev = pc->GetPrevNc(); + Chunk *next = pc->GetNextNc(); + + LOG_FMT(LNEWLINE, "%s(%d): mode_local is %s\n", + __func__, __LINE__, to_string(mode_local)); + + LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); + LOG_FMT(LNEWLINE, "%s(%d): next orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, next->GetOrigLine(), next->GetOrigCol(), next->Text()); + size_t nl_flag = ((prev->IsNewline() ? 1 : 0) | + (next->IsNewline() ? 2 : 0)); + LOG_FMT(LNEWLINE, "%s(%d): nl_flag is %zu\n", + __func__, __LINE__, nl_flag); + + if (mode_local & TP_JOIN) + { + if (nl_flag & 1) + { + // remove newline if not preceded by a comment + Chunk *prev2 = prev->GetPrev(); + + if ( prev2->IsNotNullChunk() + && !(prev2->IsComment())) + { + remove_next_newlines(prev2); + } + } + + if (nl_flag & 2) + { + // remove newline if not followed by a comment or by '{' + Chunk *next2 = next->GetNext(); + + if ( next2->IsNotNullChunk() + && !next2->IsComment() + && !next2->Is(CT_BRACE_OPEN)) + { + remove_next_newlines(pc); + } + } + continue; + } + + if ( ( nl_flag == 0 + && !(mode_local & (TP_FORCE | TP_BREAK))) + || ( nl_flag == 3 + && !(mode_local & TP_FORCE))) + { + // No newlines and not adding any or both and not forcing + continue; + } + + if ( ( (mode_local & TP_LEAD) + && nl_flag == 1) + || ( (mode_local & TP_TRAIL) + && nl_flag == 2)) + { + // Already a newline before (lead) or after (trail) + continue; + } + + // If there were no newlines, we need to add one + if (nl_flag == 0) + { + if (mode_local & TP_LEAD) + { + newline_add_before(pc); + } + else + { + newline_add_after(pc); + } + continue; + } + + // If there were both newlines, we need to remove one + if (nl_flag == 3) + { + if (mode_local & TP_LEAD) + { + remove_next_newlines(pc); + } + else + { + remove_next_newlines(pc->GetPrevNcNnlNi()); // Issue #2279 + } + continue; + } + + // we need to move the newline + if (mode_local & TP_LEAD) + { + Chunk *next2 = next->GetNext(); + + if ( next2->Is(CT_PREPROC) + || ( chunk_type == CT_ASSIGN + && next2->Is(CT_BRACE_OPEN))) + { + continue; + } + + if (next->GetNlCount() == 1) + { + if ( prev != nullptr + && !prev->TestFlags(PCF_IN_PREPROC)) + { + // move the CT_BOOL to after the newline + pc->MoveAfter(next); + } + } + } + else + { + LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s', new line count is %zu\n", + __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text(), prev->GetNlCount()); + + if (prev->GetNlCount() == 1) + { + // Back up to the next non-comment item + prev = prev->GetPrevNc(); + LOG_FMT(LNEWLINE, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); + + if ( prev->IsNotNullChunk() + && !prev->IsNewline() + && !prev->TestFlags(PCF_IN_PREPROC) + && !prev->TestFlags(PCF_IN_OC_MSG)) + { + pc->MoveAfter(prev); + } + } + } + } + } +} // newlines_chunk_pos + + +void newlines_class_colon_pos(E_Token tok) +{ + LOG_FUNC_ENTRY(); + + token_pos_e tpc; + token_pos_e pcc; + iarf_e anc; + iarf_e ncia; + + if (tok == CT_CLASS_COLON) + { + tpc = options::pos_class_colon(); + log_rule_B("pos_class_colon"); + anc = options::nl_class_colon(); + log_rule_B("nl_class_colon"); + ncia = options::nl_class_init_args(); + log_rule_B("nl_class_init_args"); + pcc = options::pos_class_comma(); + log_rule_B("pos_class_comma"); + } + else // tok == CT_CONSTR_COLON + { + tpc = options::pos_constr_colon(); + log_rule_B("pos_constr_colon"); + anc = options::nl_constr_colon(); + log_rule_B("nl_constr_colon"); + ncia = options::nl_constr_init_args(); + log_rule_B("nl_constr_init_args"); + pcc = options::pos_constr_comma(); + log_rule_B("pos_constr_comma"); + } + Chunk *ccolon = nullptr; + size_t acv_span = options::align_constr_value_span(); + + log_rule_B("align_constr_value_span"); + bool with_acv = (acv_span > 0) && language_is_set(LANG_CPP); + AlignStack constructorValue; // ABC_Member(abc_value) + + if (with_acv) + { + int acv_thresh = options::align_constr_value_thresh(); + log_rule_B("align_constr_value_thresh"); + size_t acv_gap = options::align_constr_value_gap(); + log_rule_B("align_constr_value_gap"); + constructorValue.Start(acv_span, acv_thresh); + constructorValue.m_gap = acv_gap; + constructorValue.m_right_align = !options::align_on_tabstop(); + log_rule_B("align_on_tabstop"); + } + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNextNcNnl()) + { + if ( ccolon == nullptr + && pc->IsNot(tok)) + { + continue; + } + Chunk *prev; + Chunk *next; + + if (pc->Is(tok)) + { + LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + ccolon = pc; + prev = pc->GetPrevNc(); + next = pc->GetNextNc(); + + if (pc->Is(CT_CONSTR_COLON)) + { + LOG_FMT(LBLANKD, "%s(%d): pc orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + Chunk *paren_vor_value = pc->GetNextType(CT_FPAREN_OPEN, pc->GetLevel()); + + if ( with_acv + && paren_vor_value->IsNotNullChunk()) + { + LOG_FMT(LBLANKD, "%s(%d): paren_vor_value orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, paren_vor_value->GetOrigLine(), paren_vor_value->GetOrigCol(), + paren_vor_value->Text(), get_token_name(paren_vor_value->GetType())); + constructorValue.NewLines(paren_vor_value->GetNlCount()); + constructorValue.Add(paren_vor_value); + } + } + + if ( !prev->IsNewline() + && !next->IsNewline() + && (anc & IARF_ADD)) // nl_class_colon, nl_constr_colon: 1 + + { + newline_add_after(pc); + prev = pc->GetPrevNc(); + next = pc->GetNextNc(); + } + + if (anc == IARF_REMOVE) // nl_class_colon, nl_constr_colon: 2 + { + if ( prev->IsNewline() + && prev->SafeToDeleteNl()) + { + Chunk::Delete(prev); + MARK_CHANGE(); + prev = pc->GetPrevNc(); + } + + if ( next->IsNewline() + && next->SafeToDeleteNl()) + { + Chunk::Delete(next); + MARK_CHANGE(); + next = pc->GetNextNc(); + } + } + + if (tpc & TP_TRAIL) // pos_class_colon, pos_constr_colon: 4 + { + if ( prev->IsNewline() + && prev->GetNlCount() == 1 + && prev->SafeToDeleteNl()) + { + pc->Swap(prev); + } + } + else if (tpc & TP_LEAD) // pos_class_colon, pos_constr_colon: 3 + { + if ( next->IsNewline() + && next->GetNlCount() == 1 + && next->SafeToDeleteNl()) + { + pc->Swap(next); + } + } + } + else + { + // (pc->GetType() != tok) + if ( pc->Is(CT_BRACE_OPEN) + || pc->Is(CT_SEMICOLON)) + { + ccolon = nullptr; + + if (with_acv) + { + constructorValue.End(); + } + continue; + } + + if ( pc->Is(CT_COMMA) + && pc->GetLevel() == ccolon->GetLevel()) + { + LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), get_token_name(pc->GetType())); + Chunk *paren_vor_value = pc->GetNextType(CT_FPAREN_OPEN, pc->GetLevel()); + + if ( with_acv + && paren_vor_value->IsNotNullChunk()) + { + LOG_FMT(LBLANKD, "%s(%d): paren_vor_value orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, paren_vor_value->GetOrigLine(), paren_vor_value->GetOrigCol(), + paren_vor_value->Text(), get_token_name(paren_vor_value->GetType())); + constructorValue.NewLines(paren_vor_value->GetNlCount()); + constructorValue.Add(paren_vor_value); + } + + if (ncia & IARF_ADD) // nl_class_init_args, nl_constr_init_args: + { + if (pcc & TP_TRAIL) // pos_class_comma, pos_constr_comma + { + if (ncia == IARF_FORCE) // nl_class_init_args, nl_constr_init_args: 5 + { + Chunk *after = pc->GetNext(); // Issue #2759 + + if (after->IsNot(CT_COMMENT_CPP)) + { + newline_force_after(pc); + } + } + else + { + // (ncia == IARF_ADD) // nl_class_init_args, nl_constr_init_args: 8 + newline_add_after(pc); + } + prev = pc->GetPrevNc(); + + if ( prev->IsNewline() + && prev->SafeToDeleteNl()) + { + Chunk::Delete(prev); + MARK_CHANGE(); + } + } + else if (pcc & TP_LEAD) // pos_class_comma, pos_constr_comma + { + if (ncia == IARF_FORCE) // nl_class_init_args, nl_constr_init_args: 7 + { + newline_force_before(pc); + } + else + { + // (ncia == IARF_ADD) // nl_class_init_args, nl_constr_init_args: 9 + newline_add_before(pc); + } + next = pc->GetNextNc(); + + if ( next->IsNewline() + && next->SafeToDeleteNl()) + { + Chunk::Delete(next); + MARK_CHANGE(); + } + } + } + else if (ncia == IARF_REMOVE) // nl_class_init_args, nl_constr_init_args: 6 + { + next = pc->GetNext(); + + if ( next->IsNewline() + && next->SafeToDeleteNl()) + { + // comma is after + Chunk::Delete(next); + MARK_CHANGE(); + } + else + { + prev = pc->GetPrev(); + + if ( prev->IsNewline() + && prev->SafeToDeleteNl()) + { + // comma is before + Chunk::Delete(prev); + MARK_CHANGE(); + } + } + } + } + } + } +} // newlines_class_colon_pos + + +static void blank_line_max(Chunk *pc, Option &opt) +{ + LOG_FUNC_ENTRY(); + + if (pc == nullptr) + { + return; + } + const auto optval = opt(); + + if ( (optval > 0) + && (pc->GetNlCount() > optval)) + { + LOG_FMT(LBLANKD, "%s(%d): do_blank_lines: %s max line %zu\n", + __func__, __LINE__, opt.name(), pc->GetOrigLine()); + pc->SetNlCount(optval); + MARK_CHANGE(); + } +} // blank_line_max + + +iarf_e newline_template_option(Chunk *pc, iarf_e special, iarf_e base, iarf_e fallback) +{ + Chunk *const prev = pc->GetPrevNcNnl(); + + if ( prev->Is(CT_ANGLE_OPEN) + && special != IARF_IGNORE) + { + return(special); + } + else if (base != IARF_IGNORE) + { + return(base); + } + else + { + return(fallback); + } +} // newline_template_option + + +bool is_func_proto_group(Chunk *pc, E_Token one_liner_type) +{ + if ( pc != nullptr + && options::nl_class_leave_one_liner_groups() + && ( pc->Is(one_liner_type) + || pc->GetParentType() == one_liner_type) + && pc->TestFlags(PCF_IN_CLASS)) + { + log_rule_B("nl_class_leave_one_liner_groups"); + + if (pc->Is(CT_BRACE_CLOSE)) + { + return(pc->TestFlags(PCF_ONE_LINER)); + } + else + { + // Find opening brace + pc = pc->GetNextType(CT_BRACE_OPEN, pc->GetLevel()); + return( pc->IsNotNullChunk() + && pc->TestFlags(PCF_ONE_LINER)); + } + } + return(false); +} // is_func_proto_group + + +void do_blank_lines() +{ + LOG_FUNC_ENTRY(); + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + if (pc->Is(CT_NEWLINE)) + { + LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, , nl is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->GetNlCount()); + } + else + { + char copy[1000]; + LOG_FMT(LBLANKD, "%s(%d): orig line is %zu, orig col is %zu, Text() '%s', type is %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->ElidedText(copy), get_token_name(pc->GetType())); + } + LOG_FMT(LBLANK, "%s(%d): new line count is %zu\n", + __func__, __LINE__, pc->GetNlCount()); + + if (pc->IsNot(CT_NEWLINE)) + { + continue; + } + Chunk *prev = pc->GetPrevNc(); + + if (prev->IsNotNullChunk()) + { + LOG_FMT(LBLANK, "%s(%d): prev orig line is %zu, prev->Text() '%s', prev->GetType() is %s\n", + __func__, __LINE__, pc->GetOrigLine(), + prev->Text(), get_token_name(prev->GetType())); + + if (prev->Is(CT_IGNORED)) + { + continue; + } + } + Chunk *next = pc->GetNext(); + Chunk *pcmt = pc->GetPrev(); + + bool line_added = false; + + /* + * If this is the first or the last token, pretend that there is an extra + * line. It will be removed at the end. + */ + if ( pc == Chunk::GetHead() + || next->IsNullChunk()) + { + line_added = true; + pc->SetNlCount(pc->GetNlCount() + 1); + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); + } + + // Limit consecutive newlines + if ( (options::nl_max() > 0) + && (pc->GetNlCount() > options::nl_max())) + { + log_rule_B("nl_max"); + blank_line_max(pc, options::nl_max); + } + + if (!can_increase_nl(pc)) + { + LOG_FMT(LBLANKD, "%s(%d): force to 1 orig line is %zu, orig col is %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol()); + + if (pc->GetNlCount() != 1) + { + pc->SetNlCount(1); + MARK_CHANGE(); + } + continue; + } + + // Control blanks before multi-line comments + if ( (options::nl_before_block_comment() > pc->GetNlCount()) + && next->Is(CT_COMMENT_MULTI)) + { + log_rule_B("nl_before_block_comment"); + + // Don't add blanks after an open brace or a case statement + if ( ( prev->IsNullChunk() + || ( prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_VBRACE_OPEN) + && prev->IsNot(CT_CASE_COLON))) + && pcmt->IsNot(CT_COMMENT_MULTI)) // Issue #2383 + { + blank_line_set(pc, options::nl_before_block_comment); + log_rule_B("nl_before_block_comment"); + } + } + + // Control blanks before single line C comments + if ( (options::nl_before_c_comment() > pc->GetNlCount()) + && next->Is(CT_COMMENT)) + { + log_rule_B("nl_before_c_comment"); + + // Don't add blanks after an open brace, a case stamement, or a comment + if ( ( prev->IsNullChunk() + || ( prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_VBRACE_OPEN) + && prev->IsNot(CT_CASE_COLON))) + && pcmt->IsNot(CT_COMMENT)) // Issue #2383 + { + blank_line_set(pc, options::nl_before_c_comment); + log_rule_B("nl_before_c_comment"); + } + } + + // Control blanks before CPP comments + if ( (options::nl_before_cpp_comment() > pc->GetNlCount()) + && next->Is(CT_COMMENT_CPP)) + { + log_rule_B("nl_before_cpp_comment"); + + // Don't add blanks after an open brace or a case statement + if ( ( prev->IsNullChunk() + || ( prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_VBRACE_OPEN) + && prev->IsNot(CT_CASE_COLON))) + && pcmt->IsNot(CT_COMMENT_CPP)) // Issue #2383 + { + blank_line_set(pc, options::nl_before_cpp_comment); + log_rule_B("nl_before_cpp_comment"); + } + } + + // Control blanks before a class/struct + if ( ( prev->Is(CT_SEMICOLON) + || prev->Is(CT_BRACE_CLOSE)) + && ( prev->GetParentType() == CT_CLASS + || prev->GetParentType() == CT_STRUCT)) + { + E_Token parent_type = prev->GetParentType(); + Chunk *start = prev->GetPrevType(parent_type, prev->GetLevel()); + Chunk *tmp = start; + + // Is this a class/struct template? + if (tmp->GetParentType() == CT_TEMPLATE) + { + tmp = tmp->GetPrevType(CT_TEMPLATE, prev->GetLevel()); + tmp = tmp->GetPrevNc(); + } + else + { + tmp = tmp->GetPrevNc(); + + while ( tmp->Is(CT_NEWLINE) + && tmp->GetPrev()->IsComment()) + { + tmp = tmp->GetPrev()->GetPrevNc(); + } + + if (tmp->Is(CT_FRIEND)) + { + // Account for a friend declaration + tmp = tmp->GetPrevNc(); + } + } + + while ( tmp->Is(CT_NEWLINE) + && tmp->GetPrev()->IsComment()) + { + tmp = tmp->GetPrev()->GetPrevNc(); + } + + if ( tmp->IsNotNullChunk() + && !start->TestFlags(PCF_INCOMPLETE)) + { + if (parent_type == CT_CLASS && options::nl_before_class() > tmp->GetNlCount()) + { + log_rule_B("nl_before_class"); + blank_line_set(tmp, options::nl_before_class); + } + else if (parent_type == CT_STRUCT && options::nl_before_struct() > tmp->GetNlCount()) + { + log_rule_B("nl_before_struct"); + blank_line_set(tmp, options::nl_before_struct); + } + } + } + + if ( prev->Is(CT_BRACE_CLOSE) + && prev->GetParentType() == CT_NAMESPACE) + { + // Control blanks before a namespace + Chunk *tmp = prev->GetPrevType(CT_NAMESPACE, prev->GetLevel()); + tmp = tmp->GetPrevNc(); + + while ( tmp->Is(CT_NEWLINE) + && tmp->GetPrev()->IsComment()) + { + tmp = tmp->GetPrev()->GetPrevNc(); + } + + if ( tmp->IsNotNullChunk() + && options::nl_before_namespace() > tmp->GetNlCount()) + { + log_rule_B("nl_before_namespace"); + blank_line_set(tmp, options::nl_before_namespace); + } + + // Add blanks after namespace + if (options::nl_after_namespace() > pc->GetNlCount()) + { + log_rule_B("nl_after_namespace"); + blank_line_set(pc, options::nl_after_namespace); + } + } + + // Control blanks inside empty function body + if ( prev->Is(CT_BRACE_OPEN) + && next->Is(CT_BRACE_CLOSE) + && ( prev->GetParentType() == CT_FUNC_DEF + || prev->GetParentType() == CT_FUNC_CLASS_DEF) + && options::nl_inside_empty_func() > pc->GetNlCount() + && prev->TestFlags(PCF_EMPTY_BODY)) + { + blank_line_set(pc, options::nl_inside_empty_func); + log_rule_B("nl_inside_empty_func"); + } + + // Control blanks after an access spec + if ( (options::nl_after_access_spec() > 0) + && (options::nl_after_access_spec() != pc->GetNlCount()) + && prev->Is(CT_ACCESS_COLON)) + { + log_rule_B("nl_after_access_spec"); + + // Don't add blanks before a closing brace + if ( next->IsNullChunk() + || !next->IsBraceClose()) + { + log_rule_B("nl_after_access_spec"); + blank_line_set(pc, options::nl_after_access_spec); + } + } + + // Add blanks after function bodies + if ( prev->Is(CT_BRACE_CLOSE) + && ( prev->GetParentType() == CT_FUNC_DEF + || prev->GetParentType() == CT_FUNC_CLASS_DEF + || prev->GetParentType() == CT_OC_MSG_DECL + || prev->GetParentType() == CT_ASSIGN)) + { + if (prev->TestFlags(PCF_ONE_LINER)) + { + if (options::nl_after_func_body_one_liner() > pc->GetNlCount()) + { + log_rule_B("nl_after_func_body_one_liner"); + blank_line_set(pc, options::nl_after_func_body_one_liner); + } + } + else + { + if ( prev->TestFlags(PCF_IN_CLASS) + && (options::nl_after_func_body_class() > 0)) + { + log_rule_B("nl_after_func_body_class"); + + if (options::nl_after_func_body_class() != pc->GetNlCount()) + { + log_rule_B("nl_after_func_body_class"); + blank_line_set(pc, options::nl_after_func_body_class); + } + } + else + { + if (!(pc->GetPrev()->TestFlags(PCF_IN_TRY_BLOCK))) // Issue #1734 + { + if (options::nl_after_func_body() > 0) + { + log_rule_B("nl_after_func_body"); + + if (options::nl_after_func_body() != pc->GetNlCount()) + { + log_rule_B("nl_after_func_body"); + blank_line_set(pc, options::nl_after_func_body); + } + } + else + { + if (options::nl_min_after_func_body() > 0) // Issue #2787 + { + log_rule_B("nl_min_after_func_body"); + + if (options::nl_min_after_func_body() > pc->GetNlCount()) + { + log_rule_B("nl_min_after_func_body"); + blank_line_set(pc, options::nl_min_after_func_body); + } + } + + if (options::nl_max_after_func_body() > 0) + { + log_rule_B("nl_max_after_func_body"); + + if (options::nl_max_after_func_body() < pc->GetNlCount()) + { + log_rule_B("nl_max_after_func_body"); + blank_line_set(pc, options::nl_max_after_func_body); + } + } + } + } + } + } + } + + // Add blanks after function prototypes + if ( ( prev->Is(CT_SEMICOLON) + && prev->GetParentType() == CT_FUNC_PROTO) + || is_func_proto_group(prev, CT_FUNC_DEF)) + { + if (options::nl_after_func_proto() > pc->GetNlCount()) + { + log_rule_B("nl_after_func_proto"); + pc->SetNlCount(options::nl_after_func_proto()); + MARK_CHANGE(); + } + + if ( (options::nl_after_func_proto_group() > pc->GetNlCount()) + && next->IsNotNullChunk() + && next->GetParentType() != CT_FUNC_PROTO + && !is_func_proto_group(next, CT_FUNC_DEF)) + { + log_rule_B("nl_after_func_proto_group"); + blank_line_set(pc, options::nl_after_func_proto_group); + } + } + + // Issue #411: Add blanks after function class prototypes + if ( ( prev->Is(CT_SEMICOLON) + && prev->GetParentType() == CT_FUNC_CLASS_PROTO) + || is_func_proto_group(prev, CT_FUNC_CLASS_DEF)) + { + if (options::nl_after_func_class_proto() > pc->GetNlCount()) + { + log_rule_B("nl_after_func_class_proto"); + pc->SetNlCount(options::nl_after_func_class_proto()); + MARK_CHANGE(); + } + + if ( (options::nl_after_func_class_proto_group() > pc->GetNlCount()) + && next->IsNot(CT_FUNC_CLASS_PROTO) + && next->GetParentType() != CT_FUNC_CLASS_PROTO + && !is_func_proto_group(next, CT_FUNC_CLASS_DEF)) + { + log_rule_B("nl_after_func_class_proto_group"); + blank_line_set(pc, options::nl_after_func_class_proto_group); + } + } + + // Add blanks after struct/enum/union/class + if ( ( prev->Is(CT_SEMICOLON) + || prev->Is(CT_BRACE_CLOSE)) + && ( prev->GetParentType() == CT_STRUCT + || prev->GetParentType() == CT_ENUM + || prev->GetParentType() == CT_UNION + || prev->GetParentType() == CT_CLASS)) + { + auto &opt = (prev->GetParentType() == CT_CLASS + ? options::nl_after_class + : options::nl_after_struct); + log_rule_B("nl_after_class"); + log_rule_B("nl_after_struct"); + + if (opt() > pc->GetNlCount()) + { + // Issue #1702 + // look back if we have a variable + Chunk *tmp = pc; + bool is_var_def = false; + bool is_fwd_decl = false; + + while ((tmp = tmp->GetPrev())->IsNotNullChunk()) + { + if (tmp->GetLevel() > pc->GetLevel()) + { + continue; + } + LOG_FMT(LBLANK, "%s(%d): %zu:%zu token is '%s'\n", + __func__, __LINE__, tmp->GetOrigLine(), tmp->GetOrigCol(), tmp->Text()); + + if (tmp->TestFlags(PCF_VAR_DEF)) + { + is_var_def = true; + break; + } + + if (tmp->Is(prev->GetParentType())) + { + is_fwd_decl = tmp->TestFlags(PCF_INCOMPLETE); + break; + } + } + LOG_FMT(LBLANK, "%s(%d): var_def = %s, fwd_decl = %s\n", + __func__, __LINE__, + is_var_def ? "yes" : "no", + is_fwd_decl ? "yes" : "no"); + + if ( !is_var_def + && !is_fwd_decl) + { + blank_line_set(pc, opt); + } + } + } + + // Change blanks between a function comment and body + if ( (options::nl_comment_func_def() != 0) + && pcmt->Is(CT_COMMENT_MULTI) + && pcmt->GetParentType() == CT_COMMENT_WHOLE + && next->IsNotNullChunk() + && ( next->GetParentType() == CT_FUNC_DEF + || next->GetParentType() == CT_FUNC_CLASS_DEF)) + { + log_rule_B("nl_comment_func_def"); + + if (options::nl_comment_func_def() != pc->GetNlCount()) + { + log_rule_B("nl_comment_func_def"); + blank_line_set(pc, options::nl_comment_func_def); + } + } + + // Change blanks after a try-catch-finally block + if ( (options::nl_after_try_catch_finally() != 0) + && (options::nl_after_try_catch_finally() != pc->GetNlCount()) + && prev->IsNotNullChunk() + && next->IsNotNullChunk()) + { + log_rule_B("nl_after_try_catch_finally"); + + if ( prev->Is(CT_BRACE_CLOSE) + && ( prev->GetParentType() == CT_CATCH + || prev->GetParentType() == CT_FINALLY)) + { + if ( next->IsNot(CT_BRACE_CLOSE) + && next->IsNot(CT_CATCH) + && next->IsNot(CT_FINALLY)) + { + blank_line_set(pc, options::nl_after_try_catch_finally); + log_rule_B("nl_after_try_catch_finally"); + } + } + } + + // Change blanks after a try-catch-finally block + if ( (options::nl_between_get_set() != 0) + && (options::nl_between_get_set() != pc->GetNlCount()) + && prev->IsNotNullChunk() + && next->IsNotNullChunk()) + { + log_rule_B("nl_between_get_set"); + + if ( prev->GetParentType() == CT_GETSET + && next->IsNot(CT_BRACE_CLOSE) + && ( prev->Is(CT_BRACE_CLOSE) + || prev->Is(CT_SEMICOLON))) + { + blank_line_set(pc, options::nl_between_get_set); + log_rule_B("nl_between_get_set"); + } + } + + // Change blanks after a try-catch-finally block + if ( (options::nl_around_cs_property() != 0) + && (options::nl_around_cs_property() != pc->GetNlCount()) + && prev->IsNotNullChunk() + && next->IsNotNullChunk()) + { + log_rule_B("nl_around_cs_property"); + + if ( prev->Is(CT_BRACE_CLOSE) + && prev->GetParentType() == CT_CS_PROPERTY + && next->IsNot(CT_BRACE_CLOSE)) + { + blank_line_set(pc, options::nl_around_cs_property); + log_rule_B("nl_around_cs_property"); + } + else if ( next->GetParentType() == CT_CS_PROPERTY + && next->TestFlags(PCF_STMT_START)) + { + blank_line_set(pc, options::nl_around_cs_property); + log_rule_B("nl_around_cs_property"); + } + } + + // Control blanks before an access spec + if ( (options::nl_before_access_spec() > 0) + && (options::nl_before_access_spec() != pc->GetNlCount()) + && next->Is(CT_ACCESS)) + { + log_rule_B("nl_before_access_spec"); + + // Don't add blanks after an open brace + if ( prev->IsNullChunk() + || ( prev->IsNot(CT_BRACE_OPEN) + && prev->IsNot(CT_VBRACE_OPEN))) + { + log_rule_B("nl_before_access_spec"); + blank_line_set(pc, options::nl_before_access_spec); + } + } + + // Change blanks inside namespace braces + if ( (options::nl_inside_namespace() != 0) + && (options::nl_inside_namespace() != pc->GetNlCount()) + && ( ( prev->Is(CT_BRACE_OPEN) + && prev->GetParentType() == CT_NAMESPACE) + || ( next->Is(CT_BRACE_CLOSE) + && next->GetParentType() == CT_NAMESPACE))) + { + log_rule_B("nl_inside_namespace"); + blank_line_set(pc, options::nl_inside_namespace); + } + + // Control blanks before a whole-file #ifdef + if ( options::nl_before_whole_file_ifdef() != 0 + && options::nl_before_whole_file_ifdef() != pc->GetNlCount() + && next->Is(CT_PREPROC) + && next->GetParentType() == CT_PP_IF + && ifdef_over_whole_file() + && next->TestFlags(PCF_WF_IF)) + { + log_rule_B("nl_before_whole_file_ifdef"); + blank_line_set(pc, options::nl_before_whole_file_ifdef); + } + + // Control blanks after a whole-file #ifdef + if ( options::nl_after_whole_file_ifdef() != 0 + && options::nl_after_whole_file_ifdef() != pc->GetNlCount()) + { + Chunk *pp_start = prev->GetPpStart(); + + if ( pp_start->IsNotNullChunk() + && pp_start->GetParentType() == CT_PP_IF + && ifdef_over_whole_file() + && pp_start->TestFlags(PCF_WF_IF)) + { + log_rule_B("nl_after_whole_file_ifdef"); + blank_line_set(pc, options::nl_after_whole_file_ifdef); + } + } + + // Control blanks before a whole-file #endif + if ( options::nl_before_whole_file_endif() != 0 + && options::nl_before_whole_file_endif() != pc->GetNlCount() + && next->Is(CT_PREPROC) + && next->GetParentType() == CT_PP_ENDIF + && ifdef_over_whole_file() + && next->TestFlags(PCF_WF_ENDIF)) + { + log_rule_B("nl_before_whole_file_endif"); + blank_line_set(pc, options::nl_before_whole_file_endif); + } + + // Control blanks after a whole-file #endif + if ( options::nl_after_whole_file_endif() != 0 + && options::nl_after_whole_file_endif() != pc->GetNlCount()) + { + Chunk *pp_start = prev->GetPpStart(); + + if ( pp_start->IsNotNullChunk() + && pp_start->GetParentType() == CT_PP_ENDIF + && ifdef_over_whole_file() + && pp_start->TestFlags(PCF_WF_ENDIF)) + { + log_rule_B("nl_after_whole_file_endif"); + blank_line_set(pc, options::nl_after_whole_file_endif); + } + } + + if ( line_added + && pc->GetNlCount() > 1) + { + pc->SetNlCount(pc->GetNlCount() - 1); + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', new line count is now %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); + } + LOG_FMT(LBLANK, "%s(%d): orig line is %zu, orig col is %zu, text is '%s', end new line count is now %zu\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), pc->GetNlCount()); + } +} // do_blank_lines + + +void newlines_cleanup_dup() +{ + LOG_FUNC_ENTRY(); + + Chunk *pc = Chunk::GetHead(); + Chunk *next = pc; + + while (pc->IsNotNullChunk()) + { + next = next->GetNext(); + + if ( pc->Is(CT_NEWLINE) + && next->Is(CT_NEWLINE)) + { + next->SetNlCount(max(pc->GetNlCount(), next->GetNlCount())); + Chunk::Delete(pc); + MARK_CHANGE(); + } + pc = next; + } +} // newlines_cleanup_dup + + +static void newlines_enum_entries(Chunk *open_brace, iarf_e av) +{ + LOG_FUNC_ENTRY(); + + for (Chunk *pc = open_brace->GetNextNc(); + pc->IsNotNullChunk() && pc->GetLevel() > open_brace->GetLevel(); + pc = pc->GetNextNc()) + { + if ( (pc->GetLevel() != (open_brace->GetLevel() + 1)) + || pc->IsNot(CT_COMMA) + || ( pc->Is(CT_COMMA) + && ( pc->GetNext()->GetType() == CT_COMMENT_CPP + || pc->GetNext()->GetType() == CT_COMMENT + || pc->GetNext()->GetType() == CT_COMMENT_MULTI))) + { + continue; + } + newline_iarf(pc, av); + } + + newline_iarf(open_brace, av); +} // newlines_enum_entries + + +static void newlines_double_space_struct_enum_union(Chunk *open_brace) +{ + LOG_FUNC_ENTRY(); + + Chunk *pc = Chunk::NullChunkPtr; + + if (open_brace != nullptr) + { + pc = open_brace; + } + + while ( (pc = pc->GetNextNc())->IsNotNullChunk() + && pc->GetLevel() > open_brace->GetLevel()) + { + if ( pc->GetLevel() != (open_brace->GetLevel() + 1) + || pc->IsNot(CT_NEWLINE)) + { + continue; + } + /* + * If the newline is NOT after a comment or a brace open and + * it is before a comment, then make sure that the newline is + * at least doubled + */ + Chunk *prev = pc->GetPrev(); + + if ( !prev->IsComment() + && prev->IsNot(CT_BRACE_OPEN) + && pc->GetNext()->IsComment()) + { + if (pc->GetNlCount() < 2) + { + double_newline(pc); + } + } + } +} // newlines_double_space_struct_enum_union + + +void annotations_newlines() +{ + LOG_FUNC_ENTRY(); + + Chunk *next; + Chunk *prev; + Chunk *ae; // last token of the annotation + Chunk *pc = Chunk::GetHead(); + + while ( (pc = pc->GetNextType(CT_ANNOTATION))->IsNotNullChunk() + && (next = pc->GetNextNnl())->IsNotNullChunk()) + { + // find the end of this annotation + if (next->IsParenOpen()) + { + // TODO: control newline between annotation and '(' ? + ae = next->GetClosingParen(); + } + else + { + ae = pc; + } + + if (ae->IsNullChunk()) + { + break; + } + LOG_FMT(LANNOT, "%s(%d): orig line is %zu, orig col is %zu, annotation is '%s', end @ orig line %zu, orig col %zu, is '%s'\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text(), + ae->GetOrigLine(), ae->GetOrigCol(), ae->Text()); + + prev = ae->GetPrev(); // Issue #1845 + LOG_FMT(LANNOT, "%s(%d): prev orig line is %zu, orig col is %zu, Text() is '%s'\n", + __func__, __LINE__, prev->GetOrigLine(), prev->GetOrigCol(), prev->Text()); + next = ae->GetNextNnl(); + + if (next->Is(CT_ANNOTATION)) + { + LOG_FMT(LANNOT, "%s(%d): -- nl_between_annotation\n", + __func__, __LINE__); + newline_iarf(ae, options::nl_between_annotation()); + log_rule_B("nl_between_annotation"); + } + + if (next->Is(CT_NEWLINE)) + { + if (next->Is(CT_ANNOTATION)) + { + LOG_FMT(LANNOT, "%s(%d): -- nl_after_annotation\n", + __func__, __LINE__); + newline_iarf(ae, options::nl_after_annotation()); + log_rule_B("nl_after_annotation"); + } + } + } +} // annotations_newlines + + +bool newlines_between(Chunk *pc_start, Chunk *pc_end, size_t &newlines, E_Scope scope) +{ + if ( pc_start->IsNullChunk() + || pc_end->IsNullChunk()) + { + return(false); + } + newlines = 0; + + Chunk *it = pc_start; + + for ( ; it->IsNotNullChunk() && it != pc_end; it = it->GetNext(scope)) + { + newlines += it->GetNlCount(); + } + + // newline count is valid if search stopped on expected chunk + return(it == pc_end); +} // newlines_between diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/newlines.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/newlines.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/newlines.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/newlines.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option_enum.cpp.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.cpp.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option_enum.cpp.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.cpp.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option_enum.h.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/option_enum.h.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/option_enum.h.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options.cpp.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options.cpp.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options.cpp.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options.cpp.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options_for_QT.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options_for_QT.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options_for_QT.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options_for_QT.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options_for_QT.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options_for_QT.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/options_for_QT.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/options_for_QT.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/output.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/output.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/output.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/output.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/output.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/output.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/output.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/output.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parameter_pack_cleanup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parameter_pack_cleanup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parameter_pack_cleanup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parameter_pack_cleanup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parameter_pack_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parameter_pack_cleanup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parameter_pack_cleanup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parameter_pack_cleanup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parens.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parens.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parens.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parent_for_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parent_for_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parent_for_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parent_for_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parent_for_pp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parent_for_pp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parent_for_pp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parent_for_pp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame_stack.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame_stack.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame_stack.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame_stack.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame_stack.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame_stack.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/parsing_frame_stack.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/parsing_frame_stack.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pcf_flags.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pcf_flags.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pcf_flags.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pcf_flags.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pcf_flags.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pcf_flags.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pcf_flags.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pcf_flags.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pragma_cleanup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pragma_cleanup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pragma_cleanup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pragma_cleanup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pragma_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pragma_cleanup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/pragma_cleanup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pragma_cleanup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/prototypes.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/prototypes.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/prototypes.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/prototypes.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/punctuators.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/punctuators.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/punctuators.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/punctuators.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/punctuators.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/punctuators.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/punctuators.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/punctuators.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/quick_align_again.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/quick_align_again.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/quick_align_again.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/quick_align_again.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/quick_align_again.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/quick_align_again.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/quick_align_again.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/quick_align_again.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_duplicate_include.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_duplicate_include.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_duplicate_include.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_duplicate_include.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_duplicate_include.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_duplicate_include.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_duplicate_include.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_duplicate_include.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_extra_returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_extra_returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_extra_returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_extra_returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_extra_returns.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_extra_returns.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/remove_extra_returns.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/remove_extra_returns.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/rewrite_infinite_loops.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/rewrite_infinite_loops.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/rewrite_infinite_loops.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/rewrite_infinite_loops.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/rewrite_infinite_loops.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/rewrite_infinite_loops.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/rewrite_infinite_loops.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/rewrite_infinite_loops.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/semicolons.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/semicolons.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/semicolons.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/semicolons.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/semicolons.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/semicolons.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/semicolons.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/semicolons.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/sorting.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/sorting.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/sorting.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/sorting.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/sorting.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/sorting.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/sorting.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/sorting.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/space.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/space.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/space.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/space.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/space.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/space.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/space.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/space.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/symbols_table.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/symbols_table.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/symbols_table.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/symbols_table.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/token_enum.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/token_enum.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/token_enum.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/token_enum.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize_cleanup.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize_cleanup.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize_cleanup.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize_cleanup.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize_cleanup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/tokenize_cleanup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/tokenize_cleanup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_ctype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_ctype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_ctype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_ctype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_ctype.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_ctype.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_ctype.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_ctype.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_text.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_text.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_text.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_text.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_text.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_text.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_text.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_text.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_tools.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_tools.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_tools.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_tools.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_tools.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_tools.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unc_tools.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unc_tools.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_emscripten.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_emscripten.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_emscripten.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_emscripten.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_limits.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_limits.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_limits.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_limits.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_types.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_types.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_types.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_types.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_types.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_types.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_types.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_types.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_version.h.in b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_version.h.in similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/uncrustify_version.h.in rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/uncrustify_version.h.in diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unicode.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unicode.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unicode.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unicode.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unicode.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unicode.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/unicode.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/unicode.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/universalindentgui.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/universalindentgui.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/universalindentgui.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/universalindentgui.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/universalindentgui.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/universalindentgui.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/universalindentgui.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/universalindentgui.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.cpp new file mode 100644 index 00000000..66b5f4ff --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.cpp @@ -0,0 +1,798 @@ +/** + * @file width.cpp + * Limits line width. + * + * @author Ben Gardner + * @license GPL v2+ + */ + +#include "width.h" + +#include "indent.h" +#include "newlines.h" +#include "prototypes.h" + + +constexpr static auto LCURRENT = LSPLIT; + +using namespace uncrustify; + + +/** + * abbreviations used: + * - fparen = function parenthesis + */ + +struct SplitEntry +{ + Chunk *pc; + size_t pri; + + SplitEntry() + : pc(Chunk::NullChunkPtr) + , pri(0) {} +}; + + +struct TokenPriority +{ + E_Token tok; + size_t pri; +}; + + +static inline bool is_past_width(Chunk *pc); + + +//! Split right after the chunk +static void split_before_chunk(Chunk *pc); + + +static size_t get_split_pri(E_Token tok); + + +/** + * Checks to see if pc is a better spot to split. + * This should only be called going BACKWARDS (ie prev) + * A lower level wins + * + * Splitting Preference: + * - semicolon + * - comma + * - boolean op + * - comparison + * - arithmetic op + * - assignment + * - concatenated strings + * - ? : + * - function open paren not followed by close paren + */ +static void try_split_here(SplitEntry &ent, Chunk *pc); + + +/** + * Scan backwards to find the most appropriate spot to split the line + * and insert a newline. + * + * See if this needs special function handling. + * Scan backwards and find the best token for the split. + * + * @param start The first chunk that exceeded the limit + */ +static bool split_line(Chunk *pc); + + +/** + * Figures out where to split a template + * + * + * @param start the offending token + */ +static void split_template(Chunk *start); + + +/** + * Splits the parameters at every comma that is at the fparen level. + * + * @param start the offending token + */ +static void split_fcn_params_full(Chunk *start); + + +/** + * A for statement is too long. + * Step backwards and forwards to find the semicolons + * Try splitting at the semicolons first. + * If that doesn't work, then look for a comma at paren level. + * If that doesn't work, then look for an assignment at paren level. + * If that doesn't work, then give up. + */ +static void split_for_stmt(Chunk *start); + + +static inline bool is_past_width(Chunk *pc) +{ + // allow char to sit at last column by subtracting 1 + size_t currCol = pc->GetColumn() + pc->Len() - 1; + bool past_width = currCol > options::code_width(); + + LOG_FMT(LSPLIT, "%s(%d): orig line %zu, orig col %zu, curr col %zu, text '%s', past width %s\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), currCol, pc->Text(), + past_width ? "YES" : "NO"); + return(past_width); +} + + +static void split_before_chunk(Chunk *pc) +{ + LOG_FUNC_ENTRY(); + LOG_FMT(LSPLIT, "%s(%d): Text() '%s'\n", __func__, __LINE__, pc->Text()); + + Chunk *prev = pc->GetPrev(); + + if ( !pc->IsNewline() + && !prev->IsNewline()) + { + newline_add_before(pc); + // Mark chunk as continuation line, so indentation can be + // correctly set over multiple passes + pc->SetFlagBits(PCF_CONT_LINE); + + // Mark open and close parens as continuation line chunks. + // This will prevent an additional level and frame to be + // added to the current frame stack (issue 3105). + if ( prev->Is(CT_PAREN_OPEN) + || prev->Is(CT_LPAREN_OPEN) + || prev->Is(CT_SPAREN_OPEN) + || prev->Is(CT_FPAREN_OPEN) + || prev->Is(CT_SQUARE_OPEN) + || prev->Is(CT_ANGLE_OPEN)) + { + LOG_FMT(LSPLIT, "%s(%d): set PCF_LINE_CONT for prev text '%s', orig line is %zu, orig col is %zu\n", + __func__, __LINE__, prev->Text(), prev->GetOrigLine(), prev->GetOrigCol()); + + prev->SetFlagBits(PCF_CONT_LINE); + Chunk *closing_paren = prev->GetClosingParen(); + + if (closing_paren->IsNotNullChunk()) + { + closing_paren->SetFlagBits(PCF_CONT_LINE); + } + } + // reindent needs to include the indent_continue value and was off by one + log_rule_B("indent_columns"); + log_rule_B("indent_continue"); + reindent_line(pc, pc->GetBraceLevel() * options::indent_columns() + + abs(options::indent_continue()) + 1); + cpd.changes++; + } +} // split_before_chunk + + +static TokenPriority pri_table[] = +{ + { CT_SEMICOLON, 1 }, + { CT_COMMA, 2 }, + { CT_BOOL, 3 }, + { CT_COMPARE, 4 }, + { CT_SHIFT, 5 }, + { CT_ARITH, 6 }, + { CT_CARET, 7 }, + { CT_ASSIGN, 9 }, + { CT_STRING, 10 }, + { CT_FOR_COLON, 11 }, + { CT_QUESTION, 20 }, // allow break in ? : for ls_code_width + { CT_COND_COLON, 20 }, + { CT_FPAREN_OPEN, 21 }, // break after function open paren not followed by close paren + { CT_QUALIFIER, 25 }, + { CT_CLASS, 25 }, + { CT_STRUCT, 25 }, + { CT_TYPE, 25 }, + { CT_TYPENAME, 25 }, + { CT_VOLATILE, 25 }, +}; + + +void do_code_width() +{ + LOG_FUNC_ENTRY(); + LOG_FMT(LSPLIT, "%s(%d)\n", __func__, __LINE__); + + // If indent_continue is negative, we want to look for long lines splits, + // so raise CT_FPAREN_OPEN priority to get better results. + if (options::indent_continue() < 0) + { + for (TokenPriority &token : pri_table) + { + if (token.tok == CT_FPAREN_OPEN) + { + token.pri = 8; // Before assignment priority + break; + } + } + } + + for (Chunk *pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext()) + { + if ( !pc->IsCommentOrNewline() + && pc->IsNot(CT_SPACE) + && is_past_width(pc)) + { + if ( pc->Is(CT_VBRACE_CLOSE) // don't break if a vbrace close + && pc->IsLastChunkOnLine()) // is the last chunk on its line + { + continue; + } + bool split_OK = split_line(pc); + + if (split_OK) + { + // After a line split it is necessary to reindent the text before considering + // further splits. This avoid splits out of position which would produce an + // awkward result in some cases when a line needs more that one split. + // After the split, skip over the remainder of the line. + Chunk *nextNl = pc->GetNextNl(); + LOG_FMT(LSPLIT, "%s(%d): orig line %zu, orig col %zu, text '%s' splitted\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); + pc = nextNl; + } + else + { + LOG_FMT(LSPLIT, "%s(%d): orig line %zu, orig col %zu, text '%s' not splitted\n", + __func__, __LINE__, pc->GetOrigLine(), pc->GetOrigCol(), pc->Text()); + break; + } + } + } +} // do_code_width + + +static size_t get_split_pri(E_Token tok) +{ + for (TokenPriority token : pri_table) + { + if (token.tok == tok) + { + return(token.pri); + } + } + + return(100); // Bigger than any valid priority +} + + +static void try_split_here(SplitEntry &ent, Chunk *pc) +{ + LOG_FUNC_ENTRY(); + + size_t pc_pri = get_split_pri(pc->GetType()); + LOG_FMT(LSPLIT, "%s(%d): text '%s', orig col %zu pc_pri %zu\n", + __func__, __LINE__, pc->Text(), pc->GetOrigCol(), pc_pri); + + if (pc_pri == 0) + { + LOG_FMT(LSPLIT, "%s(%d): pc_pri is 0, return\n", __func__, __LINE__); + return; + } + // Can't split after a newline + Chunk *prev = pc->GetPrev(); + + if ( prev->IsNullChunk() + || ( prev->IsNewline() + && pc->IsNot(CT_STRING))) + { + if (prev->IsNotNullChunk()) + { + LOG_FMT(LSPLIT, "%s(%d): can't split after a newline, orig line is %zu, return\n", + __func__, __LINE__, prev->GetOrigLine()); + } + return; + } + + // Can't split a function without arguments + if (pc->Is(CT_FPAREN_OPEN)) + { + Chunk *next = pc->GetNext(); + + if (next->Is(CT_FPAREN_CLOSE)) + { + LOG_FMT(LSPLIT, "%s(%d): can't split a function without arguments, return\n", __func__, __LINE__); + return; + } + } + + // Only split concatenated strings + if (pc->Is(CT_STRING)) + { + Chunk *next = pc->GetNext(); + + if (next->IsNot(CT_STRING)) + { + LOG_FMT(LSPLIT, "%s(%d): only split concatenated strings, return\n", __func__, __LINE__); + return; + } + } + + // keep common groupings unless ls_code_width + if ( !options::ls_code_width() + && pc_pri >= 22) + { + LOG_FMT(LSPLIT, "%s(%d): keep common groupings unless ls_code_width, return\n", __func__, __LINE__); + return; + } + + // don't break after last term of a qualified type + if (pc_pri == 25) + { + Chunk *next = pc->GetNext(); + + if ( next->IsNot(CT_WORD) + && (get_split_pri(next->GetType()) != 25)) + { + LOG_FMT(LSPLIT, "%s(%d): don't break after last term of a qualified type, return\n", __func__, __LINE__); + return; + } + } + + if ( ent.pc->IsNullChunk() + || pc_pri < ent.pri + || ( pc_pri == ent.pri + && pc->IsNot(CT_FPAREN_OPEN) + && pc->GetLevel() < ent.pc->GetLevel())) + { + LOG_FMT(LSPLIT, "%s(%d): found possible split\n", __func__, __LINE__); + ent.pc = pc; + ent.pri = pc_pri; + } +} // try_split_here + + +static bool split_line(Chunk *start) +{ + LOG_FUNC_ENTRY(); + LOG_FMT(LSPLIT, "%s(%d): start text '%s', orig line %zu, orig col %zu, type %s\n", + __func__, __LINE__, start->Text(), start->GetOrigLine(), start->GetOrigCol(), get_token_name(start->GetType())); + LOG_FMT(LSPLIT, " flags "); + log_pcf_flags(LSPLIT, start->GetFlags()); + LOG_FMT(LSPLIT, " parent type %s, (PCF_IN_FCN_DEF %s), (PCF_IN_FCN_CALL %s)\n", + get_token_name(start->GetParentType()), + start->TestFlags((PCF_IN_FCN_DEF)) ? "TRUE" : "FALSE", + start->TestFlags((PCF_IN_FCN_CALL)) ? "TRUE" : "FALSE"); + + // break at maximum line length if ls_code_width is true + // Issue #2432 + if (start->TestFlags(PCF_ONE_LINER)) + { + LOG_FMT(LSPLIT, "%s(%d): ** ONE LINER SPLIT **\n", __func__, __LINE__); + undo_one_liner(start); + newlines_cleanup_braces(false); + // Issue #1352 + cpd.changes++; + return(false); + } + + if (options::ls_code_width()) + { + log_rule_B("ls_code_width"); + } + else if (start->TestFlags(PCF_IN_FOR)) + { + // Check to see if we are in a for statement + LOG_FMT(LSPLIT, " ** FOR SPLIT **\n"); + split_for_stmt(start); + + if (!is_past_width(start)) + { + return(true); + } + LOG_FMT(LSPLIT, "%s(%d): for split didn't work\n", __func__, __LINE__); + } + else if ( start->TestFlags(PCF_IN_FCN_DEF) + || start->TestFlags(PCF_IN_FCN_CALL) + || start->GetParentType() == CT_FUNC_PROTO) // Issue #1169 + { + /* + * If this is in a function call or prototype, split on commas or right + * after the open parenthesis + */ + LOG_FMT(LSPLIT, " ** FUNC SPLIT **\n"); + + if (options::ls_func_split_full()) + { + log_rule_B("ls_func_split_full"); + + split_fcn_params_full(start); + + if (!is_past_width(start)) + { + return(true); + } + } + } + else if (start->TestFlags(PCF_IN_TEMPLATE)) + { + /* + * If this is in a template, split on commas, Issue #1170 + */ + LOG_FMT(LSPLIT, " ** TEMPLATE SPLIT **\n"); + split_template(start); + return(true); + } + // Try to find the best spot to split the line + LOG_FMT(LSPLIT, "%s(%d): try to find a split point\n", __func__, __LINE__); + SplitEntry ent; + ent.pc = Chunk::NullChunkPtr; + ent.pri = CT_UNKNOWN; + + Chunk *pc = start->GetPrev(); + Chunk *prev; + + while ( pc->IsNotNullChunk() + && !pc->IsNewline()) + { + LOG_FMT(LSPLIT, "%s(%d): text '%s', orig line is %zu, orig col is %zu\n", + __func__, __LINE__, pc->Text(), pc->GetOrigLine(), pc->GetOrigCol()); + + if (pc->IsNot(CT_SPACE)) + { + try_split_here(ent, pc); + + // break at maximum line length + if ( ent.pc->IsNotNullChunk() + && options::ls_code_width()) + { + log_rule_B("ls_code_width"); + LOG_FMT(LSPLIT, "%s(%d): found split\n", __func__, __LINE__); + break; + } + } + pc = pc->GetPrev(); + } + + if (ent.pc->IsNullChunk()) + { + LOG_FMT(LSPLIT, "%s(%d): TRY_SPLIT yielded NO SOLUTION for orig line %zu at '%s' [%s]\n", + __func__, __LINE__, start->GetOrigLine(), start->Text(), get_token_name(start->GetType())); + } + else + { + LOG_FMT(LSPLIT, "%s(%d): TRY_SPLIT yielded '%s' [%s] on orig line %zu\n", + __func__, __LINE__, ent.pc->Text(), get_token_name(ent.pc->GetType()), ent.pc->GetOrigLine()); + LOG_FMT(LSPLIT, "%s(%d): ent at '%s', orig col is %zu\n", + __func__, __LINE__, ent.pc->Text(), ent.pc->GetOrigCol()); + } + + // Break before the token instead of after it according to the pos_xxx rules + if (ent.pc->IsNullChunk()) + { + pc = Chunk::NullChunkPtr; + } + else + { + log_rule_B("pos_arith"); + log_rule_B("pos_assign"); + log_rule_B("pos_compare"); + log_rule_B("pos_conditional"); + log_rule_B("pos_shift"); + log_rule_B("pos_bool"); + + if ( ( ent.pc->Is(CT_SHIFT) + && (options::pos_shift() & TP_LEAD)) + || ( ( ent.pc->Is(CT_ARITH) + || ent.pc->Is(CT_CARET)) + && (options::pos_arith() & TP_LEAD)) + || ( ent.pc->Is(CT_ASSIGN) + && (options::pos_assign() & TP_LEAD)) + || ( ent.pc->Is(CT_COMPARE) + && (options::pos_compare() & TP_LEAD)) + || ( ( ent.pc->Is(CT_COND_COLON) + || ent.pc->Is(CT_QUESTION)) + && (options::pos_conditional() & TP_LEAD)) + || ( ent.pc->Is(CT_BOOL) + && (options::pos_bool() & TP_LEAD))) + { + pc = ent.pc; + } + else + { + pc = ent.pc->GetNext(); + } + LOG_FMT(LSPLIT, "%s(%d): at '%s', orig col is %zu\n", + __func__, __LINE__, pc->Text(), pc->GetOrigCol()); + } + bool move_forward = false; + + if (pc->IsNullChunk()) + { + pc = start; + Chunk *next = pc->GetNext(); + + // On comma, close parenthesis/bracket/braces or semicolon, empty + // parenthesis/brackets/braces pairs, skip after them since they + // are small chunks and the split looks much better. + if ( pc->Is(CT_COMMA) + || pc->IsSemicolon() + || pc->IsParenClose() + || pc->IsBraceClose() + || pc->Is(CT_ANGLE_CLOSE) + || pc->Is(CT_SQUARE_CLOSE) + || ( pc->IsParenOpen() + && next->IsParenClose()) + || ( pc->IsBraceOpen() + && next->IsBraceClose()) + || ( pc->Is(CT_SQUARE_OPEN) + && next->Is(CT_SQUARE_CLOSE)) + || pc->Len() == 0) + { + LOG_FMT(LSPLIT, "Move forward past the chuck"); + move_forward = true; + } + } + // Add a newline before 'pc', if possible. + // If 'pc' is the first chunk in the line, split after it since it is + // already past the allowed code width. If the next chunk is a comma, close + // parenthesis/bracket/braces or semicolon, skip after them since they + // are small chunks and the split looks much better. Also skip over + // empty parenthesis/brackets/braces pairs. + prev = pc->GetPrev(); + + if ( prev->IsNullChunk() + || pc->IsNewline() + || prev->IsNewline() + || move_forward) + { + pc = pc->GetNext(); + Chunk *next = pc->GetNext(); + + while ( pc->Is(CT_COMMA) + || pc->IsSemicolon() + || pc->IsParenClose() + || pc->IsBraceClose() + || pc->Is(CT_ANGLE_CLOSE) + || pc->Is(CT_SQUARE_CLOSE) + || ( pc->IsParenOpen() + && next->IsParenClose()) + || ( pc->IsBraceOpen() + && next->IsBraceClose()) + || ( pc->Is(CT_SQUARE_OPEN) + && next->Is(CT_SQUARE_CLOSE))) + { + pc = next; + next = pc->GetNext(); + } + } + prev = pc->GetPrev(); + + if ( prev->IsNotNullChunk() + && !pc->IsNewline() + && !prev->IsNewline()) + { + //int plen = (pc->Len() < 5) ? pc->Len() : 5; + //int slen = (start->Len() < 5) ? start->Len() : 5; + //LOG_FMT(LSPLIT, " '%.*s' [%s], started on token '%.*s' [%s]\n", + // plen, pc->Text(), get_token_name(pc->GetType()), + // slen, start->Text(), get_token_name(start->GetType())); + LOG_FMT(LSPLIT, "%s(%d): Text() '%s', type %s, started on token '%s', type %s\n", + __func__, __LINE__, pc->Text(), get_token_name(pc->GetType()), + start->Text(), get_token_name(start->GetType())); + + split_before_chunk(pc); + } + return(true); +} // split_line + + +/* + * The for statement split algorithm works as follows: + * 1. Step backwards and forwards to find the semicolons + * 2. Try splitting at the semicolons first. + * 3. If that doesn't work, then look for a comma at paren level. + * 4. If that doesn't work, then look for an assignment at paren level. + * 5. If that doesn't work, then give up. + */ +static void split_for_stmt(Chunk *start) +{ + LOG_FUNC_ENTRY(); + // how many semicolons (1 or 2) do we need to find + log_rule_B("ls_for_split_full"); + size_t max_cnt = options::ls_for_split_full() ? 2 : 1; + Chunk *open_paren = Chunk::NullChunkPtr; + size_t nl_cnt = 0; + + LOG_FMT(LSPLIT, "%s: starting on %s, line %zu\n", + __func__, start->Text(), start->GetOrigLine()); + + // Find the open paren so we know the level and count newlines + Chunk *pc = start; + + while ((pc = pc->GetPrev())->IsNotNullChunk()) + { + if (pc->Is(CT_SPAREN_OPEN)) + { + open_paren = pc; + break; + } + + if (pc->GetNlCount() > 0) + { + nl_cnt += pc->GetNlCount(); + } + } + + if (open_paren->IsNullChunk()) + { + LOG_FMT(LSPLIT, "No open paren\n"); + return; + } + // see if we started on the semicolon + int count = 0; + Chunk *st[2]; + + pc = start; + + if ( pc->Is(CT_SEMICOLON) + && pc->GetParentType() == CT_FOR) + { + st[count++] = pc; + } + + // first scan backwards for the semicolons + while ( (count < static_cast(max_cnt)) + && ((pc = pc->GetPrev())->IsNotNullChunk()) + && pc->IsNotNullChunk() + && pc->TestFlags(PCF_IN_SPAREN)) + { + if ( pc->Is(CT_SEMICOLON) + && pc->GetParentType() == CT_FOR) + { + st[count++] = pc; + } + } + // And now scan forward + pc = start; + + while ( (count < static_cast(max_cnt)) + && ((pc = pc->GetNext())->IsNotNullChunk()) + && pc->TestFlags(PCF_IN_SPAREN)) + { + if ( pc->Is(CT_SEMICOLON) + && pc->GetParentType() == CT_FOR) + { + st[count++] = pc; + } + } + + while (--count >= 0) + { + // TODO: st[0] may be uninitialized here + LOG_FMT(LSPLIT, "%s(%d): split before %s\n", __func__, __LINE__, st[count]->Text()); + split_before_chunk(st[count]->GetNext()); + } + + if ( !is_past_width(start) + || nl_cnt > 0) + { + return; + } + // Still past width, check for commas at parentheses level + pc = open_paren; + + while ((pc = pc->GetNext()) != start) + { + if ( pc->Is(CT_COMMA) + && (pc->GetLevel() == (open_paren->GetLevel() + 1))) + { + split_before_chunk(pc->GetNext()); + + if (!is_past_width(pc)) + { + return; + } + } + } + // Still past width, check for a assignments at parentheses level + pc = open_paren; + + while ((pc = pc->GetNext()) != start) + { + if ( pc->Is(CT_ASSIGN) + && (pc->GetLevel() == (open_paren->GetLevel() + 1))) + { + split_before_chunk(pc->GetNext()); + + if (!is_past_width(pc)) + { + return; + } + } + } + // Oh, well. We tried. +} // split_for_stmt + + +static void split_fcn_params_full(Chunk *start) +{ + LOG_FUNC_ENTRY(); + LOG_FMT(LSPLIT, "%s(%d): start at '%s'\n", __func__, __LINE__, start->Text()); + + // Find the opening function parenthesis + Chunk *fpo = start; + + LOG_FMT(LSPLIT, " %s(%d): search for opening function parenthesis\n", __func__, __LINE__); + + while ((fpo = fpo->GetPrev())->IsNotNullChunk()) + { + LOG_FMT(LSPLIT, " %s(%d): %s, orig col is %zu, level is %zu\n", + __func__, __LINE__, fpo->Text(), fpo->GetOrigCol(), fpo->GetLevel()); + + if ( fpo->Is(CT_FPAREN_OPEN) + && (fpo->GetLevel() == start->GetLevel() - 1)) + { + LOG_FMT(LSPLIT, " %s(%d): found open paren\n", __func__, __LINE__); + break; // opening parenthesis found. Issue #1020 + } + } + // Now break after every comma + Chunk *pc = fpo->GetNextNcNnl(); + + while (pc->IsNotNullChunk()) + { + if (pc->GetLevel() <= fpo->GetLevel()) + { + break; + } + + if ( (pc->GetLevel() == (fpo->GetLevel() + 1)) + && pc->Is(CT_COMMA)) + { + split_before_chunk(pc->GetNext()); + } + pc = pc->GetNextNcNnl(); + } +} + + +static void split_template(Chunk *start) +{ + LOG_FUNC_ENTRY(); + LOG_FMT(LSPLIT, " %s(%d): start %s\n", __func__, __LINE__, start->Text()); + LOG_FMT(LSPLIT, " %s(%d): back up until the prev is a comma\n", __func__, __LINE__); + + // back up until the prev is a comma + Chunk *prev = start; + + while ((prev = prev->GetPrev())->IsNotNullChunk()) + { + LOG_FMT(LSPLIT, " %s(%d): prev '%s'\n", __func__, __LINE__, prev->Text()); + + if ( prev->IsNewline() + || prev->Is(CT_COMMA)) + { + break; + } + } + + if ( prev->IsNotNullChunk() + && !prev->IsNewline()) + { + LOG_FMT(LSPLIT, " %s(%d):", __func__, __LINE__); + LOG_FMT(LSPLIT, " -- ended on %s --\n", get_token_name(prev->GetType())); + Chunk *pc = prev->GetNext(); + newline_add_before(pc); + size_t min_col = 1; + + log_rule_B("indent_continue"); + + if (options::indent_continue() == 0) + { + log_rule_B("indent_columns"); + min_col += options::indent_columns(); + } + else + { + min_col += abs(options::indent_continue()); + } + reindent_line(pc, min_col); + cpd.changes++; + } +} // split_templatefcn_params diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/width.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/width.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/windows_compat.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/windows_compat.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/windows_compat.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/windows_compat.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/.editorconfig b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/.editorconfig similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/.editorconfig rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/.editorconfig diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/BRACED_INIT_LIST_found_list.awk b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/BRACED_INIT_LIST_found_list.awk similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/BRACED_INIT_LIST_found_list.awk rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/BRACED_INIT_LIST_found_list.awk diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/CMakeLists.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/CMakeLists.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/CMakeLists.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/CMakeLists.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/c-sharp.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/c-sharp.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/c-sharp.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/c-sharp.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/c.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/c.test new file mode 100644 index 00000000..72c14432 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/c.test @@ -0,0 +1,572 @@ +# +# Test cases specifically for the C language. +# +# test.name config.file input.file + + +# little general tests ==================================================== + +00000 common/indent_columns-3.cfg c/comment-indent.c +00001 c/cpp_to_c-1.cfg c/comment-indent.c +00002 c/cpp_to_c-2.cfg c/comment-indent.c +00003 c/cpp_to_c-3.cfg c/comment-indent.c +00004 c/indent-1.cfg c/switch.c +00005 c/ben_047.cfg c/cmt-align.c +00006 common/indent_columns-3.cfg c/comment-convert.c +00007 c/cpp_to_c-1.cfg c/comment-convert.c +00008 c/cpp_to_c-2.cfg c/comment-convert.c +00009 c/cpp_to_c-3.cfg c/comment-convert.c + + +# brace styles + +00010 c/ben_048.cfg c/braces.c +00011 common/brace-allman.cfg c/braces.c +00012! c/brace-banner.cfg c/braces.c +00013 c/brace-gnu.cfg c/braces.c +00014 c/brace-kr.cfg c/braces.c +00015 c/brace-ws.cfg c/braces.c +00016 c/brace-ws2.cfg c/braces.c + +00020 c/ben_049.cfg c/define-if-indent.c +00050 c/brace-remove-2.cfg c/brace-remove.c +00051 c/brace-remove-all.cfg c/brace-remove.c +00052 c/brace-remove-all.cfg c/brace-remove2.c +00053 c/nl_brace_test.cfg c/brace.c +00054 c/if_chain.cfg c/if_chain.c +00055 c/cgal.cfg c/braces-2.c +00056 c/brace-remove-all.cfg c/brace-remove3.c +00057 c/if_chain.cfg c/brace-remove3.c +00058 c/brace-kr-nobr.cfg c/if_chain.c +00059 c/Issue_2205.cfg c/Issue_2205.c + +00060 c/ben_050.cfg c/braces-2.c +00061 c/ben_051.cfg c/braces-3.c +00062 c/ben_052.cfg c/braces-4.c +00065 c/ben_053.cfg c/braces-5.c +00066 c/ben_054.cfg c/vb-while.c +00067 c/ben_055.cfg c/vb-do.c +00068 c/ben_056.cfg c/bsnl.c +00069 c/ben_057.cfg c/vb-pp.c + +00070 c/ben_058.cfg c/return-multi.c +00071 common/ben_042.cfg c/include_define.h +00072 common/star_pos-0.cfg c/align-proto.c +00073 common/empty.cfg c/nl_proto_endif.c +00074 c/clang-has_include.cfg c/clang-has_include.h +00075 common/tde.cfg c/function_prototypes_alignment.c +00076 c/1225.cfg c/1225.c + +00081 c/else-if-1.cfg c/else-if.c +00082 c/else-if-2.cfg c/else-if.c +00083 c/Issue_3601.cfg c/Issue_3601.c + +00091 c/cond-1.cfg c/cond.c +00092 common/indent_columns-3.cfg c/cond.c +00093 c/sp_cond_colon.cfg c/cond.c +00094 c/Issue_3457.cfg c/Issue_3457.c + +00101 c/ben_061.cfg c/bugs-1.c +00102 c/space_indent_columns-3.cfg c/bugs-2.c +00103 c/ben_063.cfg c/bugs-3.c +00104 c/ben_064.cfg c/bugs-4.c +00105 c/ben_065.cfg c/bugs-5.c +00106 common/ben_011.cfg c/bugs-6.c +00107 common/ben_011.cfg c/bugs-7.c +00108 common/indent_columns-3.cfg c/bugs-8.c + +00110 c/ben_069.cfg c/misc.c +00111 c/brace-kr-br.cfg c/misc.c + +00120 c/sp_cmt_cpp_start-r.cfg c/sp_cmt_cpp_start.c +00121 common/sp_cmt_cpp_start-a.cfg c/sp_cmt_cpp_start.c +00122 common/sp_cmt_cpp_start_force.cfg c/sp_cmt_cpp_start.c +00123 c/cmt_reflow.cfg c/cmt_reflow.c + +00130 c/ben_070.cfg c/minus-minus.c +00131 c/Issue_3873.cfg c/Issue_3873.c +00135 c/nepenthes.cfg c/br_cmt.c +00136 common/empty.cfg c/Issue_4044.c + +00140 c/ben_071.cfg c/global-vars.c +00141 c/ben_072.cfg c/deref.c +00142 c/ben_073.cfg c/type-cast.c +00143 c/ben_074.cfg c/t3.in.c +00144 c/ben_075.cfg c/align-proto-vars.c +00145 c/ben_076.cfg c/vardefcol.c +00146 c/Issue_3516.cfg c/Issue_3516.c +00147 c/Issue_3517.cfg c/Issue_3516.c +00148 c/Issue_3518.cfg c/Issue_3518.c + +# casts + +00150 c/ben_077.cfg c/casts.c +00151 c/cast-sp-r.cfg c/casts.c +00152 c/cast-sp-a.cfg c/casts.c +00153 c/cast-type.cfg c/casts.c +00154 common/sp_after_cast.cfg c/casts.c +00155 c/ben_078.cfg c/cast_brace.c + +00156 c/nl_collapse_empty_1.cfg c/empty-braces.c +00157 c/nl_collapse_empty_2.cfg c/empty-braces.c +00158 c/nl_collapse_empty_3.cfg c/empty-braces.c +00159 c/nl_collapse_empty_4.cfg c/empty-braces.c + +# fcn indents + +00160 c/indent_func_param.cfg c/fcn_indent.c +00161 c/indent_func_call_param.cfg c/fcn_indent.c +00162 c/indent_func_def_param.cfg c/fcn_indent.c +00163 c/indent_func_proto_param.cfg c/fcn_indent.c +00164 c/rdan.cfg c/fcn_indent_func_def_col1.c +00165 c/sp_func_call_user_inside_fparen.cfg c/sp_func_call_user_inside_fparen.c + +00170 common/empty.cfg c/beautifier-off.c +00180 c/sf538.cfg c/lvalue.c + +00190 common/empty.cfg c/Issue_3559.c + + +# switch & case stuff + +00201 c/case-1.cfg c/case.c +00202 c/case-2.cfg c/case.c +00203 c/case-3.cfg c/case.c +00204 c/bug_1718.cfg c/bug_1718.c +00205 c/nl_before_return_false.cfg c/case-nl_before_return.c +00206 c/nl_before_return_true.cfg c/case-nl_before_return.c +00207 common/nl_before_ignore_after_case.cfg c/nl_before_ignore_after_case.c + + +# structure initializers + +00301 c/ben_079.cfg c/align-struct-init.c +00302 c/ben_080.cfg c/one-liner-init.c +00303 c/1liner-split.cfg c/one-liner-init.c +00304 c/1liner-no-split.cfg c/one-liner-init.c +00305 c/ben_081.cfg c/one-liner-define.c + +00310 common/empty.cfg c/sp_embed_comment.c +00311 c/comment_conversion.cfg c/comment_conversion_define.c +00312 c/comment_conversion.cfg c/comment_conversion_endif.c +00313 c/comment_conversion.cfg c/comment_conversion_long_lines.c +00314 c/comment_conversion.cfg c/comment_conversion_javadoc_single.c +00315 common/tde.cfg c/comment_conversion_trailing_c_multiline.c + +00320 c/rdan.cfg c/indent_first_bool_expr.c + + +# aligning tresholds + +00401 common/align-1.cfg c/align-equ.c +00402 common/align-1.cfg c/align-var.c +00403 c/align-2.cfg c/align-var.c +00404 c/align-3.cfg c/align-var.c +00405 c/align-3.cfg c/bits.c +00406 c/bug_i_771.cfg c/bug_i_771.c +00407 c/star-style-0.cfg c/star-style.c +00408 c/star-style-1.cfg c/star-style.c +00409 c/star-style-2.cfg c/star-style.c + +00411 c/align_typedef_gap-3_span-5.cfg c/align-typedef.c +00412 c/align_typedef_gap-3_span-5.cfg c/align-typedef.c +00413 c/align_typedef_func-1.cfg c/align-typedef.c +00414 c/align_typedef_func-2.cfg c/align-typedef.c +00415 c/align_stack.cfg c/align_stack.c +00416 c/align_sf_call_thresh_416.cfg c/align_sf_call_thresh_416.c +00417 c/align_sf_call_thresh_417.cfg c/align_sf_call_thresh_417.c +00418 c/align_sf_call_span_418.cfg c/align_sf_call_span_418.c +00419 c/align_sf_call_span_419.cfg c/align_sf_call_span_419.c +00420 c/Issue_2278.cfg c/Issue_2278.c + +00421 c/nl_ds_struct_enum_cmt-t.cfg c/nl_ds_struct_enum.c +00422 c/nl_ds_struct_enum-2.cfg c/nl_ds_struct_enum.c +00423 c/bug_1702.cfg c/bug_1702.c +00424 c/Issue_3506.cfg c/Issue_3506.c + +00430 common/empty.cfg c/paren-indent.c +00431 c/indent_paren_close-1.cfg c/paren-indent.c +00432 c/indent_paren_close-2.cfg c/paren-indent.c + +00440 c/bug_489.cfg c/bug_489.c + +00451 c/code_width-80.cfg c/enum_gallery.c +00452 c/nl_enum_own_lines-a.cfg c/enum_gallery.c +00453! c/nl_enum_own_lines-3.cfg c/enum_gallery.c +00454 c/nl_enum_own_lines-4.cfg c/enum_gallery.c + +00461 c/align_func_proto_star_amp-1.cfg c/align_func_proto_star_amp.h +00462 c/align_func_proto_star_amp-2.cfg c/align_func_proto_star_amp.h +00463 c/align_func_proto_star_amp-3.cfg c/align_func_proto_star_amp.h +00464 c/align_func_proto_star_amp-4.cfg c/align_func_proto_star_amp.h +00465 c/align_func_proto_star_amp-5.cfg c/align_func_proto_star_amp.h +00466 c/align_func_proto_star_amp-6.cfg c/align_func_proto_star_amp.h +00467 c/align_func_proto_star_amp-7.cfg c/align_func_proto_star_amp.h +00468 c/align_func_proto_star_amp-8.cfg c/align_func_proto_star_amp.h +00469 c/align_func_proto_star_amp-9.cfg c/align_func_proto_star_amp.h + +00470 c/align_trailing_do_cmt.cfg c/align_trailing_do_cmt.c + +# boolean and comma positioning + +00501 c/bool-pos-eol.cfg c/bool-pos.c +00502 c/bool-pos-sol.cfg c/bool-pos.c +00503 c/pos_compare-sol.cfg c/pos_compare.c +00504 c/pos_compare-eol.cfg c/pos_compare.c +00505 c/pos_conditional-l.cfg c/pos_conditional.c +00506 c/pos_conditional-t.cfg c/pos_conditional.c +00510 c/bool-pos-eol-break.cfg c/bool-pos.c +00511 c/bool-pos-sol-break.cfg c/bool-pos.c +00512 common/bool-pos-eol-force.cfg c/bool-pos.c +00513 c/bool-pos-sol-force.cfg c/bool-pos.c +00514 c/my_conf.cfg c/my_infile.c + +00600 common/indent_columns-3.cfg c/dos.c +00601 common/indent_columns-3.cfg c/mac.c +00611 common/empty.cfg c/pp-space.c +00612 c/pp-indent-2.cfg c/pp-space.c +00613 c/pp_indent-a.cfg c/pp-space.c +00614 c/pp-space.cfg c/pp-space.c +00615 c/pp-indent-2.cfg c/pp-nest.c +00616 c/pp_if_indent-1.cfg c/pp-if-indent.c +00617 c/rdan.cfg c/pp-if-indent.c +00618 c/pp_if_indent-4.cfg c/pp-if-indent.c +00619 c/Issue_3169.cfg c/Issue_3169.c + +00620 c/ben_083.cfg c/indent-assign.c +00621 c/nl_endif.cfg c/nl_endif.c +00622 c/indent_assign.cfg c/indent-off-after-assign.c + +00623 c/pp_space_none.cfg c/pp_space_before_after.c +00624 c/pp_space_after.cfg c/pp_space_before_after.c +00625 c/pp_space_before.cfg c/pp_space_before_after.c +00626 c/pp_space_before_after.cfg c/pp_space_before_after.c + +00631 c/nl_assign1.cfg c/nl_assign.c +00632 c/nl_assign2.cfg c/nl_assign.c +00633 c/nl_assign1.cfg c/bug_3156.c + +# function def newlines + +00701 common/func-def-1.cfg c/function-def.c +00702 common/func-def-2.cfg c/function-def.c +00703 common/func-def-3.cfg c/function-def.c + +00710 c/add_long_closebrace_comment_1.cfg c/add_long_comment.c + +# nl_after_semicolon and nl_after_open_brace + +00721 c/nl_semicolon.cfg c/nl-semicolon.c + +# function call newlines + +00730 c/nl_func_call-1.cfg c/nl_func_call.c +00731 c/nl_func_call-2.cfg c/nl_func_call.c +00732 c/nl_func_call-3.cfg c/nl_func_call.c +00733 c/nl_func_call-4.cfg c/nl_func_call.c +00734 c/nl_func_call-5.cfg c/nl_func_call.c + +# function types + +00801 c/ben_084.cfg c/fcn_type.c +00802 c/ben_085.cfg c/funcfunc.c +00803 c/sf537.cfg c/fcn_type.c + +# code width + +00901 c/width.cfg c/code_width.c +00902 common/width-2.cfg c/code_width.c +00903 c/width-3.cfg c/code_width.c + +# pascal ptr_type + +00910 c/pascal_ptr.cfg c/pascal_ptr.c +00911 c/empty_body.cfg c/pascal_ptr.c + +01000 c/mod-paren.cfg c/mod-paren.c +01001 c/nl-comment.cfg c/nl-comment.c +01002 c/mod-paren2.cfg c/mod-paren.c + +01005 c/mod_case_brace_add.cfg c/mod_case_brace.c +01006 common/mod_case_brace_rm.cfg c/mod_case_brace.c +01007 c/mod_move_case_brace.cfg c/mod_case_brace.c +01008 c/mod_case_brace_add.cfg c/Issue_3366.c +01009 c/mod_move_case_return.cfg c/mod_move_case_return.c +01010 c/mod_move_case_return.cfg c/mod_move_case_return_bad.c + +01011 common/del_semicolon.cfg c/semicolons.c +01012 c/ben_086.cfg c/semicolons.c + +01015 common/empty.cfg c/paren_indent.c +01016 c/align_attr.cfg c/align_attr.c + +01020 common/kw_subst.cfg c/kw_subst.c +01021 common/kw_subst3.cfg c/hello.c +01022 common/kw_subst3.cfg c/kw_subst.c + +01030 c/cmt_indent_multi-f.cfg c/multi.h + +01035 common/empty.cfg c/func_wrap.c +01036 common/sp_inside_fparen-f.cfg c/func_wrap.c +01037 c/type_wrap.cfg c/type_wrap.c + +01040 c/newline_after_endif.cfg c/newline_after_endif.c + +01050 c/func_call_user.cfg c/func_call_user.c + +01060 common/empty.cfg c/backslash-newline-lex.c + +01070 c/label_colon_nl_1.cfg c/various_colons.c +01071 c/label_colon_nl_2.cfg c/various_colons.c + +01080 common/empty.cfg c/bug_1196.c + +# big general tests + +02000 c/ben_087.cfg c/i2c-core.c +02001 c/preproc-cleanup.cfg c/directfb.h +02002 common/ben2.cfg c/i2c-core.c +02003 c/Issue_3353.cfg c/Issue_3353.h + +# clark's style - blank lines before and after flow control, indented comments + +02100 common/clark.cfg c/i2c-core.c +02101 common/clark.cfg c/comment-indent.c + +02200 c/xml-str.cfg c/xml.c +02201 c/xml-str.cfg c/align-string.c + +02300 c/ben_088.cfg c/preproc-if.c +02301 common/d.cfg c/preproc-if.c +02302 c/cpp_to_c-1.cfg c/nl-cont.c +02303 c/cpp_to_c-1.cfg c/nl-cont2.c + +02310 c/ben_089.cfg c/empty-for.c +02311 c/ben_090.cfg c/pragma.c + +02315 c/pp_ret.cfg c/pp_ret.c + +02320 c/nl_create_one_liner.cfg c/nl_create_one_liner.c +02325 common/sort_imports.cfg c/sort_include.c + +02330 c/leave_one_liners.cfg c/one_liners.c + +# some embedded sql stuff + +02400 c/ben_091.cfg sql/mysql.sqc C +02401 c/ben_092.cfg sql/sta-select.sqc C +02402 c/issue_527.cfg sql/issue_527.sqc C + +02410 c/pp_if_indent-0.cfg c/ifdef-indent.c +02411 c/pp_if_indent-1.cfg c/ifdef-indent.c +02412 c/pp_if_indent-2.cfg c/ifdef-indent.c +02413 c/pp_if_indent-3.cfg c/ifdef-indent.c +02414 c/nl_whole_file_ifdef.cfg c/whole_file_ifdef.c +02415 c/endif.cfg c/endif.c +02416 c/cmt_nl_end.cfg c/cmt_nl_end.c + +02421 c/cmt_multi_check_last-f.cfg c/cmt_multi.c +02422 common/empty.cfg c/cmt_multi.c +02423 common/empty.cfg c/cmt_multi_utf8.c + +02431 c/align_right_cmt_gap-1.cfg c/cmt_right_align.c +02432 c/space_indent_columns-3.cfg c/cmt_right_align.c + +02440 common/empty.cfg c/string_utf8.c +02441 common/empty.cfg c/utf8-identifiers.c + +02451 c/return-1.cfg c/nl_return_expr.c +02452 c/return-2.cfg c/nl_return_expr.c +02453 c/return-3.cfg c/nl_return_expr.c +02454 c/return-4.cfg c/nl_return_expr.c + +02455 common/mod_paren_on_return-a.cfg c/macro-returns.c +02456 common/mod_paren_on_return-r.cfg c/macro-returns.c +02457 c/nl_before_return_true.cfg c/nl_before_return.c + +02460 c/freebsd.cfg c/freebsd.c + +02486 c/doxy-comment-no.cfg c/doxy-comment.c +02487 c/doxy-comment-yes.cfg c/doxy-comment.c + +02501 c/ger.cfg c/custom_types_ssl.c +02502 c/custom_types_ssl.cfg c/custom_types_ssl.c +#02503 ger.cfg c/pp_concat_asn1.h + +02504 c/align_keep_extra.cfg c/align_keep_extra.c +02505 c/align_multi.cfg c/align_assigns.c +02506 c/align-4.cfg c/align_assign_var_defs.c + +02510 c/ben_093.cfg c/asm.c + +02520 c/pp_indent_with_tabs_0.cfg c/pp_indent_with_tabs.c +02521 c/pp_indent_with_tabs_1.cfg c/pp_indent_with_tabs.c +02522 c/pp_indent_with_tabs_2.cfg c/pp_indent_with_tabs.c +02523 c/pp_indent_with_tabs_-1_0.cfg c/pp_indent_with_tabs.c +02524 c/pp_indent_with_tabs_-1_1.cfg c/pp_indent_with_tabs.c +02525 c/pp_indent_with_tabs_-1_2.cfg c/pp_indent_with_tabs.c + +02530 common/empty.cfg c/pp_multiline_define.c +02531 common/Issue_3052.cfg c/pp_multiline_define.c +02532 c/pp_multiline_define_ignore_body.cfg c/pp_multiline_define.c +02533 c/pp_multiline_define_with_spaces.cfg c/pp_multiline_define.c +02534 c/pp_multiline_define_align_nl.cfg c/pp_multiline_define.c +02535 c/pp_multiline_define_align_pp_col1.cfg c/pp_multiline_define.c +02536 c/pp_multiline_define_align_pp_cnt3.cfg c/pp_multiline_define.c +02537 c/pp_multiline_define_align_pp_ml4.cfg c/pp_multiline_define.c +02538 c/pp_multiline_define_align_pp_ml2.cfg c/pp_multiline_define.c +02539 c/pp_multiline_define_align_pp_ml0.cfg c/pp_multiline_define.c +02540 c/pp_multiline_define_align_pp_ml-1.cfg c/pp_multiline_define.c +02541 c/pp_multiline_define_align_pp_ml-5.cfg c/pp_multiline_define.c +02542 c/align_nl_cont-2.cfg c/pp_multiline_define.c +02543 c/align_nl_cont-3.cfg c/pp_multiline_define.c +02544 c/align_nl_cont_spaces-5.cfg c/pp_multiline_define.c + +02550 c/Issue_3852.cfg c/func_var_multi_paren.c +02551 common/neovim.cfg c/line_multi_split_1.c +02552 common/tde.cfg c/line_multi_split_2.c + +07630 c/indent-vbrace.cfg c/indent-vbrace.c + +08399 c/ben_095.cfg c/gh399.c + +09594 common/indent_columns-3.cfg c/sf594.c +09588 common/empty.cfg c/sf588.c + +09601 common/bug_637.cfg c/bug_637.c +09602 common/bug_671.cfg c/bug_671.c +09603 common/indent_ternary_operator-1.cfg c/indent_ternary-1.c +09604 common/indent_ternary_operator-2.cfg c/indent_ternary-2.c +09605 common/sp_arith-f.cfg c/negative_value.c +09606 c/ptr-arith.cfg c/extern.c +09607 c/ptr-arith.cfg c/attribute.c +09608 common/aet-func_call_user.cfg c/func_call_user2.c +09609 c/Issue_2279.cfg c/Issue_2279.c + +09610 c/force_tab_after_define-t.cfg c/bug_i_876.c +09611 common/space_indent_columns-4.cfg c/bug_i_222.c +09612 common/empty.cfg c/bug_1041.c +09613 common/empty.cfg c/i1413.c +09614 common/empty.cfg c/string_prefixes.c +09615 c/i1564.cfg c/i1564.c +09616 c/enum_comma_ifdef.cfg c/enum_comma_ifdef.c +09617 c/Issue_2360-a.cfg c/Issue_2360.c +09618 c/Issue_2360-b.cfg c/Issue_2360.c +09619 c/Issue_2411.cfg c/Issue_2411.c + +09620 c/Issue_2640.cfg c/Issue_2640.c +09621 c/preproc-cleanup.cfg c/pp-before-func-def.c +09622 c/Issue_3356.cfg c/Issue_3356.c +09623 c/convert_cmt_vbrace_one_line.cfg c/vbrace_one_liner.c + +10003 common/empty.cfg c/incdec_postfix_multiply.c +10004 c/ben_094.cfg c/pragma_asm.c +10005 common/empty.cfg c/i1270.c +10006 c/bug_2331.cfg c/bug_2331.c +10007 c/indent_macro_brace-true.cfg c/indent-macro-brace.c +10008 c/indent_macro_brace-false.cfg c/indent-macro-brace.c +10009 common/empty.cfg c/return-compound-literal.c + +10010 c/indent_compound_literal_return-false.cfg c/return-compound-literal.c +10011 c/indent_compound_literal_return-true.cfg c/return-compound-literal.c +10012 c/indent_sparen_extra-8.cfg c/sparen-indent.c +10013 common/empty.cfg c/sparen-indent.c +10014 common/indent_continue-8.cfg c/sparen-indent.c +10015 common/empty.cfg c/Issue_2845.h +10016 c/Issue_3233.cfg c/Issue_3233.c +10017 c/sp_sparen_paren-a.cfg c/double-sparen.c +10018 c/sp_sparen_paren-i.cfg c/double-sparen.c +10019 c/pp_indent_in_guard.cfg c/include-guard.h +10020 c/indent_single_line_comments_after.cfg c/single_line_comment_after.c +10021 common/sp_cparen_oparen-f.cfg c/parenthesized_indirect_call.c +10022 c/Issue_3269.cfg c/Issue_3269.c +10023 c/Issue_3272.cfg c/Issue_3272.h +10024 c/Issue_3274.cfg c/Issue_3274.c +10025 c/sp_between_semi_for_empty-r.cfg c/forever.c +10026 c/sp_between_semi_for_empty-i.cfg c/forever.c +10027 c/Issue_3327.cfg c/Issue_3327.c +10028 c/sp_emb_cmt-i.cfg c/Issue_3339.c +10029 c/sp_emb_cmt-f.cfg c/Issue_3339.c +10030 c/sp_emb_cmt-r.cfg c/Issue_3339.c +10031 c/sp_after_pointer_star-r.cfg c/Issue_3342.c +10032 c/sp_after_pointer_star-r.cfg c/Issue_3345.c +10033 c/pp_include_at_level-true.cfg c/Issue_3343.c +10034 c/pp_include_at_level-false.cfg c/Issue_3343.c +10035 c/indent_comment_align_thresh-0.cfg c/comment-indent.c +10036 c/Issue_3350.cfg c/comment-indent.c +10037 c/indent_case_comment-true.cfg c/Issue_3362.c +10038 c/indent_case_comment-false.cfg c/Issue_3362.c +10039 c/Issue_3370.cfg c/Issue_3370.c +10040 c/Issue_3377.cfg c/Issue_3377.c +10041 c/Issue_3351.cfg c/Issue_3351.c +10042 c/sp_ptr_star_func_var-i.cfg c/Issue_3376.c +10043 c/sp_ptr_star_func_var-a.cfg c/Issue_3376.c +10044 c/sp_ptr_star_func_var-r.cfg c/Issue_3376.c +10045 c/sp_ptr_star_func_var-f.cfg c/Issue_3376.c +10046 c/Issue_3402.cfg c/Issue_3402.c +10047 c/pp_if_indent_code-true.cfg c/Issue_3421.h +10048 c/Issue_3431.cfg c/Issue_3431.c +10049 c/indent_paren_close--1.cfg c/Issue_3436.c +10050 common/empty.cfg c/Issue_3192.c +10051 c/Issue_3454.cfg c/Issue_3454.c +10052 c/Issue_3472.cfg c/Issue_3472.c +10053 c/Issue_3476.cfg c/Issue_3476.c +10054 c/Issue_3480.cfg c/Issue_3480.c +10055 c/Issue_3493.cfg c/Issue_3493.c +10056 c/sp_enum_brace-i.cfg c/Issue_3496.h +10057 c/sp_enum_brace-a.cfg c/Issue_3496.h +10058 c/sp_enum_brace-r.cfg c/Issue_3496.h +10059 c/sp_enum_brace-f.cfg c/Issue_3496.h +10060 c/indent_ignore_bool-true.cfg c/Issue_3548.c +10061 c/Issue_3556.cfg c/Issue_3556.c +10062 c/Issue_3561.cfg c/Issue_3561.c +10063 c/Issue_3565.cfg c/Issue_3565.c +10064 c/Issue_3567-a.cfg c/Issue_3567.c +10065 c/Issue_3567-b.cfg c/Issue_3567.c +10066 c/Issue_3580.cfg c/Issue_3580.c +10077 c/Issue_3582.cfg c/Issue_3582.c +10078 c/pp_indent_brace--1.cfg c/Issue_3587.h +10079 c/Issue_3662.cfg c/Issue_3662.c +10080 c/mod_infinite_loop-0.cfg c/infinite-loops.c +10081 c/mod_infinite_loop-1.cfg c/infinite-loops.c +10082 c/mod_infinite_loop-2.cfg c/infinite-loops.c +10083 c/mod_infinite_loop-3.cfg c/infinite-loops.c +10084 c/mod_infinite_loop-4.cfg c/infinite-loops.c +10085 c/mod_infinite_loop-5.cfg c/infinite-loops.c +10086 c/Issue_3716-1.cfg c/infinite-loops.c +10087 c/Issue_3716-2.cfg c/infinite-loops.c +10088 c/Issue_3716-3.cfg c/infinite-loops.c +10089 c/Issue_3716-4.cfg c/infinite-loops.c +10090 c/Issue_3716-5.cfg c/infinite-loops.c +10091 c/mod_short_int-a.cfg c/int-types.c +10092 c/mod_short_int-r.cfg c/int-types.c +10093 c/mod_long_int-a.cfg c/int-types.c +10094 c/mod_long_int-r.cfg c/int-types.c +10095 c/mod_signed_int-a.cfg c/int-types.c +10096 c/mod_signed_int-r.cfg c/int-types.c +10097 c/mod_unsigned_int-a.cfg c/int-types.c +10098 c/mod_unsigned_int-r.cfg c/int-types.c +10099 c/mod_int_short-a.cfg c/int-types.c +10100 c/mod_int_short-r.cfg c/int-types.c +10101 c/mod_int_long-a.cfg c/int-types.c +10102 c/mod_int_long-r.cfg c/int-types.c +10103 c/mod_int_signed-a.cfg c/int-types.c +10104 c/mod_int_signed-r.cfg c/int-types.c +10105 c/mod_int_unsigned-a.cfg c/int-types.c +10106 c/mod_int_unsigned-r.cfg c/int-types.c +10107 c/mod_int-shift-left.cfg c/int-types.c +10108 c/mod_int-shift-right.cfg c/int-types.c +10109 c/mod_int-add-all-prefer-left.cfg c/int-types.c +10110 c/mod_int-add-all-prefer-right.cfg c/int-types.c +10111 c/mod_int-remove-left.cfg c/int-types.c +10112 c/mod_int-remove-right.cfg c/int-types.c +10113 c/mod_int-remove-all.cfg c/int-types.c +10114 c/Issue_3989.cfg c/Issue_3989.c + +10120 c/sp_after_sparen-i.cfg c/sp_after_sparen.c +10121 c/sp_after_sparen-a.cfg c/sp_after_sparen.c +10122 c/sp_after_sparen-r.cfg c/sp_after_sparen.c +10123 c/sp_after_sparen-f.cfg c/sp_after_sparen.c + +10124 common/tde.cfg c/Issue_3985.c +10125 common/tde.cfg c/Issue_3992.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/I-842.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/I-842.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/I-842.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/I-842.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/copyright-header.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/copyright-header.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/copyright-header.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/copyright-header.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/copyright-header.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/copyright-header.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/copyright-header.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/copyright-header.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/mini_d.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/mini_d.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/mini_d.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/mini_d.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/mini_nd.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/mini_nd.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/mini_nd.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/mini_nd.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/replace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/replace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/replace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/replace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/tracking_space.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/tracking_space.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/tracking_space.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/tracking_space.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/truncate.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/truncate.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/truncate.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/truncate.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/unmatched_close_pp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/unmatched_close_pp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/config/unmatched_close_pp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/config/unmatched_close_pp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/I-3310.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/I-3310.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/I-3310.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/I-3310.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/I-842.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/I-842.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/I-842.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/I-842.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/backup.h-save b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/backup.h-save similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/backup.h-save rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/backup.h-save diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/class_enum_struct_union.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/class_enum_struct_union.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/class_enum_struct_union.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/class_enum_struct_union.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/in_fcn_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/in_fcn_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/in_fcn_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/in_fcn_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/logger.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/logger.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/logger.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/logger.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/replace.list b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/replace.list similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/replace.list rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/replace.list diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/testSrc.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/testSrc.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/testSrc.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/testSrc.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/testSrcP.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/testSrcP.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/testSrcP.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/testSrcP.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/tracking_space.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/tracking_space.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/tracking_space.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/tracking_space.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/truncate.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/truncate.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/truncate.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/truncate.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/unmatched_close_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/unmatched_close_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/input/unmatched_close_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/input/unmatched_close_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/21.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/21.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/21.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/21.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/25.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/25.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/25.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/25.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/28.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/28.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/28.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/28.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/31.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/31.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/31.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/31.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/36.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/36.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/36.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/36.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/66.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/66.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/66.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/66.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/9.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/9.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/9.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/9.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/92.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/92.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/92.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/92.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/Debug_tracking_space.html b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/Debug_tracking_space.html similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/Debug_tracking_space.html rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/Debug_tracking_space.html diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/I-842.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/I-842.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/I-842.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/I-842.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/backup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/backup.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/backup.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/backup.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/class_enum_struct_union.csv b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/class_enum_struct_union.csv similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/class_enum_struct_union.csv rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/class_enum_struct_union.csv diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/class_enum_struct_union.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/class_enum_struct_union.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/class_enum_struct_union.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/class_enum_struct_union.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/copyright-header.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/copyright-header.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/copyright-header.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/copyright-header.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/help.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/help.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/help.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/help.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/in_fcn_def.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/in_fcn_def.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/in_fcn_def.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/in_fcn_def.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/logger_cs_L_99.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/logger_cs_L_99.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/logger_cs_L_99.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/logger_cs_L_99.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/p.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/p.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/p.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/p.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/pc-.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/pc-.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/pc-.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/pc-.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/replace.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/replace.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/replace.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/replace.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/truncate.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/truncate.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/truncate.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/truncate.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/universalindent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/universalindent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/universalindent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/universalindent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/unmatched_close_pp.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/unmatched_close_pp.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/unmatched_close_pp.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/unmatched_close_pp.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/v-out.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/v-out.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/v-out.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/v-out.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/xyz-err.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/xyz-err.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/output/xyz-err.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/output/xyz-err.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/test_cli_options.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/test_cli_options.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cli/test_cli_options.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cli/test_cli_options.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1225.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1225.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1225.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1225.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1liner-no-split.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1liner-no-split.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1liner-no-split.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1liner-no-split.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1liner-split.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1liner-split.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/1liner-split.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/1liner-split.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2205.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2205.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2205.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2205.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2278.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2278.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2278.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2278.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2279.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2279.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2279.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2279.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2360-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2360-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2360-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2360-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2360-b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2360-b.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2360-b.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2360-b.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2411.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2411.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2411.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2411.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2640.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2640.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_2640.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_2640.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3169.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3169.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3169.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3169.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3233.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3233.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3233.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3233.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3269.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3269.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3269.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3269.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3272.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3272.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3272.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3272.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3274.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3274.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3274.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3274.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3327.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3327.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3327.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3327.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3350.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3350.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3350.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3350.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3351.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3351.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3351.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3351.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3353.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3353.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3353.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3353.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3356.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3356.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3356.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3356.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3370.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3370.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3370.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3370.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3377.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3377.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3377.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3377.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3402.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3402.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3402.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3402.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3431.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3431.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3431.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3431.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3454.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3454.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3454.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3454.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3457.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3457.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3457.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3457.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3472.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3472.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3472.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3472.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3476.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3476.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3476.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3476.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3480.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3480.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3480.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3480.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3493.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3493.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3493.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3493.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3506.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3506.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3506.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3506.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3516.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3516.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3516.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3516.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3517.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3517.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3517.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3517.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3518.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3518.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3518.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3518.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3556.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3556.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3556.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3556.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3561.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3561.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3561.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3561.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3565.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3565.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3565.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3565.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3567-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3567-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3567-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3567-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3567-b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3567-b.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3567-b.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3567-b.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3580.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3580.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3580.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3580.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3582.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3582.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3582.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3582.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3601.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3601.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3601.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3601.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3662.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3662.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3662.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3662.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3716-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3716-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3852.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3852.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3852.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3852.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3873.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3873.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3873.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3873.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3989.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3989.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/Issue_3989.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/Issue_3989.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/add_long_closebrace_comment_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/add_long_closebrace_comment_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/add_long_closebrace_comment_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/add_long_closebrace_comment_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_attr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_attr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_attr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_attr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-7.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-7.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-7.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-7.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-8.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-8.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-8.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-9.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-9.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_func_proto_star_amp-9.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_func_proto_star_amp-9.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_keep_extra.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_keep_extra.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_keep_extra.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_keep_extra.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_multi.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_multi.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_multi.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_multi.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont_spaces-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont_spaces-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_nl_cont_spaces-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_nl_cont_spaces-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_right_cmt_gap-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_right_cmt_gap-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_right_cmt_gap-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_right_cmt_gap-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_span_418.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_span_418.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_span_418.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_span_418.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_span_419.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_span_419.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_span_419.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_span_419.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_thresh_416.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_thresh_416.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_thresh_416.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_thresh_416.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_thresh_417.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_thresh_417.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_sf_call_thresh_417.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_sf_call_thresh_417.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_stack.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_stack.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_stack.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_stack.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_trailing_do_cmt.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_trailing_do_cmt.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_trailing_do_cmt.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_trailing_do_cmt.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_func-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_func-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_func-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_func-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_func-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_func-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_func-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_func-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_gap-3_span-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_gap-3_span-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/align_typedef_gap-3_span-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/align_typedef_gap-3_span-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_047.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_047.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_047.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_047.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_048.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_048.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_048.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_048.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_049.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_049.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_049.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_049.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_050.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_050.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_050.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_050.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_051.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_051.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_051.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_051.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_052.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_052.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_052.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_052.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_053.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_053.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_053.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_053.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_054.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_054.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_054.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_054.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_055.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_055.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_055.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_055.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_056.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_056.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_056.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_056.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_057.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_057.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_057.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_057.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_058.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_058.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_058.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_058.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_061.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_061.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_061.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_061.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_063.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_063.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_063.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_063.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_064.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_064.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_064.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_064.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_065.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_065.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_065.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_065.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_069.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_069.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_069.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_069.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_070.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_070.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_070.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_070.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_071.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_071.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_071.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_071.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_072.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_072.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_072.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_072.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_073.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_073.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_073.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_073.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_074.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_074.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_074.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_074.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_075.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_075.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_075.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_075.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_076.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_076.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_076.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_076.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_077.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_077.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_077.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_077.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_078.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_078.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_078.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_078.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_079.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_079.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_079.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_079.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_080.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_080.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_080.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_080.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_081.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_081.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_081.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_081.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_083.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_083.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_083.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_083.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_084.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_084.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_084.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_084.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_085.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_085.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_085.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_085.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_086.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_086.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_086.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_086.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_087.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_087.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_087.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_087.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_088.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_088.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_088.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_088.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_089.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_089.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_089.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_089.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_090.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_090.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_090.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_090.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_091.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_091.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_091.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_091.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_092.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_092.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_092.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_092.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_093.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_093.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_093.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_093.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_094.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_094.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_094.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_094.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_095.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_095.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ben_095.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ben_095.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-eol-break.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-eol-break.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-eol-break.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-eol-break.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-eol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-eol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-eol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-eol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol-break.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol-break.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol-break.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol-break.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol-force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol-force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol-force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bool-pos-sol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bool-pos-sol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-banner.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-banner.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-banner.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-banner.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-banner.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-banner.rerun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-banner.rerun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-banner.rerun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-gnu.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-gnu.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-gnu.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-gnu.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr-br.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr-br.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr-br.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr-br.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr-nobr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr-nobr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr-nobr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr-nobr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-kr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-kr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-remove-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-remove-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-remove-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-remove-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-remove-all.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-remove-all.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-remove-all.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-remove-all.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-ws.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-ws.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-ws.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-ws.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-ws2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-ws2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/brace-ws2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/brace-ws2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_1702.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_1702.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_1702.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_1702.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_1718.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_1718.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_1718.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_1718.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_2331.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_2331.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_2331.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_2331.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_489.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_489.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_489.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_489.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_i_771.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_i_771.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/bug_i_771.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/bug_i_771.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/case-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/case-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-sp-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-sp-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-sp-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-sp-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-sp-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-sp-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-sp-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-sp-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-type.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-type.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cast-type.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cast-type.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cgal.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cgal.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cgal.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cgal.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/clang-has_include.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/clang-has_include.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/clang-has_include.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/clang-has_include.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_indent_multi-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_indent_multi-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_indent_multi-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_indent_multi-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_multi_check_last-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_multi_check_last-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_multi_check_last-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_multi_check_last-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_nl_end.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_nl_end.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_nl_end.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_nl_end.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_reflow.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_reflow.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cmt_reflow.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cmt_reflow.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/code_width-80.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/code_width-80.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/code_width-80.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/code_width-80.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/comment_conversion.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/comment_conversion.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/comment_conversion.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/comment_conversion.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cond-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cond-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cond-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cond-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/convert_cmt_vbrace_one_line.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/convert_cmt_vbrace_one_line.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/convert_cmt_vbrace_one_line.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/convert_cmt_vbrace_one_line.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/cpp_to_c-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/cpp_to_c-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/custom_types_ssl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/custom_types_ssl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/custom_types_ssl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/custom_types_ssl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-no.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/doxy-comment-no.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-no.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/doxy-comment-no.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/doxy-comment-yes.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/doxy-comment-yes.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/else-if-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/else-if-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/else-if-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/else-if-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/else-if-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/else-if-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/else-if-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/else-if-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/empty_body.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/empty_body.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/empty_body.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/empty_body.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/endif.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/endif.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/endif.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/endif.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/enum_comma_ifdef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/enum_comma_ifdef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/enum_comma_ifdef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/enum_comma_ifdef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/force_tab_after_define-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/force_tab_after_define-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/force_tab_after_define-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/force_tab_after_define-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/freebsd.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/freebsd.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/func_call_user.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/func_call_user.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/func_call_user.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/func_call_user.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ger.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ger.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/i1564.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/i1564.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/i1564.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/i1564.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/if_chain.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/if_chain.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/if_chain.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/if_chain.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent-vbrace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent-vbrace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent-vbrace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent-vbrace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_assign.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_assign.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_assign.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_assign.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_case_comment-false.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_case_comment-false.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_case_comment-false.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_case_comment-false.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_case_comment-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_case_comment-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_case_comment-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_case_comment-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_comment_align_thresh-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_comment_align_thresh-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_comment_align_thresh-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_comment_align_thresh-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_compound_literal_return-false.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_compound_literal_return-false.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_compound_literal_return-false.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_compound_literal_return-false.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_compound_literal_return-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_compound_literal_return-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_compound_literal_return-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_compound_literal_return-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_call_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_call_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_call_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_call_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_def_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_def_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_def_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_def_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_proto_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_proto_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_func_proto_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_func_proto_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_ignore_bool-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_ignore_bool-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_ignore_bool-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_ignore_bool-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_macro_brace-false.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_macro_brace-false.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_macro_brace-false.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_macro_brace-false.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_macro_brace-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_macro_brace-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_macro_brace-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_macro_brace-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close--1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close--1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close--1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close--1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_paren_close-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_paren_close-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_single_line_comments_after.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_single_line_comments_after.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_single_line_comments_after.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_single_line_comments_after.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_sparen_extra-8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_sparen_extra-8.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/indent_sparen_extra-8.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/indent_sparen_extra-8.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/issue_527.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/issue_527.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/issue_527.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/issue_527.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/label_colon_nl_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/label_colon_nl_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/label_colon_nl_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/label_colon_nl_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/label_colon_nl_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/label_colon_nl_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/label_colon_nl_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/label_colon_nl_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/leave_one_liners.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/leave_one_liners.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/leave_one_liners.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/leave_one_liners.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod-paren.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod-paren.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod-paren.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod-paren.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod-paren2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod-paren2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod-paren2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod-paren2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_case_brace_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_case_brace_add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_case_brace_add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_case_brace_add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_infinite_loop-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_infinite_loop-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-add-all-prefer-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-add-all-prefer-left.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-add-all-prefer-left.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-add-all-prefer-left.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-add-all-prefer-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-add-all-prefer-right.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-add-all-prefer-right.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-add-all-prefer-right.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-all.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-all.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-all.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-all.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-left.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-left.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-left.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-right.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-remove-right.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-remove-right.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-shift-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-left.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-shift-left.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-left.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-shift-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int-shift-right.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_long-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_long-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_long-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_long-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_long-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_long-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_long-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_long-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_short-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_short-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_short-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_short-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_short-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_short-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_short-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_short-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_signed-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_signed-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_signed-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_signed-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_signed-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_signed-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_signed-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_signed-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_unsigned-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_unsigned-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_unsigned-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_unsigned-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_unsigned-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_unsigned-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_int_unsigned-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int_unsigned-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_long_int-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_long_int-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_long_int-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_long_int-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_long_int-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_long_int-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_long_int-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_long_int-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_move_case_brace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_move_case_brace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_move_case_brace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_move_case_brace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_move_case_return.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_move_case_return.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_move_case_return.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_move_case_return.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_short_int-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_short_int-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_short_int-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_short_int-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_short_int-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_short_int-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_short_int-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_short_int-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_signed_int-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_signed_int-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_signed_int-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_signed_int-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_signed_int-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_signed_int-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_signed_int-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_signed_int-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_unsigned_int-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_unsigned_int-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_unsigned_int-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_unsigned_int-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_unsigned_int-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_unsigned_int-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/mod_unsigned_int-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_unsigned_int-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/my_conf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/my_conf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nepenthes.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nepenthes.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nepenthes.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nepenthes.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/newline_after_endif.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/newline_after_endif.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/newline_after_endif.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/newline_after_endif.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl-comment.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl-comment.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl-comment.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl-comment.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_assign1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_assign1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_assign1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_assign1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_assign2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_assign2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_assign2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_assign2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_before_return_false.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_before_return_false.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_before_return_false.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_before_return_false.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_before_return_true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_before_return_true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_before_return_true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_before_return_true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_brace_test.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_brace_test.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_brace_test.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_brace_test.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_collapse_empty_4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_collapse_empty_4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_create_one_liner.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_create_one_liner.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_create_one_liner.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_create_one_liner.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_ds_struct_enum-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_ds_struct_enum-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_ds_struct_enum-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_ds_struct_enum-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_ds_struct_enum_cmt-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_ds_struct_enum_cmt-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_ds_struct_enum_cmt-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_ds_struct_enum_cmt-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_endif.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_endif.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_endif.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_endif.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-3.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-3.rerun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-3.rerun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-3.rerun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_enum_own_lines-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_enum_own_lines-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_func_call-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_func_call-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_semicolon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_semicolon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_semicolon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_semicolon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_whole_file_ifdef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_whole_file_ifdef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/nl_whole_file_ifdef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/nl_whole_file_ifdef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pascal_ptr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pascal_ptr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pascal_ptr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pascal_ptr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_compare-eol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_compare-eol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_compare-eol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_compare-eol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_compare-sol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_compare-sol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_compare-sol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_compare-sol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_conditional-l.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_conditional-l.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_conditional-l.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_conditional-l.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_conditional-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_conditional-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pos_conditional-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pos_conditional-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp-indent-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp-indent-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp-indent-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp-indent-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp-space.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp-space.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp-space.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp-space.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent_code-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent_code-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_if_indent_code-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_if_indent_code-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_include_at_level-false.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_include_at_level-false.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_include_at_level-false.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_include_at_level-false.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_include_at_level-true.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_include_at_level-true.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_include_at_level-true.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_include_at_level-true.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_brace--1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_brace--1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_brace--1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_brace--1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_in_guard.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_in_guard.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_in_guard.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_in_guard.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_-1_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_-1_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_indent_with_tabs_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_indent_with_tabs_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_cnt3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_cnt3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_cnt3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_cnt3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_col1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_col1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_col1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_col1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_align_pp_ml4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_align_pp_ml4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_ignore_body.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_ignore_body.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_ignore_body.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_ignore_body.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_with_spaces.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_with_spaces.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_multiline_define_with_spaces.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_multiline_define_with_spaces.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_ret.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_ret.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_ret.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_ret.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_after.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_after.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_after.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_after.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_before.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_before.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_before.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_before.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_before_after.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_before_after.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_before_after.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_before_after.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_none.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_none.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/pp_space_none.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/pp_space_none.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ptr-arith.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ptr-arith.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ptr-arith.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/ptr-arith.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/rdan.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/rdan.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/rdan.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/return-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/return-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sf537.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sf537.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sf537.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sf537.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sf538.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sf538.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sf538.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sf538.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_pointer_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_pointer_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_pointer_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_pointer_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_after_sparen-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_after_sparen-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_between_semi_for_empty-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_between_semi_for_empty-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_between_semi_for_empty-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_between_semi_for_empty-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_between_semi_for_empty-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_between_semi_for_empty-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_between_semi_for_empty-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_between_semi_for_empty-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_cmt_cpp_start-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_cmt_cpp_start-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_cmt_cpp_start-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_cmt_cpp_start-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_cond_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_cond_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_cond_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_cond_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_emb_cmt-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_emb_cmt-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_enum_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_enum_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_func_call_user_inside_fparen.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_func_call_user_inside_fparen.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_func_call_user_inside_fparen.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_func_call_user_inside_fparen.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_ptr_star_func_var-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_ptr_star_func_var-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_sparen_paren-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_sparen_paren-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_sparen_paren-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_sparen_paren-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_sparen_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_sparen_paren-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/sp_sparen_paren-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/sp_sparen_paren-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/space_indent_columns-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/space_indent_columns-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/space_indent_columns-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/space_indent_columns-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/star-style-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/star-style-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/type_wrap.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/type_wrap.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/type_wrap.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/type_wrap.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/width-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/width-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/width-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/width-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/width.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/width.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/width.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/width.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/xml-str.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/xml-str.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/xml-str.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/xml-str.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/Issue_3052.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/Issue_3052.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/Issue_3052.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/Issue_3052.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/UNI-18777.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/UNI-18777.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/UNI-18777.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/UNI-18777.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-func_call_user.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-func_call_user.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-func_call_user.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-func_call_user.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-func_def.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-func_def.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-func_def.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-func_def.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-sp_after_oc_msg_receiver.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-sp_after_oc_msg_receiver.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-sp_after_oc_msg_receiver.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-sp_after_oc_msg_receiver.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-sp_inside_braces_oc_dict.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-sp_inside_braces_oc_dict.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet-sp_inside_braces_oc_dict.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet-sp_inside_braces_oc_dict.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/aet.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/aet.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/align-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/align-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/align-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/align-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/align_same_func_call_params-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/align_same_func_call_params-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/align_same_func_call_params-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/align_same_func_call_params-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/attribute_specifier_seqs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/attribute_specifier_seqs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/attribute_specifier_seqs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/attribute_specifier_seqs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben_011.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben_011.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben_011.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben_011.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben_042.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben_042.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/ben_042.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/ben_042.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bool-pos-eol-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bool-pos-eol-force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bool-pos-eol-force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bool-pos-eol-force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/brace-allman.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/brace-allman.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/brace-allman.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/brace-allman.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bug_637.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bug_637.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bug_637.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bug_637.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bug_671.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bug_671.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/bug_671.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/bug_671.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/clark.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/clark.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/clark.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.rerun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/clark.rerun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/clark.rerun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/class-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/class-header.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/class-header.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/class-header.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/cmt_insert-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/cmt_insert-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/cmt_insert-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/cmt_insert-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/cmt_insert-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/cmt_insert-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/cmt_insert-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/cmt_insert-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/d.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/d.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/del_semicolon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/del_semicolon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/del_semicolon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/del_semicolon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file-header.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file-header.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file-header.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file_footer.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file_footer.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file_footer.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file_footer.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file_header.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file_header.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/file_header.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/file_header.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-def-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-def-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-header.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-header.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-header.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-header2.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-header2.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/func-header2.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/func-header2.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/function_header.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/function_header.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/function_header.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/function_header.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_columns-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_columns-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_columns-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_columns-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_continue-8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_continue-8.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_continue-8.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_continue-8.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_inside_ternary_operator.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_inside_ternary_operator.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_inside_ternary_operator.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_inside_ternary_operator.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_ternary_operator-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_ternary_operator-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_ternary_operator-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_ternary_operator-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_ternary_operator-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_ternary_operator-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_ternary_operator-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_ternary_operator-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_var_def.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_var_def.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/indent_var_def.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/indent_var_def.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/issue_672.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/issue_672.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/issue_672.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/issue_672.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/kw_subst4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/kw_subst4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_case_brace_rm.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_case_brace_rm.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_case_brace_rm.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_case_brace_rm.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_full_brace_if_chain_only-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_full_brace_if_chain_only-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_full_brace_if_chain_only-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_full_brace_if_chain_only-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_paren_on_return-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_paren_on_return-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_paren_on_return-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_paren_on_return-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_paren_on_return-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_paren_on_return-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/mod_paren_on_return-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/mod_paren_on_return-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/msg-header.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/msg-header.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/msg-header.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/msg-header.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/neovim.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/neovim.cfg new file mode 100644 index 00000000..cd61531b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/neovim.cfg @@ -0,0 +1,3667 @@ +# Uncrustify-0.77.1_f + +# +# General options +# + +# The type of line endings. +# +# Default: auto +newlines = lf # lf/crlf/cr/auto + +# The original size of tabs in the input. +# +# Default: 8 +input_tab_size = 8 # unsigned number + +# The size of tabs in the output (only used if align_with_tabs=true). +# +# Default: 8 +output_tab_size = 8 # unsigned number + +# The ASCII value of the string escape char, usually 92 (\) or (Pawn) 94 (^). +# +# Default: 92 +string_escape_char = 92 # unsigned number + +# Alternate string escape char (usually only used for Pawn). +# Only works right before the quote char. +string_escape_char2 = 0 # unsigned number + +# Replace tab characters found in string literals with the escape sequence \t +# instead. +string_replace_tab_chars = false # true/false + +# Allow interpreting '>=' and '>>=' as part of a template in code like +# 'void f(list>=val);'. If true, 'assert(x<0 && y>=3)' will be broken. +# Improvements to template detection may make this option obsolete. +tok_split_gte = false # true/false + +# Disable formatting of NL_CONT ('\\n') ended lines (e.g. multi-line macros). +disable_processing_nl_cont = false # true/false + +# Specify the marker used in comments to disable processing of part of the +# file. +# +# Default: *INDENT-OFF* +disable_processing_cmt = "uncrustify:off" # string + +# Specify the marker used in comments to (re)enable processing in a file. +# +# Default: *INDENT-ON* +enable_processing_cmt = "uncrustify:on" # string + +# Enable parsing of digraphs. +enable_digraphs = false # true/false + +# Option to allow both disable_processing_cmt and enable_processing_cmt +# strings, if specified, to be interpreted as ECMAScript regular expressions. +# If true, a regex search will be performed within comments according to the +# specified patterns in order to disable/enable processing. +processing_cmt_as_regex = false # true/false + +# Add or remove the UTF-8 BOM (recommend 'remove'). +utf8_bom = remove # ignore/add/remove/force/not_defined + +# If the file contains bytes with values between 128 and 255, but is not +# UTF-8, then output as UTF-8. +utf8_byte = false # true/false + +# Force the output encoding to UTF-8. +utf8_force = false # true/false + +# +# Spacing options +# + +# Add or remove space around non-assignment symbolic operators ('+', '/', '%', +# '<<', and so forth). +sp_arith = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around arithmetic operators '+' and '-'. +# +# Overrides sp_arith. +sp_arith_additive = force # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=', '+=', etc. +sp_assign = force # ignore/add/remove/force/not_defined + +# Add or remove space around '=' in C++11 lambda capture specifications. +# +# Overrides sp_assign. +sp_cpp_lambda_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda when +# an argument list is present, as in '[] (int x){ ... }'. +sp_cpp_lambda_square_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the capture specification of a C++11 lambda with +# no argument list is present, as in '[] { ... }'. +sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening parenthesis and before the closing +# parenthesis of a argument list of a C++11 lambda, as in +# '[]( int x ){ ... }'. +sp_cpp_lambda_argument_list = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the argument list of a C++11 lambda, as in +# '[](int x) { ... }'. +sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a lambda body and its call operator of an +# immediately invoked lambda, as in '[]( ... ){ ... } ( ... )'. +sp_cpp_lambda_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment operator '=' in a prototype. +# +# If set to ignore, use sp_assign. +sp_assign_default = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment operator '=', '+=', etc. +# +# Overrides sp_assign. +sp_after_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space in 'enum {'. +# +# Default: add +sp_enum_brace = force # ignore/add/remove/force/not_defined + +# Add or remove space in 'NS_ENUM ('. +sp_enum_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around assignment '=' in enum. +sp_enum_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_before_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after assignment '=' in enum. +# +# Overrides sp_enum_assign. +sp_enum_after_assign = force # ignore/add/remove/force/not_defined + +# Add or remove space around assignment ':' in enum. +sp_enum_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around preprocessor '##' concatenation operator. +# +# Default: add +sp_pp_concat = remove # ignore/add/remove/force/not_defined + +# Add or remove space after preprocessor '#' stringify operator. +# Also affects the '#@' charizing operator. +sp_pp_stringify = remove # ignore/add/remove/force/not_defined + +# Add or remove space before preprocessor '#' stringify operator +# as in '#define x(y) L#y'. +sp_before_pp_stringify = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around boolean operators '&&' and '||'. +sp_bool = force # ignore/add/remove/force/not_defined + +# Add or remove space around compare operator '<', '>', '==', etc. +sp_compare = force # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')'. +sp_inside_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses, i.e. '((' vs. ') )'. +sp_paren_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('. +sp_cparen_oparen = remove # ignore/add/remove/force/not_defined + +# Whether to balance spaces inside nested parentheses. +sp_balance_nested_parens = false # true/false + +# Add or remove space between ')' and '{'. +sp_paren_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested braces, i.e. '{{' vs. '{ {'. +sp_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*'. +sp_before_ptr_star = force # ignore/add/remove/force/not_defined + +# Add or remove space before pointer star '*' that isn't followed by a +# variable name. If set to ignore, sp_before_ptr_star is used instead. +sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' that isn't +# followed by a variable name, as in '(char const *)'. If set to ignore, +# sp_before_ptr_star is used instead. +sp_qualifier_unnamed_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between pointer stars '*', as in 'int ***a;'. +sp_between_ptr_star = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a word. +# +# Overrides sp_type_func. +sp_after_ptr_star = remove # ignore/add/remove/force/not_defined + +# Add or remove space after pointer caret '^', if followed by a word. +sp_after_ptr_block_caret = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after pointer star '*', if followed by a qualifier. +sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_ptr_star and sp_type_func. +sp_after_ptr_star_func = remove # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_after_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the variable +# in a function pointer definition. +sp_ptr_star_func_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the pointer star '*' and the name of the type +# in a function pointer type definition. +sp_ptr_star_func_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a pointer star '*', if followed by an open +# parenthesis, as in 'void* (*)()'. +sp_ptr_star_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*', if followed by a function +# prototype or function definition. If set to ignore, sp_before_ptr_star is +# used instead. +sp_before_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' followed by +# the name of the function in a function prototype or definition, as in +# 'char const *foo()`. If set to ignore, sp_before_ptr_star is used instead. +sp_qualifier_ptr_star_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a pointer star '*' in the trailing return of a +# function prototype or function definition. +sp_before_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a qualifier and a pointer star '*' in the +# trailing return of a function prototype or function definition, as in +# 'auto foo() -> char const *'. +sp_qualifier_ptr_star_trailing = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&'. +sp_before_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&' that isn't followed by a +# variable name. If set to ignore, sp_before_byref is used instead. +sp_before_unnamed_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after reference sign '&', if followed by a word. +# +# Overrides sp_type_func. +sp_after_byref = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by a function +# prototype or function definition. +# +# Overrides sp_after_byref and sp_type_func. +sp_after_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a reference sign '&', if followed by a function +# prototype or function definition. +sp_before_byref_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after a reference sign '&', if followed by an open +# parenthesis, as in 'char& (*)()'. +sp_byref_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and word. In cases where total removal of +# whitespace would be a syntax error, a value of 'remove' is treated the same +# as 'force'. +# +# This also affects some other instances of space following a type that are +# not covered by other options; for example, between the return type and +# parenthesis of a function type template argument, between the type and +# parenthesis of an array parameter, or between 'decltype(...)' and the +# following word. +# +# Default: force +sp_after_type = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype(...)' and word, +# brace or function call. +sp_after_decltype = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space before the parenthesis in the D constructs +# 'template Foo(' and 'class Foo('. +sp_before_template_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'template' and '<'. +# If set to ignore, sp_before_angle is used. +sp_template_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '<'. +sp_before_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<' and '>'. +sp_inside_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '<>'. +sp_inside_angle_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and ':'. +sp_angle_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '>'. +sp_after_angle = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '(' as found in 'new List(foo);'. +sp_angle_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '()' as found in 'new List();'. +sp_angle_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and a word as in 'List m;' or +# 'template static ...'. +sp_angle_word = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '>' and '>' in '>>' (template stuff). +# +# Default: add +sp_angle_shift = add # ignore/add/remove/force/not_defined + +# (C++11) Permit removal of the space between '>>' in 'foo >'. Note +# that sp_angle_shift cannot remove the space without this option. +sp_permit_cpp11_shift = false # true/false + +# Add or remove space before '(' of control statements ('if', 'for', 'switch', +# 'while', etc.). +sp_before_sparen = force # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of control statements other than +# 'for'. +sp_inside_sparen = remove # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of control statements other than 'for'. +# +# Overrides sp_inside_sparen. +sp_inside_sparen_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '(' and ')' of 'for' statements. +sp_inside_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '(' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ')' of 'for' statements. +# +# Overrides sp_inside_for. +sp_inside_for_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '((' or '))' of control statements. +sp_sparen_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space after ')' of control statements. +sp_after_sparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of control statements. +sp_sparen_brace = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'do' and '{'. +sp_do_brace_open = force # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'while'. +sp_brace_close_while = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'while' and '('. Overrides sp_before_sparen. +sp_while_paren_open = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'invariant' and '('. +sp_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space after the ')' in 'invariant (C) c'. +sp_after_invariant_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before empty statement ';' on 'if', 'for' and 'while'. +sp_special_semi = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ';'. +# +# Default: remove +sp_before_semi = remove # ignore/add/remove/force/not_defined + +# Add or remove space before ';' in non-empty 'for' statements. +sp_before_semi_for = remove # ignore/add/remove/force/not_defined + +# Add or remove space before a semicolon of an empty left part of a for +# statement, as in 'for ( ; ; )'. +sp_before_semi_for_empty = remove # ignore/add/remove/force/not_defined + +# Add or remove space between the semicolons of an empty middle part of a for +# statement, as in 'for ( ; ; )'. +sp_between_semi_for_empty = remove # ignore/add/remove/force/not_defined + +# Add or remove space after ';', except when followed by a comment. +# +# Default: add +sp_after_semi = add # ignore/add/remove/force/not_defined + +# Add or remove space after ';' in non-empty 'for' statements. +# +# Default: force +sp_after_semi_for = force # ignore/add/remove/force/not_defined + +# Add or remove space after the final semicolon of an empty part of a for +# statement, as in 'for ( ; ; )'. +sp_after_semi_for_empty = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' (except '[]'). +sp_before_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for a variable definition. +# +# Default: remove +sp_before_vardef_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space before '[' for asm block. +sp_before_square_asm_block = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before '[]'. +sp_before_squares = remove # ignore/add/remove/force/not_defined + +# Add or remove space before C++17 structured bindings. +sp_cpp_before_struct_binding = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside a non-empty '[' and ']'. +sp_inside_square = remove # ignore/add/remove/force/not_defined + +# Add or remove space inside '[]'. +sp_inside_square_empty = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside a non-empty Objective-C boxed array '@[' and +# ']'. If set to ignore, sp_inside_square is used. +sp_inside_square_oc_array = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. +sp_after_comma = add # ignore/add/remove/force/not_defined + +# Add or remove space before ',', i.e. 'a,b' vs. 'a ,b'. +# +# Default: remove +sp_before_comma = remove # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type +# like 'int[,,]'. +sp_after_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between '[' and ',' in multidimensional array type +# like 'int[,,]'. +sp_before_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# (C#, Vala) Add or remove space between ',' in multidimensional array type +# like 'int[,,]'. +sp_between_mdatype_commas = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between an open parenthesis and comma, +# i.e. '(,' vs. '( ,'. +# +# Default: force +sp_paren_comma = force # ignore/add/remove/force/not_defined + +# Add or remove space between a type and ':'. +sp_type_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_after_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the variadic '...' when preceded by a +# non-punctuator. +# The value REMOVE will be overridden with FORCE +sp_before_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a type and '...'. +sp_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a '*' and '...'. +sp_ptr_type_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '...'. +sp_paren_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '&&' and '...'. +sp_byref_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and a qualifier such as 'const'. +sp_paren_qualifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and 'noexcept'. +sp_paren_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class ':'. +sp_after_class_colon = remove # ignore/add/remove/force/not_defined + +# Add or remove space before class ':'. +sp_before_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after class constructor ':'. +# +# Default: add +sp_after_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before class constructor ':'. +# +# Default: add +sp_before_constr_colon = add # ignore/add/remove/force/not_defined + +# Add or remove space before case ':'. +# +# Default: remove +sp_before_case_colon = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'operator' and operator sign. +sp_after_operator = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the operator symbol and the open parenthesis, as +# in 'operator ++('. +sp_after_operator_sym = ignore # ignore/add/remove/force/not_defined + +# Overrides sp_after_operator_sym when the operator has no arguments, as in +# 'operator *()'. +sp_after_operator_sym_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or +# '(int)a' vs. '(int) a'. +sp_after_cast = remove # ignore/add/remove/force/not_defined + +# Add or remove spaces inside cast parentheses. +sp_inside_paren_cast = remove # ignore/add/remove/force/not_defined + +# Add or remove space between the type and open parenthesis in a C++ cast, +# i.e. 'int(exp)' vs. 'int (exp)'. +sp_cpp_cast_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '('. +sp_sizeof_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof' and '...'. +sp_sizeof_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'sizeof...' and '('. +sp_sizeof_ellipsis_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '...' and a parameter pack. +sp_ellipsis_parameter_pack = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a parameter pack and '...'. +sp_parameter_pack_ellipsis = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'decltype' and '('. +sp_decltype_paren = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove space after the tag keyword. +sp_after_tag = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside enum '{' and '}'. +sp_inside_braces_enum = force # ignore/add/remove/force/not_defined + +# Add or remove space inside struct/union '{' and '}'. +sp_inside_braces_struct = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside Objective-C boxed dictionary '{' and '}' +sp_inside_braces_oc_dict = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after open brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_after_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before close brace in an unnamed temporary +# direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore. +sp_before_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside an unnamed temporary direct-list-initialization +# if statement is a brace_init_lst +# works only if sp_brace_brace is set to ignore +# works only if sp_before_type_brace_init_lst_close is set to ignore. +sp_inside_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside '{' and '}'. +sp_inside_braces = add # ignore/add/remove/force/not_defined + +# Add or remove space inside '{}'. +sp_inside_braces_empty = remove # ignore/add/remove/force/not_defined + +# Add or remove space around trailing return operator '->'. +sp_trailing_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between return type and function name. A minimum of 1 +# is forced except for pointer return types. +sp_type_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between type and open brace of an unnamed temporary +# direct-list-initialization. +sp_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function declaration. +sp_func_proto_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function declaration +# without parameters. +sp_func_proto_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' with a typedef specifier. +sp_func_type_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between alias name and '(' of a non-pointer function type typedef. +sp_func_def_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function definition +# without parameters. +sp_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty function '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_fparens = remove # ignore/add/remove/force/not_defined + +# Add or remove space inside function '(' and ')'. +sp_inside_fparen = remove # ignore/add/remove/force/not_defined + +# Add or remove space inside user functor '(' and ')'. +sp_func_call_user_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside empty functor '()'. +# Overrides sp_after_angle unless use_sp_after_angle_always is set to true. +sp_inside_rparens = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside functor '(' and ')'. +sp_inside_rparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside the first parentheses in a function type, as in +# 'void (*x)(...)'. +sp_inside_tparen = remove # ignore/add/remove/force/not_defined + +# Add or remove space between the ')' and '(' in a function type, as in +# 'void (*x)(...)'. +sp_after_tparen_close = remove # ignore/add/remove/force/not_defined + +# Add or remove space between ']' and '(' when part of a function call. +sp_square_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of function. +sp_fparen_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and '{' of a function call in object +# initialization. +# +# Overrides sp_fparen_brace. +sp_fparen_brace_initializer = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove space between ')' and '{{' of double brace initializer. +sp_fparen_dbrace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '(' on function calls. +sp_func_call_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between function name and '()' on function calls without +# parameters. If set to ignore (the default), sp_func_call_paren is used. +sp_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between the user function name and '(' on function +# calls. You need to set a keyword to be a user function in the config file, +# like: +# set func_call_user tr _ i18n +sp_func_call_user_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside user function '(' and ')'. +sp_func_call_user_inside_fparen = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between nested parentheses with user functions, +# i.e. '((' vs. '( ('. +sp_func_call_user_paren_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor/destructor and the open +# parenthesis. +sp_func_class_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a constructor without parameters or destructor +# and '()'. +sp_func_class_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'return'. +# +# Default: force +sp_return = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '('. +sp_return_paren = force # ignore/add/remove/force/not_defined + +# Add or remove space between 'return' and '{'. +sp_return_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '__attribute__' and '('. +sp_attribute_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'defined' and '(' in '#if defined (FOO)'. +sp_defined_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and '(' in 'throw (something)'. +sp_throw_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'throw' and anything other than '(' as in +# '@throw [...];'. +sp_after_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'catch' and '(' in 'catch (something) { }'. +# If set to ignore, sp_before_sparen is used. +sp_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@catch' and '(' +# in '@catch (something) { }'. If set to ignore, sp_catch_paren is used. +sp_oc_catch_paren = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before Objective-C protocol list +# as in '@protocol Protocol' or '@interface MyClass : NSObject'. +sp_before_oc_proto_list = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between class name and '(' +# in '@interface className(categoryName):BaseClass' +sp_oc_classname_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'version' and '(' +# in 'version (something) { }'. If set to ignore, sp_before_sparen is used. +sp_version_paren = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'scope' and '(' +# in 'scope (something) { }'. If set to ignore, sp_before_sparen is used. +sp_scope_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'super' and '(' in 'super (something)'. +# +# Default: remove +sp_super_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between 'this' and '(' in 'this (something)'. +# +# Default: remove +sp_this_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove space between a macro name and its definition. +sp_macro = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a macro function ')' and its definition. +sp_macro_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'else' and '{' if on the same line. +sp_else_brace = force # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'else' if on the same line. +sp_brace_else = force # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and the name of a typedef on the same line. +sp_brace_typedef = force # ignore/add/remove/force/not_defined + +# Add or remove space before the '{' of a 'catch' statement, if the '{' and +# 'catch' are on the same line, as in 'catch (decl) {'. +sp_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the '{' of a '@catch' statement, if the '{' +# and '@catch' are on the same line, as in '@catch (decl) {'. +# If set to ignore, sp_catch_brace is used. +sp_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'catch' if on the same line. +sp_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '}' and '@catch' if on the same line. +# If set to ignore, sp_brace_catch is used. +sp_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'finally' and '{' if on the same line. +sp_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between '}' and 'finally' if on the same line. +sp_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'try' and '{' if on the same line. +sp_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between get/set and '{' if on the same line. +sp_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for C++ uniform +# initialization. +sp_word_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between a variable and '{' for a namespace. +# +# Default: add +sp_word_brace_ns = add # ignore/add/remove/force/not_defined + +# Add or remove space before the '::' operator. +sp_before_dc = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '::' operator. +sp_after_dc = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove around the D named array initializer ':' operator. +sp_d_array_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '!' (not) unary operator. +# +# Default: remove +sp_not = remove # ignore/add/remove/force/not_defined + +# Add or remove space between two '!' (not) unary operators. +# If set to ignore, sp_not will be used. +sp_not_not = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '~' (invert) unary operator. +# +# Default: remove +sp_inv = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '&' (address-of) unary operator. This does not +# affect the spacing after a '&' that is part of a type. +# +# Default: remove +sp_addr = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the '.' or '->' operators. +# +# Default: remove +sp_member = remove # ignore/add/remove/force/not_defined + +# Add or remove space after the '*' (dereference) unary operator. This does +# not affect the spacing after a '*' that is part of a type. +# +# Default: remove +sp_deref = remove # ignore/add/remove/force/not_defined + +# Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. +# +# Default: remove +sp_sign = remove # ignore/add/remove/force/not_defined + +# Add or remove space between '++' and '--' the word to which it is being +# applied, as in '(--x)' or 'y++;'. +# +# Default: remove +sp_incdec = remove # ignore/add/remove/force/not_defined + +# Add or remove space before a backslash-newline at the end of a line. +# +# Default: add +sp_before_nl_cont = force # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;' +# or '+(int) bar;'. +sp_after_oc_scope = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '-(int) f:(int) x;' vs. '-(int) f: (int) x;'. +sp_after_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '-(int) f: (int) x;' vs. '-(int) f : (int) x;'. +sp_before_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_after_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in immutable dictionary expression +# 'NSDictionary *test = @{@"foo" :@"bar"};'. +sp_before_oc_dict_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue: 1];'. +sp_after_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before the colon in message specs, +# i.e. '[object setValue:1];' vs. '[object setValue :1];'. +sp_before_send_oc_colon = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the (type) in message specs, +# i.e. '-(int)f: (int) x;' vs. '-(int)f: (int)x;'. +sp_after_oc_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after the first (type) in message specs, +# i.e. '-(int) f:(int)x;' vs. '-(int)f:(int)x;'. +sp_after_oc_return_type = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector' and '(', +# i.e. '@selector(msgName)' vs. '@selector (msgName)'. +# Also applies to '@protocol()' constructs. +sp_after_oc_at_sel = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@selector(x)' and the following word, +# i.e. '@selector(foo) a:' vs. '@selector(foo)a:'. +sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space inside '@selector' parentheses, +# i.e. '@selector(foo)' vs. '@selector( foo )'. +# Also applies to '@protocol()' constructs. +sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space before a block pointer caret, +# i.e. '^int (int arg){...}' vs. ' ^int (int arg){...}'. +sp_before_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after a block pointer caret, +# i.e. '^int (int arg){...}' vs. '^ int (int arg){...}'. +sp_after_oc_block_caret = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between the receiver and selector in a message, +# as in '[receiver selector ...]'. +sp_after_oc_msg_receiver = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space after '@property'. +sp_after_oc_property = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove space between '@synchronized' and the open parenthesis, +# i.e. '@synchronized(foo)' vs. '@synchronized (foo)'. +sp_after_oc_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the ':' in 'b ? t : f'. +sp_cond_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the ':' in 'b ? t : f'. +# +# Overrides sp_cond_colon. +sp_cond_colon_after = ignore # ignore/add/remove/force/not_defined + +# Add or remove space around the '?' in 'b ? t : f'. +sp_cond_question = force # ignore/add/remove/force/not_defined + +# Add or remove space before the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_before = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the '?' in 'b ? t : f'. +# +# Overrides sp_cond_question. +sp_cond_question_after = ignore # ignore/add/remove/force/not_defined + +# In the abbreviated ternary form '(a ?: b)', add or remove space between '?' +# and ':'. +# +# Overrides all other sp_cond_* options. +sp_cond_ternary_short = ignore # ignore/add/remove/force/not_defined + +# Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make +# sense here. +sp_case_label = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space around the D '..' operator. +sp_range = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_after_for_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before ':' in a Java/C++11 range-based 'for', +# as in 'for (Type var : expr)'. +sp_before_for_colon = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove space between 'extern' and '(' as in 'extern (C)'. +sp_extern_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the opening of a C++ comment, as in '// A'. +sp_cmt_cpp_start = ignore # ignore/add/remove/force/not_defined + +# remove space after the '//' and the pvs command '-V1234', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_pvs = false # true/false + +# remove space after the '//' and the command 'lint', +# only works with sp_cmt_cpp_start set to add or force. +sp_cmt_cpp_lint = false # true/false + +# Add or remove space in a C++ region marker comment, as in '// BEGIN'. +# A region marker is defined as a comment which is not preceded by other text +# (i.e. the comment is the first non-whitespace on the line), and which starts +# with either 'BEGIN' or 'END'. +# +# Overrides sp_cmt_cpp_start. +sp_cmt_cpp_region = ignore # ignore/add/remove/force/not_defined + +# If true, space added with sp_cmt_cpp_start will be added after Doxygen +# sequences like '///', '///<', '//!' and '//!<'. +sp_cmt_cpp_doxygen = false # true/false + +# If true, space added with sp_cmt_cpp_start will be added after Qt translator +# or meta-data comments like '//:', '//=', and '//~'. +sp_cmt_cpp_qttr = false # true/false + +# Add or remove space between #else or #endif and a trailing comment. +sp_endif_cmt = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after 'new', 'delete' and 'delete[]'. +sp_after_new = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between 'new' and '(' in 'new()'. +sp_between_new_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space between ')' and type in 'new(foo) BAR'. +sp_after_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space inside parentheses of the new operator +# as in 'new(foo) BAR'. +sp_inside_newop_paren = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after the open parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_open = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before the close parenthesis of the new operator, +# as in 'new(foo) BAR'. +# +# Overrides sp_inside_newop_paren. +sp_inside_newop_paren_close = ignore # ignore/add/remove/force/not_defined + +# Add or remove space before a trailing comment. +sp_before_tr_cmt = add # ignore/add/remove/force/not_defined + +# Number of spaces before a trailing comment. +sp_num_before_tr_cmt = 2 # unsigned number + +# Add or remove space before an embedded comment. +# +# Default: force +sp_before_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces before an embedded comment. +# +# Default: 1 +sp_num_before_emb_cmt = 1 # unsigned number + +# Add or remove space after an embedded comment. +# +# Default: force +sp_after_emb_cmt = force # ignore/add/remove/force/not_defined + +# Number of spaces after an embedded comment. +# +# Default: 1 +sp_num_after_emb_cmt = 1 # unsigned number + +# (Java) Add or remove space between an annotation and the open parenthesis. +sp_annotation_paren = ignore # ignore/add/remove/force/not_defined + +# If true, vbrace tokens are dropped to the previous token and skipped. +sp_skip_vbrace_tokens = false # true/false + +# Add or remove space after 'noexcept'. +sp_after_noexcept = ignore # ignore/add/remove/force/not_defined + +# Add or remove space after '_'. +sp_vala_after_translation = ignore # ignore/add/remove/force/not_defined + +# If true, a is inserted after #define. +force_tab_after_define = false # true/false + +# +# Indenting options +# + +# The number of columns to indent per level. Usually 2, 3, 4, or 8. +# +# Default: 8 +indent_columns = 2 # unsigned number + +# Whether to ignore indent for the first continuation line. Subsequent +# continuation lines will still be indented to match the first. +indent_ignore_first_continue = false # true/false + +# The continuation indent. If non-zero, this overrides the indent of '(', '[' +# and '=' continuation indents. Negative values are OK; negative value is +# absolute and not increased for each '(' or '[' level. +# +# For FreeBSD, this is set to 4. +# Requires indent_ignore_first_continue=false. +indent_continue = 0 # number + +# The continuation indent, only for class header line(s). If non-zero, this +# overrides the indent of 'class' continuation indents. +# Requires indent_ignore_first_continue=false. +indent_continue_class_head = 0 # unsigned number + +# Whether to indent empty lines (i.e. lines which contain only spaces before +# the newline character). +indent_single_newlines = false # true/false + +# The continuation indent for func_*_param if they are true. If non-zero, this +# overrides the indent. +indent_param = 0 # unsigned number + +# How to use tabs when indenting code. +# +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces (default) +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: 1 +indent_with_tabs = 0 # unsigned number + +# Whether to indent comments that are not at a brace level with tabs on a +# tabstop. Requires indent_with_tabs=2. If false, will use spaces. +indent_cmt_with_tabs = false # true/false + +# Whether to indent strings broken by '\' so that they line up. +indent_align_string = false # true/false + +# The number of spaces to indent multi-line XML strings. +# Requires indent_align_string=true. +indent_xml_string = 0 # unsigned number + +# Spaces to indent '{' from level. +indent_brace = 0 # unsigned number + +# Whether braces are indented to the body level. +indent_braces = false # true/false + +# Whether to disable indenting function braces if indent_braces=true. +indent_braces_no_func = false # true/false + +# Whether to disable indenting class braces if indent_braces=true. +indent_braces_no_class = false # true/false + +# Whether to disable indenting struct braces if indent_braces=true. +indent_braces_no_struct = false # true/false + +# Whether to indent based on the size of the brace parent, +# i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. +indent_brace_parent = false # true/false + +# Whether to indent based on the open parenthesis instead of the open brace +# in '({\n'. +indent_paren_open_brace = false # true/false + +# (C#) Whether to indent the brace of a C# delegate by another level. +indent_cs_delegate_brace = false # true/false + +# (C#) Whether to indent a C# delegate (to handle delegates with no brace) by +# another level. +indent_cs_delegate_body = false # true/false + +# Whether to indent the body of a 'namespace'. +indent_namespace = false # true/false + +# Whether to indent only the first namespace, and not any nested namespaces. +# Requires indent_namespace=true. +indent_namespace_single_indent = false # true/false + +# The number of spaces to indent a namespace block. +# If set to zero, use the value indent_columns +indent_namespace_level = 0 # unsigned number + +# If the body of the namespace is longer than this number, it won't be +# indented. Requires indent_namespace=true. 0 means no limit. +indent_namespace_limit = 0 # unsigned number + +# Whether to indent only in inner namespaces (nested in other namespaces). +# Requires indent_namespace=true. +indent_namespace_inner_only = false # true/false + +# Whether the 'extern "C"' body is indented. +indent_extern = false # true/false + +# Whether the 'class' body is indented. +indent_class = false # true/false + +# Whether to ignore indent for the leading base class colon. +indent_ignore_before_class_colon = true # true/false + +# Additional indent before the leading base class colon. +# Negative values decrease indent down to the first column. +# Requires indent_ignore_before_class_colon=false and a newline break before +# the colon (see pos_class_colon and nl_class_colon) +indent_before_class_colon = 0 # number + +# Whether to indent the stuff after a leading base class colon. +indent_class_colon = false # true/false + +# Whether to indent based on a class colon instead of the stuff after the +# colon. Requires indent_class_colon=true. +indent_class_on_colon = false # true/false + +# Whether to ignore indent for a leading class initializer colon. +indent_ignore_before_constr_colon = false # true/false + +# Whether to indent the stuff after a leading class initializer colon. +indent_constr_colon = false # true/false + +# Virtual indent from the ':' for leading member initializers. +# +# Default: 2 +indent_ctor_init_leading = 2 # unsigned number + +# Virtual indent from the ':' for following member initializers. +# +# Default: 2 +indent_ctor_init_following = 2 # unsigned number + +# Additional indent for constructor initializer list. +# Negative values decrease indent down to the first column. +indent_ctor_init = 0 # number + +# Whether to indent 'if' following 'else' as a new block under the 'else'. +# If false, 'else\nif' is treated as 'else if' for indenting purposes. +indent_else_if = false # true/false + +# Amount to indent variable declarations after a open brace. +# +# <0: Relative +# >=0: Absolute +indent_var_def_blk = 0 # number + +# Whether to indent continued variable declarations instead of aligning. +indent_var_def_cont = false # true/false + +# How to indent continued shift expressions ('<<' and '>>'). +# Set align_left_shift=false when using this. +# 0: Align shift operators instead of indenting them (default) +# 1: Indent by one level +# -1: Preserve original indentation +indent_shift = 0 # number + +# Whether to force indentation of function definitions to start in column 1. +indent_func_def_force_col1 = false # true/false + +# Whether to indent continued function call parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_call_param = false # true/false + +# Whether to indent continued function definition parameters one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_def_param = false # true/false + +# for function definitions, only if indent_func_def_param is false +# Allows to align params when appropriate and indent them when not +# behave as if it was true if paren position is more than this value +# if paren position is more than the option value +indent_func_def_param_paren_pos_threshold = 0 # unsigned number + +# Whether to indent continued function call prototype one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_proto_param = false # true/false + +# Whether to indent continued function call declaration one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_class_param = false # true/false + +# Whether to indent continued class variable constructors one indent level, +# rather than aligning parameters under the open parenthesis. +indent_func_ctor_var_param = false # true/false + +# Whether to indent continued template parameter list one indent level, +# rather than aligning parameters under the open parenthesis. +indent_template_param = false # true/false + +# Double the indent for indent_func_xxx_param options. +# Use both values of the options indent_columns and indent_param. +indent_func_param_double = false # true/false + +# Indentation column for standalone 'const' qualifier on a function +# prototype. +indent_func_const = 0 # unsigned number + +# Indentation column for standalone 'throw' qualifier on a function +# prototype. +indent_func_throw = 0 # unsigned number + +# How to indent within a macro followed by a brace on the same line +# This allows reducing the indent in macros that have (for example) +# `do { ... } while (0)` blocks bracketing them. +# +# true: add an indent for the brace on the same line as the macro +# false: do not add an indent for the brace on the same line as the macro +# +# Default: true +indent_macro_brace = false # true/false + +# The number of spaces to indent a continued '->' or '.'. +# Usually set to 0, 1, or indent_columns. +indent_member = 0 # unsigned number + +# Whether lines broken at '.' or '->' should be indented by a single indent. +# The indent_member option will not be effective if this is set to true. +indent_member_single = false # true/false + +# Spaces to indent single line ('//') comments on lines before code. +indent_single_line_comments_before = 0 # unsigned number + +# Spaces to indent single line ('//') comments on lines after code. +indent_single_line_comments_after = 0 # unsigned number + +# When opening a paren for a control statement (if, for, while, etc), increase +# the indent level by this value. Negative values decrease the indent level. +indent_sparen_extra = 0 # number + +# Whether to indent trailing single line ('//') comments relative to the code +# instead of trying to keep the same absolute column. +indent_relative_single_line_comments = true # true/false + +# Spaces to indent 'case' from 'switch'. Usually 0 or indent_columns. +# It might be wise to choose the same value for the option indent_case_brace. +indent_switch_case = 0 # unsigned number + +# Spaces to indent the body of a 'switch' before any 'case'. +# Usually the same as indent_columns or indent_switch_case. +indent_switch_body = 0 # unsigned number + +# Whether to ignore indent for '{' following 'case'. +indent_ignore_case_brace = false # true/false + +# Spaces to indent '{' from 'case'. By default, the brace will appear under +# the 'c' in case. Usually set to 0 or indent_columns. Negative values are OK. +# It might be wise to choose the same value for the option indent_switch_case. +indent_case_brace = 0 # number + +# indent 'break' with 'case' from 'switch'. +indent_switch_break_with_case = false # true/false + +# Whether to indent preprocessor statements inside of switch statements. +# +# Default: true +indent_switch_pp = true # true/false + +# Spaces to shift the 'case' line, without affecting any other lines. +# Usually 0. +indent_case_shift = 0 # unsigned number + +# Whether to align comments before 'case' with the 'case'. +# +# Default: true +indent_case_comment = true # true/false + +# Whether to indent comments not found in first column. +# +# Default: true +indent_comment = true # true/false + +# Whether to indent comments found in first column. +indent_col1_comment = false # true/false + +# Whether to indent multi string literal in first column. +indent_col1_multi_string_literal = false # true/false + +# Align comments on adjacent lines that are this many columns apart or less. +# +# Default: 3 +indent_comment_align_thresh = 3 # unsigned number + +# Whether to ignore indent for goto labels. +indent_ignore_label = true # true/false + +# How to indent goto labels. Requires indent_ignore_label=false. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_label = 1 # number + +# How to indent access specifiers that are followed by a +# colon. +# +# >0: Absolute column where 1 is the leftmost column +# <=0: Subtract from brace indent +# +# Default: 1 +indent_access_spec = 1 # number + +# Whether to indent the code after an access specifier by one level. +# If true, this option forces 'indent_access_spec=0'. +indent_access_spec_body = false # true/false + +# If an open parenthesis is followed by a newline, whether to indent the next +# line so that it lines up after the open parenthesis (not recommended). +indent_paren_nl = false # true/false + +# How to indent a close parenthesis after a newline. +# +# 0: Indent to body level (default) +# 1: Align under the open parenthesis +# 2: Indent to the brace level +# -1: Preserve original indentation +indent_paren_close = 0 # number + +# Whether to indent the open parenthesis of a function definition, +# if the parenthesis is on its own line. +indent_paren_after_func_def = false # true/false + +# Whether to indent the open parenthesis of a function declaration, +# if the parenthesis is on its own line. +indent_paren_after_func_decl = false # true/false + +# Whether to indent the open parenthesis of a function call, +# if the parenthesis is on its own line. +indent_paren_after_func_call = true # true/false + +# How to indent a comma when inside braces. +# 0: Indent by one level (default) +# 1: Align under the open brace +# -1: Preserve original indentation +indent_comma_brace = 0 # number + +# How to indent a comma when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_comma_paren = 0 # number + +# How to indent a Boolean operator when inside parentheses. +# 0: Indent by one level (default) +# 1: Align under the open parenthesis +# -1: Preserve original indentation +indent_bool_paren = 0 # number + +# Whether to ignore the indentation of a Boolean operator when outside +# parentheses. +indent_ignore_bool = false # true/false + +# Whether to ignore the indentation of an arithmetic operator. +indent_ignore_arith = false # true/false + +# Whether to indent a semicolon when inside a for parenthesis. +# If true, aligns under the open for parenthesis. +indent_semicolon_for_paren = false # true/false + +# Whether to ignore the indentation of a semicolon outside of a 'for' +# statement. +indent_ignore_semicolon = false # true/false + +# Whether to align the first expression to following ones +# if indent_bool_paren=1. +indent_first_bool_expr = false # true/false + +# Whether to align the first expression to following ones +# if indent_semicolon_for_paren=true. +indent_first_for_expr = false # true/false + +# If an open square is followed by a newline, whether to indent the next line +# so that it lines up after the open square (not recommended). +indent_square_nl = false # true/false + +# (ESQL/C) Whether to preserve the relative indent of 'EXEC SQL' bodies. +indent_preserve_sql = false # true/false + +# Whether to ignore the indentation of an assignment operator. +indent_ignore_assign = false # true/false + +# Whether to align continued statements at the '='. If false or if the '=' is +# followed by a newline, the next line is indent one tab. +# +# Default: true +indent_align_assign = true # true/false + +# If true, the indentation of the chunks after a '=' sequence will be set at +# LHS token indentation column before '='. +indent_off_after_assign = false # true/false + +# Whether to align continued statements at the '('. If false or the '(' is +# followed by a newline, the next line indent is one tab. +# +# Default: true +indent_align_paren = true # true/false + +# (OC) Whether to indent Objective-C code inside message selectors. +indent_oc_inside_msg_sel = false # true/false + +# (OC) Whether to indent Objective-C blocks at brace level instead of usual +# rules. +indent_oc_block = false # true/false + +# (OC) Indent for Objective-C blocks in a message relative to the parameter +# name. +# +# =0: Use indent_oc_block rules +# >0: Use specified number of spaces to indent +indent_oc_block_msg = 0 # unsigned number + +# (OC) Minimum indent for subsequent parameters +indent_oc_msg_colon = 0 # unsigned number + +# (OC) Whether to prioritize aligning with initial colon (and stripping spaces +# from lines, if necessary). +# +# Default: true +indent_oc_msg_prioritize_first_colon = true # true/false + +# (OC) Whether to indent blocks the way that Xcode does by default +# (from the keyword if the parameter is on its own line; otherwise, from the +# previous indentation level). Requires indent_oc_block_msg=true. +indent_oc_block_msg_xcode_style = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a +# message keyword. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_keyword = false # true/false + +# (OC) Whether to indent blocks from where the brace is, relative to a message +# colon. Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_colon = false # true/false + +# (OC) Whether to indent blocks from where the block caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_caret = false # true/false + +# (OC) Whether to indent blocks from where the brace caret is. +# Requires indent_oc_block_msg=true. +indent_oc_block_msg_from_brace = false # true/false + +# When indenting after virtual brace open and newline add further spaces to +# reach this minimum indent. +indent_min_vbrace_open = 0 # unsigned number + +# Whether to add further spaces after regular indent to reach next tabstop +# when indenting after virtual brace open and newline. +indent_vbrace_open_on_tabstop = false # true/false + +# How to indent after a brace followed by another token (not a newline). +# true: indent all contained lines to match the token +# false: indent all contained lines to match the brace +# +# Default: true +indent_token_after_brace = true # true/false + +# Whether to indent the body of a C++11 lambda. +indent_cpp_lambda_body = false # true/false + +# How to indent compound literals that are being returned. +# true: add both the indent from return & the compound literal open brace +# (i.e. 2 indent levels) +# false: only indent 1 level, don't add the indent for the open brace, only +# add the indent for the return. +# +# Default: true +indent_compound_literal_return = false # true/false + +# (C#) Whether to indent a 'using' block if no braces are used. +# +# Default: true +indent_using_block = true # true/false + +# How to indent the continuation of ternary operator. +# +# 0: Off (default) +# 1: When the `if_false` is a continuation, indent it under the `if_true` branch +# 2: When the `:` is a continuation, indent it under `?` +indent_ternary_operator = 0 # unsigned number + +# Whether to indent the statements inside ternary operator. +indent_inside_ternary_operator = false # true/false + +# If true, the indentation of the chunks after a `return` sequence will be set at return indentation column. +indent_off_after_return = false # true/false + +# If true, the indentation of the chunks after a `return new` sequence will be set at return indentation column. +indent_off_after_return_new = false # true/false + +# If true, the tokens after return are indented with regular single indentation. By default (false) the indentation is after the return token. +indent_single_after_return = false # true/false + +# Whether to ignore indent and alignment for 'asm' blocks (i.e. assume they +# have their own indentation). +indent_ignore_asm_block = false # true/false + +# Don't indent the close parenthesis of a function definition, +# if the parenthesis is on its own line. +donot_indent_func_def_close_paren = false # true/false + +# +# Newline adding and removing options +# + +# Whether to collapse empty blocks between '{' and '}' except for functions. +# Use nl_collapse_empty_body_functions to specify how empty function braces +# should be formatted. +nl_collapse_empty_body = true # true/false + +# Whether to collapse empty blocks between '{' and '}' for functions only. +# If true, overrides nl_inside_empty_func. +nl_collapse_empty_body_functions = false # true/false + +# Don't split one-line braced assignments, as in 'foo_t f = { 1, 2 };'. +nl_assign_leave_one_liners = false # true/false + +# Don't split one-line braced statements inside a 'class xx { }' body. +nl_class_leave_one_liners = false # true/false + +# Don't split one-line enums, as in 'enum foo { BAR = 15 };' +nl_enum_leave_one_liners = false # true/false + +# Don't split one-line get or set functions. +nl_getset_leave_one_liners = false # true/false + +# (C#) Don't split one-line property get or set functions. +nl_cs_property_leave_one_liners = false # true/false + +# Don't split one-line function definitions, as in 'int foo() { return 0; }'. +# might modify nl_func_type_name +nl_func_leave_one_liners = false # true/false + +# Don't split one-line C++11 lambdas, as in '[]() { return 0; }'. +nl_cpp_lambda_leave_one_liners = false # true/false + +# Don't split one-line if/else statements, as in 'if(...) b++;'. +nl_if_leave_one_liners = false # true/false + +# Don't split one-line while statements, as in 'while(...) b++;'. +nl_while_leave_one_liners = false # true/false + +# Don't split one-line do statements, as in 'do { b++; } while(...);'. +nl_do_leave_one_liners = false # true/false + +# Don't split one-line for statements, as in 'for(...) b++;'. +nl_for_leave_one_liners = false # true/false + +# (OC) Don't split one-line Objective-C messages. +nl_oc_msg_leave_one_liner = false # true/false + +# (OC) Add or remove newline between method declaration and '{'. +nl_oc_mdef_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between Objective-C block signature and '{'. +nl_oc_block_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@interface' statement. +nl_oc_before_interface = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@implementation' statement. +nl_oc_before_implementation = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove blank line before '@end' statement. +nl_oc_before_end = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@interface' and '{'. +nl_oc_interface_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '@implementation' and '{'. +nl_oc_implementation_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newlines at the start of the file. +nl_start_of_file = ignore # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the start of the file (only used if +# nl_start_of_file is 'add' or 'force'). +nl_start_of_file_min = 0 # unsigned number + +# Add or remove newline at the end of the file. +nl_end_of_file = force # ignore/add/remove/force/not_defined + +# The minimum number of newlines at the end of the file (only used if +# nl_end_of_file is 'add' or 'force'). +nl_end_of_file_min = 1 # unsigned number + +# Add or remove newline between '=' and '{'. +nl_assign_brace = remove # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between '=' and '['. +nl_assign_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '[]' and '{'. +nl_tsquare_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline after '= ['. Will also affect the newline before +# the ']'. +nl_after_square_assign = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function call's ')' and '{', as in +# 'list_for_each(item, &list) { }'. +nl_fcall_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and '{'. +nl_enum_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum' and 'class'. +nl_enum_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' and the identifier. +nl_enum_class_identifier = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class' type and ':'. +nl_enum_identifier_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'enum class identifier :' and type. +nl_enum_colon_type = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'struct and '{'. +nl_struct_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'union' and '{'. +nl_union_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'if' and '{'. +nl_if_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'else'. +nl_brace_else = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else if' and '{'. If set to ignore, +# nl_if_brace is used instead. +nl_elseif_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and '{'. +nl_else_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'else' and 'if'. +nl_else_if = remove # ignore/add/remove/force/not_defined + +# Add or remove newline before '{' opening brace +nl_before_opening_brace_func_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before 'if'/'else if' closing parenthesis. +nl_before_if_closing_paren = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'finally'. +nl_brace_finally = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'finally' and '{'. +nl_finally_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'try' and '{'. +nl_try_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between get/set and '{'. +nl_getset_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'for' and '{'. +nl_for_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline before the '{' of a 'catch' statement, as in +# 'catch (decl) {'. +nl_catch_brace = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline before the '{' of a '@catch' statement, as in +# '@catch (decl) {'. If set to ignore, nl_catch_brace is used. +nl_oc_catch_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'catch'. +nl_brace_catch = ignore # ignore/add/remove/force/not_defined + +# (OC) Add or remove newline between '}' and '@catch'. If set to ignore, +# nl_brace_catch is used. +nl_oc_brace_catch = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ']'. +nl_brace_square = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and ')' in a function invocation. +nl_brace_fparen = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'while' and '{'. +nl_while_brace = remove # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'scope (x)' and '{'. +nl_scope_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'unittest' and '{'. +nl_unittest_brace = ignore # ignore/add/remove/force/not_defined + +# (D) Add or remove newline between 'version (x)' and '{'. +nl_version_brace = ignore # ignore/add/remove/force/not_defined + +# (C#) Add or remove newline between 'using' and '{'. +nl_using_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between two open or close braces. Due to general +# newline/brace handling, REMOVE may not work. +nl_brace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'do' and '{'. +nl_do_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between '}' and 'while' of 'do' statement. +nl_brace_while = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'switch' and '{'. +nl_switch_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'synchronized' and '{'. +nl_synchronized_brace = ignore # ignore/add/remove/force/not_defined + +# Add a newline between ')' and '{' if the ')' is on a different line than the +# if/for/etc. +# +# Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and +# nl_catch_brace. +nl_multi_line_cond = false # true/false + +# Add a newline after '(' if an if/for/while/switch condition spans multiple +# lines +nl_multi_line_sparen_open = remove # ignore/add/remove/force/not_defined + +# Add a newline before ')' if an if/for/while/switch condition spans multiple +# lines. Overrides nl_before_if_closing_paren if both are specified. +nl_multi_line_sparen_close = remove # ignore/add/remove/force/not_defined + +# Force a newline in a define after the macro name for multi-line defines. +nl_multi_line_define = false # true/false + +# Whether to add a newline before 'case', and a blank line before a 'case' +# statement that follows a ';' or '}'. +nl_before_case = false # true/false + +# Whether to add a newline after a 'case' statement. +nl_after_case = true # true/false + +# Add or remove newline between a case ':' and '{'. +# +# Overrides nl_after_case. +nl_case_colon_brace = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between ')' and 'throw'. +nl_before_throw = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'namespace' and '{'. +nl_namespace_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class. +nl_template_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class declaration. +# +# Overrides nl_template_class. +nl_template_class_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class declaration. +# +# Overrides nl_template_class_decl. +nl_template_class_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template class definition. +# +# Overrides nl_template_class. +nl_template_class_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized class definition. +# +# Overrides nl_template_class_def. +nl_template_class_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function. +nl_template_func = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# declaration. +# +# Overrides nl_template_func. +nl_template_func_decl = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# declaration. +# +# Overrides nl_template_func_decl. +nl_template_func_decl_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template function +# definition. +# +# Overrides nl_template_func. +nl_template_func_def = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<>' of a specialized function +# definition. +# +# Overrides nl_template_func_def. +nl_template_func_def_special = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after 'template<...>' of a template variable. +nl_template_var = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'template<...>' and 'using' of a templated +# type alias. +nl_template_using = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'class' and '{'. +nl_class_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before or after (depending on pos_class_comma, +# may not be IGNORE) each',' in the base class list. +nl_class_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in the constructor member +# initialization. Related to nl_constr_colon, pos_constr_colon and +# pos_constr_comma. +nl_constr_init_args = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline before first element, after comma, and after last +# element, in 'enum'. +nl_enum_own_lines = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a function +# definition. +# might be modified by nl_func_leave_one_liners +nl_func_type_name = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name inside a class +# definition. If set to ignore, nl_func_type_name or nl_func_proto_type_name +# is used instead. +nl_func_type_name_class = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between class specification and '::' +# in 'void A::f() { }'. Only appears in separate member implementation (does +# not appear with in-line implementation). +nl_func_class_scope = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between function scope and name, as in +# 'void A :: f() { }'. +nl_func_scope_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between return type and function name in a prototype. +nl_func_proto_type_name = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# declaration. +nl_func_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_paren for functions with no parameters. +nl_func_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# definition. +nl_func_def_paren = remove # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_paren for functions with no parameters. +nl_func_def_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between a function name and the opening '(' in the +# call. +nl_func_call_paren = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_call_paren for functions with no parameters. +nl_func_call_paren_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function declaration. +nl_func_decl_start = remove # ignore/add/remove/force/not_defined + +# Add or remove newline after '(' in a function definition. +nl_func_def_start = remove # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_start when there is only one parameter. +nl_func_decl_start_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_start when there is only one parameter. +nl_func_def_start_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_start is used instead. +nl_func_decl_start_multi_line = false # true/false + +# Whether to add a newline after '(' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_start is used instead. +nl_func_def_start_multi_line = false # true/false + +# Add or remove newline after each ',' in a function declaration. +nl_func_decl_args = remove # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function definition. +nl_func_def_args = remove # ignore/add/remove/force/not_defined + +# Add or remove newline after each ',' in a function call. +nl_func_call_args = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after each ',' in a function declaration if '(' +# and ')' are in different lines. If false, nl_func_decl_args is used instead. +nl_func_decl_args_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function definition if '(' +# and ')' are in different lines. If false, nl_func_def_args is used instead. +nl_func_def_args_multi_line = false # true/false + +# Add or remove newline before the ')' in a function declaration. +nl_func_decl_end = remove # ignore/add/remove/force/not_defined + +# Add or remove newline before the ')' in a function definition. +nl_func_def_end = remove # ignore/add/remove/force/not_defined + +# Overrides nl_func_decl_end when there is only one parameter. +nl_func_decl_end_single = ignore # ignore/add/remove/force/not_defined + +# Overrides nl_func_def_end when there is only one parameter. +nl_func_def_end_single = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function declaration if '(' and ')' +# are in different lines. If false, nl_func_decl_end is used instead. +nl_func_decl_end_multi_line = false # true/false + +# Whether to add a newline before ')' in a function definition if '(' and ')' +# are in different lines. If false, nl_func_def_end is used instead. +nl_func_def_end_multi_line = false # true/false + +# Add or remove newline between '()' in a function declaration. +nl_func_decl_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function definition. +nl_func_def_empty = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between '()' in a function call. +nl_func_call_empty = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call, +# has preference over nl_func_call_start_multi_line. +nl_func_call_start = remove # ignore/add/remove/force/not_defined + +# Whether to add a newline before ')' in a function call. +nl_func_call_end = remove # ignore/add/remove/force/not_defined + +# Whether to add a newline after '(' in a function call if '(' and ')' are in +# different lines. +nl_func_call_start_multi_line = false # true/false + +# Whether to add a newline after each ',' in a function call if '(' and ')' +# are in different lines. +nl_func_call_args_multi_line = false # true/false + +# Whether to add a newline before ')' in a function call if '(' and ')' are in +# different lines. +nl_func_call_end_multi_line = false # true/false + +# Whether to respect nl_func_call_XXX option in case of closure args. +nl_func_call_args_multi_line_ignore_closures = false # true/false + +# Whether to add a newline after '<' of a template parameter list. +nl_template_start = false # true/false + +# Whether to add a newline after each ',' in a template parameter list. +nl_template_args = false # true/false + +# Whether to add a newline before '>' of a template parameter list. +nl_template_end = false # true/false + +# (OC) Whether to put each Objective-C message parameter on a separate line. +# See nl_oc_msg_leave_one_liner. +nl_oc_msg_args = false # true/false + +# (OC) Minimum number of Objective-C message parameters before applying nl_oc_msg_args. +nl_oc_msg_args_min_params = 0 # unsigned number + +# (OC) Max code width of Objective-C message before applying nl_oc_msg_args. +nl_oc_msg_args_max_code_width = 0 # unsigned number + +# Add or remove newline between function signature and '{'. +nl_fdef_brace = force # ignore/add/remove/force/not_defined + +# Add or remove newline between function signature and '{', +# if signature ends with ')'. Overrides nl_fdef_brace. +nl_fdef_brace_cond = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between C++11 lambda signature and '{'. +nl_cpp_ldef_brace = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline between 'return' and the return expression. +nl_return_expr = remove # ignore/add/remove/force/not_defined + +# Add or remove newline between 'throw' and the throw expression. +nl_throw_expr = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after semicolons, except in 'for' statements. +nl_after_semicolon = false # true/false + +# (Java) Add or remove newline between the ')' and '{{' of the double brace +# initializer. +nl_paren_dbrace_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the type in an unnamed temporary +# direct-list-initialization, better: +# before a direct-list-initialization. +nl_type_brace_init_lst = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline after the open brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_open = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before the close brace in an unnamed temporary +# direct-list-initialization. +nl_type_brace_init_lst_close = ignore # ignore/add/remove/force/not_defined + +# Whether to add a newline before '{'. +nl_before_brace_open = false # true/false + +# Whether to add a newline after '{'. +nl_after_brace_open = false # true/false + +# Whether to add a newline between the open brace and a trailing single-line +# comment. Requires nl_after_brace_open=true. +nl_after_brace_open_cmt = false # true/false + +# Whether to add a newline after a virtual brace open with a non-empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open = false # true/false + +# Whether to add a newline after a virtual brace open with an empty body. +# These occur in un-braced if/while/do/for statement bodies. +nl_after_vbrace_open_empty = false # true/false + +# Whether to add a newline after '}'. Does not apply if followed by a +# necessary ';'. +nl_after_brace_close = false # true/false + +# Whether to add a newline after a virtual brace close, +# as in 'if (foo) a++; return;'. +nl_after_vbrace_close = false # true/false + +# Add or remove newline between the close brace and identifier, +# as in 'struct { int a; } b;'. Affects enumerations, unions and +# structures. If set to ignore, uses nl_after_brace_close. +nl_brace_struct_var = ignore # ignore/add/remove/force/not_defined + +# Whether to alter newlines in '#define' macros. +nl_define_macro = false # true/false + +# Whether to alter newlines between consecutive parenthesis closes. The number +# of closing parentheses in a line will depend on respective open parenthesis +# lines. +nl_squeeze_paren_close = true # true/false + +# Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and +# '#endif'. Does not affect top-level #ifdefs. +nl_squeeze_ifdef = false # true/false + +# Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. +nl_squeeze_ifdef_top_level = false # true/false + +# Add or remove blank line before 'if'. +nl_before_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'if' statement. Add/Force work only if the +# next token is not a closing brace. +nl_after_if = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'for'. +nl_before_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'for' statement. +nl_after_for = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'while'. +nl_before_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'while' statement. +nl_after_while = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'switch'. +nl_before_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'switch' statement. +nl_after_switch = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'synchronized'. +nl_before_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'synchronized' statement. +nl_after_synchronized = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line before 'do'. +nl_before_do = ignore # ignore/add/remove/force/not_defined + +# Add or remove blank line after 'do/while' statement. +nl_after_do = ignore # ignore/add/remove/force/not_defined + +# Ignore nl_before_{if,for,switch,do,synchronized} if the control +# statement is immediately after a case statement. +# if nl_before_{if,for,switch,do} is set to remove, this option +# does nothing. +nl_before_ignore_after_case = false # true/false + +# Whether to put a blank line before 'return' statements, unless after an open +# brace. +nl_before_return = false # true/false + +# Whether to put a blank line after 'return' statements, unless followed by a +# close brace. +nl_after_return = false # true/false + +# Whether to put a blank line before a member '.' or '->' operators. +nl_before_member = ignore # ignore/add/remove/force/not_defined + +# (Java) Whether to put a blank line after a member '.' or '->' operators. +nl_after_member = ignore # ignore/add/remove/force/not_defined + +# Whether to double-space commented-entries in 'struct'/'union'/'enum'. +nl_ds_struct_enum_cmt = false # true/false + +# Whether to force a newline before '}' of a 'struct'/'union'/'enum'. +# (Lower priority than eat_blanks_before_close_brace.) +nl_ds_struct_enum_close_brace = false # true/false + +# Add or remove newline before or after (depending on pos_class_colon) a class +# colon, as in 'class Foo : public Bar'. +nl_class_colon = ignore # ignore/add/remove/force/not_defined + +# Add or remove newline around a class constructor colon. The exact position +# depends on nl_constr_init_args, pos_constr_colon and pos_constr_comma. +nl_constr_colon = ignore # ignore/add/remove/force/not_defined + +# Whether to collapse a two-line namespace, like 'namespace foo\n{ decl; }' +# into a single line. If true, prevents other brace newline rules from turning +# such code into four lines. If true, it also preserves one-liner namespaces. +nl_namespace_two_to_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced if statements, turning them +# into one-liners, as in 'if(b)\n i++;' => 'if(b) i++;'. +nl_create_if_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced for statements, turning them +# into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. +nl_create_for_one_liner = false # true/false + +# Whether to remove a newline in simple unbraced while statements, turning +# them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. +nl_create_while_one_liner = false # true/false + +# Whether to collapse a function definition whose body (not counting braces) +# is only one line so that the entire definition (prototype, braces, body) is +# a single line. +nl_create_func_def_one_liner = false # true/false + +# Whether to split one-line simple list definitions into three lines by +# adding newlines, as in 'int a[12] = { 0 };'. +nl_create_list_one_liner = false # true/false + +# Whether to split one-line simple unbraced if statements into two lines by +# adding a newline, as in 'if(b) i++;'. +nl_split_if_one_liner = false # true/false + +# Whether to split one-line simple unbraced for statements into two lines by +# adding a newline, as in 'for (...) stmt;'. +nl_split_for_one_liner = false # true/false + +# Whether to split one-line simple unbraced while statements into two lines by +# adding a newline, as in 'while (expr) stmt;'. +nl_split_while_one_liner = false # true/false + +# Don't add a newline before a cpp-comment in a parameter list of a function +# call. +donot_add_nl_before_cpp_comment = false # true/false + +# +# Blank line options +# + +# The maximum number of consecutive newlines (3 = 2 blank lines). +nl_max = 2 # unsigned number + +# The maximum number of consecutive newlines in a function. +nl_max_blank_in_func = 0 # unsigned number + +# The number of newlines inside an empty function body. +# This option overrides eat_blanks_after_open_brace and +# eat_blanks_before_close_brace, but is ignored when +# nl_collapse_empty_body_functions=true +nl_inside_empty_func = 0 # unsigned number + +# The number of newlines before a function prototype. +nl_before_func_body_proto = 0 # unsigned number + +# The number of newlines before a multi-line function definition. Where +# applicable, this option is overridden with eat_blanks_after_open_brace=true +nl_before_func_body_def = 0 # unsigned number + +# The number of newlines before a class constructor/destructor prototype. +nl_before_func_class_proto = 0 # unsigned number + +# The number of newlines before a class constructor/destructor definition. +nl_before_func_class_def = 0 # unsigned number + +# The number of newlines after a function prototype. +nl_after_func_proto = 0 # unsigned number + +# The number of newlines after a function prototype, if not followed by +# another function prototype. +nl_after_func_proto_group = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype. +nl_after_func_class_proto = 0 # unsigned number + +# The number of newlines after a class constructor/destructor prototype, +# if not followed by another constructor/destructor prototype. +nl_after_func_class_proto_group = 0 # unsigned number + +# Whether one-line method definitions inside a class body should be treated +# as if they were prototypes for the purposes of adding newlines. +# +# Requires nl_class_leave_one_liners=true. Overrides nl_before_func_body_def +# and nl_before_func_class_def for one-liners. +nl_class_leave_one_liner_groups = false # true/false + +# The number of newlines after '}' of a multi-line function body. +nl_after_func_body = 0 # unsigned number + +# The number of newlines after '}' of a multi-line function body in a class +# declaration. Also affects class constructors/destructors. +# +# Overrides nl_after_func_body. +nl_after_func_body_class = 0 # unsigned number + +# The number of newlines after '}' of a single line function body. Also +# affects class constructors/destructors. +# +# Overrides nl_after_func_body and nl_after_func_body_class. +nl_after_func_body_one_liner = 0 # unsigned number + +# The number of newlines before a block of typedefs. If nl_after_access_spec +# is non-zero, that option takes precedence. +# +# 0: No change (default). +nl_typedef_blk_start = 0 # unsigned number + +# The number of newlines after a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of typedefs. +# +# 0: No change (default). +nl_typedef_blk_in = 0 # unsigned number + +# The minimum number of blank lines after a block of variable definitions +# at the top of a function body. If any preprocessor directives appear +# between the opening brace of the function and the variable block, then +# it is considered as not at the top of the function.Newlines are added +# before trailing preprocessor directives, if any exist. +# +# 0: No change (default). +nl_var_def_blk_end_func_top = 0 # unsigned number + +# The minimum number of empty newlines before a block of variable definitions +# not at the top of a function body. If nl_after_access_spec is non-zero, +# that option takes precedence. Newlines are not added at the top of the +# file or just after an opening brace. Newlines are added above any +# preprocessor directives before the block. +# +# 0: No change (default). +nl_var_def_blk_start = 0 # unsigned number + +# The minimum number of empty newlines after a block of variable definitions +# not at the top of a function body. Newlines are not added if the block +# is at the bottom of the file or just before a preprocessor directive. +# +# 0: No change (default). +nl_var_def_blk_end = 0 # unsigned number + +# The maximum number of consecutive newlines within a block of variable +# definitions. +# +# 0: No change (default). +nl_var_def_blk_in = 0 # unsigned number + +# The minimum number of newlines before a multi-line comment. +# Doesn't apply if after a brace open or another multi-line comment. +nl_before_block_comment = 0 # unsigned number + +# The minimum number of newlines before a single-line C comment. +# Doesn't apply if after a brace open or other single-line C comments. +nl_before_c_comment = 0 # unsigned number + +# The minimum number of newlines before a CPP comment. +# Doesn't apply if after a brace open or other CPP comments. +nl_before_cpp_comment = 0 # unsigned number + +# Whether to force a newline after a multi-line comment. +nl_after_multiline_comment = false # true/false + +# Whether to force a newline after a label's colon. +nl_after_label_colon = false # true/false + +# The number of newlines before a struct definition. +nl_before_struct = 0 # unsigned number + +# The number of newlines after '}' or ';' of a struct/enum/union definition. +nl_after_struct = 0 # unsigned number + +# The number of newlines before a class definition. +nl_before_class = 0 # unsigned number + +# The number of newlines after '}' or ';' of a class definition. +nl_after_class = 0 # unsigned number + +# The number of newlines before a namespace. +nl_before_namespace = 0 # unsigned number + +# The number of newlines after '{' of a namespace. This also adds newlines +# before the matching '}'. +# +# 0: Apply eat_blanks_after_open_brace or eat_blanks_before_close_brace if +# applicable, otherwise no change. +# +# Overrides eat_blanks_after_open_brace and eat_blanks_before_close_brace. +nl_inside_namespace = 0 # unsigned number + +# The number of newlines after '}' of a namespace. +nl_after_namespace = 0 # unsigned number + +# The number of newlines before an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +nl_before_access_spec = 0 # unsigned number + +# The number of newlines after an access specifier label. This also includes +# the Qt-specific 'signals:' and 'slots:'. Will not change the newline count +# if after a brace open. +# +# 0: No change (default). +# +# Overrides nl_typedef_blk_start and nl_var_def_blk_start. +nl_after_access_spec = 0 # unsigned number + +# The number of newlines between a function definition and the function +# comment, as in '// comment\n void foo() {...}'. +# +# 0: No change (default). +nl_comment_func_def = 0 # unsigned number + +# The number of newlines after a try-catch-finally block that isn't followed +# by a brace close. +# +# 0: No change (default). +nl_after_try_catch_finally = 0 # unsigned number + +# (C#) The number of newlines before and after a property, indexer or event +# declaration. +# +# 0: No change (default). +nl_around_cs_property = 0 # unsigned number + +# (C#) The number of newlines between the get/set/add/remove handlers. +# +# 0: No change (default). +nl_between_get_set = 0 # unsigned number + +# (C#) Add or remove newline between property and the '{'. +nl_property_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove blank lines after '{'. +eat_blanks_after_open_brace = true # true/false + +# Whether to remove blank lines before '}'. +eat_blanks_before_close_brace = true # true/false + +# How aggressively to remove extra newlines not in preprocessor. +# +# 0: No change (default) +# 1: Remove most newlines not handled by other config +# 2: Remove all newlines and reformat completely by config +nl_remove_extra_newlines = 0 # unsigned number + +# (Java) Add or remove newline after an annotation statement. Only affects +# annotations that are after a newline. +nl_after_annotation = ignore # ignore/add/remove/force/not_defined + +# (Java) Add or remove newline between two annotations. +nl_between_annotation = ignore # ignore/add/remove/force/not_defined + +# The number of newlines before a whole-file #ifdef. +# +# 0: No change (default). +nl_before_whole_file_ifdef = 0 # unsigned number + +# The number of newlines after a whole-file #ifdef. +# +# 0: No change (default). +nl_after_whole_file_ifdef = 0 # unsigned number + +# The number of newlines before a whole-file #endif. +# +# 0: No change (default). +nl_before_whole_file_endif = 0 # unsigned number + +# The number of newlines after a whole-file #endif. +# +# 0: No change (default). +nl_after_whole_file_endif = 0 # unsigned number + +# +# Positioning options +# + +# The position of arithmetic operators in wrapped expressions. +pos_arith = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of assignment in wrapped expressions. Do not affect '=' +# followed by '{'. +pos_assign = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of Boolean operators in wrapped expressions. +pos_bool = lead # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of comparison operators in wrapped expressions. +pos_compare = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of conditional operators, as in the '?' and ':' of +# 'expr ? stmt : stmt', in wrapped expressions. +pos_conditional = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in wrapped expressions. +pos_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in enum entries. +pos_enum_comma = trail # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the base class list if there is more than one +# line. Affects nl_class_init_args. +pos_class_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of the comma in the constructor initialization list. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. +pos_constr_comma = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of trailing/leading class colon, between class and base class +# list. Affects nl_class_colon. +pos_class_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of colons between constructor and member initialization. +# Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. +pos_constr_colon = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# The position of shift operators in wrapped expressions. +pos_shift = ignore # ignore/break/force/lead/trail/join/lead_break/lead_force/trail_break/trail_force + +# +# Line splitting options +# + +# Try to limit code width to N columns. +code_width = 100 # unsigned number + +# Whether to fully split long 'for' statements at semi-colons. +ls_for_split_full = false # true/false + +# Whether to fully split long function prototypes/calls at commas. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_func_split_full = false # true/false + +# Whether to split lines as close to code_width as possible and ignore some +# groupings. +# The option ls_code_width has priority over the option ls_func_split_full. +ls_code_width = false # true/false + +# +# Code alignment options (not left column spaces/tabs) +# + +# Whether to keep non-indenting tabs. +align_keep_tabs = false # true/false + +# Whether to use tabs for aligning. +align_with_tabs = false # true/false + +# Whether to bump out to the next tab when aligning. +align_on_tabstop = false # true/false + +# Whether to right-align numbers. +align_number_right = false # true/false + +# Whether to keep whitespace not required for alignment. +align_keep_extra_space = false # true/false + +# Whether to align variable definitions in prototypes and functions. +align_func_params = false # true/false + +# The span for aligning parameter definitions in function on parameter name. +# +# 0: Don't align (default). +align_func_params_span = 0 # unsigned number + +# The threshold for aligning function parameter definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_params_thresh = 0 # number + +# The gap for aligning function parameter definitions. +align_func_params_gap = 0 # unsigned number + +# The span for aligning constructor value. +# +# 0: Don't align (default). +align_constr_value_span = 0 # unsigned number + +# The threshold for aligning constructor value. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_constr_value_thresh = 0 # number + +# The gap for aligning constructor value. +align_constr_value_gap = 0 # unsigned number + +# Whether to align parameters in single-line functions that have the same +# name. The function names must already be aligned with each other. +align_same_func_call_params = false # true/false + +# The span for aligning function-call parameters for single line functions. +# +# 0: Don't align (default). +align_same_func_call_params_span = 0 # unsigned number + +# The threshold for aligning function-call parameters for single line +# functions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_same_func_call_params_thresh = 0 # number + +# The span for aligning variable definitions. +# +# 0: Don't align (default). +align_var_def_span = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of variable definitions. +# +# 0: Part of the type 'void * foo;' (default) +# 1: Part of the variable 'void *foo;' +# 2: Dangling 'void *foo;' +# Dangling: the '*' will not be taken into account when aligning. +align_var_def_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of variable definitions. +# +# 0: Part of the type 'long & foo;' (default) +# 1: Part of the variable 'long &foo;' +# 2: Dangling 'long &foo;' +# Dangling: the '&' will not be taken into account when aligning. +align_var_def_amp_style = 0 # unsigned number + +# The threshold for aligning variable definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_def_thresh = 0 # number + +# The gap for aligning variable definitions. +align_var_def_gap = 0 # unsigned number + +# Whether to align the colon in struct bit fields. +align_var_def_colon = false # true/false + +# The gap for aligning the colon in struct bit fields. +align_var_def_colon_gap = 0 # unsigned number + +# Whether to align any attribute after the variable name. +align_var_def_attribute = false # true/false + +# Whether to align inline struct/enum/union variable definitions. +align_var_def_inline = false # true/false + +# The span for aligning on '=' in assignments. +# +# 0: Don't align (default). +align_assign_span = 0 # unsigned number + +# The span for aligning on '=' in function prototype modifier. +# +# 0: Don't align (default). +align_assign_func_proto_span = 0 # unsigned number + +# The threshold for aligning on '=' in assignments. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_assign_thresh = 0 # number + +# Whether to align on the left most assignment when multiple +# definitions are found on the same line. +# Depends on 'align_assign_span' and 'align_assign_thresh' settings. +align_assign_on_multi_var_defs = false # true/false + +# The span for aligning on '{' in braced init list. +# +# 0: Don't align (default). +align_braced_init_list_span = 0 # unsigned number + +# The threshold for aligning on '{' in braced init list. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_braced_init_list_thresh = 0 # number + +# How to apply align_assign_span to function declaration "assignments", i.e. +# 'virtual void foo() = 0' or '~foo() = {default|delete}'. +# +# 0: Align with other assignments (default) +# 1: Align with each other, ignoring regular assignments +# 2: Don't align +align_assign_decl_func = 0 # unsigned number + +# The span for aligning on '=' in enums. +# +# 0: Don't align (default). +align_enum_equ_span = 0 # unsigned number + +# The threshold for aligning on '=' in enums. +# Use a negative number for absolute thresholds. +# +# 0: no limit (default). +align_enum_equ_thresh = 0 # number + +# The span for aligning class member definitions. +# +# 0: Don't align (default). +align_var_class_span = 0 # unsigned number + +# The threshold for aligning class member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_class_thresh = 0 # number + +# The gap for aligning class member definitions. +align_var_class_gap = 0 # unsigned number + +# The span for aligning struct/union member definitions. +# +# 0: Don't align (default). +align_var_struct_span = 0 # unsigned number + +# The threshold for aligning struct/union member definitions. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_var_struct_thresh = 0 # number + +# The gap for aligning struct/union member definitions. +align_var_struct_gap = 0 # unsigned number + +# The span for aligning struct initializer values. +# +# 0: Don't align (default). +align_struct_init_span = 0 # unsigned number + +# The span for aligning single-line typedefs. +# +# 0: Don't align (default). +align_typedef_span = 0 # unsigned number + +# The minimum space between the type and the synonym of a typedef. +align_typedef_gap = 0 # unsigned number + +# How to align typedef'd functions with other typedefs. +# +# 0: Don't mix them at all (default) +# 1: Align the open parenthesis with the types +# 2: Align the function type name with the other type names +align_typedef_func = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int * pint;' (default) +# 1: Part of type name: 'typedef int *pint;' +# 2: Dangling: 'typedef int *pint;' +# Dangling: the '*' will not be taken into account when aligning. +align_typedef_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of typedefs. +# +# 0: Part of the typedef type, 'typedef int & intref;' (default) +# 1: Part of type name: 'typedef int &intref;' +# 2: Dangling: 'typedef int &intref;' +# Dangling: the '&' will not be taken into account when aligning. +align_typedef_amp_style = 0 # unsigned number + +# The span for aligning comments that end lines. +# +# 0: Don't align (default). +align_right_cmt_span = 0 # unsigned number + +# Minimum number of columns between preceding text and a trailing comment in +# order for the comment to qualify for being aligned. Must be non-zero to have +# an effect. +align_right_cmt_gap = 0 # unsigned number + +# If aligning comments, whether to mix with comments after '}' and #endif with +# less than three spaces before the comment. +align_right_cmt_mix = false # true/false + +# Whether to only align trailing comments that are at the same brace level. +align_right_cmt_same_level = false # true/false + +# Minimum column at which to align trailing comments. Comments which are +# aligned beyond this column, but which can be aligned in a lesser column, +# may be "pulled in". +# +# 0: Ignore (default). +align_right_cmt_at_col = 0 # unsigned number + +# The span for aligning function prototypes. +# +# 0: Don't align (default). +align_func_proto_span = 0 # unsigned number + +# How to consider (or treat) the '*' in the alignment of function prototypes. +# +# 0: Part of the type 'void * foo();' (default) +# 1: Part of the function 'void *foo();' +# 2: Dangling 'void *foo();' +# Dangling: the '*' will not be taken into account when aligning. +align_func_proto_star_style = 0 # unsigned number + +# How to consider (or treat) the '&' in the alignment of function prototypes. +# +# 0: Part of the type 'long & foo();' (default) +# 1: Part of the function 'long &foo();' +# 2: Dangling 'long &foo();' +# Dangling: the '&' will not be taken into account when aligning. +align_func_proto_amp_style = 0 # unsigned number + +# The threshold for aligning function prototypes. +# Use a negative number for absolute thresholds. +# +# 0: No limit (default). +align_func_proto_thresh = 0 # number + +# Minimum gap between the return type and the function name. +align_func_proto_gap = 0 # unsigned number + +# Whether to align function prototypes on the 'operator' keyword instead of +# what follows. +align_on_operator = false # true/false + +# Whether to mix aligning prototype and variable declarations. If true, +# align_var_def_XXX options are used instead of align_func_proto_XXX options. +align_mix_var_proto = false # true/false + +# Whether to align single-line functions with function prototypes. +# Uses align_func_proto_span. +align_single_line_func = false # true/false + +# Whether to align the open brace of single-line functions. +# Requires align_single_line_func=true. Uses align_func_proto_span. +align_single_line_brace = false # true/false + +# Gap for align_single_line_brace. +align_single_line_brace_gap = 0 # unsigned number + +# (OC) The span for aligning Objective-C message specifications. +# +# 0: Don't align (default). +align_oc_msg_spec_span = 0 # unsigned number + +# Whether and how to align backslashes that split a macro onto multiple lines. +# This will not work right if the macro contains a multi-line comment. +# +# 0: Do nothing (default) +# 1: Align the backslashes in the column at the end of the longest line +# 2: Align with the backslash that is farthest to the left, or, if that +# backslash is farther left than the end of the longest line, at the end of +# the longest line +# 3: Align with the backslash that is farthest to the right +align_nl_cont = 0 # unsigned number + +# Whether to align macro functions and variables together. +align_pp_define_together = false # true/false + +# The span for aligning on '#define' bodies. +# +# =0: Don't align (default) +# >0: Number of lines (including comments) between blocks +align_pp_define_span = 0 # unsigned number + +# The minimum space between label and value of a preprocessor define. +align_pp_define_gap = 0 # unsigned number + +# Whether to align lines that start with '<<' with previous '<<'. +# +# Default: true +align_left_shift = true # true/false + +# Whether to align comma-separated statements following '<<' (as used to +# initialize Eigen matrices). +align_eigen_comma_init = false # true/false + +# Whether to align text after 'asm volatile ()' colons. +align_asm_colon = false # true/false + +# (OC) Span for aligning parameters in an Objective-C message call +# on the ':'. +# +# 0: Don't align. +align_oc_msg_colon_span = 0 # unsigned number + +# (OC) Whether to always align with the first parameter, even if it is too +# short. +align_oc_msg_colon_first = false # true/false + +# (OC) Whether to align parameters in an Objective-C '+' or '-' declaration +# on the ':'. +align_oc_decl_colon = false # true/false + +# (OC) Whether to not align parameters in an Objectve-C message call if first +# colon is not on next line of the message call (the same way Xcode does +# alignment) +align_oc_msg_colon_xcode_like = false # true/false + +# +# Comment modification options +# + +# Try to wrap comments at N columns. +cmt_width = 0 # unsigned number + +# How to reflow comments. +# +# 0: No reflowing (apart from the line wrapping due to cmt_width) (default) +# 1: No touching at all +# 2: Full reflow (enable cmt_indent_multi for indent with line wrapping due to cmt_width) +cmt_reflow_mode = 0 # unsigned number + +# Path to a file that contains regular expressions describing patterns for +# which the end of one line and the beginning of the next will be folded into +# the same sentence or paragraph during full comment reflow. The regular +# expressions are described using ECMAScript syntax. The syntax for this +# specification is as follows, where "..." indicates the custom regular +# expression and "n" indicates the nth end_of_prev_line_regex and +# beg_of_next_line_regex regular expression pair: +# +# end_of_prev_line_regex[1] = "...$" +# beg_of_next_line_regex[1] = "^..." +# end_of_prev_line_regex[2] = "...$" +# beg_of_next_line_regex[2] = "^..." +# . +# . +# . +# end_of_prev_line_regex[n] = "...$" +# beg_of_next_line_regex[n] = "^..." +# +# Note that use of this option overrides the default reflow fold regular +# expressions, which are internally defined as follows: +# +# end_of_prev_line_regex[1] = "[\w,\]\)]$" +# beg_of_next_line_regex[1] = "^[\w,\[\(]" +# end_of_prev_line_regex[2] = "\.$" +# beg_of_next_line_regex[2] = "^[A-Z]" +cmt_reflow_fold_regex_file = "" # string + +# Whether to indent wrapped lines to the start of the encompassing paragraph +# during full comment reflow (cmt_reflow_mode = 2). Overrides the value +# specified by cmt_sp_after_star_cont. +# +# Note that cmt_align_doxygen_javadoc_tags overrides this option for +# paragraphs associated with javadoc tags +cmt_reflow_indent_to_paragraph_start = false # true/false + +# Whether to convert all tabs to spaces in comments. If false, tabs in +# comments are left alone, unless used for indenting. +cmt_convert_tab_to_spaces = true # true/false + +# Whether to apply changes to multi-line comments, including cmt_width, +# keyword substitution and leading chars. +# +# Default: true +cmt_indent_multi = true # true/false + +# Whether to align doxygen javadoc-style tags ('@param', '@return', etc.) +# and corresponding fields such that groups of consecutive block tags, +# parameter names, and descriptions align with one another. Overrides that +# which is specified by the cmt_sp_after_star_cont. If cmt_width > 0, it may +# be necessary to enable cmt_indent_multi and set cmt_reflow_mode = 2 +# in order to achieve the desired alignment for line-wrapping. +cmt_align_doxygen_javadoc_tags = false # true/false + +# The number of spaces to insert after the star and before doxygen +# javadoc-style tags (@param, @return, etc). Requires enabling +# cmt_align_doxygen_javadoc_tags. Overrides that which is specified by the +# cmt_sp_after_star_cont. +# +# Default: 1 +cmt_sp_before_doxygen_javadoc_tags = 1 # unsigned number + +# Whether to change trailing, single-line c-comments into cpp-comments. +cmt_trailing_single_line_c_to_cpp = true # true/false + +# Whether to group c-comments that look like they are in a block. +cmt_c_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined c-comment. +cmt_c_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined c-comment. +cmt_c_nl_end = false # true/false + +# Whether to change cpp-comments into c-comments. +cmt_cpp_to_c = false # true/false + +# Whether to group cpp-comments that look like they are in a block. Only +# meaningful if cmt_cpp_to_c=true. +cmt_cpp_group = false # true/false + +# Whether to put an empty '/*' on the first line of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_start = false # true/false + +# Whether to add a newline before the closing '*/' of the combined cpp-comment +# when converting to a c-comment. +# +# Requires cmt_cpp_to_c=true and cmt_cpp_group=true. +cmt_cpp_nl_end = false # true/false + +# Whether to put a star on subsequent comment lines. +cmt_star_cont = false # true/false + +# The number of spaces to insert at the start of subsequent comment lines. +cmt_sp_before_star_cont = 0 # unsigned number + +# The number of spaces to insert after the star on subsequent comment lines. +cmt_sp_after_star_cont = 0 # unsigned number + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length. +# +# Default: true +cmt_multi_check_last = true # true/false + +# For multi-line comments with a '*' lead, remove leading spaces if the first +# and last lines of the comment are the same length AND if the length is +# bigger as the first_len minimum. +# +# Default: 4 +cmt_multi_first_len_minimum = 4 # unsigned number + +# Path to a file that contains text to insert at the beginning of a file if +# the file doesn't start with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_header = "" # string + +# Path to a file that contains text to insert at the end of a file if the +# file doesn't end with a C/C++ comment. If the inserted text contains +# '$(filename)', that will be replaced with the current file's name. +cmt_insert_file_footer = "" # string + +# Path to a file that contains text to insert before a function definition if +# the function isn't preceded by a C/C++ comment. If the inserted text +# contains '$(function)', '$(javaparam)' or '$(fclass)', these will be +# replaced with, respectively, the name of the function, the javadoc '@param' +# and '@return' stuff, or the name of the class to which the member function +# belongs. +cmt_insert_func_header = "" # string + +# Path to a file that contains text to insert before a class if the class +# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', +# that will be replaced with the class name. +cmt_insert_class_header = "" # string + +# Path to a file that contains text to insert before an Objective-C message +# specification, if the method isn't preceded by a C/C++ comment. If the +# inserted text contains '$(message)' or '$(javaparam)', these will be +# replaced with, respectively, the name of the function, or the javadoc +# '@param' and '@return' stuff. +cmt_insert_oc_msg_header = "" # string + +# Whether a comment should be inserted if a preprocessor is encountered when +# stepping backwards from a function name. +# +# Applies to cmt_insert_oc_msg_header, cmt_insert_func_header and +# cmt_insert_class_header. +cmt_insert_before_preproc = false # true/false + +# Whether a comment should be inserted if a function is declared inline to a +# class definition. +# +# Applies to cmt_insert_func_header. +# +# Default: true +cmt_insert_before_inlines = true # true/false + +# Whether a comment should be inserted if the function is a class constructor +# or destructor. +# +# Applies to cmt_insert_func_header. +cmt_insert_before_ctor_dtor = false # true/false + +# +# Code modifying options (non-whitespace) +# + +# Add or remove braces on a single-line 'do' statement. +mod_full_brace_do = add # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'for' statement. +mod_full_brace_for = add # ignore/add/remove/force/not_defined + +# (Pawn) Add or remove braces on a single-line function definition. +mod_full_brace_function = ignore # ignore/add/remove/force/not_defined + +# Add or remove braces on a single-line 'if' statement. Braces will not be +# removed if the braced statement contains an 'else'. +mod_full_brace_if = add # ignore/add/remove/force/not_defined + +# Whether to enforce that all blocks of an 'if'/'else if'/'else' chain either +# have, or do not have, braces. Overrides mod_full_brace_if. +# +# 0: Don't override mod_full_brace_if +# 1: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks +# 2: Add braces to all blocks if any block already has braces, regardless of +# whether it needs them +# 3: Add braces to all blocks if any block needs braces and remove braces if +# they can be removed from all blocks, except if all blocks have braces +# despite none needing them +mod_full_brace_if_chain = 0 # unsigned number + +# Whether to add braces to all blocks of an 'if'/'else if'/'else' chain. +# If true, mod_full_brace_if_chain will only remove braces from an 'if' that +# does not have an 'else if' or 'else'. +mod_full_brace_if_chain_only = false # true/false + +# Add or remove braces on single-line 'while' statement. +mod_full_brace_while = add # ignore/add/remove/force/not_defined + +# Add or remove braces on single-line 'using ()' statement. +mod_full_brace_using = ignore # ignore/add/remove/force/not_defined + +# Don't remove braces around statements that span N newlines +mod_full_brace_nl = 0 # unsigned number + +# Whether to prevent removal of braces from 'if'/'for'/'while'/etc. blocks +# which span multiple lines. +# +# Affects: +# mod_full_brace_for +# mod_full_brace_if +# mod_full_brace_if_chain +# mod_full_brace_if_chain_only +# mod_full_brace_while +# mod_full_brace_using +# +# Does not affect: +# mod_full_brace_do +# mod_full_brace_function +mod_full_brace_nl_block_rem_mlcond = false # true/false + +# Add or remove unnecessary parentheses on 'return' statement. +mod_paren_on_return = ignore # ignore/add/remove/force/not_defined + +# Add or remove unnecessary parentheses on 'throw' statement. +mod_paren_on_throw = ignore # ignore/add/remove/force/not_defined + +# (Pawn) Whether to change optional semicolons to real semicolons. +mod_pawn_semicolon = false # true/false + +# Whether to fully parenthesize Boolean expressions in 'while' and 'if' +# statement, as in 'if (a && b > c)' => 'if (a && (b > c))'. +mod_full_paren_if_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'x = a && b > c;' => 'x = (a && (b > c));'. +mod_full_paren_assign_bool = false # true/false + +# Whether to fully parenthesize Boolean expressions after '=' +# statement, as in 'return a && b > c;' => 'return (a && (b > c));'. +mod_full_paren_return_bool = false # true/false + +# Whether to remove superfluous semicolons. +mod_remove_extra_semicolon = true # true/false + +# Whether to remove duplicate include. +mod_remove_duplicate_include = true # true/false + +# the following options (mod_XX_closebrace_comment) use different comment, +# depending of the setting of the next option. +# false: Use the c comment (default) +# true : Use the cpp comment +mod_add_force_c_closebrace_comment = false # true/false + +# If a function body exceeds the specified number of newlines and doesn't have +# a comment after the close brace, a comment will be added. +mod_add_long_function_closebrace_comment = 0 # unsigned number + +# If a namespace body exceeds the specified number of newlines and doesn't +# have a comment after the close brace, a comment will be added. +mod_add_long_namespace_closebrace_comment = 0 # unsigned number + +# If a class body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_class_closebrace_comment = 0 # unsigned number + +# If a switch body exceeds the specified number of newlines and doesn't have a +# comment after the close brace, a comment will be added. +mod_add_long_switch_closebrace_comment = 0 # unsigned number + +# If an #ifdef body exceeds the specified number of newlines and doesn't have +# a comment after the #endif, a comment will be added. +mod_add_long_ifdef_endif_comment = 0 # unsigned number + +# If an #ifdef or #else body exceeds the specified number of newlines and +# doesn't have a comment after the #else, a comment will be added. +mod_add_long_ifdef_else_comment = 0 # unsigned number + +# Whether to take care of the case by the mod_sort_xx options. +mod_sort_case_sensitive = false # true/false + +# Whether to sort consecutive single-line 'import' statements. +mod_sort_import = false # true/false + +# (C#) Whether to sort consecutive single-line 'using' statements. +mod_sort_using = false # true/false + +# Whether to sort consecutive single-line '#include' statements (C/C++) and +# '#import' statements (Objective-C). Be aware that this has the potential to +# break your code if your includes/imports have ordering dependencies. +mod_sort_include = true # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# filename without extension when sorting is enabled. +mod_sort_incl_import_prioritize_filename = false # true/false + +# Whether to prioritize '#include' and '#import' statements that does not +# contain extensions when sorting is enabled. +mod_sort_incl_import_prioritize_extensionless = false # true/false + +# Whether to prioritize '#include' and '#import' statements that contain +# angle over quotes when sorting is enabled. +mod_sort_incl_import_prioritize_angle_over_quotes = true # true/false + +# Whether to ignore file extension in '#include' and '#import' statements +# for sorting comparison. +mod_sort_incl_import_ignore_extension = false # true/false + +# Whether to group '#include' and '#import' statements when sorting is enabled. +mod_sort_incl_import_grouping_enabled = true # true/false + +# Whether to move a 'break' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } break;' => 'case X: { ... break; }'. +mod_move_case_break = false # true/false + +# Whether to move a 'return' that appears after a fully braced 'case' before +# the close brace, as in 'case X: { ... } return;' => 'case X: { ... return; }'. +mod_move_case_return = false # true/false + +# Add or remove braces around a fully braced case statement. Will only remove +# braces if there are no variable declarations in the block. +mod_case_brace = ignore # ignore/add/remove/force/not_defined + +# Whether to remove a void 'return;' that appears as the last statement in a +# function. +mod_remove_empty_return = false # true/false + +# Add or remove the comma after the last value of an enumeration. +mod_enum_last_comma = add # ignore/add/remove/force/not_defined + +# Syntax to use for infinite loops. +# +# 0: Leave syntax alone (default) +# 1: Rewrite as `for(;;)` +# 2: Rewrite as `while(true)` +# 3: Rewrite as `do`...`while(true);` +# 4: Rewrite as `while(1)` +# 5: Rewrite as `do`...`while(1);` +# +# Infinite loops that do not already match one of these syntaxes are ignored. +# Other options that affect loop formatting will be applied after transforming +# the syntax. +mod_infinite_loop = 2 # unsigned number + +# Add or remove the 'int' keyword in 'int short'. +mod_int_short = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'short int'. +mod_short_int = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int long'. +mod_int_long = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'long int'. +mod_long_int = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int signed'. +mod_int_signed = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'signed int'. +mod_signed_int = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'int unsigned'. +mod_int_unsigned = remove # ignore/add/remove/force/not_defined + +# Add or remove the 'int' keyword in 'unsigned int'. +mod_unsigned_int = remove # ignore/add/remove/force/not_defined + +# If there is a situation where mod_int_* and mod_*_int would result in +# multiple int keywords, whether to keep the rightmost int (the default) or the +# leftmost int. +mod_int_prefer_int_on_left = false # true/false + +# (OC) Whether to organize the properties. If true, properties will be +# rearranged according to the mod_sort_oc_property_*_weight factors. +mod_sort_oc_properties = false # true/false + +# (OC) Weight of a class property modifier. +mod_sort_oc_property_class_weight = 0 # number + +# (OC) Weight of 'atomic' and 'nonatomic'. +mod_sort_oc_property_thread_safe_weight = 0 # number + +# (OC) Weight of 'readwrite' when organizing properties. +mod_sort_oc_property_readwrite_weight = 0 # number + +# (OC) Weight of a reference type specifier ('retain', 'copy', 'assign', +# 'weak', 'strong') when organizing properties. +mod_sort_oc_property_reference_weight = 0 # number + +# (OC) Weight of getter type ('getter=') when organizing properties. +mod_sort_oc_property_getter_weight = 0 # number + +# (OC) Weight of setter type ('setter=') when organizing properties. +mod_sort_oc_property_setter_weight = 0 # number + +# (OC) Weight of nullability type ('nullable', 'nonnull', 'null_unspecified', +# 'null_resettable') when organizing properties. +mod_sort_oc_property_nullability_weight = 0 # number + +# +# Preprocessor options +# + +# How to use tabs when indenting preprocessor code. +# +# -1: Use 'indent_with_tabs' setting (default) +# 0: Spaces only +# 1: Indent with tabs to brace level, align with spaces +# 2: Indent and align with tabs, using spaces when not on a tabstop +# +# Default: -1 +pp_indent_with_tabs = -1 # number + +# Add or remove indentation of preprocessor directives inside #if blocks +# at brace level 0 (file-level). +pp_indent = remove # ignore/add/remove/force/not_defined + +# Whether to indent #if/#else/#endif at the brace level. If false, these are +# indented from column 1. +pp_indent_at_level = false # true/false + +# Whether to indent #if/#else/#endif at the parenthesis level if the brace +# level is 0. If false, these are indented from column 1. +pp_indent_at_level0 = false # true/false + +# Specifies the number of columns to indent preprocessors per level +# at brace level 0 (file-level). If pp_indent_at_level=false, also specifies +# the number of columns to indent preprocessors per level +# at brace level > 0 (function-level). +# +# Default: 1 +pp_indent_count = 1 # unsigned number + +# Add or remove space after # based on pp level of #if blocks. +pp_space_after = force # ignore/add/remove/force/not_defined + +# Sets the number of spaces per level added with pp_space_after. +pp_space_count = 1 # unsigned number + +# The indent for '#region' and '#endregion' in C# and '#pragma region' in +# C/C++. Negative values decrease indent down to the first column. +pp_indent_region = 0 # number + +# Whether to indent the code between #region and #endregion. +pp_region_indent_code = false # true/false + +# If pp_indent_at_level=true, sets the indent for #if, #else and #endif when +# not at file-level. Negative values decrease indent down to the first column. +# +# =0: Indent preprocessors using output_tab_size +# >0: Column at which all preprocessors will be indented +pp_indent_if = 0 # number + +# Whether to indent the code between #if, #else and #endif. +pp_if_indent_code = false # true/false + +# Whether to indent the body of an #if that encompasses all the code in the file. +pp_indent_in_guard = false # true/false + +# Whether to indent '#define' at the brace level. If false, these are +# indented from column 1. +pp_define_at_level = false # true/false + +# Whether to indent '#include' at the brace level. +pp_include_at_level = false # true/false + +# Whether to ignore the '#define' body while formatting. +pp_ignore_define_body = false # true/false + +# An offset value that controls the indentation of the body of a multiline #define. +# 'body' refers to all the lines of a multiline #define except the first line. +# Requires 'pp_ignore_define_body = false'. +# +# <0: Absolute column: the body indentation starts off at the specified column +# (ex. -3 ==> the body is indented starting from column 3) +# >=0: Relative to the column of the '#' of '#define' +# (ex. 3 ==> the body is indented starting 3 columns at the right of '#') +# +# Default: 8 +pp_multiline_define_body_indent = 2 # number + +# Whether to indent case statements between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the case statements +# directly inside of. +# +# Default: true +pp_indent_case = true # true/false + +# Whether to indent whole function definitions between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the function definition +# is directly inside of. +# +# Default: true +pp_indent_func_def = true # true/false + +# Whether to indent extern C blocks between #if, #else, and #endif. +# Only applies to the indent of the preprocessor that the extern block is +# directly inside of. +# +# Default: true +pp_indent_extern = true # true/false + +# How to indent braces directly inside #if, #else, and #endif. +# Requires pp_if_indent_code=true and only applies to the indent of the +# preprocessor that the braces are directly inside of. +# 0: No extra indent +# 1: Indent by one level +# -1: Preserve original indentation +# +# Default: 1 +pp_indent_brace = 1 # number + +# Whether to print warning messages for unbalanced #if and #else blocks. +# This will print a message in the following cases: +# - if an #ifdef block ends on a different indent level than +# where it started from. Example: +# +# #ifdef TEST +# int i; +# { +# int j; +# #endif +# +# - an #elif/#else block ends on a different indent level than +# the corresponding #ifdef block. Example: +# +# #ifdef TEST +# int i; +# #else +# } +# int j; +# #endif +pp_warn_unbalanced_if = false # true/false + +# +# Sort includes options +# + +# The regex for include category with priority 0. +include_category_0 = "" # string + +# The regex for include category with priority 1. +include_category_1 = "" # string + +# The regex for include category with priority 2. +include_category_2 = "" # string + +# +# Use or Do not Use options +# + +# true: indent_func_call_param will be used (default) +# false: indent_func_call_param will NOT be used +# +# Default: true +use_indent_func_call_param = true # true/false + +# The value of the indentation for a continuation line is calculated +# differently if the statement is: +# - a declaration: your case with QString fileName ... +# - an assignment: your case with pSettings = new QSettings( ... +# +# At the second case the indentation value might be used twice: +# - at the assignment +# - at the function call (if present) +# +# To prevent the double use of the indentation value, use this option with the +# value 'true'. +# +# true: indent_continue will be used only once +# false: indent_continue will be used every time (default) +# +# Requires indent_ignore_first_continue=false. +use_indent_continue_only_once = false # true/false + +# The indentation can be: +# - after the assignment, at the '[' character +# - at the beginning of the lambda body +# +# true: indentation will be at the beginning of the lambda body +# false: indentation will be after the assignment (default) +indent_cpp_lambda_only_once = false # true/false + +# Whether sp_after_angle takes precedence over sp_inside_fparen. This was the +# historic behavior, but is probably not the desired behavior, so this is off +# by default. +use_sp_after_angle_always = false # true/false + +# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially, +# this tries to format these so that they match Qt's normalized form (i.e. the +# result of QMetaObject::normalizedSignature), which can slightly improve the +# performance of the QObject::connect call, rather than how they would +# otherwise be formatted. +# +# See options_for_QT.cpp for details. +# +# Default: true +use_options_overriding_for_qt_macros = true # true/false + +# If true: the form feed character is removed from the list of whitespace +# characters. See https://en.cppreference.com/w/cpp/string/byte/isspace. +use_form_feed_no_more_as_whitespace_character = false # true/false + +# +# Warn levels - 1: error, 2: warning (default), 3: note +# + +# (C#) Warning is given if doing tab-to-\t replacement and we have found one +# in a C# verbatim string literal. +# +# Default: 2 +warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number + +# Limit the number of loops. +# Used by uncrustify.cpp to exit from infinite loop. +# 0: no limit. +debug_max_number_of_loops = 0 # number + +# Set the number of the line to protocol; +# Used in the function prot_the_line if the 2. parameter is zero. +# 0: nothing protocol. +debug_line_number_to_protocol = 0 # number + +# Set the number of second(s) before terminating formatting the current file, +# 0: no timeout. +# only for linux +debug_timeout = 0 # number + +# Set the number of characters to be printed if the text is too long, +# 0: do not truncate. +debug_truncate = 0 # unsigned number + +# sort (or not) the tracking info. +# +# Default: true +debug_sort_the_tracks = true # true/false + +# decode (or not) the flags as a new line. +# only if the -p option is set. +debug_decode_the_flags = false # true/false + +# insert the number of the line at the beginning of each line +set_numbering_for_html_output = false # true/false + +# Meaning of the settings: +# Ignore - do not do any changes +# Add - makes sure there is 1 or more space/brace/newline/etc +# Force - makes sure there is exactly 1 space/brace/newline/etc, +# behaves like Add in some contexts +# Remove - removes space/brace/newline/etc +# +# +# - Token(s) can be treated as specific type(s) with the 'set' option: +# `set tokenType tokenString [tokenString...]` +# +# Example: +# `set BOOL __AND__ __OR__` +# +# tokenTypes are defined in src/token_enum.h, use them without the +# 'CT_' prefix: 'CT_BOOL' => 'BOOL' +# +# +# - Token(s) can be treated as type(s) with the 'type' option. +# `type tokenString [tokenString...]` +# +# Example: +# `type int c_uint_8 Rectangle` +# +# This can also be achieved with `set TYPE int c_uint_8 Rectangle` +# +# +# To embed whitespace in tokenStrings use the '\' escape character, or quote +# the tokenStrings. These quotes are supported: "'` +# +# +# - Support for the auto detection of languages through the file ending can be +# added using the 'file_ext' command. +# `file_ext langType langString [langString..]` +# +# Example: +# `file_ext CPP .ch .cxx .cpp.in` +# +# langTypes are defined in uncrusify_types.h in the lang_flag_e enum, use +# them without the 'LANG_' prefix: 'LANG_CPP' => 'CPP' +# +# +# - Custom macro-based indentation can be set up using 'macro-open', +# 'macro-else' and 'macro-close'. +# `(macro-open | macro-else | macro-close) tokenString` +# +# Example: +# `macro-open BEGIN_TEMPLATE_MESSAGE_MAP` +# `macro-open BEGIN_MESSAGE_MAP` +# `macro-close END_MESSAGE_MAP` +# +# +set CLASS_COLON FUNC_API_DEPRECATED_SINCE +set CLASS_COLON FUNC_API_FAST +set CLASS_COLON FUNC_API_LUA_ONLY +set CLASS_COLON FUNC_API_NOEXPORT +set CLASS_COLON FUNC_API_REMOTE_ONLY +set CLASS_COLON FUNC_API_SINCE +set CLASS_COLON FUNC_API_TEXTLOCK +set CLASS_COLON FUNC_API_TEXTLOCK_ALLOW_CMDWIN +set CLASS_COLON FUNC_ATTR_ALWAYS_INLINE +set CLASS_COLON FUNC_ATTR_CONST +set CLASS_COLON FUNC_ATTR_MALLOC +set CLASS_COLON FUNC_ATTR_NONNULL_ALL +set CLASS_COLON FUNC_ATTR_NONNULL_ARG +set CLASS_COLON FUNC_ATTR_NONNULL_RET +set CLASS_COLON FUNC_ATTR_NORETURN +set CLASS_COLON FUNC_ATTR_NO_SANITIZE_ADDRESS +set CLASS_COLON FUNC_ATTR_NO_SANITIZE_UNDEFINED +set CLASS_COLON FUNC_ATTR_PRINTF +set CLASS_COLON FUNC_ATTR_PURE +set CLASS_COLON FUNC_ATTR_WARN_UNUSED_RESULT +set PP_PRAGMA PRAGMA_DIAG_PUSH_IGNORE_IMPLICIT_FALLTHROUGH +set PP_PRAGMA PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPES +set CLASS_COLON REAL_FATTR_ALWAYS_INLINE +set CLASS_COLON REAL_FATTR_CONST +set CLASS_COLON REAL_FATTR_NONNULL_ALL +set CLASS_COLON REAL_FATTR_PURE +set CLASS_COLON REAL_FATTR_WARN_UNUSED_RESULT +# option(s) with 'not default' value: 131 +# diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/nl_before_after.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/nl_before_after.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/nl_before_after.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/nl_before_after.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/nl_before_ignore_after_case.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/nl_before_ignore_after_case.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/nl_before_ignore_after_case.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/nl_before_ignore_after_case.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/region-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/region-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sort_imports.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sort_imports.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sort_imports.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sort_imports.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_cast.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_cast.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_cast.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_cast.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_type-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_type-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_type-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_type-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_type-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_type-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_after_type-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_after_type-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_arith-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_arith-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_arith-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_arith-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_before_byref-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_before_byref-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_before_byref-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_before_byref-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cmt_cpp_start-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cmt_cpp_start-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cmt_cpp_start-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cmt_cpp_start-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cmt_cpp_start_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cmt_cpp_start_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cmt_cpp_start_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cmt_cpp_start_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cparen_oparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cparen_oparen-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_cparen_oparen-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_cparen_oparen-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_inside_fparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_inside_fparen-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/sp_inside_fparen-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/sp_inside_fparen-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/space_indent_columns-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/space_indent_columns-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/space_indent_columns-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/space_indent_columns-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/star_pos-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/star_pos-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/star_pos-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/star_pos-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/tde.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/tde.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/tde.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/tde.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/width-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/width-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/width-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/width-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/width-2.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/width-2.rerun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/width-2.rerun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/common/width-2.rerun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/2185.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/2185.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/2185.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/2185.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/2203.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/2203.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/2203.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/2203.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/623_caret-spacing.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/623_caret-spacing.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/623_caret-spacing.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/623_caret-spacing.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/633_decl-in-func-typedef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/633_decl-in-func-typedef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/633_decl-in-func-typedef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/633_decl-in-func-typedef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/DefaultAndDelete-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/DefaultAndDelete-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Discussion_3987.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Discussion_3987.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Discussion_3987.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Discussion_3987.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/I1112-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/I1112-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/I1112-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/I1112-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/I2103.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/I2103.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/I2103.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/I2103.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1052.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1052.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1052.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1052.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1130.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1130.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1167.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1167.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1167.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1167.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1184.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1184.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1184.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1184.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1460.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1460.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1460.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1460.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1511.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1511.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1511.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1511.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1692.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1692.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1692.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1692.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1703.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1703.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1703.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1703.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1734.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1734.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1734.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1734.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1753.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1753.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1753.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1753.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1813.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1813.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1813.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1813.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1923.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1923.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1923.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1923.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1966.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1966.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1966.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1966.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2020.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2020.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2020.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2020.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2045.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2045.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2045.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2045.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2085.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2085.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2085.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2085.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2091.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2091.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2091.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2091.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2101.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2101.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2101.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2101.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2149.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2149.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2149.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2149.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2150.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2150.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2150.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2150.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2151.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2151.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2151.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2151.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2163.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2163.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2163.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2163.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2166.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2166.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2166.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2166.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2170.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2170.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2170.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2170.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2186.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2186.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2186.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2186.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2195.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2195.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2195.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2195.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2219.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2219.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2219.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2219.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2224.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2224.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2224.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2224.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2229.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2229.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2229.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2229.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2232.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2232.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2232.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2232.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2236.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2236.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2236.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2236.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2250.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2250.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2250.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2250.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2281.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2281.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2281.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2281.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2302.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2302.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2302.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2302.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2305.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2305.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2305.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2305.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2319.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2319.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2319.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2319.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2343.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2343.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2343.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2343.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2345.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2345.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2368.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2368.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2368.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2368.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2383.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2383.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2383.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2383.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2386.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2386.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2386.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2386.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2428.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2428.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2428.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2428.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2437.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2437.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2437.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2437.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2440.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2440.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2440.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2440.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2440_nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2440_nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2440_nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2440_nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2478.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2478.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2478.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2478.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2561.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2561.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2561.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2561.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2570.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2570.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2570.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2570.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2574.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2574.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2574.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2574.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2582.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2582.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2582.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2582.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2591.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2591.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2591.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2591.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2594.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2594.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2594.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2594.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2596.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2596.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2596.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2596.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2604.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2604.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2604.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2604.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2668.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2668.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2668.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2668.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2688.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2688.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2688.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2688.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2689.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2689.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2689.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2689.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2692.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2692.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2692.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2692.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2703.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2703.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2703.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2703.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2734.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2734.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2734.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2734.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2735.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2735.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2735.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2735.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2742.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2742.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2742.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2742.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2752.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2752.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2752.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2752.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2757.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2757.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2757.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2757.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2758.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2758.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2758.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2758.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2759.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2759.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2759.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2759.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2771.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2771.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2771.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2771.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2794.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2794.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2794.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2794.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2795.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2795.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2795.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2795.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2823.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2823.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2823.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2823.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2831.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2831.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2831.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2831.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2836.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2836.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2836.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2836.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2873.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2873.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2873.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2873.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2879.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2879.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2879.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2879.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2886.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2886.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2886.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2886.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2890.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2890.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2890.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2890.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2902.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2902.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2902.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2902.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2907.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2907.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2907.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2907.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2914.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2914.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2914.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2914.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2921.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2921.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2921.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2921.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2930.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2930.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2930.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2930.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2942.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2942.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2942.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2942.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2949.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2949.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2949.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2949.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2957.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2957.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2957.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2957.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2971.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2971.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_2971.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2971.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3010.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3010.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3010.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3010.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3025.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3025.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3025.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3025.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3034.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3034.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3034.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3034.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3040.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3040.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3040.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3040.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3044.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3044.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3044.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3044.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3048.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3048.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3048.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3048.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3054-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3054-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3054-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3054-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3054.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3054.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3054.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3054.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3055.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3055.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3055.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3055.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3058.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3058.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3058.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3058.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_0nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_0nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_0nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_0nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_1nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_1nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_1nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_1nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_2nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_2nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_2nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_2nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_3nl.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_3nl.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3061_3nl.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3061_3nl.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3080.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3080.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3080.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3080.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3097.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3097.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3097.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3097.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3164.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3164.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3164.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3164.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3197.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3197.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3197.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3197.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3198.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3198.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3198.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3198.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3203.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3203.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3203.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3203.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-ir.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-ir.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-ir.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-ir.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3220-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3220-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3236.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3236.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3236.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3236.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3237.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3237.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3237.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3237.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3252.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3252.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3252.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3252.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3284.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3284.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3284.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3284.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3294.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3294.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3294.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3294.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3309-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3309-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3316.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3316.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3316.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3316.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3357.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3357.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3357.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3357.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3409.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3409.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3409.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3409.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3413.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3413.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3413.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3413.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3422-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3422-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3422-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3422-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3422-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3422-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3422-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3422-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3428_6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3428_6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3446.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3446.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3446.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3446.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3448.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3448.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3513.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3513.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3513.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3513.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3546.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3546.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3546.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3546.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3550.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3550.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3550.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3550.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3552.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3552.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3552.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3552.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3558.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3558.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3558.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3558.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3570.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3570.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3570.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3570.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3576-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3576-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3576-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3576-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3576-b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3576-b.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3576-b.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3576-b.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3604.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3604.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3604.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3604.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3614.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3614.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3614.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3614.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3710.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3710.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3710.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3710.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3785.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3785.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3785.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3785.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3786.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3786.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3786.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3786.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3786.rerun.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3786.rerun.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3786.rerun.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3786.rerun.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3863.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3863.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3863.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3863.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3865.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3865.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3865.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3865.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3865_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3865_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3865_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3865_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3914.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3914.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3914.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3914.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3915.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3915.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3915.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3915.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3916.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3916.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3916.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3916.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3919.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3919.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3919.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3919.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3920.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3920.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3920.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3920.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3965.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3965.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3965.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3965.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3967.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3967.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3967.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3967.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3983.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3983.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_3983.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3983.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4036.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4036.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4036.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4036.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4080.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4080.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4080.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4080.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4094.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4094.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4094.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4094.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4239.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4239.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_4239.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_4239.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_750.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_750.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_750.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_750.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_931.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_931.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_931.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_931.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_995-do.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_995-do.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_995-do.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_995-do.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/NewLine-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/NewLine-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/NewLine-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/NewLine-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/NewLine-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/NewLine-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/NewLine-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/NewLine-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/STUCK_macro-difficulties.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/STUCK_macro-difficulties.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U02-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U02-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U02-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U02-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U03-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U03-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U03-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U03-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U04-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U04-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U04-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U04-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U05-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U05-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U05-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U05-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U06-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U06-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U06-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U06-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U07-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U07-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U07-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U07-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U16-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U16-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U16-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U16-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U18-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U18-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U18-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U18-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U21-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U21-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U21-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U21-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U23-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U23-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U23-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U23-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U25-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U25-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U25-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U25-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U26-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U26-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U26-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U26-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U27-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U27-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U27-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U27-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U28-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U28-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U28-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U28-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U29-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U29-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U29-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U29-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U30-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U30-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U30-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U30-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U31-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U31-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U31-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U31-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U33-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U33-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U33-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U33-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U36-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U36-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/U36-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/U36-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-10496.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-10496.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-10496.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-10496.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-12046.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-12046.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-12046.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-12046.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1340.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1340.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1340.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1340.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1344.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1344.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1344.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1344.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1346.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1346.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1346.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1346.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1347.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1347.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1347.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1347.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1350.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1350.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1350.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1350.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1356.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1356.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1356.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1356.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1358.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1358.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-1358.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-1358.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2049.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2049.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2049.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2049.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2650.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2650.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2650.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2650.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2680.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2680.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-2680.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-2680.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-29935.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-29935.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-29935.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-29935.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-30088.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-30088.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-30088.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-30088.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-32657.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-32657.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/UNI-32657.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/UNI-32657.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Uncrustify.Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Uncrustify.Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Uncrustify.Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Uncrustify.Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/al.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/al.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align-330.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align-330.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align-330.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align-330.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_decl_func-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_decl_func-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_func_proto_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_func_proto_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_func_proto_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_func_proto_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_span-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_span-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_assign_span-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_assign_span-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_asterisk_after_type_cast.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_asterisk_after_type_cast.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_asterisk_after_type_cast.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_asterisk_after_type_cast.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_class-constr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_class-constr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_class-constr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_class-constr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_continuation_left_shift.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_continuation_left_shift.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_continuation_left_shift.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_continuation_left_shift.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_default_after_override.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_default_after_override.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_default_after_override.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_default_after_override.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_eigen_comma_init.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_eigen_comma_init.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_eigen_comma_init.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_eigen_comma_init.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_fcall-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_fcall-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_fcall-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_fcall-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_fcall.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_fcall.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_fcall.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_fcall.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_gap.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_gap.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_gap.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_gap.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_span-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_span-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_span-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_span-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_params_thresh_4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_params_thresh_4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_func_proto_thresh_5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_func_proto_thresh_5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_right_comment.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_right_comment.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_right_comment.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_right_comment.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_class_span-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_class_span-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_class_span-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_class_span-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/align_var_def_thresh_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/align_var_def_thresh_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/anonymous_enum.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/anonymous_enum.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/anonymous_enum.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/anonymous_enum.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/arith-vs-byref.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/arith-vs-byref.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/arith-vs-byref.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/arith-vs-byref.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/arith-vs-ptr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/arith-vs-ptr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/arith-vs-ptr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/arith-vs-ptr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/asm_block_pp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/asm_block_pp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/asm_block_pp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/asm_block_pp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/avalon4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_001.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_001.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_001.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_001.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_003.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_003.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_003.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_003.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_004.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_004.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_004.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_004.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_005.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_005.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_005.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_005.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_006.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_006.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_006.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_006.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_008.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_008.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_008.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_008.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_009.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_009.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_009.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_009.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_010.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_010.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_010.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_010.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_012.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_012.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_012.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_012.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_013.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_013.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_013.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_013.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_014.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_014.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_014.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_014.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_015.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_015.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_015.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_015.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_016.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_016.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_016.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_016.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_017.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_017.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_017.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_017.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_018.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_018.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_018.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_018.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_020.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_020.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_020.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_020.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_021.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_021.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_021.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_021.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_022.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_022.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_022.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_022.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_023.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_023.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_023.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_023.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_024.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_024.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_024.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_024.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_026.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_026.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_026.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_026.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_027.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_027.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_027.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_027.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_028.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_028.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_028.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_028.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_029.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_029.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_029.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_029.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_030.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_030.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_030.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_030.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_031.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_031.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ben_031.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ben_031.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1001.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1001.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1001.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1001.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1003.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1003.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1003.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1003.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1004.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1004.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1004.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1004.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1020.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1020.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1020.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1020.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1108.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1108.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1108.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1108.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1160.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1160.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1160.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1160.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1161.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1161.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1161.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1161.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1169.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1169.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1169.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1169.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1170.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1170.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1170.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1170.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1236.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1236.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1236.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1236.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1296-F.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1296-F.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1296-F.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1296-F.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1296-T.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1296-T.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1296-T.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1296-T.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1315.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1315.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1315.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1315.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1324.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1324.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1324.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1324.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1340.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1340.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1340.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1340.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1349.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1349.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1349.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1349.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1395.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1395.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1395.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1395.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1402.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1402.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1402.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1402.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1403.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1403.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1403.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1403.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1432.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1432.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1432.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1432.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1439.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1439.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1439.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1439.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1452.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1452.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1452.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1452.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1649.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1649.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1649.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1649.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1689.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1689.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1689.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1689.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1691.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1691.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1691.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1691.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1717.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1717.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1717.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1717.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1758-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1758-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1758-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1758-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1854.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1854.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1854.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1854.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1862.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1862.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_1862.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_1862.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2285.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2285.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2285.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2285.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2322.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2322.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2322.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2322.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2371.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2371.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2371.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2371.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2402.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2402.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2402.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2402.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2433_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2433_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2433_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2433_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2433_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2433_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_2433_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_2433_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_472.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_472.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_472.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_472.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_488.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_488.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_488.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_488.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_633.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_633.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_633.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_633.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_657.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_657.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_657.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_657.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_664.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_664.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_664.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_664.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_670.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_670.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_670.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_670.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_858-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_858-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_858-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_858-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_858-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_858-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_858-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_858-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_322.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_322.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_322.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_322.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_359.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_359.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_359.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_359.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_405.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_405.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_405.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_405.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_409-create.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_409-create.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_409-create.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_409-create.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_409-split.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_409-split.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_409-split.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_409-split.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_478.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_478.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_478.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_478.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_663.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_663.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_663.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_663.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_666.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_666.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_666.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_666.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_752.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_752.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/bug_i_752.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/bug_i_752.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-center.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-center.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-center.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-center.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-ir.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-ir.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-ir.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-ir.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-left.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-left.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-left.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-right.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/byref-right.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/byref-right.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cast.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cast.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cast.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cast.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-eol-add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol-add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-eol-add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol-add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-eol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-eol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-sol-add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-sol-add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-sol-add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-sol-add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-sol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-sol.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-colon-pos-sol.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-sol.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-add2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-add2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-add2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-add2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-del.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-del.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-nl_func-del.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-nl_func-del.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-on-colon-indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-on-colon-indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/class-on-colon-indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-on-colon-indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_convert_tab_to_spaces-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_convert_tab_to_spaces-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_convert_tab_to_spaces-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_convert_tab_to_spaces-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_cpp_to_c-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_cpp_to_c-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_cpp_to_c-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_cpp_to_c-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_indent-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_indent-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_multi_first_len_minimum-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_multi_first_len_minimum-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_multi_first_len_minimum-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_multi_first_len_minimum-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_trailing_single_line_c_to_cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_trailing_single_line_c_to_cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cmt_trailing_single_line_c_to_cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cmt_trailing_single_line_c_to_cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/code_width-70.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/code_width-70.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/code_width-70.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/code_width-70.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/comma-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/comma-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/const_throw.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/const_throw.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/const_throw.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/const_throw.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/constr_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/constr_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/constr_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/constr_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cpp17.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cpp17.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cpp17.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cpp17.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cu.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cu.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/cu.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/cu.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/custom-open.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/custom-open.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/custom-open.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/custom-open.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/custom-open2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/custom-open2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/custom-open2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/custom-open2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/disable_nl_cont.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/disable_nl_cont.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/disable_nl_cont.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/disable_nl_cont.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/dont-detab-strings.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/dont-detab-strings.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/dont-detab-strings.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/dont-detab-strings.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/dont-process-defines.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/dont-process-defines.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/dont-process-defines.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/dont-process-defines.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/eat_blanks_after_codewidth.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/eat_blanks_after_codewidth.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/eat_blanks_after_codewidth.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/eat_blanks_after_codewidth.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ellipsis-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ellipsis-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ellipsis-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ellipsis-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comma-6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comma-6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comment_wrap.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comment_wrap.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/enum_comment_wrap.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/enum_comment_wrap.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/extern_func.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/extern_func.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/extern_func.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/extern_func.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/footer.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/footer.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/footer.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/footer.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/func_class.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/func_class.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/func_class.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/func_class.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/func_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/func_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/func_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/func_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/functype_param-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/functype_param-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/functype_param-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/functype_param-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/functype_param-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/functype_param-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/functype_param-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/functype_param-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1516.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1516.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1516.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1516.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1536.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1536.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1536.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1536.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1536.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1536.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1536.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1536.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1768.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1768.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i1768.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i1768.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i683.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i683.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/i683.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/i683.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/if_chain_braces_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/if_chain_braces_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/if_chain_braces_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/if_chain_braces_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_braces_no.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_braces_no.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_braces_no.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_braces_no.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_class-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_class-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_class-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_class-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_class-t_columns-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_class-t_columns-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_class-t_columns-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_class-t_columns-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-11.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-11.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-11.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-11.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_columns-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_columns-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_comma_brace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_comma_brace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_comma_brace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_comma_brace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_comment_align_thresh_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_comment_align_thresh_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_comment_align_thresh_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_comment_align_thresh_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init_following.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init_following.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init_following.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init_following.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init_leading.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init_leading.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_init_leading.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_init_leading.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_members_twice.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_members_twice.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ctor_members_twice.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ctor_members_twice.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_else_if-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_else_if-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_else_if-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_else_if-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_first_for_expr-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_first_for_expr-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_first_for_expr-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_first_for_expr-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_func_proto_param-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_func_proto_param-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_func_proto_param-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_func_proto_param-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ignore_before_class_colon-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ignore_before_class_colon-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ignore_before_class_colon-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ignore_before_class_colon-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ignore_before_constr_colon-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ignore_before_constr_colon-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_ignore_before_constr_colon-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_ignore_before_constr_colon-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace_inner_only.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace_inner_only.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace_inner_only.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace_inner_only.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace_single_indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace_single_indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_namespace_single_indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_namespace_single_indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_off_after_return.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_off_after_return.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_off_after_return.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_off_after_return.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_once.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_once.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_once.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_once.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_param.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_param.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_param.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_param.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_call-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_call-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_call-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_call-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_decl-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_decl-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_decl-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_decl-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_def-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_def-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_after_func_def-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_after_func_def-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_paren_close_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_paren_close_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_semicolon_for_paren-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_semicolon_for_paren-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_semicolon_for_paren-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_semicolon_for_paren-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_shift.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_shift.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_shift.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_shift.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_var_def_cont-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_var_def_cont-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_var_def_cont-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_var_def_cont-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_with_tabs-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_with_tabs-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/indent_with_tabs-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/indent_with_tabs-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/initlist_leading_commas.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/initlist_leading_commas.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/initlist_leading_commas.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/initlist_leading_commas.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/interface-keyword-in-cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/interface-keyword-in-cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/interface-keyword-in-cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/interface-keyword-in-cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1778.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1778.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1778.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1778.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1782.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1782.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1782.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1782.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1804.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1804.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1804.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1804.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1887.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1887.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1887.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1887.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1916.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1916.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1916.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1916.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1985.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1985.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1985.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1985.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1997.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1997.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_1997.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_1997.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2124-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2124-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2124-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2124-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2124-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2124-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2124-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2124-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2209.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2209.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2209.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2209.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_2623_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_2623_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_neg.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_neg.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_neg.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_neg.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_pos.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_pos.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_pos.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_pos.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_zero.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_zero.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_1_zero.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_1_zero.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_neg.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_neg.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_neg.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_neg.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_pos.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_pos.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_pos.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_zero.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_zero.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3105_2_zero.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3105_2_zero.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3116-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3116-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3116-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3116-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3116.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3116.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3116.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3116.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3378.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3378.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_3378.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_3378.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_564.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_564.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_564.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_564.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-b.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-b.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-b.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574-i-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574-i-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/issue_574.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/issue_574.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/kdepim5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/kdepim5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda_in_one_liner.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda_in_one_liner.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lambda_in_one_liner.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lambda_in_one_liner.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Mac.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Mac.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Mac.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Mac.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Unix.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Unix.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Unix.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Unix.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Win.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Win.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/lineEndings-to-Win.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/lineEndings-to-Win.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/long_br_cmt.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/long_br_cmt.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/long_br_cmt.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/long_br_cmt.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/long_namespace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/long_namespace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/long_namespace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/long_namespace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_add_long_class_closebrace_comment.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_add_long_class_closebrace_comment.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_add_long_class_closebrace_comment.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_add_long_class_closebrace_comment.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_add_long_namespace_closebrace_comment-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_add_long_namespace_closebrace_comment-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_add_long_namespace_closebrace_comment-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_add_long_namespace_closebrace_comment-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_full_brace_if_chain-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_full_brace_if_chain-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_paren_on_throw-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_paren_on_throw-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_remove_empty_return-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_remove_empty_return-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_remove_empty_return-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_remove_empty_return-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_remove_extra_semicolon-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_remove_extra_semicolon-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/mod_remove_extra_semicolon-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/mod_remove_extra_semicolon-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_10.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_10.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_10.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_10.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_7.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_7.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_7.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_7.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_8.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_8.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_8.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_9.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_9.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/multi_line_9.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/multi_line_9.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nSolve.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nSolve.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nSolve.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nSolve.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/negative_indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/negative_indent.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/negative_indent.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/negative_indent.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_paren_open_close.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_paren_open_close.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_paren_open_close.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_paren_open_close.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/new_op_r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/new_op_r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl-brAfter-fcallParen.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl-brAfter-fcallParen.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl-brAfter-fcallParen.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl-brAfter-fcallParen.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_access_spec.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_access_spec.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_access_spec.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_access_spec.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_body-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_body-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_body-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_body-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_body.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_body.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_body.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_body.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_class_proto-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_class_proto-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_class_proto-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_class_proto-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_proto-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_proto-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_proto-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_proto-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_proto_group-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_proto_group-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_after_func_proto_group-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_after_func_proto_group-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_assign_leave_one_liners.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_assign_leave_one_liners.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_assign_leave_one_liners.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_assign_leave_one_liners.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_brace_open_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_brace_open_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_func_body_def-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_func_body_def-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_func_body_def-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_func_body_def-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_func_body_def-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_func_body_def-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_func_body_def-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_func_body_def-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_if_closing_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_if_closing_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_if_closing_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_if_closing_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_if_closing_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_if_closing_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_if_closing_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_if_closing_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_struct.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_struct.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_before_struct.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_before_struct.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_brace-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_brace-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_brace-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_brace-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_fparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_fparen-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_fparen-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_fparen-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_fparen-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_fparen-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_brace_fparen-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_brace_fparen-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_class-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_class-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_class-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_class-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_class-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_class-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_class-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_class-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace-r__nl_collapse_empty_body-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace-r__nl_collapse_empty_body-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace-r__nl_collapse_empty_body-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace-r__nl_collapse_empty_body-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-fr.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-fr.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-fr.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-fr.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-rf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-rf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_fdef_brace_cond-rf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_fdef_brace_cond-rf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_for_leave_one_liners-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_for_leave_one_liners-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_for_leave_one_liners-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_for_leave_one_liners-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_for_leave_one_liners-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_for_leave_one_liners-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_for_leave_one_liners-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_for_leave_one_liners-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_empty-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_empty-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_empty-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_empty-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_paren_empty-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_paren_empty-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_call_paren_empty-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_call_paren_empty-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_class_scope-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_class_scope-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_class_scope-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_class_scope-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_decl_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_decl_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_decl_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_decl_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_def_paren_empty-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_def_paren_empty-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_def_paren_empty-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_def_paren_empty-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_paren_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_paren_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_paren_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_paren_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_scope_name-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_scope_name-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_scope_name-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_scope_name-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_class.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_class.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_class.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_class.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_mixed.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_mixed.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_mixed.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_mixed.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_func_type_name_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_type_name_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_inside_namespace_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_inside_namespace_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_inside_namespace_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_inside_namespace_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_inside_namespace_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_inside_namespace_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_inside_namespace_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_inside_namespace_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_after_func_body.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_after_func_body.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_after_func_body.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_after_func_body.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_blank_in_func-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_blank_in_func-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_blank_in_func-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_blank_in_func-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_blank_in_func-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_blank_in_func-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_max_blank_in_func-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_max_blank_in_func-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_min_after_func_body.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_min_after_func_body.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_min_after_func_body.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_min_after_func_body.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_namespace-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_namespace-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_namespace-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_namespace-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_namespace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_namespace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_namespace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_namespace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_remove_extra_newlines-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_remove_extra_newlines-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_remove_extra_newlines-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_remove_extra_newlines-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_template-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_template-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_template-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_template-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_template-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_template-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_template-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_template-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_throw_expr-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_throw_expr-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_try-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_try-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_try-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_try-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_close-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_close-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_close-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_close-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_close-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_close-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_close-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_close-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_open-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_open-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_open-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_open-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_open-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_open-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/nl_type_brace_init_lst_open-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_type_brace_init_lst_open-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/no_squeeze_ifdef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/no_squeeze_ifdef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/no_squeeze_ifdef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/no_squeeze_ifdef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove-align-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove-align-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove-align-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove-align-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove-align-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove-align-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove-align-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove-align-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op-space-remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op_sym_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op_sym_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/op_sym_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op_sym_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/out-668-F.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/out-668-F.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/out-668-F.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/out-668-F.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/out-668-T.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/out-668-T.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/out-668-T.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/out-668-T.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_assign.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_assign.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_assign.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_assign.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_comma-lf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_comma-lf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_comma-lf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_comma-lf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_comma-tb.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_comma-tb.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_comma-tb.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_comma-tb.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_enum_comma-tf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_enum_comma-tf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_enum_comma-tf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_enum_comma-tf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-join.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-join.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-join.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-join.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-lead.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-lead.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-lead.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-lead.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-trail.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-trail.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pos_shift-trail.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pos_shift-trail.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp-pragma.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp-pragma.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp-pragma.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp-pragma.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp_define_at_level-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp_define_at_level-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp_define_at_level-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp_define_at_level-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp_multi_comment.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp_multi_comment.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/pp_multi_comment.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/pp_multi_comment.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/ptr_star-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/ptr_star-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/qt-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/qt-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/qt-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/qt-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/return_dont_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/return_dont_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/return_dont_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/return_dont_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/return_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/return_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/return_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/return_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/semi-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/semi-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.2886991-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.2886991-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.2886991-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.2886991-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.2886991-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.2886991-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.2886991-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.2886991-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.3315874.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.3315874.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf.3315874.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf.3315874.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf574.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf574.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sf574.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sf574.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sim.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sim.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sim.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sim.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_angle-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_angle-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_cast-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_cast-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_cast-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_cast-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_cast-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_cast-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_cast-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_cast-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_constr_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_constr_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_constr_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_constr_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_decltype-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_decltype-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_decltype-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_decltype-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_decltype-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_decltype-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_decltype-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_decltype-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_ellipsis-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_ellipsis-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_ellipsis-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_ptr_star_qualifier-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_ptr_star_qualifier-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_ptr_star_qualifier-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_ptr_star_qualifier-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type_brace_init_lst_open-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type_brace_init_lst_open-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type_brace_init_lst_open-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type_brace_init_lst_open-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type_brace_init_lst_open-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type_brace_init_lst_open-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_after_type_brace_init_lst_open-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_after_type_brace_init_lst_open-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_paren_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_paren_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_angle_paren_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_angle_paren_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith_additive-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith_additive-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith_additive-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith_additive-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith_additive-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith_additive-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_arith_additive-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_arith_additive-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_assign_default.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_assign_default.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_assign_default.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_assign_default.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_balance_nested_parens.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_balance_nested_parens.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_balance_nested_parens.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_balance_nested_parens.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_byref_func.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_byref_func.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_byref_func.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_byref_func.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_case_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_case_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_case_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_case_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_comma-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_comma-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_comma-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_comma-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_constr_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_constr_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_constr_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_constr_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ellipsis-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ellipsis-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ellipsis-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ellipsis-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ellipsis-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ellipsis-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ellipsis-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_global_scope_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_global_scope_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_operator_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_operator_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_qualifier_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_qualifier_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_scope_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_scope_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_tr_emb_cmt-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_tr_emb_cmt-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_tr_emb_cmt-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_tr_emb_cmt-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_tr_emb_cmt-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_tr_emb_cmt-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_tr_emb_cmt-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_tr_emb_cmt-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_type_brace_init_lst_close-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_type_brace_init_lst_close-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_type_brace_init_lst_close-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_type_brace_init_lst_close-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_type_brace_init_lst_close-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_type_brace_init_lst_close-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_before_type_brace_init_lst_close-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_before_type_brace_init_lst_close-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_between_ptr_ref-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_between_ptr_ref-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_bool-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_bool-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_catch.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_catch.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_brace_catch.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_brace_catch.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_byref_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_byref_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_catch_brace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_catch_brace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_catch_brace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_catch_brace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt_cpp_region-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt_cpp_region-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt_cpp_region-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt_cpp_region-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt_cpp_region-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt_cpp_region-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cmt_cpp_region-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cmt_cpp_region-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-ir.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-ir.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-ir.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-ir.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cond_question-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cond_question-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_constr_colon-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_constr_colon-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_constr_colon-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_constr_colon-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cparen_oparen-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cparen_oparen-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cparen_oparen-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cparen_oparen-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_fparen-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_fparen-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_paren_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_paren_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_cpp_lambda_square_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_cpp_lambda_square_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_dc.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_dc.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_dc.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_dc.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_decltype_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_decltype_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_decltype_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_decltype_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_decltype_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_decltype_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_decltype_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_decltype_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_endif_cmt.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_endif_cmt.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_endif_cmt.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_endif_cmt.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_assign-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_assign-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_assign-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_assign-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_assign-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_assign-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_assign-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_assign-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_enum_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_enum_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_call_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_call_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_call_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_call_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_call_paren.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_call_paren.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_call_paren.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_call_paren.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_class_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_class_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_class_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_class_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_def_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_def_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_def_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_def_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_proto_empty.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_proto_empty.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_func_proto_empty.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_func_proto_empty.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_empty-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_empty-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_empty-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_empty-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_braces_enum-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_braces_enum-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_fparen-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_fparen-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_fparen-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_fparen-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_fparens-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_fparens-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_fparens-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_fparens-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-iif.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-iif.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-iif.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-iif.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-iii.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-iii.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-iii.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-iii.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-irf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-irf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-irf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-irf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-rf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-rf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_inside_type_brace_init_lst-rf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_inside_type_brace_init_lst-rf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_not_not.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_not_not.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_not_not.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_not_not.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_ellipsis-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_ellipsis-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_noexcept-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_noexcept-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_noexcept-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_noexcept-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_qualifier-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_qualifier-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_paren_qualifier-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_paren_qualifier-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_func-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_func-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_ptr_star_trailing-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_ptr_star_trailing-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_qualifier_unnamed_ptr_star-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_qualifier_unnamed_ptr_star-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_brace-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_brace-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_brace-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_brace-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_return_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_return_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_sizeof_ellipsis_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_sizeof_ellipsis_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_skip_vbrace_tokens.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_skip_vbrace_tokens.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_skip_vbrace_tokens.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_skip_vbrace_tokens.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_throw_paren-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_throw_paren-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_throw_paren-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_throw_paren-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_throw_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_throw_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_throw_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_throw_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return_byref_ptr-left.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return_byref_ptr-left.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return_byref_ptr-left.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return_byref_ptr-left.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return_byref_ptr-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return_byref_ptr-right.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_trailing_return_byref_ptr-right.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_trailing_return_byref_ptr-right.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_brace_init_lst-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_brace_init_lst-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_brace_init_lst-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_brace_init_lst-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_brace_init_lst-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_brace_init_lst-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_brace_init_lst-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_brace_init_lst-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_ellipsis-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_ellipsis-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_type_func-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_type_func-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_word_brace_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_word_brace_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_word_brace_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_word_brace_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_word_brace_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_word_brace_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/sp_word_brace_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/sp_word_brace_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/space_indent_class-t_columns-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/space_indent_class-t_columns-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/space_indent_class-t_columns-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/space_indent_class-t_columns-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/squeeze_ifdef.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/squeeze_ifdef.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/squeeze_ifdef.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/squeeze_ifdef.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/squeeze_ifdef_top.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/squeeze_ifdef_top.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/squeeze_ifdef_top.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/squeeze_ifdef_top.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/star_pos-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/star_pos-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/star_pos-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/star_pos-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/star_pos-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/star_pos-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/star_pos-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/star_pos-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/string_replace_tab_chars-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/string_replace_tab_chars-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/string_replace_tab_chars-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/string_replace_tab_chars-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/tab-0-11.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/tab-0-11.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/tab-0-11.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/tab-0-11.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-ignore.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-ignore.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-ignore.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-ignore.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/template_sp-remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/template_sp-remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/templates-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/templates-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/templates-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/templates-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/templates-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/templates-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/templates-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/templates-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/toggle_processing_cmt4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/toggle_processing_cmt4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/using-alias-in-define.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/using-alias-in-define.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/using-alias-in-define.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/using-alias-in-define.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-7.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-7.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_blks-7.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_blks-7.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_gap.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_gap.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/var_def_gap.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/var_def_gap.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/wessex.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/wessex.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/wessex.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/wessex.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/615_nested_usings.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/615_nested_usings.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/615_nested_usings.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/615_nested_usings.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/620_getset-brace.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/620_getset-brace.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/620_getset-brace.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/620_getset-brace.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/625_where-constraints.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/625_where-constraints.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/625_where-constraints.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/625_where-constraints.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/Issue_2705.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/Issue_2705.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/Issue_2705.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/Issue_2705.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U-J.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U-J.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U-J.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U-J.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U01-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U01-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U01-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U01-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U02-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U02-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U02-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U02-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U03-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U03-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U03-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U03-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U04-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U04-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U04-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U04-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U06-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U06-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U06-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U06-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U07-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U07-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U07-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U07-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U08-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U08-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U08-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U08-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U09-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U09-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U09-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U09-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U10-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U10-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U10-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U10-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U11-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U11-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U11-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U11-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U13-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U13-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U13-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U13-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U15-Cs.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U15-Cs.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/U15-Cs.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/U15-Cs.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-11662.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-11662.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-11662.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-11662.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-11993.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-11993.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-11993.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-11993.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1288.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1288.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1288.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1288.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1338.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1338.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1338.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1338.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1343.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1343.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1343.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1343.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-13955.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-13955.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-13955.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-13955.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-14131.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-14131.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-14131.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-14131.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-18437.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-18437.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-18437.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-18437.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-18829.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-18829.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-18829.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-18829.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1975.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1975.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1975.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1975.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1977.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1977.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1977.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1977.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1978.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1978.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-1978.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-1978.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-19895.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-19895.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-19895.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-19895.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2020.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2020.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2020.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2020.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2021.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2021.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2021.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2021.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-21730.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-21730.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-21730.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-21730.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2684.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2684.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2684.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2684.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2685.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2685.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-2685.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-2685.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-29933.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-29933.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-29933.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-29933.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-30498_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-30498_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-30498_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-30498_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-3083.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-3083.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-3083.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-3083.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-32658.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-32658.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-32658.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-32658.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-37241.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-37241.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-37241.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-37241.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-9917.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-9917.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/UNI-9917.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/UNI-9917.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_032.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_032.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_032.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_032.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_033.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_033.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_033.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_033.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_034.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_034.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_034.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_034.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_036.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_036.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_036.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_036.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_037.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_037.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_037.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_037.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_038.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_038.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_038.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_038.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_043.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_043.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_043.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_043.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_044.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_044.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_044.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_044.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_045.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_045.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/ben_045.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/ben_045.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1620.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1620.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1620.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1620.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1637.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1637.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1637.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1637.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1650.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1650.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_1650.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_1650.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_600.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_600.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_600.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_600.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_620.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_620.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/bug_620.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/bug_620.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/comma-cs-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/comma-cs-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/cs_generics.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/cs_generics.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/cs_generics.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/cs_generics.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/getset.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/getset.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/getset.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/getset.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent-multistring-coulmn1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent-multistring-coulmn1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent-multistring-coulmn1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent-multistring-coulmn1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent_cs_delegate_brace-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent_cs_delegate_brace-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent_cs_delegate_brace-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent_cs_delegate_brace-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent_using_block-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent_using_block-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/indent_using_block-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/indent_using_block-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mda_space_a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mda_space_a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mda_space_a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mda_space_a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mda_space_c.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mda_space_c.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mda_space_c.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mda_space_c.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/misc-failures.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/misc-failures.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/misc-failures.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/misc-failures.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-0.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-0.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-0.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-0.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_brace_nl_block_rem_mlcond-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_paren_if_bool.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_paren_if_bool.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_full_paren_if_bool.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_full_paren_if_bool.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_sort_using-t.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_sort_using-t.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mod_sort_using-t.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mod_sort_using-t.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mono.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mono.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/mono.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/mono.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/new-constraint-paren-space.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/new-constraint-paren-space.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/new-constraint-paren-space.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/new-constraint-paren-space.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sf607.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sf607.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sf607.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sf607.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sort_using_categ.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sort_using_categ.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sort_using_categ.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sort_using_categ.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_after_comma-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_after_comma-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_after_comma-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_after_comma-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_assign-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_assign-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_assign-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_assign-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_between_new_paren.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_between_new_paren.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/sp_between_new_paren.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/sp_between_new_paren.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/squeeze-paren-close-Option.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/squeeze-paren-close-Option.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/squeeze-paren-close-Option.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/squeeze-paren-close-Option.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/tcf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/tcf.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/tcf.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/tcf.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/verbatim_strings.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/verbatim_strings.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cs/verbatim_strings.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cs/verbatim_strings.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/1438.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/1438.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/1438.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/1438.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d-tst2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d-tst2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d-tst2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d-tst2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d3a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d3a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d3a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d3a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d_sp_paren.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d_sp_paren.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/d_sp_paren.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/d_sp_paren.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/invariant.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/invariant.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/invariant.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/invariant.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/libd.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/libd.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/libd.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/libd.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/sp_after_type-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/sp_after_type-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/d/sp_after_type-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/d/sp_after_type-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/ecma/ben_098.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/ecma/ben_098.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/ecma/ben_098.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/ecma/ben_098.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1122.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1122.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1122.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1122.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1124-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1124-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1124-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1124-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1124-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1124-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1124-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1124-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1845.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1845.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_1845.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_1845.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_670.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_670.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/Issue_670.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/Issue_670.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/annotation.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/annotation.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/annotation.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/annotation.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/ben_099.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/ben_099.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/ben_099.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/ben_099.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/doxy-javadoc-alignment.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/doxy-javadoc-alignment.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/doxy-javadoc-alignment.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/doxy-javadoc-alignment.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_foreach.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_foreach.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_foreach.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_foreach.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_synchronized_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_synchronized_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_synchronized_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_synchronized_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_synchronized_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_synchronized_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/java_synchronized_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/java_synchronized_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/jdbi-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/jdbi-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/jdbi-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/jdbi-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/jdbi-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/jdbi-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/jdbi-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/jdbi-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/leading-tabs-for-java-lambda.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/leading-tabs-for-java-lambda.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/leading-tabs-for-java-lambda.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/leading-tabs-for-java-lambda.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/mod_add_long_class_closebrace_comment-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/mod_add_long_class_closebrace_comment-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/mod_add_long_class_closebrace_comment-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/mod_add_long_class_closebrace_comment-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/nl_after_annotation-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/nl_after_annotation-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/nl_after_annotation-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/nl_after_annotation-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/nl_between_annotation-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/nl_between_annotation-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/nl_between_annotation-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/nl_between_annotation-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/reflow_fold_regex.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/reflow_fold_regex.txt similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/reflow_fold_regex.txt rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/reflow_fold_regex.txt diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/sp_after_for_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/sp_after_for_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/sp_after_for_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/sp_after_for_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/sp_this_paren.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/sp_this_paren.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/sp_this_paren.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/sp_this_paren.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/template_angles.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/template_angles.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/java/template_angles.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/java/template_angles.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/1927.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/1927.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/1927.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/1927.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3766.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3766.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3766.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3766.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3767.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3767.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3767.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3767.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3811.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3811.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3811.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3811.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3812.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3812.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3812.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3812.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3813.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3813.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3813.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3813.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3819.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3819.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3819.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3819.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3823.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3823.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/3823.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/3823.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/Issue_2172.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/Issue_2172.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/Issue_2172.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/Issue_2172.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/Issue_681.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/Issue_681.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/Issue_681.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/Issue_681.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U08-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U08-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U08-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U08-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U09-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U09-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U09-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U09-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U10-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U10-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U10-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U10-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U11-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U11-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U11-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U11-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U12-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U12-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U12-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U12-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U13-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U13-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U13-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U13-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U14-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U14-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U14-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U14-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U15-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U15-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U15-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U15-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U24-Cpp.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U24-Cpp.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/U24-Cpp.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/U24-Cpp.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/UNI-11095.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/UNI-11095.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/UNI-11095.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/UNI-11095.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align-objc-like-xcode.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align-objc-like-xcode.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align-objc-like-xcode.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align-objc-like-xcode.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_colon_with_ternary_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_colon_with_ternary_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_colon_with_ternary_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_colon_with_ternary_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_colon_with_ternary_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_colon_with_ternary_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_colon_with_ternary_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_colon_with_ternary_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_oc_msg_colon_span-1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_oc_msg_colon_span-1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/align_oc_msg_colon_span-1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/align_oc_msg_colon_span-1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/block_pointer.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/block_pointer.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/block_pointer.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/block_pointer.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/blocks.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/blocks.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/blocks.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/blocks.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_167.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_167.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_167.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_167.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_340.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_340.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_340.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_340.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_841.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_841.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_841.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_841.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_i_125-412.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_i_125-412.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/bug_i_125-412.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/bug_i_125-412.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/delete-space-oc.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/delete-space-oc.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/delete-space-oc.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/delete-space-oc.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double-indent-objc-dict.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double-indent-objc-dict.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double-indent-objc-dict.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double-indent-objc-dict.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/double_angle_space_3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/double_angle_space_3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh137.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh137.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh137.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh137.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh293.a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh293.a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh293.a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh293.a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh293.b.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh293.b.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/gh293.b.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/gh293.b.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent-objc-block.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent-objc-block.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent-objc-block.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent-objc-block.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_boxed.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_boxed.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_boxed.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_boxed.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_oc_inside_msg_sel.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_oc_inside_msg_sel.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_oc_inside_msg_sel.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_oc_inside_msg_sel.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_single_newline.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_single_newline.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/indent_single_newline.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/indent_single_newline.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2643.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2643.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2643.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2643.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2656.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2656.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2656.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2656.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2675.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2675.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_2675.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_2675.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_3031.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_3031.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/issue_3031.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/issue_3031.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_grouping_enabled.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_grouping_enabled_with_regex.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_grouping_enabled_with_regex.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_grouping_enabled_with_regex.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_grouping_enabled_with_regex.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_ignore_extension.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_angle_over_quotes.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_extensionless.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/mod_sort_incl_import_prioritize_filename.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_after_func_body-3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_after_func_body-3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_after_func_body-3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_after_func_body-3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_brace_square.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_brace_square.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_brace_square.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_brace_square.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_func_call_args_multi_line_ignore_closures.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_block_brace-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_block_brace-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_block_brace-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_block_brace-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_msg_args_max_code_width.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_msg_args_max_code_width.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_msg_args_max_code_width.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_msg_args_max_code_width.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_msg_args_min_params.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_msg_args_min_params.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/nl_oc_msg_args_min_params.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/nl_oc_msg_args_min_params.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/obj-c-available.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/obj-c-available.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/obj-c-available.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/obj-c-available.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/obj-c-properties.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/obj-c-properties.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/obj-c-properties.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/obj-c-properties.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/objc_bug_497.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/objc_bug_497.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/objc_bug_497.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/objc_bug_497.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/objc_complex_method.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/objc_complex_method.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/objc_complex_method.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/objc_complex_method.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc1.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc1.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc1.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc10.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc10.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc10.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc10.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc11.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc11.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc11.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc11.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc12.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc12.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc12.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc12.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc13.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc13.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc13.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc13.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc14.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc14.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc14.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc14.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc16.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc16.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc16.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc16.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc17.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc17.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc17.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc17.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc18.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc18.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc18.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc18.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc19.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc19.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc19.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc19.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc6.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc6.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc6.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc6.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc7.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc7.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc7.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc7.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc8.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc8.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc8.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc8.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc9.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc9.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc9.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc9.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_bug_1674.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_bug_1674.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_bug_1674.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_bug_1674.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_bug_1683.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_bug_1683.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_bug_1683.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_bug_1683.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_cond_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_cond_colon.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/oc_cond_colon.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/oc_cond_colon.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_at_sel_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_at_sel_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_block_caret_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_block_caret_add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_block_caret_add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_block_caret_add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_block_caret_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_block_caret_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_block_caret_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_block_caret_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_oc_return_type_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_oc_return_type_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_send_oc_colon-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_send_oc_colon-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_send_oc_colon-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_send_oc_colon-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_throw_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_throw_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_after_throw_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_after_throw_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_block_caret_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_block_caret_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_block_caret_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_block_caret_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_block_caret_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_block_caret_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_block_caret_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_block_caret_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_add.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_add.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_add.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_add.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_force.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_force.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_force.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_remove.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_remove.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_before_oc_proto_list_remove.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_before_oc_proto_list_remove.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument2.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument2.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument2.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument3.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument3.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument3.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument3.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument4.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument4.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument4.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument4.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument5.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument5.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_block_as_argument5.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_block_as_argument5.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_cond_ternary_short.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_cond_ternary_short.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_cond_ternary_short.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_cond_ternary_short.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_enum_paren-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_enum_paren-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_enum_paren-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_enum_paren-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_enum_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_enum_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_enum_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_enum_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_boxed.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_boxed.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_boxed.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_boxed.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch-i.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch-i.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch-i.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch-i.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_catch.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_classname_paren-r.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_classname_paren-r.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_classname_paren-r.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_classname_paren-r.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_synchronized.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_synchronized.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/sp_oc_synchronized.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_synchronized.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/ternary_short.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/ternary_short.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/oc/ternary_short.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/ternary_short.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/Issue_2586.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/Issue_2586.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/Issue_2586.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/Issue_2586.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/Issue_2665.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/Issue_2665.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/Issue_2665.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/Issue_2665.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/amxmodx.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/amxmodx.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/amxmodx.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/amxmodx.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/mod_full_brace_function-f.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/mod_full_brace_function-f.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/mod_full_brace_function-f.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/mod_full_brace_function-f.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/pawn-escape.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/pawn-escape.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/pawn-escape.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/pawn-escape.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/pawn.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/pawn.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/pawn/pawn.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/pawn/pawn.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/staging/UNI-58354.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/staging/UNI-58354.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/staging/UNI-58354.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/staging/UNI-58354.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/staging/UNI-64325.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/staging/UNI-64325.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/staging/UNI-64325.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/staging/UNI-64325.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/Issue_2090.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/Issue_2090.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/Issue_2090.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/Issue_2090.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/Issue_2270.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/Issue_2270.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/Issue_2270.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/Issue_2270.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_100.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_100.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_100.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_100.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_101.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_101.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_101.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_101.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_102.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_102.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_102.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_102.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_103.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_103.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_103.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_103.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_104.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_104.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_104.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_104.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_105.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_105.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/ben_105.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/ben_105.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/mda_space_a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/mda_space_a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/mda_space_a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/mda_space_a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/mda_space_c.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/mda_space_c.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/mda_space_c.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/mda_space_c.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/nullable.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/nullable.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/nullable.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/nullable.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/sp_after_comma-a.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/sp_after_comma-a.cfg similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/vala/sp_after_comma-a.cfg rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/vala/sp_after_comma-a.cfg diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cpp.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cpp.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/cpp.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/cpp.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/d.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/d.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/d.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/d.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/difftest.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/difftest.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/difftest.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/difftest.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/ecma.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/ecma.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/ecma.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/ecma.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/examine_p_files.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/examine_p_files.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/examine_p_files.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/examine_p_files.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00000-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00000-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00000-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00000-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00001-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00001-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00001-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00001-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00002-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00002-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00002-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00002-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00003-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00003-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00003-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00003-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00004-switch.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00004-switch.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00004-switch.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00004-switch.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00005-cmt-align.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00005-cmt-align.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00005-cmt-align.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00005-cmt-align.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00006-comment-convert.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00006-comment-convert.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00006-comment-convert.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00006-comment-convert.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00007-comment-convert.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00007-comment-convert.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00007-comment-convert.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00007-comment-convert.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00008-comment-convert.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00008-comment-convert.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00008-comment-convert.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00008-comment-convert.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00009-comment-convert.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00009-comment-convert.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00009-comment-convert.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00009-comment-convert.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00010-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00010-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00010-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00010-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00011-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00011-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00011-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00011-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00012-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00012-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00012-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00012-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00013-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00013-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00013-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00013-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00014-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00014-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00014-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00014-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00015-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00015-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00015-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00015-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00016-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00016-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00016-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00016-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00020-define-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00020-define-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00020-define-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00020-define-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00050-brace-remove.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00050-brace-remove.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00050-brace-remove.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00050-brace-remove.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00051-brace-remove.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00051-brace-remove.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00051-brace-remove.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00051-brace-remove.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00052-brace-remove2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00052-brace-remove2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00052-brace-remove2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00052-brace-remove2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00053-brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00053-brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00053-brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00053-brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00054-if_chain.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00054-if_chain.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00054-if_chain.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00054-if_chain.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00055-braces-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00055-braces-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00055-braces-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00055-braces-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00056-brace-remove3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00056-brace-remove3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00056-brace-remove3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00056-brace-remove3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00057-brace-remove3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00057-brace-remove3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00057-brace-remove3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00057-brace-remove3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00058-if_chain.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00058-if_chain.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00058-if_chain.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00058-if_chain.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00059-Issue_2205.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00059-Issue_2205.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00059-Issue_2205.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00059-Issue_2205.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00060-braces-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00060-braces-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00060-braces-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00060-braces-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00061-braces-3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00061-braces-3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00061-braces-3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00061-braces-3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00062-braces-4.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00062-braces-4.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00062-braces-4.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00062-braces-4.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00065-braces-5.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00065-braces-5.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00065-braces-5.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00065-braces-5.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00066-vb-while.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00066-vb-while.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00066-vb-while.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00066-vb-while.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00067-vb-do.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00067-vb-do.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00067-vb-do.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00067-vb-do.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00068-bsnl.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00068-bsnl.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00068-bsnl.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00068-bsnl.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00069-vb-pp.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00069-vb-pp.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00069-vb-pp.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00069-vb-pp.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00070-return-multi.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00070-return-multi.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00070-return-multi.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00070-return-multi.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00071-include_define.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00071-include_define.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00071-include_define.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00071-include_define.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00072-align-proto.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00072-align-proto.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00072-align-proto.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00072-align-proto.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00073-nl_proto_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00073-nl_proto_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00073-nl_proto_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00073-nl_proto_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00074-clang-has_include.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00074-clang-has_include.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00074-clang-has_include.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00074-clang-has_include.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00075-function_prototypes_alignment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00075-function_prototypes_alignment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00075-function_prototypes_alignment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00075-function_prototypes_alignment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00076-1225.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00076-1225.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00076-1225.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00076-1225.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00081-else-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00081-else-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00081-else-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00081-else-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00082-else-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00082-else-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00082-else-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00082-else-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00083-Issue_3601.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00083-Issue_3601.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00083-Issue_3601.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00083-Issue_3601.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00091-cond.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00091-cond.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00091-cond.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00091-cond.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00092-cond.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00092-cond.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00092-cond.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00092-cond.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00093-cond.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00093-cond.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00093-cond.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00093-cond.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00094-Issue_3457.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00094-Issue_3457.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00094-Issue_3457.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00094-Issue_3457.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00101-bugs-1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00101-bugs-1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00101-bugs-1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00101-bugs-1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00102-bugs-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00102-bugs-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00102-bugs-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00102-bugs-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00103-bugs-3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00103-bugs-3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00103-bugs-3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00103-bugs-3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00104-bugs-4.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00104-bugs-4.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00104-bugs-4.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00104-bugs-4.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00105-bugs-5.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00105-bugs-5.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00105-bugs-5.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00105-bugs-5.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00106-bugs-6.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00106-bugs-6.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00106-bugs-6.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00106-bugs-6.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00107-bugs-7.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00107-bugs-7.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00107-bugs-7.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00107-bugs-7.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00108-bugs-8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00108-bugs-8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00108-bugs-8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00108-bugs-8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00110-misc.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00110-misc.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00110-misc.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00110-misc.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00111-misc.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00111-misc.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00111-misc.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00111-misc.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00120-sp_cmt_cpp_start.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00120-sp_cmt_cpp_start.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00120-sp_cmt_cpp_start.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00120-sp_cmt_cpp_start.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00121-sp_cmt_cpp_start.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00121-sp_cmt_cpp_start.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00121-sp_cmt_cpp_start.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00121-sp_cmt_cpp_start.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00122-sp_cmt_cpp_start.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00122-sp_cmt_cpp_start.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00122-sp_cmt_cpp_start.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00122-sp_cmt_cpp_start.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00123-cmt_reflow.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00123-cmt_reflow.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00123-cmt_reflow.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00123-cmt_reflow.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00130-minus-minus.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00130-minus-minus.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00130-minus-minus.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00130-minus-minus.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00131-Issue_3873.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00131-Issue_3873.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00131-Issue_3873.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00131-Issue_3873.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00135-br_cmt.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00135-br_cmt.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00135-br_cmt.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00135-br_cmt.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00136-Issue_4044.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00136-Issue_4044.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00140-global-vars.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00140-global-vars.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00140-global-vars.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00140-global-vars.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00141-deref.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00141-deref.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00141-deref.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00141-deref.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00142-type-cast.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00142-type-cast.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00142-type-cast.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00142-type-cast.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00143-t3.in.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00143-t3.in.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00143-t3.in.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00143-t3.in.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00144-align-proto-vars.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00144-align-proto-vars.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00144-align-proto-vars.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00144-align-proto-vars.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00145-vardefcol.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00145-vardefcol.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00145-vardefcol.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00145-vardefcol.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00146-Issue_3516.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00146-Issue_3516.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00146-Issue_3516.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00146-Issue_3516.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00147-Issue_3516.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00147-Issue_3516.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00147-Issue_3516.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00147-Issue_3516.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00148-Issue_3518.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00148-Issue_3518.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00148-Issue_3518.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00148-Issue_3518.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00150-casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00150-casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00150-casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00150-casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00151-casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00151-casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00151-casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00151-casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00152-casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00152-casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00152-casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00152-casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00153-casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00153-casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00153-casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00153-casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00154-casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00154-casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00154-casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00154-casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00155-cast_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00155-cast_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00155-cast_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00155-cast_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00156-empty-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00156-empty-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00156-empty-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00156-empty-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00157-empty-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00157-empty-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00157-empty-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00157-empty-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00158-empty-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00158-empty-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00158-empty-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00158-empty-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00159-empty-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00159-empty-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00159-empty-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00159-empty-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00160-fcn_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00160-fcn_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00160-fcn_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00160-fcn_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00161-fcn_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00161-fcn_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00161-fcn_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00161-fcn_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00162-fcn_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00162-fcn_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00162-fcn_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00162-fcn_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00163-fcn_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00163-fcn_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00163-fcn_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00163-fcn_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00164-fcn_indent_func_def_col1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00164-fcn_indent_func_def_col1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00164-fcn_indent_func_def_col1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00164-fcn_indent_func_def_col1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00165-sp_func_call_user_inside_fparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00165-sp_func_call_user_inside_fparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00165-sp_func_call_user_inside_fparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00165-sp_func_call_user_inside_fparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00170-beautifier-off.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00170-beautifier-off.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00170-beautifier-off.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00170-beautifier-off.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00180-lvalue.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00180-lvalue.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00180-lvalue.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00180-lvalue.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00190-Issue_3559.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00190-Issue_3559.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00190-Issue_3559.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00190-Issue_3559.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00201-case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00201-case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00201-case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00201-case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00202-case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00202-case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00202-case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00202-case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00203-case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00203-case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00203-case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00203-case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00204-bug_1718.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00204-bug_1718.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00204-bug_1718.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00204-bug_1718.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00205-case-nl_before_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00205-case-nl_before_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00205-case-nl_before_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00205-case-nl_before_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00206-case-nl_before_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00206-case-nl_before_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00206-case-nl_before_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00206-case-nl_before_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00207-nl_before_ignore_after_case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00207-nl_before_ignore_after_case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00207-nl_before_ignore_after_case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00207-nl_before_ignore_after_case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00301-align-struct-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00301-align-struct-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00301-align-struct-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00301-align-struct-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00302-one-liner-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00302-one-liner-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00302-one-liner-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00302-one-liner-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00303-one-liner-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00303-one-liner-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00303-one-liner-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00303-one-liner-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00304-one-liner-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00304-one-liner-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00304-one-liner-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00304-one-liner-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00305-one-liner-define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00305-one-liner-define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00305-one-liner-define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00305-one-liner-define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00310-sp_embed_comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00310-sp_embed_comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00310-sp_embed_comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00310-sp_embed_comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00311-comment_conversion_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00311-comment_conversion_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00311-comment_conversion_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00311-comment_conversion_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00312-comment_conversion_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00312-comment_conversion_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00313-comment_conversion_long_lines.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00313-comment_conversion_long_lines.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00313-comment_conversion_long_lines.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00314-comment_conversion_javadoc_single.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00314-comment_conversion_javadoc_single.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00314-comment_conversion_javadoc_single.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00314-comment_conversion_javadoc_single.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00315-comment_conversion_trailing_c_multiline.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00315-comment_conversion_trailing_c_multiline.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00315-comment_conversion_trailing_c_multiline.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00315-comment_conversion_trailing_c_multiline.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00320-indent_first_bool_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00320-indent_first_bool_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00320-indent_first_bool_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00320-indent_first_bool_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00401-align-equ.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00401-align-equ.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00401-align-equ.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00401-align-equ.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00402-align-var.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00402-align-var.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00402-align-var.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00402-align-var.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00403-align-var.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00403-align-var.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00403-align-var.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00403-align-var.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00404-align-var.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00404-align-var.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00404-align-var.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00404-align-var.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00405-bits.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00405-bits.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00405-bits.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00405-bits.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00406-bug_i_771.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00406-bug_i_771.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00406-bug_i_771.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00406-bug_i_771.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00407-star-style.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00407-star-style.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00407-star-style.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00407-star-style.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00408-star-style.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00408-star-style.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00408-star-style.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00408-star-style.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00409-star-style.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00409-star-style.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00409-star-style.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00409-star-style.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00411-align-typedef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00411-align-typedef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00411-align-typedef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00411-align-typedef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00412-align-typedef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00412-align-typedef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00412-align-typedef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00412-align-typedef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00413-align-typedef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00413-align-typedef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00413-align-typedef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00413-align-typedef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00414-align-typedef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00414-align-typedef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00414-align-typedef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00414-align-typedef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00415-align_stack.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00415-align_stack.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00415-align_stack.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00415-align_stack.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00416-align_sf_call_thresh_416.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00416-align_sf_call_thresh_416.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00416-align_sf_call_thresh_416.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00416-align_sf_call_thresh_416.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00417-align_sf_call_thresh_417.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00417-align_sf_call_thresh_417.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00417-align_sf_call_thresh_417.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00417-align_sf_call_thresh_417.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00418-align_sf_call_span_418.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00418-align_sf_call_span_418.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00418-align_sf_call_span_418.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00418-align_sf_call_span_418.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00419-align_sf_call_span_419.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00419-align_sf_call_span_419.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00419-align_sf_call_span_419.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00419-align_sf_call_span_419.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00420-Issue_2278.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00420-Issue_2278.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00420-Issue_2278.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00420-Issue_2278.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00421-nl_ds_struct_enum.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00421-nl_ds_struct_enum.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00421-nl_ds_struct_enum.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00421-nl_ds_struct_enum.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00422-nl_ds_struct_enum.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00422-nl_ds_struct_enum.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00422-nl_ds_struct_enum.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00422-nl_ds_struct_enum.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00423-bug_1702.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00423-bug_1702.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00423-bug_1702.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00423-bug_1702.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00424-Issue_3506.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00424-Issue_3506.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00424-Issue_3506.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00424-Issue_3506.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00430-paren-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00430-paren-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00430-paren-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00430-paren-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00431-paren-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00431-paren-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00431-paren-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00431-paren-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00432-paren-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00432-paren-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00432-paren-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00432-paren-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00440-bug_489.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00440-bug_489.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00440-bug_489.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00440-bug_489.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00451-enum_gallery.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00451-enum_gallery.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00451-enum_gallery.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00451-enum_gallery.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00452-enum_gallery.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00452-enum_gallery.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00452-enum_gallery.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00452-enum_gallery.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00453-enum_gallery.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00453-enum_gallery.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00453-enum_gallery.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00453-enum_gallery.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00453-enum_gallery.rerun.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00453-enum_gallery.rerun.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00453-enum_gallery.rerun.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00453-enum_gallery.rerun.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00454-enum_gallery.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00454-enum_gallery.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00454-enum_gallery.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00454-enum_gallery.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00461-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00461-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00461-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00461-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00462-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00462-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00462-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00462-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00463-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00463-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00463-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00463-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00464-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00464-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00464-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00464-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00465-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00465-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00465-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00465-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00466-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00466-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00466-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00466-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00467-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00467-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00467-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00467-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00468-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00468-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00468-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00468-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00469-align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00469-align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00469-align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00469-align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00470-align_trailing_do_cmt.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00470-align_trailing_do_cmt.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00470-align_trailing_do_cmt.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00470-align_trailing_do_cmt.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00501-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00501-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00501-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00501-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00502-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00502-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00502-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00502-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00503-pos_compare.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00503-pos_compare.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00503-pos_compare.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00503-pos_compare.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00504-pos_compare.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00504-pos_compare.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00504-pos_compare.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00504-pos_compare.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00505-pos_conditional.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00505-pos_conditional.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00505-pos_conditional.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00505-pos_conditional.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00506-pos_conditional.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00506-pos_conditional.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00506-pos_conditional.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00506-pos_conditional.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00510-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00510-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00510-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00510-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00511-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00511-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00511-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00511-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00512-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00512-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00512-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00512-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00513-bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00513-bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00513-bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00513-bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00514-my_infile.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00514-my_infile.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00514-my_infile.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00514-my_infile.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00600-dos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00600-dos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00600-dos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00600-dos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00601-mac.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00601-mac.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00601-mac.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00601-mac.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00611-pp-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00611-pp-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00611-pp-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00611-pp-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00612-pp-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00612-pp-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00612-pp-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00612-pp-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00613-pp-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00613-pp-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00613-pp-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00613-pp-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00614-pp-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00614-pp-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00614-pp-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00614-pp-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00615-pp-nest.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00615-pp-nest.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00615-pp-nest.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00615-pp-nest.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00616-pp-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00616-pp-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00616-pp-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00616-pp-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00617-pp-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00617-pp-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00617-pp-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00617-pp-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00618-pp-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00618-pp-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00618-pp-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00618-pp-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00619-Issue_3169.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00619-Issue_3169.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00619-Issue_3169.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00619-Issue_3169.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00620-indent-assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00620-indent-assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00620-indent-assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00620-indent-assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00621-nl_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00621-nl_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00621-nl_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00621-nl_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00622-indent-off-after-assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00622-indent-off-after-assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00622-indent-off-after-assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00622-indent-off-after-assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00623-pp_space_before_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00623-pp_space_before_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00623-pp_space_before_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00623-pp_space_before_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00624-pp_space_before_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00624-pp_space_before_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00624-pp_space_before_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00624-pp_space_before_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00625-pp_space_before_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00625-pp_space_before_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00625-pp_space_before_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00625-pp_space_before_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00626-pp_space_before_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00626-pp_space_before_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00626-pp_space_before_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00626-pp_space_before_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00631-nl_assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00631-nl_assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00631-nl_assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00631-nl_assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00632-nl_assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00632-nl_assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00632-nl_assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00632-nl_assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00633-bug_3156.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00633-bug_3156.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00633-bug_3156.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00633-bug_3156.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00701-function-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00701-function-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00701-function-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00701-function-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00702-function-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00702-function-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00702-function-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00702-function-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00703-function-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00703-function-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00703-function-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00703-function-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00710-add_long_comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00710-add_long_comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00710-add_long_comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00710-add_long_comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00721-nl-semicolon.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00721-nl-semicolon.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00721-nl-semicolon.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00721-nl-semicolon.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00730-nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00730-nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00730-nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00730-nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00731-nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00731-nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00731-nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00731-nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00732-nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00732-nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00732-nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00732-nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00733-nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00733-nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00733-nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00733-nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00734-nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00734-nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00734-nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00734-nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00801-fcn_type.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00801-fcn_type.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00801-fcn_type.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00801-fcn_type.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00802-funcfunc.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00802-funcfunc.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00802-funcfunc.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00802-funcfunc.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00803-fcn_type.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00803-fcn_type.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00803-fcn_type.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00803-fcn_type.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00901-code_width.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00901-code_width.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00901-code_width.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00901-code_width.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00902-code_width.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00902-code_width.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00902-code_width.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00902-code_width.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00903-code_width.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00903-code_width.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00903-code_width.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00903-code_width.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00910-pascal_ptr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00910-pascal_ptr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00910-pascal_ptr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00910-pascal_ptr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00911-pascal_ptr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00911-pascal_ptr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00911-pascal_ptr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00911-pascal_ptr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01000-mod-paren.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01000-mod-paren.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01000-mod-paren.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01000-mod-paren.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01001-nl-comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01001-nl-comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01001-nl-comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01001-nl-comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01002-mod-paren.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01002-mod-paren.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01002-mod-paren.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01002-mod-paren.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01005-mod_case_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01005-mod_case_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01005-mod_case_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01005-mod_case_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01006-mod_case_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01006-mod_case_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01006-mod_case_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01006-mod_case_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01007-mod_case_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01007-mod_case_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01007-mod_case_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01007-mod_case_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01008-Issue_3366.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01008-Issue_3366.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01009-mod_move_case_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01009-mod_move_case_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01009-mod_move_case_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01009-mod_move_case_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01010-mod_move_case_return_bad.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01010-mod_move_case_return_bad.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01010-mod_move_case_return_bad.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01010-mod_move_case_return_bad.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01011-semicolons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01011-semicolons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01011-semicolons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01011-semicolons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01012-semicolons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01012-semicolons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01012-semicolons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01012-semicolons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01015-paren_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01015-paren_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01016-align_attr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01016-align_attr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01016-align_attr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01016-align_attr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01020-kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01020-kw_subst.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01021-hello.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01021-hello.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01021-hello.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01021-hello.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01022-kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01022-kw_subst.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01022-kw_subst.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01030-multi.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01030-multi.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01030-multi.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01030-multi.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01035-func_wrap.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01035-func_wrap.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01035-func_wrap.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01035-func_wrap.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01036-func_wrap.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01036-func_wrap.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01036-func_wrap.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01036-func_wrap.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01037-type_wrap.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01037-type_wrap.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01037-type_wrap.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01037-type_wrap.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01040-newline_after_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01040-newline_after_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01040-newline_after_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01040-newline_after_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01050-func_call_user.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01050-func_call_user.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01050-func_call_user.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01050-func_call_user.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01060-backslash-newline-lex.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01060-backslash-newline-lex.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01060-backslash-newline-lex.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01060-backslash-newline-lex.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01070-various_colons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01070-various_colons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01070-various_colons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01070-various_colons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01071-various_colons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01071-various_colons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01071-various_colons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01071-various_colons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01080-bug_1196.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01080-bug_1196.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/01080-bug_1196.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01080-bug_1196.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02000-i2c-core.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02000-i2c-core.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02000-i2c-core.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02000-i2c-core.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02001-directfb.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02001-directfb.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02001-directfb.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02001-directfb.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02002-i2c-core.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02002-i2c-core.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02002-i2c-core.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02002-i2c-core.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02003-Issue_3353.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02003-Issue_3353.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02003-Issue_3353.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02003-Issue_3353.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02100-i2c-core.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02100-i2c-core.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02100-i2c-core.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02100-i2c-core.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02101-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02101-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02101-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02101-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02200-xml.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02200-xml.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02200-xml.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02200-xml.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02201-align-string.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02201-align-string.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02201-align-string.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02201-align-string.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02300-preproc-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02300-preproc-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02300-preproc-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02300-preproc-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02301-preproc-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02301-preproc-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02301-preproc-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02301-preproc-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02302-nl-cont.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02302-nl-cont.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02302-nl-cont.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02302-nl-cont.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02303-nl-cont2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02303-nl-cont2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02303-nl-cont2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02303-nl-cont2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02310-empty-for.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02310-empty-for.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02310-empty-for.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02310-empty-for.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02311-pragma.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02311-pragma.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02311-pragma.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02311-pragma.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02315-pp_ret.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02315-pp_ret.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02315-pp_ret.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02315-pp_ret.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02320-nl_create_one_liner.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02320-nl_create_one_liner.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02320-nl_create_one_liner.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02320-nl_create_one_liner.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02325-sort_include.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02325-sort_include.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02325-sort_include.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02325-sort_include.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02330-one_liners.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02330-one_liners.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02330-one_liners.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02330-one_liners.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02410-ifdef-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02410-ifdef-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02410-ifdef-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02410-ifdef-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02411-ifdef-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02411-ifdef-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02411-ifdef-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02411-ifdef-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02412-ifdef-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02412-ifdef-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02412-ifdef-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02412-ifdef-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02413-ifdef-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02413-ifdef-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02413-ifdef-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02413-ifdef-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02414-whole_file_ifdef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02414-whole_file_ifdef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02414-whole_file_ifdef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02414-whole_file_ifdef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02415-endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02415-endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02415-endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02415-endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02416-cmt_nl_end.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02416-cmt_nl_end.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02416-cmt_nl_end.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02416-cmt_nl_end.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02421-cmt_multi.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02421-cmt_multi.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02421-cmt_multi.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02421-cmt_multi.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02422-cmt_multi.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02422-cmt_multi.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02422-cmt_multi.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02422-cmt_multi.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02423-cmt_multi_utf8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02423-cmt_multi_utf8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02423-cmt_multi_utf8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02423-cmt_multi_utf8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02431-cmt_right_align.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02431-cmt_right_align.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02431-cmt_right_align.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02431-cmt_right_align.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02432-cmt_right_align.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02432-cmt_right_align.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02432-cmt_right_align.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02432-cmt_right_align.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02440-string_utf8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02440-string_utf8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02440-string_utf8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02440-string_utf8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02441-utf8-identifiers.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02441-utf8-identifiers.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02441-utf8-identifiers.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02451-nl_return_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02451-nl_return_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02451-nl_return_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02451-nl_return_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02452-nl_return_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02452-nl_return_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02452-nl_return_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02452-nl_return_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02453-nl_return_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02453-nl_return_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02453-nl_return_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02453-nl_return_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02454-nl_return_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02454-nl_return_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02454-nl_return_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02454-nl_return_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02455-macro-returns.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02455-macro-returns.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02455-macro-returns.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02455-macro-returns.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02456-macro-returns.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02456-macro-returns.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02456-macro-returns.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02456-macro-returns.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02457-nl_before_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02457-nl_before_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02457-nl_before_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02457-nl_before_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02460-freebsd.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02460-freebsd.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02460-freebsd.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02460-freebsd.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02486-doxy-comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02486-doxy-comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02486-doxy-comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02486-doxy-comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02487-doxy-comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02487-doxy-comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02487-doxy-comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02487-doxy-comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02501-custom_types_ssl.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02501-custom_types_ssl.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02501-custom_types_ssl.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02501-custom_types_ssl.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02502-custom_types_ssl.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02502-custom_types_ssl.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02502-custom_types_ssl.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02502-custom_types_ssl.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02504-align_keep_extra.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02504-align_keep_extra.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02504-align_keep_extra.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02504-align_keep_extra.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02505-align_assigns.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02505-align_assigns.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02505-align_assigns.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02505-align_assigns.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02506-align_assign_var_defs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02506-align_assign_var_defs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02506-align_assign_var_defs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02506-align_assign_var_defs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02510-asm.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02510-asm.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02510-asm.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02510-asm.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02520-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02520-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02520-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02520-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02521-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02521-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02521-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02521-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02522-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02522-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02522-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02522-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02523-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02523-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02523-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02523-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02524-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02524-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02524-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02524-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02525-pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02525-pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02525-pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02525-pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02530-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02530-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02530-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02530-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02531-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02531-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02531-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02531-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02532-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02532-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02532-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02532-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02533-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02533-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02533-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02533-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02534-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02534-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02534-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02534-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02535-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02535-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02535-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02535-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02536-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02536-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02536-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02536-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02537-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02537-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02537-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02537-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02538-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02538-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02538-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02538-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02539-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02539-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02539-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02539-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02540-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02540-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02540-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02540-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02541-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02541-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02541-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02541-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02542-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02542-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02542-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02542-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02543-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02543-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02543-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02543-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02544-pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02544-pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02544-pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02544-pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02550-func_var_multi_paren.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02550-func_var_multi_paren.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02550-func_var_multi_paren.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02550-func_var_multi_paren.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02551-line_multi_split_1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02551-line_multi_split_1.c new file mode 100644 index 00000000..4bed8aee --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02551-line_multi_split_1.c @@ -0,0 +1,39 @@ +static int buf_write_do_autocmds(buf_T *buf, char **fnamep, char **sfnamep, char **ffnamep, + linenr_T start, linenr_T *endp, exarg_T *eap, bool append, + bool filtering, bool reset_changed, bool overwriting, bool whole, + const pos_T orig_start, const pos_T orig_end) +{ +} + +static int buf_write_make_backup(char *fname, bool append, FileInfo *file_info_old, vim_acl_T acl, + int perm, unsigned bkc, bool file_readonly, bool forceit, + int *backup_copyp, char **backupp, Error_T *err) +{ +} + +Channel *channel_job_start(char **argv, const char *exepath, CallbackReader on_stdout, + CallbackReader on_stderr, Callback on_exit, bool pty, bool rpc, + bool overlapped, bool detach, ChannelStdinMode stdin_mode, + const char *cwd, uint16_t pty_width, uint16_t pty_height, dict_T *env, + varnumber_T *status_out) +{ +} + +void vim_str2nr(const char *const start, int *const prep, int *const len, const int what, + varnumber_T *const nptr, uvarnumber_T *const unptr, const int maxlen, + const bool strict, bool *const overflow) +{ +} + +static inline int json_decoder_pop(ValuesStackItem obj, ValuesStack *const stack, + ContainerStack *const container_stack, const char **const pp, + bool *const next_map_special, bool *const didcomma, + bool *const didcolon) +{ +} + +void extmark_set(buf_T *buf, uint32_t ns_id, uint32_t *idp, int row, colnr_T col, int end_row, + colnr_T end_col, Decoration *decor, bool right_gravity, bool end_right_gravity, + bool no_undo, bool invalidate, Error *err) +{ +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02552-line_multi_split_2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02552-line_multi_split_2.c new file mode 100644 index 00000000..b37ef52b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/02552-line_multi_split_2.c @@ -0,0 +1,10 @@ +void DCOPServer::processMessage(IceConn iceConn, int opcode) +{ + if (!conn) + { + tqWarning( + "[dcopserver] DCOPServer::processMessage message from unknown connection. [opcode = %d]", + opcode); + return; + } +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/07630-indent-vbrace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/07630-indent-vbrace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/07630-indent-vbrace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/07630-indent-vbrace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/08399-gh399.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/08399-gh399.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/08399-gh399.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/08399-gh399.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09588-sf588.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09588-sf588.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09588-sf588.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09588-sf588.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09594-sf594.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09594-sf594.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09594-sf594.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09594-sf594.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09601-bug_637.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09601-bug_637.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09601-bug_637.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09601-bug_637.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09602-bug_671.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09602-bug_671.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09602-bug_671.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09602-bug_671.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09603-indent_ternary-1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09603-indent_ternary-1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09603-indent_ternary-1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09603-indent_ternary-1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09604-indent_ternary-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09604-indent_ternary-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09604-indent_ternary-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09604-indent_ternary-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09605-negative_value.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09605-negative_value.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09605-negative_value.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09605-negative_value.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09606-extern.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09606-extern.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09606-extern.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09606-extern.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09607-attribute.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09607-attribute.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09607-attribute.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09607-attribute.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09608-func_call_user2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09608-func_call_user2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09608-func_call_user2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09608-func_call_user2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09609-Issue_2279.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09609-Issue_2279.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09609-Issue_2279.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09609-Issue_2279.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09610-bug_i_876.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09610-bug_i_876.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09610-bug_i_876.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09610-bug_i_876.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09611-bug_i_222.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09611-bug_i_222.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09611-bug_i_222.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09611-bug_i_222.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09612-bug_1041.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09612-bug_1041.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09612-bug_1041.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09612-bug_1041.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09613-i1413.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09613-i1413.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09613-i1413.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09613-i1413.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09614-string_prefixes.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09614-string_prefixes.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09614-string_prefixes.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09614-string_prefixes.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09615-i1564.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09615-i1564.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09615-i1564.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09615-i1564.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09616-enum_comma_ifdef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09616-enum_comma_ifdef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09616-enum_comma_ifdef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09616-enum_comma_ifdef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09617-Issue_2360.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09617-Issue_2360.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09617-Issue_2360.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09617-Issue_2360.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09618-Issue_2360.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09618-Issue_2360.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09618-Issue_2360.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09618-Issue_2360.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09619-Issue_2411.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09619-Issue_2411.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09619-Issue_2411.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09619-Issue_2411.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09620-Issue_2640.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09620-Issue_2640.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09621-pp-before-func-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09621-pp-before-func-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09621-pp-before-func-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09621-pp-before-func-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09622-Issue_3356.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09622-Issue_3356.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09622-Issue_3356.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09622-Issue_3356.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09623-vbrace_one_liner.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09623-vbrace_one_liner.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/09623-vbrace_one_liner.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09623-vbrace_one_liner.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10003-incdec_postfix_multiply.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10003-incdec_postfix_multiply.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10003-incdec_postfix_multiply.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10003-incdec_postfix_multiply.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10004-pragma_asm.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10004-pragma_asm.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10004-pragma_asm.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10004-pragma_asm.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10005-i1270.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10005-i1270.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10005-i1270.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10005-i1270.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10006-bug_2331.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10006-bug_2331.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10006-bug_2331.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10006-bug_2331.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10007-indent-macro-brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10007-indent-macro-brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10007-indent-macro-brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10007-indent-macro-brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10008-indent-macro-brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10008-indent-macro-brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10008-indent-macro-brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10008-indent-macro-brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10009-return-compound-literal.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10009-return-compound-literal.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10009-return-compound-literal.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10009-return-compound-literal.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10010-return-compound-literal.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10010-return-compound-literal.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10010-return-compound-literal.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10010-return-compound-literal.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10011-return-compound-literal.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10011-return-compound-literal.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10011-return-compound-literal.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10011-return-compound-literal.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10012-sparen-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10012-sparen-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10012-sparen-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10012-sparen-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10013-sparen-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10013-sparen-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10013-sparen-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10013-sparen-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10014-sparen-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10014-sparen-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10014-sparen-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10014-sparen-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10015-Issue_2845.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10015-Issue_2845.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10015-Issue_2845.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10015-Issue_2845.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10016-Issue_3233.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10016-Issue_3233.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10016-Issue_3233.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10016-Issue_3233.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10017-double-sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10017-double-sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10017-double-sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10017-double-sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10018-double-sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10018-double-sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10018-double-sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10018-double-sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10019-include-guard.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10019-include-guard.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10019-include-guard.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10019-include-guard.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10020-single_line_comment_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10020-single_line_comment_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10020-single_line_comment_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10020-single_line_comment_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10021-parenthesized_indirect_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10021-parenthesized_indirect_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10021-parenthesized_indirect_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10021-parenthesized_indirect_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10022-Issue_3269.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10022-Issue_3269.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10022-Issue_3269.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10022-Issue_3269.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10023-Issue_3272.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10023-Issue_3272.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10023-Issue_3272.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10023-Issue_3272.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10024-Issue_3274.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10024-Issue_3274.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10024-Issue_3274.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10024-Issue_3274.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10025-forever.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10025-forever.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10025-forever.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10025-forever.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10026-forever.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10026-forever.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10026-forever.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10026-forever.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10027-Issue_3327.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10027-Issue_3327.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10028-Issue_3339.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10028-Issue_3339.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10028-Issue_3339.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10028-Issue_3339.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10029-Issue_3339.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10029-Issue_3339.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10029-Issue_3339.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10029-Issue_3339.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10030-Issue_3339.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10030-Issue_3339.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10030-Issue_3339.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10030-Issue_3339.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10031-Issue_3342.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10031-Issue_3342.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10031-Issue_3342.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10031-Issue_3342.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10032-Issue_3345.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10032-Issue_3345.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10032-Issue_3345.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10032-Issue_3345.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10033-Issue_3343.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10033-Issue_3343.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10033-Issue_3343.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10033-Issue_3343.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10034-Issue_3343.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10034-Issue_3343.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10034-Issue_3343.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10034-Issue_3343.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10035-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10035-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10035-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10035-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10036-comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10036-comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10036-comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10036-comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10037-Issue_3362.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10037-Issue_3362.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10038-Issue_3362.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10038-Issue_3362.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10038-Issue_3362.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10038-Issue_3362.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10039-Issue_3370.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10039-Issue_3370.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10039-Issue_3370.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10039-Issue_3370.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10040-Issue_3377.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10040-Issue_3377.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10040-Issue_3377.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10040-Issue_3377.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10041-Issue_3351.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10041-Issue_3351.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10041-Issue_3351.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10041-Issue_3351.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10042-Issue_3376.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10042-Issue_3376.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10042-Issue_3376.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10042-Issue_3376.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10043-Issue_3376.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10043-Issue_3376.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10043-Issue_3376.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10043-Issue_3376.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10044-Issue_3376.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10044-Issue_3376.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10044-Issue_3376.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10044-Issue_3376.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10045-Issue_3376.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10045-Issue_3376.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10045-Issue_3376.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10045-Issue_3376.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10046-Issue_3402.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10046-Issue_3402.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10046-Issue_3402.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10046-Issue_3402.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10047-Issue_3421.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10047-Issue_3421.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10047-Issue_3421.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10047-Issue_3421.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10048-Issue_3431.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10048-Issue_3431.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10048-Issue_3431.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10048-Issue_3431.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10049-Issue_3436.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10049-Issue_3436.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10049-Issue_3436.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10049-Issue_3436.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10050-Issue_3192.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10050-Issue_3192.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10050-Issue_3192.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10050-Issue_3192.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10051-Issue_3454.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10051-Issue_3454.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10051-Issue_3454.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10051-Issue_3454.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10052-Issue_3472.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10052-Issue_3472.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10052-Issue_3472.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10052-Issue_3472.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10053-Issue_3476.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10053-Issue_3476.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10053-Issue_3476.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10053-Issue_3476.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10054-Issue_3480.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10054-Issue_3480.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10054-Issue_3480.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10054-Issue_3480.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10055-Issue_3493.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10055-Issue_3493.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10055-Issue_3493.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10055-Issue_3493.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10056-Issue_3496.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10056-Issue_3496.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10056-Issue_3496.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10056-Issue_3496.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10057-Issue_3496.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10057-Issue_3496.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10057-Issue_3496.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10057-Issue_3496.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10058-Issue_3496.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10058-Issue_3496.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10058-Issue_3496.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10058-Issue_3496.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10059-Issue_3496.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10059-Issue_3496.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10059-Issue_3496.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10059-Issue_3496.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10060-Issue_3548.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10060-Issue_3548.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10060-Issue_3548.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10060-Issue_3548.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10061-Issue_3556.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10061-Issue_3556.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10062-Issue_3561.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10062-Issue_3561.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10062-Issue_3561.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10062-Issue_3561.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10063-Issue_3565.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10063-Issue_3565.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10063-Issue_3565.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10063-Issue_3565.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10064-Issue_3567.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10064-Issue_3567.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10064-Issue_3567.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10064-Issue_3567.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10065-Issue_3567.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10065-Issue_3567.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10065-Issue_3567.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10065-Issue_3567.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10066-Issue_3580.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10066-Issue_3580.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10066-Issue_3580.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10066-Issue_3580.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10077-Issue_3582.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10077-Issue_3582.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10077-Issue_3582.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10077-Issue_3582.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10078-Issue_3587.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10078-Issue_3587.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10078-Issue_3587.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10078-Issue_3587.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10079-Issue_3662.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10079-Issue_3662.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10079-Issue_3662.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10079-Issue_3662.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10080-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10080-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10080-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10080-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10081-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10081-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10081-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10081-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10082-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10082-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10082-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10082-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10083-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10083-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10083-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10083-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10084-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10084-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10084-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10084-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10085-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10085-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10085-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10085-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10086-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10086-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10086-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10086-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10087-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10087-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10087-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10087-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10088-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10088-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10088-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10088-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10089-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10089-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10089-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10089-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10090-infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10090-infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10090-infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10090-infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10091-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10091-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10091-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10091-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10092-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10092-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10092-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10092-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10093-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10093-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10093-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10093-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10094-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10094-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10094-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10094-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10095-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10095-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10095-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10095-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10096-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10096-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10096-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10096-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10097-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10097-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10097-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10097-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10098-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10098-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10098-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10098-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10099-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10099-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10099-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10099-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10100-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10100-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10100-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10100-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10101-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10101-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10101-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10101-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10102-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10102-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10102-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10102-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10103-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10103-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10103-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10103-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10104-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10104-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10104-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10104-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10105-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10105-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10105-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10105-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10106-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10106-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10106-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10106-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10107-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10107-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10107-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10107-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10108-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10108-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10108-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10108-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10109-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10109-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10109-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10109-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10110-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10110-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10110-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10110-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10111-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10111-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10111-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10111-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10112-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10112-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10112-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10112-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10113-int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10113-int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10113-int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10113-int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10114-Issue_3989.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10114-Issue_3989.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10114-Issue_3989.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10114-Issue_3989.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10120-sp_after_sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10120-sp_after_sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10120-sp_after_sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10120-sp_after_sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10121-sp_after_sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10121-sp_after_sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10121-sp_after_sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10121-sp_after_sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10122-sp_after_sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10122-sp_after_sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10122-sp_after_sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10122-sp_after_sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10123-sp_after_sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10123-sp_after_sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10123-sp_after_sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10123-sp_after_sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10124-Issue_3985.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10124-Issue_3985.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10124-Issue_3985.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10124-Issue_3985.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10125-Issue_3992.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10125-Issue_3992.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10125-Issue_3992.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10125-Issue_3992.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/02102-indent-c.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/02102-indent-c.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/02102-indent-c.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/02102-indent-c.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/02103-output.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/02103-output.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/02103-output.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/02103-output.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10000-621_this-spacing.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10000-621_this-spacing.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10000-621_this-spacing.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10000-621_this-spacing.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10001-622_ifdef-indentation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10001-622_ifdef-indentation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10001-622_ifdef-indentation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10001-622_ifdef-indentation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10002-623_caret-spacing.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10002-623_caret-spacing.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10002-623_caret-spacing.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10002-623_caret-spacing.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10003-633_decl-in-func-typedef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10003-633_decl-in-func-typedef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10003-633_decl-in-func-typedef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10003-633_decl-in-func-typedef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10004-634_extern-c-no-block.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10004-634_extern-c-no-block.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10004-634_extern-c-no-block.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10004-634_extern-c-no-block.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10005-define-indentation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10005-define-indentation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10005-define-indentation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10005-define-indentation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10006-dont-detab-strings.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10006-dont-detab-strings.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10006-dont-detab-strings.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10006-dont-detab-strings.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10007-dont-process-defines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10007-dont-process-defines.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10007-dont-process-defines.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10007-dont-process-defines.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10008-PR326_invalid-backslash-eol-csharp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10008-PR326_invalid-backslash-eol-csharp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10008-PR326_invalid-backslash-eol-csharp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10008-PR326_invalid-backslash-eol-csharp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10009-STUCK_macro-difficulties.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10009-STUCK_macro-difficulties.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10009-STUCK_macro-difficulties.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10009-STUCK_macro-difficulties.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10020-macro_spaces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10020-macro_spaces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10020-macro_spaces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10020-macro_spaces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10021-braces_align.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10021-braces_align.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10021-braces_align.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10021-braces_align.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10022-foreach.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10022-foreach.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10022-foreach.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10022-foreach.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10023-for_auto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10023-for_auto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10023-for_auto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10023-for_auto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10024-ifcomment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10024-ifcomment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10024-ifcomment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10024-ifcomment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10025-qtargs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10025-qtargs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10025-qtargs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10025-qtargs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10026-gcc_case_ellipsis.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10026-gcc_case_ellipsis.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10026-gcc_case_ellipsis.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10026-gcc_case_ellipsis.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10027-Issue_3058.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10027-Issue_3058.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10027-Issue_3058.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10027-Issue_3058.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10028-gcc_case_ellipsis.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10028-gcc_case_ellipsis.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10028-gcc_case_ellipsis.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10028-gcc_case_ellipsis.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10029-gcc_case_ellipsis.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10029-gcc_case_ellipsis.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10029-gcc_case_ellipsis.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10029-gcc_case_ellipsis.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10047-UNI-1334.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10047-UNI-1334.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10047-UNI-1334.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10047-UNI-1334.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10048-UNI-1335.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10048-UNI-1335.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10048-UNI-1335.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10048-UNI-1335.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10050-UNI-1337.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10050-UNI-1337.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10050-UNI-1337.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10050-UNI-1337.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10052-UNI-1339.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10052-UNI-1339.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10052-UNI-1339.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10052-UNI-1339.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10053-UNI-1340.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10053-UNI-1340.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10053-UNI-1340.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10053-UNI-1340.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10054-UNI-1344.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10054-UNI-1344.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10054-UNI-1344.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10054-UNI-1344.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10056-UNI-1346.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10056-UNI-1346.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10056-UNI-1346.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10056-UNI-1346.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10057-UNI-1347.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10057-UNI-1347.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10057-UNI-1347.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10057-UNI-1347.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10060-UNI-1350.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10060-UNI-1350.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10060-UNI-1350.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10060-UNI-1350.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10062-UNI-1356.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10062-UNI-1356.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10062-UNI-1356.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10062-UNI-1356.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10063-UNI-1358.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10063-UNI-1358.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10063-UNI-1358.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10063-UNI-1358.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10069-UNI-1980.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10069-UNI-1980.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10069-UNI-1980.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10069-UNI-1980.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10070-UNI-1981.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10070-UNI-1981.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10070-UNI-1981.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10070-UNI-1981.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10071-UNI-1983.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10071-UNI-1983.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10071-UNI-1983.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10071-UNI-1983.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10079-UNI-9650.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10079-UNI-9650.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10079-UNI-9650.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10079-UNI-9650.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10080-UNI-10496.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10080-UNI-10496.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10080-UNI-10496.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10080-UNI-10496.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10100-issue_564.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10100-issue_564.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10100-issue_564.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10100-issue_564.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10101-issue_574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10101-issue_574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10101-issue_574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10101-issue_574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10102-issue_574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10102-issue_574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10102-issue_574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10102-issue_574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10103-issue_574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10103-issue_574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10103-issue_574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10103-issue_574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10566-issue_1752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10566-issue_1752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/10566-issue_1752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/10566-issue_1752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/11000-UNI-12046.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/11000-UNI-12046.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/11000-UNI-12046.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/11000-UNI-12046.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/20002-UNI-32657.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/20002-UNI-32657.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/20002-UNI-32657.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/20002-UNI-32657.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/20011-UNI-38381.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/20011-UNI-38381.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/20011-UNI-38381.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/20011-UNI-38381.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30000-cout.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30000-cout.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30000-cout.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30000-cout.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30001-alt_tokens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30001-alt_tokens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30001-alt_tokens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30001-alt_tokens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30002-constructor.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30002-constructor.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30002-constructor.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30002-constructor.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30003-strings.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30003-strings.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30003-strings.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30003-strings.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30004-Issue_4036.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30004-Issue_4036.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30004-Issue_4036.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30004-Issue_4036.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30005-Issue_4042.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30005-Issue_4042.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30005-Issue_4042.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30005-Issue_4042.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30006-Issue_4027.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30006-Issue_4027.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30006-Issue_4027.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30006-Issue_4027.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30007-Issue_4080.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30007-Issue_4080.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30007-Issue_4080.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30007-Issue_4080.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30008-Issue_4094.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30008-Issue_4094.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30008-Issue_4094.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30008-Issue_4094.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30009-Issue_3236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30009-Issue_3236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30009-Issue_3236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30009-Issue_3236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30010-class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30010-class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30010-class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30010-class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30011-misc.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30011-misc.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30011-misc.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30011-misc.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30012-misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30012-misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30012-misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30012-misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30013-sim.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30013-sim.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30013-sim.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30013-sim.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30014-ctor-var.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30014-ctor-var.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30014-ctor-var.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30014-ctor-var.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30015-exception.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30015-exception.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30015-exception.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30015-exception.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30016-custom-open.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30016-custom-open.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30016-custom-open.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30016-custom-open.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30017-custom-open.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30017-custom-open.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30017-custom-open.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30017-custom-open.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30018-class-addr.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30018-class-addr.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30018-class-addr.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30018-class-addr.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30019-wacky-template.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30019-wacky-template.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30019-wacky-template.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30019-wacky-template.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30020-bool.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30020-bool.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30020-bool.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30020-bool.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30021-byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30021-byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30021-byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30021-byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30022-extern_c.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30022-extern_c.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30022-extern_c.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30022-extern_c.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30023-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30023-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30023-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30023-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30024-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30024-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30024-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30024-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30025-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30025-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30025-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30025-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30026-byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30026-byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30026-byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30026-byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30027-byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30027-byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30027-byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30027-byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30028-byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30028-byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30028-byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30028-byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30029-init_align.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30029-init_align.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30029-init_align.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30029-init_align.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30030-Timestamp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30030-Timestamp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30030-Timestamp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30030-Timestamp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30031-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30031-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30031-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30031-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30032-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30032-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30032-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30032-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30033-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30033-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30033-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30033-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30034-operator_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30034-operator_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30034-operator_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30034-operator_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30035-operator_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30035-operator_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30035-operator_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30035-operator_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30036-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30036-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30036-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30036-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30037-operator_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30037-operator_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30037-operator_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30037-operator_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30038-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30038-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30038-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30038-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30039-operator_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30039-operator_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30039-operator_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30039-operator_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30040-nl-class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30040-nl-class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30040-nl-class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30040-nl-class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30041-nl-class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30041-nl-class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30041-nl-class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30041-nl-class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30042-Issue_2020.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30042-Issue_2020.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30042-Issue_2020.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30042-Issue_2020.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30043-nl_func_call_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30043-nl_func_call_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30043-nl_func_call_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30043-nl_func_call_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30044-nl_func_call_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30044-nl_func_call_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30044-nl_func_call_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30044-nl_func_call_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30045-nl_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30045-nl_func_decl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30046-nl_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30046-nl_func_decl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30046-nl_func_decl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30046-nl_func_decl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30047-nl_func_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30047-nl_func_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30047-nl_func_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30047-nl_func_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30048-nl_func_def_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30048-nl_func_def_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30048-nl_func_def_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30048-nl_func_def_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30049-nl_func_call_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30049-nl_func_call_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30049-nl_func_call_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30049-nl_func_call_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30050-nl-namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30050-nl-namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30050-nl-namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30051-nl-namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30051-nl-namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30051-nl-namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30051-nl-namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30052-try-catch-nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30052-try-catch-nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30052-try-catch-nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30052-try-catch-nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30053-exception.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30053-exception.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30053-exception.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30053-exception.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30054-Issue_2091.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30054-Issue_2091.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30054-Issue_2091.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30054-Issue_2091.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30055-nl_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30055-nl_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30055-nl_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30055-nl_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30056-nl_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30056-nl_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30056-nl_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30056-nl_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30057-nl_inside_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30057-nl_inside_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30057-nl_inside_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30057-nl_inside_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30058-nl_inside_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30058-nl_inside_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30058-nl_inside_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30058-nl_inside_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30059-Issue_2186.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30059-Issue_2186.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30059-Issue_2186.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30059-Issue_2186.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30060-Issue_1734.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30060-Issue_1734.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30060-Issue_1734.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30060-Issue_1734.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30061-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30061-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30061-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30061-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30062-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30062-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30062-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30062-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30063-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30063-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30063-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30063-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30064-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30064-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30064-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30064-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30065-Example.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30065-Example.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30065-Example.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30066-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30066-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30066-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30066-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30067-nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30067-nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30067-nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30067-nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30068-nl_func_scope_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30068-nl_func_scope_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30068-nl_func_scope_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30068-nl_func_scope_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30069-class-implementation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30069-class-implementation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30069-class-implementation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30069-class-implementation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30070-nl_func_scope_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30070-nl_func_scope_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30070-nl_func_scope_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30070-nl_func_scope_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30071-lineEndings-Mac.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30071-lineEndings-Mac.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30071-lineEndings-Mac.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30071-lineEndings-Mac.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30072-lineEndings-Win.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30072-lineEndings-Win.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30072-lineEndings-Win.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30072-lineEndings-Win.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30073-lineEndings-Unix.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30073-lineEndings-Unix.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30073-lineEndings-Unix.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30073-lineEndings-Unix.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30074-bom.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30074-bom.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30074-bom.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30074-bom.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30075-goto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30075-goto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30075-goto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30075-goto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30076-Issue_2594.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30076-Issue_2594.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30076-Issue_2594.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30076-Issue_2594.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30077-Issue_2596.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30077-Issue_2596.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30077-Issue_2596.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30077-Issue_2596.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30078-Issue_2672-a.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30078-Issue_2672-a.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30078-Issue_2672-a.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30078-Issue_2672-a.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30079-Issue_2672-b.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30079-Issue_2672-b.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30079-Issue_2672-b.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30079-Issue_2672-b.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30080-nl_brace_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30080-nl_brace_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30080-nl_brace_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30080-nl_brace_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30081-Issue_2383.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30081-Issue_2383.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30081-Issue_2383.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30081-Issue_2383.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30082-Issue_931.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30082-Issue_931.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30082-Issue_931.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30082-Issue_931.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30083-Issue_995-do.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30083-Issue_995-do.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30083-Issue_995-do.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30083-Issue_995-do.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30084-Issue_1184.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30084-Issue_1184.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30084-Issue_1184.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30084-Issue_1184.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30085-align_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30085-align_class.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30085-align_class.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30085-align_class.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30086-align_class-constr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30086-align_class-constr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30086-align_class-constr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30086-align_class-constr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30087-Issue_1511.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30087-Issue_1511.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30087-Issue_1511.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30087-Issue_1511.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30088-Issue_2561.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30088-Issue_2561.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30088-Issue_2561.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30088-Issue_2561.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30089-Issue_2281.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30089-Issue_2281.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30089-Issue_2281.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30089-Issue_2281.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30090-bug_488.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30090-bug_488.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30090-bug_488.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30090-bug_488.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30091-bug_472.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30091-bug_472.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30091-bug_472.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30091-bug_472.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30092-bug_481.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30092-bug_481.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30092-bug_481.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30092-bug_481.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30093-bug_484.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30093-bug_484.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30093-bug_484.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30093-bug_484.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30094-bug_495.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30094-bug_495.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30094-bug_495.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30094-bug_495.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30095-bug_485.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30095-bug_485.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30095-bug_485.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30095-bug_485.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30096-bug_1854.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30096-bug_1854.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30096-bug_1854.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30096-bug_1854.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30097-issue_1946.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30097-issue_1946.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30097-issue_1946.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30097-issue_1946.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30098-Issue_2692.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30098-Issue_2692.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30098-Issue_2692.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30098-Issue_2692.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30099-bug_1127.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30099-bug_1127.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30099-bug_1127.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30099-bug_1127.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30100-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30100-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30100-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30100-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30101-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30101-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30101-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30101-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30102-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30102-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30102-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30102-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30103-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30103-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30103-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30103-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30104-templ_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30104-templ_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30104-templ_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30104-templ_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30105-av.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30105-av.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30105-av.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30105-av.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30106-templates2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30106-templates2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30106-templates2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30106-templates2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30107-templates2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30107-templates2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30107-templates2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30107-templates2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30108-templates3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30108-templates3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30108-templates3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30108-templates3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30109-templates4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30109-templates4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30109-templates4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30109-templates4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30110-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30110-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30110-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30110-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30111-bug_1346.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30111-bug_1346.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30111-bug_1346.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30111-bug_1346.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30112-bug_1432.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30112-bug_1432.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30112-bug_1432.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30112-bug_1432.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30113-bug_1452.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30113-bug_1452.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30113-bug_1452.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30113-bug_1452.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30114-bug_1462.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30114-bug_1462.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30114-bug_1462.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30114-bug_1462.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30115-Issue_1704.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30115-Issue_1704.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30115-Issue_1704.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30115-Issue_1704.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30116-Issue_1052.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30116-Issue_1052.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30116-Issue_1052.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30116-Issue_1052.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30117-Issue_2343.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30117-Issue_2343.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30117-Issue_2343.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30117-Issue_2343.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30118-Issue_2758.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30118-Issue_2758.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30118-Issue_2758.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30118-Issue_2758.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30119-Issue_2879.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30119-Issue_2879.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30119-Issue_2879.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30119-Issue_2879.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30120-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30120-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30120-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30120-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30121-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30121-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30121-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30121-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30122-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30122-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30122-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30122-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30123-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30123-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30123-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30123-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30124-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30124-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30124-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30124-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30125-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30125-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30125-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30125-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30126-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30126-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30126-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30126-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30127-Issue_2565.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30127-Issue_2565.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30127-Issue_2565.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30127-Issue_2565.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30128-Issue_2873.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30128-Issue_2873.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30128-Issue_2873.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30128-Issue_2873.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30129-Issue_2890.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30129-Issue_2890.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30129-Issue_2890.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30129-Issue_2890.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30130-if-constexpr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30130-if-constexpr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30130-if-constexpr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30130-if-constexpr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30131-Issue_3010.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30131-Issue_3010.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30131-Issue_3010.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30131-Issue_3010.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30132-sp_brace_catch.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30132-sp_brace_catch.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30132-sp_brace_catch.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30132-sp_brace_catch.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30133-Issue_3252.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30133-Issue_3252.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30133-Issue_3252.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30133-Issue_3252.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30134-Issue_3357.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30134-Issue_3357.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30134-Issue_3357.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30134-Issue_3357.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30135-Issue_3448.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30135-Issue_3448.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30135-Issue_3448.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30135-Issue_3448.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30136-Issue_3413.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30136-Issue_3413.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30136-Issue_3413.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30136-Issue_3413.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30137-Issue_3513-0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30137-Issue_3513-0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30137-Issue_3513-0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30137-Issue_3513-0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30138-Issue_3513-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30138-Issue_3513-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30138-Issue_3513-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30138-Issue_3513-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30139-Issue_3604.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30139-Issue_3604.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30139-Issue_3604.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30139-Issue_3604.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30140-Issue_3785.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30140-Issue_3785.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30140-Issue_3785.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30140-Issue_3785.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30141-Issue_1130.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30141-Issue_1130.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30141-Issue_1130.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30141-Issue_1130.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30142-Issue_3915.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30142-Issue_3915.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30142-Issue_3915.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30142-Issue_3915.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30143-Issue_3919.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30143-Issue_3919.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30143-Issue_3919.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30143-Issue_3919.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30144-Issue_3916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30144-Issue_3916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30144-Issue_3916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30144-Issue_3916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30145-Issue_3914.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30145-Issue_3914.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30145-Issue_3914.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30145-Issue_3914.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30146-Issue_3614.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30146-Issue_3614.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30146-Issue_3614.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30146-Issue_3614.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30147-Issue_3965.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30147-Issue_3965.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30147-Issue_3965.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30147-Issue_3965.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30148-Issue_3965-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30148-Issue_3965-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30148-Issue_3965-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30148-Issue_3965-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30149-Issue_3967.cc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30149-Issue_3967.cc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30149-Issue_3967.cc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30149-Issue_3967.cc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30150-Issue_3983.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30150-Issue_3983.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30150-Issue_3983.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30150-Issue_3983.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30151-Issue_3996.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30151-Issue_3996.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30151-Issue_3996.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30151-Issue_3996.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30152-Issue_4023.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30152-Issue_4023.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30152-Issue_4023.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30152-Issue_4023.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30153-Issue_4026.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30153-Issue_4026.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30153-Issue_4026.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30153-Issue_4026.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30154-Issue_4132.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30154-Issue_4132.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30154-Issue_4132.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30154-Issue_4132.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30160-Issue_3980.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30160-Issue_3980.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30160-Issue_3980.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30160-Issue_3980.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30161-Discussion_3987.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30161-Discussion_3987.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30161-Discussion_3987.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30161-Discussion_3987.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30162-Issue_4239.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30162-Issue_4239.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30162-Issue_4239.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30162-Issue_4239.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30200-bug_1862.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30200-bug_1862.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30200-bug_1862.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30200-bug_1862.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30201-cmt_indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30201-cmt_indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30201-cmt_indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30201-cmt_indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30202-cmt_indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30202-cmt_indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30202-cmt_indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30202-cmt_indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30203-cmt_indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30203-cmt_indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30203-cmt_indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30203-cmt_indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30204-comment-align.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30204-comment-align.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30204-comment-align.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30204-comment-align.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30205-cmt_right.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30205-cmt_right.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30205-cmt_right.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30205-cmt_right.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30206-cmt_backslash_eol.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30206-cmt_backslash_eol.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30206-cmt_backslash_eol.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30206-cmt_backslash_eol.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30207-cmt_indent_pp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30207-cmt_indent_pp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30207-cmt_indent_pp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30207-cmt_indent_pp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30208-bug_1108.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30208-bug_1108.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30208-bug_1108.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30208-bug_1108.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30209-bug_1134.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30209-bug_1134.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30209-bug_1134.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30209-bug_1134.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30210-bug_1338.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30210-bug_1338.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30210-bug_1338.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30210-bug_1338.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30211-indent_comment_align_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30211-indent_comment_align_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30211-indent_comment_align_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30211-indent_comment_align_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30212-indent_comment_align_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30212-indent_comment_align_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30212-indent_comment_align_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30212-indent_comment_align_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30213-align_right_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30213-align_right_comment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30213-align_right_comment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30213-align_right_comment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30214-align_across_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30214-align_across_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30214-align_across_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30214-align_across_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30215-Issue_2099.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30215-Issue_2099.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30215-Issue_2099.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30215-Issue_2099.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30216-Issue_2302.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30216-Issue_2302.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30216-Issue_2302.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30216-Issue_2302.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30217-2138.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30217-2138.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30217-2138.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30217-2138.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30218-Issue_3710.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30218-Issue_3710.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30218-Issue_3710.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30218-Issue_3710.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30220-bug_1340.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30220-bug_1340.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30220-bug_1340.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30220-bug_1340.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30221-Issue_2914.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30221-Issue_2914.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30221-Issue_2914.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30221-Issue_2914.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30223-sp_enum_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30223-sp_enum_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30223-sp_enum_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30223-sp_enum_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30224-sp_enum_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30224-sp_enum_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30224-sp_enum_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30224-sp_enum_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30225-Issue_3176.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30225-Issue_3176.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30225-Issue_3176.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30225-Issue_3176.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30226-sp_enum_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30226-sp_enum_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30226-sp_enum_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30226-sp_enum_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30227-sp_inside_braces_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30227-sp_inside_braces_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30227-sp_inside_braces_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30227-sp_inside_braces_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30228-sp_inside_braces_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30228-sp_inside_braces_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30228-sp_inside_braces_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30228-sp_inside_braces_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30229-sp_inside_braces_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30229-sp_inside_braces_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30229-sp_inside_braces_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30229-sp_inside_braces_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30230-sp_type_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30230-sp_type_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30230-sp_type_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30230-sp_type_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30231-sp_type_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30231-sp_type_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30231-sp_type_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30231-sp_type_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30232-sp_type_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30232-sp_type_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30232-sp_type_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30232-sp_type_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30233-sp_type_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30233-sp_type_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30233-sp_type_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30233-sp_type_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30234-functype_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30234-functype_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30234-functype_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30234-functype_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30235-functype_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30235-functype_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30235-functype_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30235-functype_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30236-Issue_750.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30236-Issue_750.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30236-Issue_750.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30236-Issue_750.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30237-Issue_3920.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30237-Issue_3920.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30237-Issue_3920.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30237-Issue_3920.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30240-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30240-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30240-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30240-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30241-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30241-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30241-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30241-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30242-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30242-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30242-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30242-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30243-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30243-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30243-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30243-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30244-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30244-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30244-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30244-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30245-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30245-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30245-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30245-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30246-align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30246-align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30246-align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30246-align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30247-Issue_2332.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30247-Issue_2332.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30247-Issue_2332.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30247-Issue_2332.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30248-Issue_2831.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30248-Issue_2831.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30248-Issue_2831.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30248-Issue_2831.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30249-align-330.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30249-align-330.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30249-align-330.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30249-align-330.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30250-align_fcall.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30250-align_fcall.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30250-align_fcall.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30250-align_fcall.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30251-align_fcall.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30251-align_fcall.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30251-align_fcall.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30251-align_fcall.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30252-Issue_3691.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30252-Issue_3691.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30252-Issue_3691.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30252-Issue_3691.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30253-align_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30253-align_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30253-align_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30253-align_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30254-align_left_shift2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30254-align_left_shift2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30254-align_left_shift2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30254-align_left_shift2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30255-align_constr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30255-align_constr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30255-align_constr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30255-align_constr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30256-func_call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30256-func_call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30256-func_call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30256-func_call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30257-func_call_chain.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30257-func_call_chain.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30257-func_call_chain.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30257-func_call_chain.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30258-casts.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30258-casts.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30258-casts.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30258-casts.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30259-sp_after_constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30259-sp_after_constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30259-sp_after_constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30259-sp_after_constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30260-var_def_gap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30260-var_def_gap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30260-var_def_gap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30260-var_def_gap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30261-align_var_def_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30261-align_var_def_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30261-align_var_def_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30261-align_var_def_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30262-align_var_def_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30262-align_var_def_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30262-align_var_def_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30262-align_var_def_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30263-align_var_def_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30263-align_var_def_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30263-align_var_def_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30263-align_var_def_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30264-Issue_2668.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30264-Issue_2668.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30264-Issue_2668.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30264-Issue_2668.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30265-long_br_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30265-long_br_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30265-long_br_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30265-long_br_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30266-Issue_2921.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30266-Issue_2921.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30266-Issue_2921.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30266-Issue_2921.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30267-Issue_2930.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30267-Issue_2930.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30267-Issue_2930.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30267-Issue_2930.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30268-Issue_3018.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30268-Issue_3018.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30268-Issue_3018.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30268-Issue_3018.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30270-const_throw.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30270-const_throw.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30270-const_throw.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30270-const_throw.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30271-sp_throw_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30271-sp_throw_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30271-sp_throw_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30271-sp_throw_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30272-sp_throw_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30272-sp_throw_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30272-sp_throw_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30272-sp_throw_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30273-sp_cparen_oparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30273-sp_cparen_oparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30273-sp_cparen_oparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30273-sp_cparen_oparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30274-sp_cparen_oparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30274-sp_cparen_oparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30274-sp_cparen_oparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30274-sp_cparen_oparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30275-bug_1321.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30275-bug_1321.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30275-bug_1321.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30275-bug_1321.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30278-bug_1439.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30278-bug_1439.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30278-bug_1439.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30278-bug_1439.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30279-indent-inside-ternary-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30279-indent-inside-ternary-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30279-indent-inside-ternary-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30279-indent-inside-ternary-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30280-sf557.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30280-sf557.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30280-sf557.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30280-sf557.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30281-Issue_2478.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30281-Issue_2478.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30281-Issue_2478.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30281-Issue_2478.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30282-Issue_2703.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30282-Issue_2703.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30282-Issue_2703.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30282-Issue_2703.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30283-Issue_3321.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30283-Issue_3321.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30283-Issue_3321.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30283-Issue_3321.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30284-Issue_2957.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30284-Issue_2957.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30284-Issue_2957.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30284-Issue_2957.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30285-Issue_2971.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30285-Issue_2971.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30285-Issue_2971.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30285-Issue_2971.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30286-Issue_3558.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30286-Issue_3558.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30286-Issue_3558.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30286-Issue_3558.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30287-Issue_3786.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30287-Issue_3786.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30287-Issue_3786.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30287-Issue_3786.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30287-Issue_3786.rerun.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30287-Issue_3786.rerun.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30287-Issue_3786.rerun.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30287-Issue_3786.rerun.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30290-align_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30290-align_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30290-align_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30290-align_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30291-indent_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30291-indent_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30291-indent_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30291-indent_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30292-eigen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30292-eigen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30292-eigen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30292-eigen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30293-pos_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30293-pos_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30293-pos_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30293-pos_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30294-pos_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30294-pos_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30294-pos_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30294-pos_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30295-pos_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30295-pos_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30295-pos_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30295-pos_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30300-enum_shr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30300-enum_shr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30300-enum_shr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30300-enum_shr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30301-enum_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30301-enum_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30301-enum_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30301-enum_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30302-bug_1315.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30302-bug_1315.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30302-bug_1315.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30302-bug_1315.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30303-Issue_2902.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30303-Issue_2902.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30303-Issue_2902.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30303-Issue_2902.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30310-braced_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30310-braced_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30310-braced_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30310-braced_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30311-uniform_initialization.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30311-uniform_initialization.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30311-uniform_initialization.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30311-uniform_initialization.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30312-return_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30312-return_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30312-return_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30312-return_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30313-sp_brace_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30313-sp_brace_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30313-sp_brace_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30313-sp_brace_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30314-sp_brace_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30314-sp_brace_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30314-sp_brace_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30314-sp_brace_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30315-return_braced_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30315-return_braced_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30315-return_braced_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30315-return_braced_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30316-Issue_2428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30316-Issue_2428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30316-Issue_2428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30316-Issue_2428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30317-braced_init_template_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30317-braced_init_template_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30317-braced_init_template_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30317-braced_init_template_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30318-Issue_2949.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30318-Issue_2949.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30318-Issue_2949.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30318-Issue_2949.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30319-Issue_2886.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30319-Issue_2886.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30319-Issue_2886.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30319-Issue_2886.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30320-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30320-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30320-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30320-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30321-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30321-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30321-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30321-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30322-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30322-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30322-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30322-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30323-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30323-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30323-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30323-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30324-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30324-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30324-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30324-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30325-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30325-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30325-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30325-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30326-indent_off_after_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30326-indent_off_after_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30326-indent_off_after_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30326-indent_off_after_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30327-indent_off_after_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30327-indent_off_after_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30327-indent_off_after_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30327-indent_off_after_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30328-call_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30328-call_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30328-call_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30328-call_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30329-call_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30329-call_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30329-call_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30329-call_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30330-Issue_3080.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30330-Issue_3080.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30330-Issue_3080.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30330-Issue_3080.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30340-issue_3105_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30340-issue_3105_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30340-issue_3105_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30340-issue_3105_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30341-issue_3105_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30341-issue_3105_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30341-issue_3105_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30341-issue_3105_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30342-issue_3105_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30342-issue_3105_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30342-issue_3105_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30342-issue_3105_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30343-issue_3105_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30343-issue_3105_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30343-issue_3105_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30343-issue_3105_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30344-issue_3105_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30344-issue_3105_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30344-issue_3105_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30344-issue_3105_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30345-issue_3105_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30345-issue_3105_2.cpp new file mode 100644 index 00000000..bb7e44aa --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30345-issue_3105_2.cpp @@ -0,0 +1,96 @@ +struct KPluginSelectionWidget::KPluginSelectionWidgetPrivate +{ + KPluginSelectionWidgetPrivate(KPluginSelector *_kps, const TQString &_cat, + TDEConfigGroup *_config) : + widgetstack(0), kps(_kps), config(_config), tooltip(0), catname(_cat), currentplugininfo(0), + visible(true), currentchecked(false), changed(0) + { + moduleParentComponents.setAutoDelete(true); + } +}; + +KPasswordDialog::KPasswordDialog(Types type, bool enableKeep, int extraBttn, TQWidget *parent, + const char *name) : + KDialogBase(parent, name, true, "", Ok | Cancel | extraBttn, + Ok, true), m_Keep(enableKeep ? 1 : 0), m_Type(type), m_keepWarnLbl(0), + d(new KPasswordDialogPrivate) +{ + d->iconName = "password"; + init(); + + const TQString strengthBarWhatsThis(i18n( + "The password strength meter gives an indication of the security " + "of the password you have entered. To improve the strength of " + "the password, try:\n" + " - using a longer password;\n" + " - using a mixture of upper- and lower-case letters;\n" + " - using numbers or symbols, such as #, as well as letters.")); + + int retVal = KMessageBox::warningContinueCancel(this, + i18n( + "The password you have entered has a low strength. " + "To improve the strength of " + "the password, try:\n" + " - using a longer password;\n" + " - using a mixture of upper- and lower-case letters;\n" + " - using numbers or symbols as well as letters.\n" + "\n" + "Would you like to use this password anyway?"), + i18n("Low Password Strength")); +} + +static const int POPUP_FLAGS = TQt::WStyle_Customize | TQt::WDestructiveClose | TQt::WX11BypassWM | + TQt::WStyle_StaysOnTop | TQt::WStyle_Tool | TQt::WStyle_NoBorder; + +KPassivePopup::KPassivePopup(TQWidget *parent, const char *name, WFlags f) : + TQFrame(0, name, (WFlags)(f ? (int)f : POPUP_FLAGS)), window(parent ? parent->winId() : 0L), + msgView(0), topLayout(0), hideDelay(DEFAULT_POPUP_TIME), + hideTimer(new TQTimer(this, "hide_timer")), m_autoDelete(false) +{ + init(DEFAULT_POPUP_TYPE); + + move(right ? d->anchor.x() - width() + 20 : (d->anchor.x() < 11 ? 11 : d->anchor.x() - 20), + bottom ? d->anchor.y() - height() : (d->anchor.y() < 11 ? 11 : d->anchor.y())); +} + +TDEToggleAction* showMenubar(const TQObject *recvr, const char *slot, TDEActionCollection *parent, + const char *_name) +{ + TDEToggleAction *ret; + ret = new TDEToggleAction(i18n("Show &Menubar"), "showmenu", + TDEStdAccel::shortcut(TDEStdAccel::ShowMenubar), recvr, slot, parent, + _name ? _name : name(ShowMenubar)); + ret->setWhatsThis(i18n("Show Menubar

" + "Shows the menubar again after it has been hidden")); + KGuiItem guiItem(i18n("Hide &Menubar"), 0 /*same icon*/, TQString::null, + i18n("Hide Menubar

" + "Hide the menubar. You can usually get it back using the right mouse button inside the window itself.")); + return ret; +} + +KProgressBoxDialog::KProgressBoxDialog(TQWidget *parent, const char *name, const TQString &caption, + const TQString &text, bool modal) : + KDialogBase(KDialogBase::Plain, caption, KDialogBase::Cancel, + KDialogBase::Cancel, parent, name, modal), mAutoClose(true), mAutoReset(false), + mCancelled(false), mAllowCancel(true), mAllowTextEdit(false), mShown(false), mMinDuration(2000), + d(new KProgressBoxDialogPrivate) +{ + KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon()); +} + +TDEPopupMenu* KPixmapRegionSelectorWidget::createPopupMenu() +{ + TDEPopupMenu *popup = new TDEPopupMenu(this, "PixmapRegionSelectorPopup"); + popup->insertTitle(i18n("Image Operations")); + + TDEAction *action = new TDEAction(i18n("&Rotate Clockwise"), "object-rotate-right", 0, + TQT_TQOBJECT(this), TQT_SLOT(rotateClockwise()), + TQT_TQOBJECT(popup), "rotateclockwise"); + action->plug(popup); + + action = new TDEAction(i18n("Rotate &Counterclockwise"), "object-rotate-left", 0, + TQT_TQOBJECT(this), TQT_SLOT(rotateCounterclockwise()), + TQT_TQOBJECT(popup), "rotatecounterclockwise"); + action->plug(popup); + return popup; +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30353-indent_ternary-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30353-indent_ternary-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30353-indent_ternary-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30353-indent_ternary-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30400-attribute_specifier_seqs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30400-attribute_specifier_seqs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30400-attribute_specifier_seqs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30400-attribute_specifier_seqs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30401-Issue_2570.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30401-Issue_2570.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30401-Issue_2570.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30401-Issue_2570.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30701-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30701-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30701-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30701-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30702-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30702-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30702-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30702-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30703-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30703-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30703-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30703-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30705-func_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30705-func_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30705-func_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30705-func_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30706-bug_1020.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30706-bug_1020.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30706-bug_1020.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30706-bug_1020.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30711-semicolons.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30711-semicolons.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30711-semicolons.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30711-semicolons.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30712-bug_1158.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30712-bug_1158.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30712-bug_1158.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30712-bug_1158.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30713-fix_for_relational_operators.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30713-fix_for_relational_operators.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30713-fix_for_relational_operators.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30713-fix_for_relational_operators.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30714-Issue_1733.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30714-Issue_1733.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30714-Issue_1733.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30714-Issue_1733.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30715-Issue_2942.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30715-Issue_2942.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30715-Issue_2942.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30715-Issue_2942.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30720-custom-open-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30720-custom-open-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30720-custom-open-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30720-custom-open-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30721-Issue_2386.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30721-Issue_2386.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30721-Issue_2386.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30721-Issue_2386.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30730-qt-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30730-qt-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30730-qt-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30730-qt-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30731-qt-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30731-qt-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30731-qt-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30731-qt-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30732-Issue_2734.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30732-Issue_2734.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30732-Issue_2734.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30732-Issue_2734.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30740-sef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30740-sef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30740-sef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30740-sef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30741-al.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30741-al.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30741-al.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30741-al.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30742-delete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30742-delete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30742-delete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30742-delete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30745-Issue_2170.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30745-Issue_2170.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30745-Issue_2170.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30745-Issue_2170.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30746-DefaultAndDelete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30746-DefaultAndDelete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30746-DefaultAndDelete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30746-DefaultAndDelete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30747-DefaultAndDelete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30747-DefaultAndDelete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30747-DefaultAndDelete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30747-DefaultAndDelete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30748-DefaultAndDelete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30748-DefaultAndDelete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30748-DefaultAndDelete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30748-DefaultAndDelete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30750-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30750-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30750-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30750-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30751-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30751-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30751-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30751-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30752-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30752-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30752-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30752-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30753-lambda2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30753-lambda2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30753-lambda2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30753-lambda2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30754-bug_i_682.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30754-bug_i_682.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30754-bug_i_682.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30754-bug_i_682.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30755-bug_i_938.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30755-bug_i_938.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30755-bug_i_938.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30755-bug_i_938.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30756-bug_1296.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30756-bug_1296.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30756-bug_1296.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30756-bug_1296.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30757-Issue_3054.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30757-Issue_3054.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30757-Issue_3054.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30757-Issue_3054.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30758-Issue_3054-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30758-Issue_3054-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30758-Issue_3054-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30758-Issue_3054-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30759-lambda2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30759-lambda2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30759-lambda2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30759-lambda2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30760-bug_1296.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30760-bug_1296.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30760-bug_1296.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30760-bug_1296.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30761-out-668.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30761-out-668.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30761-out-668.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30761-out-668.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30762-out-668.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30762-out-668.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30762-out-668.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30762-out-668.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30763-Issue_2166.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30763-Issue_2166.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30763-Issue_2166.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30763-Issue_2166.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30764-Issue_2591.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30764-Issue_2591.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30764-Issue_2591.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30764-Issue_2591.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30765-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30765-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30765-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30765-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30766-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30766-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30766-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30766-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30767-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30767-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30767-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30767-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30768-sp_cpp_lambda_fparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30768-sp_cpp_lambda_fparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30768-sp_cpp_lambda_fparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30768-sp_cpp_lambda_fparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30770-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30770-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30770-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30770-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30771-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30771-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30771-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30771-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30772-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30772-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30772-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30772-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30773-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30773-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30773-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30773-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30774-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30774-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30774-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30774-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30775-lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30775-lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30775-lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30775-lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30776-sp_cpp_lambda_fparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30776-sp_cpp_lambda_fparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30776-sp_cpp_lambda_fparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30776-sp_cpp_lambda_fparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30777-sp_cpp_lambda_fparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30777-sp_cpp_lambda_fparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30777-sp_cpp_lambda_fparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30777-sp_cpp_lambda_fparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30780-lambda_in_one_liner.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30780-lambda_in_one_liner.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30780-lambda_in_one_liner.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30780-lambda_in_one_liner.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30781-lambda_brace_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30781-lambda_brace_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30781-lambda_brace_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30781-lambda_brace_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30790-Issue_2795.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30790-Issue_2795.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30790-Issue_2795.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30790-Issue_2795.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30791-Issue_3203.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30791-Issue_3203.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30791-Issue_3203.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30791-Issue_3203.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30800-align-star-amp-pos.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30800-align-star-amp-pos.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30800-align-star-amp-pos.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30800-align-star-amp-pos.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30801-align-star-amp-pos.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30801-align-star-amp-pos.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30801-align-star-amp-pos.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30801-align-star-amp-pos.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30802-align-star-amp-pos.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30802-align-star-amp-pos.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30802-align-star-amp-pos.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30802-align-star-amp-pos.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30803-bug_1403.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30803-bug_1403.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30803-bug_1403.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30803-bug_1403.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30805-ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30805-ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30805-ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30805-ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30806-ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30806-ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30806-ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30806-ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30807-ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30807-ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30807-ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30807-ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30808-ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30808-ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30808-ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30808-ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30809-bug_1289.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30809-bug_1289.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30809-bug_1289.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30809-bug_1289.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30810-ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30810-ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30810-ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30810-ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30811-misc3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30811-misc3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30811-misc3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30811-misc3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30812-misc4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30812-misc4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30812-misc4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30812-misc4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30813-misc5.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30813-misc5.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30813-misc5.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30813-misc5.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30814-misc6.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30814-misc6.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30814-misc6.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30814-misc6.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30815-cmt-reflow.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30815-cmt-reflow.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30815-cmt-reflow.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30815-cmt-reflow.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30816-for_long.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30816-for_long.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30816-for_long.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30816-for_long.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30817-cmt-cpp-cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30817-cmt-cpp-cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30817-cmt-cpp-cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30817-cmt-cpp-cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30818-bug_1169.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30818-bug_1169.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30818-bug_1169.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30818-bug_1169.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30819-bug_1170.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30819-bug_1170.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30819-bug_1170.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30819-bug_1170.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30820-pp-define-indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30820-pp-define-indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30820-pp-define-indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30820-pp-define-indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30821-pp_indent_case.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30821-pp_indent_case.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30821-pp_indent_case.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30821-pp_indent_case.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30822-pp_indent_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30822-pp_indent_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30822-pp_indent_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30822-pp_indent_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30823-pp_indent_func_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30823-pp_indent_func_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30823-pp_indent_func_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30823-pp_indent_func_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30824-pp_indent_extern.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30824-pp_indent_extern.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30824-pp_indent_extern.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30824-pp_indent_extern.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30825-Issue_1966.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30825-Issue_1966.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30825-Issue_1966.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30825-Issue_1966.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30826-Issue_2319.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30826-Issue_2319.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30826-Issue_2319.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30826-Issue_2319.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30827-Issue_1167.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30827-Issue_1167.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30827-Issue_1167.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30827-Issue_1167.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30828-bug_1691.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30828-bug_1691.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30828-bug_1691.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30828-bug_1691.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30829-Issue_2726.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30829-Issue_2726.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30829-Issue_2726.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30829-Issue_2726.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30830-kw_subst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30830-kw_subst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30830-kw_subst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30830-kw_subst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30831-kw_subst2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30831-kw_subst2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30831-kw_subst2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30831-kw_subst2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30832-kw_subst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30832-kw_subst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30832-kw_subst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30832-kw_subst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30840-nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30840-nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30840-nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30840-nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30841-nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30841-nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30841-nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30841-nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30842-nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30842-nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30842-nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30842-nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30843-nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30843-nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30843-nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30843-nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30844-Issue_2771.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30844-Issue_2771.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30844-Issue_2771.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30844-Issue_2771.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30845-deref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30845-deref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30845-deref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30845-deref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30846-Issue_3197.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30846-Issue_3197.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30846-Issue_3197.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30846-Issue_3197.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30850-sp_cmt_cpp_start.cc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30850-sp_cmt_cpp_start.cc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30850-sp_cmt_cpp_start.cc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30850-sp_cmt_cpp_start.cc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30852-Issue_2138.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30852-Issue_2138.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30852-Issue_2138.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30852-Issue_2138.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30853-noexcept.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30853-noexcept.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30853-noexcept.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30853-noexcept.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30854-Issue_1703.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30854-Issue_1703.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30854-Issue_1703.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30854-Issue_1703.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30855-cpp_move.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30855-cpp_move.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30855-cpp_move.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30855-cpp_move.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30856-sp_cmt_cpp_region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30856-sp_cmt_cpp_region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30856-sp_cmt_cpp_region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30856-sp_cmt_cpp_region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30857-sp_cmt_cpp_region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30857-sp_cmt_cpp_region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30857-sp_cmt_cpp_region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30857-sp_cmt_cpp_region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30860-sf574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30860-sf574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30860-sf574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30860-sf574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30870-cmt_insert.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30870-cmt_insert.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30870-cmt_insert.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30870-cmt_insert.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30871-cmt_insert.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30871-cmt_insert.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30871-cmt_insert.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30871-cmt_insert.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30872-Issue_2752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30872-Issue_2752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30872-Issue_2752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30872-Issue_2752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30880-bug_1758.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30880-bug_1758.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30880-bug_1758.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30880-bug_1758.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30881-bug_1758-f.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30881-bug_1758-f.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30881-bug_1758-f.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30881-bug_1758-f.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30900-region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30900-region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30900-region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30900-region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30901-region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30901-region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30902-region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30902-region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30902-region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30902-region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30903-region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30903-region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30903-region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30903-region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30907-Issue_1813.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30907-Issue_1813.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30907-Issue_1813.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30907-Issue_1813.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30908-Issue_1813-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30908-Issue_1813-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30908-Issue_1813-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30908-Issue_1813-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30909-Issue_1813-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30909-Issue_1813-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30909-Issue_1813-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30909-Issue_1813-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30910-indent_namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30910-indent_namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30910-indent_namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30910-indent_namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30911-indent_namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30911-indent_namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30911-indent_namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30911-indent_namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30912-long_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30912-long_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30912-long_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30912-long_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30913-indent_namespace2.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30913-indent_namespace2.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30913-indent_namespace2.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30913-indent_namespace2.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30914-indent_namespace_single_indent.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30914-indent_namespace_single_indent.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30914-indent_namespace_single_indent.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30914-indent_namespace_single_indent.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30915-bug_1235.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30915-bug_1235.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30915-bug_1235.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30915-bug_1235.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30916-Issue_1737.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30916-Issue_1737.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30916-Issue_1737.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30916-Issue_1737.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30917-Issue_2345-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30917-Issue_2345-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30917-Issue_2345-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30917-Issue_2345-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30918-Issue_2345-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30918-Issue_2345-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30918-Issue_2345-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30918-Issue_2345-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30919-Issue_2387.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30919-Issue_2387.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30919-Issue_2387.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30919-Issue_2387.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30920-indent-off.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30920-indent-off.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30920-indent-off.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30920-indent-off.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30921-variadic-template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30921-variadic-template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30921-variadic-template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30921-variadic-template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30922-variadic-template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30922-variadic-template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30922-variadic-template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30922-variadic-template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30923-sf.2886991.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30923-sf.2886991.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30923-sf.2886991.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30923-sf.2886991.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30924-sf.2886991.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30924-sf.2886991.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30924-sf.2886991.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30924-sf.2886991.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30925-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30925-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30925-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30925-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30926-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30926-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30926-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30926-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30927-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30927-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30927-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30927-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30928-function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30928-function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30928-function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30928-function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30929-bug_1324.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30929-bug_1324.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30929-bug_1324.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30929-bug_1324.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30930-indent_var_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30930-indent_var_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30930-indent_var_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30930-indent_var_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30931-indent_var_def_cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30931-indent_var_def_cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30931-indent_var_def_cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30931-indent_var_def_cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30932-indent_var_def_cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30932-indent_var_def_cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30932-indent_var_def_cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30932-indent_var_def_cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30933-indent_paren_after_func_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30933-indent_paren_after_func_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30933-indent_paren_after_func_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30933-indent_paren_after_func_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30934-indent_paren_after_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30934-indent_paren_after_func_decl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30934-indent_paren_after_func_decl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30934-indent_paren_after_func_decl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30935-indent-misc.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30935-indent-misc.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30935-indent-misc.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30935-indent-misc.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30936-indent_braces_no.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30936-indent_braces_no.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30936-indent_braces_no.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30936-indent_braces_no.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30937-indent_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30937-indent_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30937-indent_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30937-indent_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30938-indent_switch_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30938-indent_switch_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30938-indent_switch_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30938-indent_switch_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30939-indent_paren_after_func_call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30939-indent_paren_after_func_call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30939-indent_paren_after_func_call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30939-indent_paren_after_func_call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30940-case-brace-remove.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30940-case-brace-remove.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30940-case-brace-remove.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30940-case-brace-remove.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30941-Issue_2150.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30941-Issue_2150.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30941-Issue_2150.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30941-Issue_2150.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30942-Issue_1692.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30942-Issue_1692.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30942-Issue_1692.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30942-Issue_1692.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30943-Issue_2735.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30943-Issue_2735.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30943-Issue_2735.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30943-Issue_2735.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30945-sf.3266678.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30945-sf.3266678.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30945-sf.3266678.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30945-sf.3266678.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30946-sf.3315874.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30946-sf.3315874.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30946-sf.3315874.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30946-sf.3315874.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30947-bug_1689.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30947-bug_1689.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30947-bug_1689.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30947-bug_1689.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30948-sp_before_byref_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30948-sp_before_byref_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30948-sp_before_byref_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30948-sp_before_byref_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30949-Issue_2757.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30949-Issue_2757.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30949-Issue_2757.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30949-Issue_2757.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30950-sp_before_tr_emb_cmt_input.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30950-sp_before_tr_emb_cmt_input.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30950-sp_before_tr_emb_cmt_input.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30950-sp_before_tr_emb_cmt_input.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30951-sp_before_tr_emb_cmt_input.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30951-sp_before_tr_emb_cmt_input.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30951-sp_before_tr_emb_cmt_input.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30951-sp_before_tr_emb_cmt_input.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30952-sp_before_constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30952-sp_before_constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30952-sp_before_constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30952-sp_before_constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30953-constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30953-constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30953-constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30953-constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30954-Issue_2305.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30954-Issue_2305.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30954-Issue_2305.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30954-Issue_2305.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30955-indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30955-indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30955-indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30955-indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30956-indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30956-indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30956-indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30956-indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30957-class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30957-class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30957-class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30957-class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30958-nl_for_leave_one_liners.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30958-nl_for_leave_one_liners.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30958-nl_for_leave_one_liners.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30958-nl_for_leave_one_liners.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30959-nl_for_leave_one_liners.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30959-nl_for_leave_one_liners.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30959-nl_for_leave_one_liners.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30959-nl_for_leave_one_liners.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30960-Issue_2151.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30960-Issue_2151.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30960-Issue_2151.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30960-Issue_2151.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30961-Issue_2232.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30961-Issue_2232.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30961-Issue_2232.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30961-Issue_2232.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30962-nl_assign_leave_one_liners.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30962-nl_assign_leave_one_liners.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30962-nl_assign_leave_one_liners.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30962-nl_assign_leave_one_liners.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30963-Issue_2907.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30963-Issue_2907.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30963-Issue_2907.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30963-Issue_2907.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30964-Issue_2823.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30964-Issue_2823.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30964-Issue_2823.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30964-Issue_2823.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30965-return_remove.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30965-return_remove.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30965-return_remove.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30965-return_remove.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30966-return_remove.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30966-return_remove.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30966-return_remove.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30966-return_remove.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30970-Issue_2219.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30970-Issue_2219.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30970-Issue_2219.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30970-Issue_2219.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30971-Issue_2224.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30971-Issue_2224.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30971-Issue_2224.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30971-Issue_2224.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30972-Issue_2229.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30972-Issue_2229.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30972-Issue_2229.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30972-Issue_2229.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30973-Issue_2236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30973-Issue_2236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30973-Issue_2236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30973-Issue_2236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30974-using-alias-in-define.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30974-using-alias-in-define.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30974-using-alias-in-define.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30974-using-alias-in-define.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31000-digraph.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31000-digraph.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31000-digraph.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31000-digraph.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31001-digraph.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31001-digraph.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31001-digraph.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31001-digraph.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31050-pos_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31050-pos_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31050-pos_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31050-pos_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31051-pos_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31051-pos_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31051-pos_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31051-pos_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31101-nl_before_brace_open_test.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31101-nl_before_brace_open_test.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31101-nl_before_brace_open_test.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31101-nl_before_brace_open_test.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31102-nl_before_brace_open_test.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31102-nl_before_brace_open_test.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31102-nl_before_brace_open_test.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31102-nl_before_brace_open_test.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31103-nl_before_brace_open_test.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31103-nl_before_brace_open_test.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31103-nl_before_brace_open_test.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31103-nl_before_brace_open_test.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31104-nl_before_brace_open_test.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31104-nl_before_brace_open_test.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31104-nl_before_brace_open_test.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31104-nl_before_brace_open_test.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31400-trailing_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31400-trailing_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31400-trailing_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31400-trailing_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31401-trailing_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31401-trailing_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31401-trailing_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31401-trailing_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31402-trailing_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31402-trailing_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31402-trailing_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31402-trailing_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31403-trailing_return_byref_ptr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31403-trailing_return_byref_ptr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31403-trailing_return_byref_ptr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31403-trailing_return_byref_ptr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31404-trailing_return_byref_ptr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31404-trailing_return_byref_ptr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31404-trailing_return_byref_ptr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31404-trailing_return_byref_ptr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31450-indent_func_alias_prototype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31450-indent_func_alias_prototype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31450-indent_func_alias_prototype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31450-indent_func_alias_prototype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31451-indent_func_alias_prototype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31451-indent_func_alias_prototype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31451-indent_func_alias_prototype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31451-indent_func_alias_prototype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31452-indent_func_alias_prototype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31452-indent_func_alias_prototype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31452-indent_func_alias_prototype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31452-indent_func_alias_prototype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31562-sf562.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31562-sf562.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31562-sf562.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31562-sf562.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31567-sf567.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31567-sf567.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31567-sf567.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31567-sf567.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31568-Issue_2368.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31568-Issue_2368.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31568-Issue_2368.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31568-Issue_2368.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31583-sf583.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31583-sf583.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31583-sf583.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31583-sf583.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31593-sf593.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31593-sf593.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31593-sf593.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31593-sf593.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31594-issue_672.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31594-issue_672.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31594-issue_672.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31594-issue_672.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31595-issue_1778.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31595-issue_1778.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31595-issue_1778.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31595-issue_1778.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31596-issue_1782.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31596-issue_1782.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31596-issue_1782.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31596-issue_1782.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31597-issue_1804.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31597-issue_1804.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31597-issue_1804.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31597-issue_1804.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31598-Issue_1753.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31598-Issue_1753.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31599-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31599-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31599-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31599-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31600-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31600-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31600-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31600-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31601-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31601-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31601-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31601-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31602-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31602-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31602-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31602-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31603-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31603-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31603-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31603-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31604-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31604-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31604-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31604-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31605-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31605-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31605-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31605-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31606-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31606-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31606-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31606-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31607-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31607-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31607-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31607-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31608-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31608-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31608-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31608-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31609-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31609-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31609-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31609-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31610-Issue_2085.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31610-Issue_2085.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31610-Issue_2085.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31610-Issue_2085.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31611-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31611-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31611-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31611-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31612-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31612-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31612-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31612-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31613-parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31613-parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31613-parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31613-parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31614-Issue_3309.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31614-Issue_3309.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31614-Issue_3309.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31614-Issue_3309.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31615-Issue_3309.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31615-Issue_3309.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31615-Issue_3309.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31615-Issue_3309.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31616-Issue_3309.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31616-Issue_3309.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31616-Issue_3309.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31616-Issue_3309.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31620-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31620-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31620-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31620-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31621-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31621-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31621-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31621-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31622-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31622-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31622-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31622-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31623-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31623-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31623-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31623-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31624-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31624-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31624-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31624-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31625-sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31625-sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31625-sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31626-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31626-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31626-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31626-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31627-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31627-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31627-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31627-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31628-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31628-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31628-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31628-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31629-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31629-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31629-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31629-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31630-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31630-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31630-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31630-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31631-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31631-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31631-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31631-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31632-issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31632-issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31632-issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31632-issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31633-sp_after_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31633-sp_after_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31633-sp_after_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31633-sp_after_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31634-sp_after_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31634-sp_after_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31634-sp_after_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31634-sp_after_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31635-sp_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31635-sp_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31635-sp_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31635-sp_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31636-Issue_1923.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31636-Issue_1923.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31636-Issue_1923.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31636-Issue_1923.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31637-Issue_3446.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31637-Issue_3446.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31637-Issue_3446.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31637-Issue_3446.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31638-misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31638-misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31638-misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31638-misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31639-misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31639-misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31639-misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31639-misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31640-misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31640-misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31640-misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31640-misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31641-misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31641-misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31641-misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31641-misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31660-issue_1919.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31660-issue_1919.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31660-issue_1919.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31660-issue_1919.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31661-Issue_3097.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31661-Issue_3097.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31661-Issue_3097.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31661-Issue_3097.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31662-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31662-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31662-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31662-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31663-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31663-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31663-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31663-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31664-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31664-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31664-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31664-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31665-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31665-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31665-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31665-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31666-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31666-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31666-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31666-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31667-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31667-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31667-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31667-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31668-var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31668-var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31668-var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31668-var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31700-toggle_processing_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31700-toggle_processing_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31700-toggle_processing_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31700-toggle_processing_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31701-toggle_processing_cmt2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31701-toggle_processing_cmt2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31701-toggle_processing_cmt2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31701-toggle_processing_cmt2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31702-toggle_processing_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31702-toggle_processing_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31702-toggle_processing_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31702-toggle_processing_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31703-toggle_processing_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31703-toggle_processing_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31703-toggle_processing_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31703-toggle_processing_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31710-string_replace_tab_chars.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31710-string_replace_tab_chars.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31710-string_replace_tab_chars.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31710-string_replace_tab_chars.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31711-string_replace_tab_chars.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31711-string_replace_tab_chars.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31711-string_replace_tab_chars.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31711-string_replace_tab_chars.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31720-bit-colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31720-bit-colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31720-bit-colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31720-bit-colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31721-Issue_2689.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31721-Issue_2689.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31721-Issue_2689.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31721-Issue_2689.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31730-ms-style-ref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31730-ms-style-ref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31730-ms-style-ref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31730-ms-style-ref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31740-I2102.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31740-I2102.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31740-I2102.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31740-I2102.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32000-sp_skip_vbrace_tokens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32000-sp_skip_vbrace_tokens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32000-sp_skip_vbrace_tokens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32000-sp_skip_vbrace_tokens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32001-issue_547_for_each.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32001-issue_547_for_each.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32001-issue_547_for_each.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32001-issue_547_for_each.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32002-proto-wrap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32002-proto-wrap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32002-proto-wrap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32002-proto-wrap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32003-issue_633_typename.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32003-issue_633_typename.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32003-issue_633_typename.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32003-issue_633_typename.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32004-issue_624_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32004-issue_624_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32004-issue_624_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32004-issue_624_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32005-issue_633_typename.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32005-issue_633_typename.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32005-issue_633_typename.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32005-issue_633_typename.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32006-bug_i_687.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32006-bug_i_687.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32006-bug_i_687.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32006-bug_i_687.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32007-Issue_3052.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32007-Issue_3052.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32007-Issue_3052.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32007-Issue_3052.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32008-Issue_3034.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32008-Issue_3034.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32008-Issue_3034.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32008-Issue_3034.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32009-Issue_3422.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32009-Issue_3422.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32009-Issue_3422.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32009-Issue_3422.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32010-Issue_3422.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32010-Issue_3422.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32010-Issue_3422.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32010-Issue_3422.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32100-cpp17.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32100-cpp17.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32100-cpp17.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32100-cpp17.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32105-I2103.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32105-I2103.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32105-I2103.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32105-I2103.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32115-2185.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32115-2185.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/32115-2185.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32115-2185.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33000-tab-0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33000-tab-0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33000-tab-0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33000-tab-0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33001-tab-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33001-tab-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33001-tab-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33001-tab-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33002-cmt_convert_tab_to_spaces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33002-cmt_convert_tab_to_spaces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33002-cmt_convert_tab_to_spaces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33002-cmt_convert_tab_to_spaces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33003-cmt_convert_tab_to_spaces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33003-cmt_convert_tab_to_spaces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33003-cmt_convert_tab_to_spaces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33003-cmt_convert_tab_to_spaces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33004-DoxygenComments.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33004-DoxygenComments.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33004-DoxygenComments.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33004-DoxygenComments.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33005-DoxygenComments.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33005-DoxygenComments.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33005-DoxygenComments.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33005-DoxygenComments.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33006-string_replace_tab_chars.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33006-string_replace_tab_chars.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33006-string_replace_tab_chars.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33006-string_replace_tab_chars.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33007-NewLine.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33007-NewLine.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33007-NewLine.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33007-NewLine.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33008-NewLine.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33008-NewLine.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33008-NewLine.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33008-NewLine.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33009-NewLine0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33009-NewLine0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33009-NewLine0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33009-NewLine0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33010-Q_EMIT.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33010-Q_EMIT.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33010-Q_EMIT.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33010-Q_EMIT.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33011-static.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33011-static.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33011-static.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33011-static.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33012-Q_SIGNAL_SLOT.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33012-Q_SIGNAL_SLOT.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33012-Q_SIGNAL_SLOT.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33012-Q_SIGNAL_SLOT.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33013-Q_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33013-Q_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33013-Q_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33013-Q_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33014-DB.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33014-DB.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33014-DB.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33014-DB.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33015-Q_FOREACH.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33015-Q_FOREACH.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33015-Q_FOREACH.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33015-Q_FOREACH.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33016-indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33016-indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33016-indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33016-indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33017-bug_1160.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33017-bug_1160.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33017-bug_1160.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33017-bug_1160.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33019-bug_657.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33019-bug_657.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33019-bug_657.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33019-bug_657.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33020-bug_662.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33020-bug_662.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33020-bug_662.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33020-bug_662.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33021-bug_633.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33021-bug_633.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33021-bug_633.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33021-bug_633.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33022-bug_634.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33022-bug_634.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33022-bug_634.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33022-bug_634.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33023-bug_651.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33023-bug_651.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33023-bug_651.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33023-bug_651.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33024-bug_653.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33024-bug_653.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33024-bug_653.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33024-bug_653.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33025-bug_654.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33025-bug_654.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33025-bug_654.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33025-bug_654.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33026-bug_631.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33026-bug_631.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33026-bug_631.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33026-bug_631.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33027-bug_664.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33027-bug_664.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33027-bug_664.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33027-bug_664.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33028-braces_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33028-braces_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33028-braces_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33028-braces_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33029-cast.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33029-cast.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33029-cast.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33029-cast.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33030-Q_FOREVER.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33030-Q_FOREVER.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33030-Q_FOREVER.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33030-Q_FOREVER.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33031-bug_612.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33031-bug_612.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33031-bug_612.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33031-bug_612.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33032-bug_670.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33032-bug_670.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33032-bug_670.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33032-bug_670.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33033-bug_670.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33033-bug_670.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33033-bug_670.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33033-bug_670.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33034-bug_671.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33034-bug_671.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33034-bug_671.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33034-bug_671.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33035-patch_32.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33035-patch_32.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33035-patch_32.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33035-patch_32.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33036-bug_663.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33036-bug_663.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33036-bug_663.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33036-bug_663.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33037-func_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33037-func_class.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33037-func_class.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33037-func_class.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33038-func_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33038-func_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33038-func_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33038-func_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33039-mod_remove_empty_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33039-mod_remove_empty_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33039-mod_remove_empty_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33039-mod_remove_empty_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33040-bug_i_411.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33040-bug_i_411.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33040-bug_i_411.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33040-bug_i_411.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33041-bug_i_411.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33041-bug_i_411.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33041-bug_i_411.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33041-bug_i_411.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33042-bug_i_411.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33042-bug_i_411.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33042-bug_i_411.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33042-bug_i_411.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33043-bug_i_478.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33043-bug_i_478.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33043-bug_i_478.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33043-bug_i_478.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33044-bug_i_481.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33044-bug_i_481.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33044-bug_i_481.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33044-bug_i_481.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33045-bug_i_width.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33045-bug_i_width.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33045-bug_i_width.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33045-bug_i_width.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33046-bug_i_409.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33046-bug_i_409.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33046-bug_i_409.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33046-bug_i_409.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33047-bug_i_409.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33047-bug_i_409.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33047-bug_i_409.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33047-bug_i_409.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33048-bug_i_405.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33048-bug_i_405.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33048-bug_i_405.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33048-bug_i_405.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33049-pp-pragma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33049-pp-pragma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33049-pp-pragma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33049-pp-pragma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33050-issue_523.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33050-issue_523.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33050-issue_523.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33050-issue_523.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33051-bug_i_503.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33051-bug_i_503.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33051-bug_i_503.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33051-bug_i_503.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33052-bug_i_512.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33052-bug_i_512.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33052-bug_i_512.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33052-bug_i_512.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33053-for_auto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33053-for_auto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33053-for_auto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33053-for_auto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33054-bug_i_825.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33054-bug_i_825.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33054-bug_i_825.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33054-bug_i_825.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33056-bug_33056.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33056-bug_33056.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33056-bug_33056.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33056-bug_33056.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33057-bug_1349.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33057-bug_1349.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33057-bug_1349.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33057-bug_1349.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33058-Issue_3164.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33058-Issue_3164.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33058-Issue_3164.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33058-Issue_3164.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33059-mod_remove_empty_return-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33059-mod_remove_empty_return-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33059-mod_remove_empty_return-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33059-mod_remove_empty_return-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33060-if_constexpr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33060-if_constexpr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33060-if_constexpr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33060-if_constexpr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33061-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33061-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33061-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33061-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33062-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33062-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33062-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33062-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33063-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33063-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33063-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33063-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33064-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33064-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33064-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33064-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33065-Issue_3316.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33065-Issue_3316.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33065-Issue_3316.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33065-Issue_3316.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33066-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33066-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33066-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33066-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33067-if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33067-if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33067-if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33067-if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33069-Issue_2195.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33069-Issue_2195.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33069-Issue_2195.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33069-Issue_2195.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33070-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33070-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33070-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33070-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33071-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33071-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33071-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33071-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33072-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33072-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33072-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33072-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33073-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33073-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33073-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33073-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33074-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33074-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33074-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33074-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33075-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33075-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33075-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33075-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33076-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33076-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33076-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33076-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33077-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33077-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33077-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33077-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33078-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33078-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33078-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33078-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33079-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33079-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33079-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33079-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33080-multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33080-multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33080-multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33080-multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33081-bug_i_552.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33081-bug_i_552.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33081-bug_i_552.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33081-bug_i_552.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33082-namespace_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33082-namespace_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33082-namespace_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33082-namespace_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33083-bug_i_359.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33083-bug_i_359.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33083-bug_i_359.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33083-bug_i_359.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33084-op_sym_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33084-op_sym_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33084-op_sym_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33084-op_sym_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33085-bug_i_323.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33085-bug_i_323.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33085-bug_i_323.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33085-bug_i_323.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33086-bug_i_568.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33086-bug_i_568.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33086-bug_i_568.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33086-bug_i_568.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33087-bug_i_596.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33087-bug_i_596.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33087-bug_i_596.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33087-bug_i_596.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33088-bug_i_197.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33088-bug_i_197.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33088-bug_i_197.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33088-bug_i_197.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33089-bug_643.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33089-bug_643.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33089-bug_643.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33089-bug_643.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33090-gh555.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33090-gh555.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33090-gh555.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33090-gh555.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33091-squeeze_ifdef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33091-squeeze_ifdef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33091-squeeze_ifdef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33091-squeeze_ifdef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33092-squeeze_ifdef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33092-squeeze_ifdef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33092-squeeze_ifdef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33092-squeeze_ifdef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33093-sp_angle_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33093-sp_angle_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33093-sp_angle_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33093-sp_angle_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33094-sp_angle_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33094-sp_angle_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33094-sp_angle_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33094-sp_angle_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33095-bug_i_322.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33095-bug_i_322.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33095-bug_i_322.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33095-bug_i_322.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33096-squeeze_ifdef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33096-squeeze_ifdef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33096-squeeze_ifdef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33096-squeeze_ifdef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33097-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33097-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33097-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33097-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33098-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33098-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33098-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33098-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33099-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33099-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33099-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33099-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33100-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33100-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33100-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33100-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33101-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33101-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33101-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33101-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33102-enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33102-enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33102-enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33102-enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33103-bug_858.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33103-bug_858.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33103-bug_858.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33103-bug_858.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33104-bug_858.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33104-bug_858.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33104-bug_858.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33104-bug_858.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33105-bug_1001.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33105-bug_1001.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33105-bug_1001.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33105-bug_1001.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33106-pos_bool_in_template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33106-pos_bool_in_template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33106-pos_bool_in_template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33106-pos_bool_in_template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33107-Issue_2688.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33107-Issue_2688.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33107-Issue_2688.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33107-Issue_2688.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33108-Issue_2045.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33108-Issue_2045.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33108-Issue_2045.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33108-Issue_2045.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33109-Issue_3205.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33109-Issue_3205.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33109-Issue_3205.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33109-Issue_3205.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33110-enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33110-enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33110-enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33110-enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33120-Issue_2149.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33120-Issue_2149.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33120-Issue_2149.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33120-Issue_2149.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33150-bug_i_753.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33150-bug_i_753.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33150-bug_i_753.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33150-bug_i_753.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33151-bug_i_752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33151-bug_i_752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33151-bug_i_752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33151-bug_i_752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33152-bug_1004.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33152-bug_1004.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33152-bug_1004.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33152-bug_1004.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33160-bug_1112.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33160-bug_1112.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33160-bug_1112.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33160-bug_1112.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33161-byref-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33161-byref-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33161-byref-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33161-byref-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33162-sp_not_not.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33162-sp_not_not.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33162-sp_not_not.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33162-sp_not_not.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33180-pp_multi_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33180-pp_multi_comment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33180-pp_multi_comment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33180-pp_multi_comment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33181-Issue_2759.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33181-Issue_2759.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33181-Issue_2759.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33181-Issue_2759.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33182-Issue_2794.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33182-Issue_2794.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33182-Issue_2794.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33182-Issue_2794.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33200-first_len_minimum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33200-first_len_minimum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33200-first_len_minimum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33200-first_len_minimum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33201-indent_ctor_members_twice.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33201-indent_ctor_members_twice.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33201-indent_ctor_members_twice.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33201-indent_ctor_members_twice.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33202-initlist_leading_commas.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33202-initlist_leading_commas.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33202-initlist_leading_commas.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33202-initlist_leading_commas.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33203-Issue_2574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33203-Issue_2574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33203-Issue_2574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33203-Issue_2574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33204-Issue_2582.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33204-Issue_2582.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33204-Issue_2582.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33204-Issue_2582.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33205-Issue_3198.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33205-Issue_3198.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33205-Issue_3198.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33205-Issue_3198.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33210-templates4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33210-templates4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33210-templates4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33210-templates4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33211-pp_multi_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33211-pp_multi_comment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33211-pp_multi_comment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33211-pp_multi_comment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33212-pp-define-indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33212-pp-define-indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33212-pp-define-indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33212-pp-define-indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33213-disable_macro.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33213-disable_macro.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33213-disable_macro.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33213-disable_macro.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33214-Issue_2742.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33214-Issue_2742.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33214-Issue_2742.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33214-Issue_2742.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33215-Issue_3055.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33215-Issue_3055.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33215-Issue_3055.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33215-Issue_3055.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33216-Issue_3055-a.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33216-Issue_3055-a.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33216-Issue_3055-a.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33216-Issue_3055-a.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33217-Issue_3113.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33217-Issue_3113.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33217-Issue_3113.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/33217-Issue_3113.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34001-nl_before_after.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34001-nl_before_after.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34001-nl_before_after.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34001-nl_before_after.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34002-bug_i_793.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34002-bug_i_793.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34002-bug_i_793.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34002-bug_i_793.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34003-nl_max_blank_in_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34003-nl_max_blank_in_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34003-nl_max_blank_in_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34003-nl_max_blank_in_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34004-nl_max_blank_in_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34004-nl_max_blank_in_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34004-nl_max_blank_in_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34004-nl_max_blank_in_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34005-nl_max_blank_in_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34005-nl_max_blank_in_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34005-nl_max_blank_in_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34005-nl_max_blank_in_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34006-bug_i_575.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34006-bug_i_575.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34006-bug_i_575.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34006-bug_i_575.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34007-bug_i_928.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34007-bug_i_928.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34007-bug_i_928.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34007-bug_i_928.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34100-bug_i_525.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34100-bug_i_525.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34100-bug_i_525.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34100-bug_i_525.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34101-bug_i_646.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34101-bug_i_646.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34101-bug_i_646.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34101-bug_i_646.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34105-bug_i_663.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34105-bug_i_663.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34105-bug_i_663.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34105-bug_i_663.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34108-bug_i_666.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34108-bug_i_666.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34108-bug_i_666.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34108-bug_i_666.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34112-bug_i_889.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34112-bug_i_889.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34112-bug_i_889.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34112-bug_i_889.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34113-bug_902.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34113-bug_902.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34113-bug_902.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34113-bug_902.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34114-bug_902.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34114-bug_902.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34114-bug_902.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34114-bug_902.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34115-nl_before_func_body_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34115-nl_before_func_body_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34115-nl_before_func_body_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34115-nl_before_func_body_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34116-issue_2000.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34116-issue_2000.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34116-issue_2000.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34116-issue_2000.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34117-extern_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34117-extern_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34117-extern_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34117-extern_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34118-Issue_2163.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34118-Issue_2163.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34118-Issue_2163.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34118-Issue_2163.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34120-bug_i_999.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34120-bug_i_999.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34120-bug_i_999.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34120-bug_i_999.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34121-bug_1717.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34121-bug_1717.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34121-bug_1717.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34121-bug_1717.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34122-Issue_2440.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34122-Issue_2440.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34122-Issue_2440.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34122-Issue_2440.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34123-Issue_2440_nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34123-Issue_2440_nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34123-Issue_2440_nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34123-Issue_2440_nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34130-bug_i_1000.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34130-bug_i_1000.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34130-bug_i_1000.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34130-bug_i_1000.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34131-bug_i_1000.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34131-bug_i_1000.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34131-bug_i_1000.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34131-bug_i_1000.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34132-new_op.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34132-new_op.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34132-new_op.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34132-new_op.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34133-new_op.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34133-new_op.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34133-new_op.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34133-new_op.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34134-new_op.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34134-new_op.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34134-new_op.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34134-new_op.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34135-new_op.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34135-new_op.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34135-new_op.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34135-new_op.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34136-sp_balance_nested_parens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34136-sp_balance_nested_parens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34136-sp_balance_nested_parens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34136-sp_balance_nested_parens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34140-bug_1027.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34140-bug_1027.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34140-bug_1027.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34140-bug_1027.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34141-bug_1005.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34141-bug_1005.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34141-bug_1005.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34141-bug_1005.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34142-I1112-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34142-I1112-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34142-I1112-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34142-I1112-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34143-I1112-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34143-I1112-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34143-I1112-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34143-I1112-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34144-I1112-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34144-I1112-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34144-I1112-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34144-I1112-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34145-i683.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34145-i683.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34145-i683.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34145-i683.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34146-bug_1002.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34146-bug_1002.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34146-bug_1002.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34146-bug_1002.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34147-bug_1002.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34147-bug_1002.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34147-bug_1002.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34147-bug_1002.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34148-bug_1139.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34148-bug_1139.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34148-bug_1139.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34148-bug_1139.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34149-bug_1139.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34149-bug_1139.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34149-bug_1139.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34149-bug_1139.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34150-bug_1032.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34150-bug_1032.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34150-bug_1032.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34150-bug_1032.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34151-bug_666.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34151-bug_666.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34151-bug_666.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34151-bug_666.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34152-bug_1068.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34152-bug_1068.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34152-bug_1068.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34152-bug_1068.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34153-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34153-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34153-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34153-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34154-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34154-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34154-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34154-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34155-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34155-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34155-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34155-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34156-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34156-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34156-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34156-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34157-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34157-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34157-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34157-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34158-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34158-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34158-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34158-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34159-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34159-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34159-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34159-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34160-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34160-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34160-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34160-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34161-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34161-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34161-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34161-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34162-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34162-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34162-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34162-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34163-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34163-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34163-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34163-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34164-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34164-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34164-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34164-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34165-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34165-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34165-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34165-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34166-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34166-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34166-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34166-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34168-Issue_2910.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34168-Issue_2910.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34168-Issue_2910.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34168-Issue_2910.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34169-init-list-call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34169-init-list-call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34169-init-list-call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34169-init-list-call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34170-i1082.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34170-i1082.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34170-i1082.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34170-i1082.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34171-i1181.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34171-i1181.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34171-i1181.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34171-i1181.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34172-i1165.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34172-i1165.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34172-i1165.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34172-i1165.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34173-i1464.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34173-i1464.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34173-i1464.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34173-i1464.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34174-i1466.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34174-i1466.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34174-i1466.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34174-i1466.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34175-i1509.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34175-i1509.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34175-i1509.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34175-i1509.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34176-i1509_bug_1112_correction.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34176-i1509_bug_1112_correction.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34176-i1509_bug_1112_correction.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34176-i1509_bug_1112_correction.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34177-sp_func_call_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34177-sp_func_call_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34177-sp_func_call_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34178-Issue_3237.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34178-Issue_3237.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34178-Issue_3237.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34178-Issue_3237.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34179-arith_vs_byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34179-arith_vs_byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34179-arith_vs_byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34179-arith_vs_byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34180-bug_1402.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34180-bug_1402.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34180-bug_1402.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34180-bug_1402.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34190-bug_1003.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34190-bug_1003.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34190-bug_1003.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34190-bug_1003.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34191-comment-align-multiline.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34191-comment-align-multiline.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34192-i1207.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34192-i1207.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34192-i1207.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34192-i1207.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34193-i1218.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34193-i1218.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34193-i1218.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34193-i1218.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34194-sp_arith_additive.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34194-sp_arith_additive.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34194-sp_arith_additive.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34194-sp_arith_additive.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34195-sp_arith_additive.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34195-sp_arith_additive.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34195-sp_arith_additive.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34195-sp_arith_additive.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34196-Issue_1460.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34196-Issue_1460.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34196-Issue_1460.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34196-Issue_1460.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34197-bug_1161.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34197-bug_1161.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34197-bug_1161.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34197-bug_1161.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34198-bug_1249.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34198-bug_1249.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34198-bug_1249.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34198-bug_1249.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34199-not_lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34199-not_lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34199-not_lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34199-not_lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34200-i1536.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34200-i1536.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34200-i1536.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34200-i1536.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34201-i1565.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34201-i1565.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34201-i1565.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34201-i1565.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34202-i1617.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34202-i1617.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34202-i1617.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34202-i1617.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34203-i1516.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34203-i1516.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34203-i1516.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34203-i1516.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34204-func_param_indent_leading_comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34204-func_param_indent_leading_comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34204-func_param_indent_leading_comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34204-func_param_indent_leading_comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34205-bug_1395.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34205-bug_1395.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34205-bug_1395.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34205-bug_1395.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34206-for_loop_head.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34206-for_loop_head.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34206-for_loop_head.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34206-for_loop_head.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34207-for_loop_head.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34207-for_loop_head.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34207-for_loop_head.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34207-for_loop_head.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34208-conversion_operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34208-conversion_operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34208-conversion_operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34208-conversion_operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34209-lambda_selfcalling.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34209-lambda_selfcalling.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34209-lambda_selfcalling.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34209-lambda_selfcalling.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34210-override_virtual.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34210-override_virtual.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34210-override_virtual.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34210-override_virtual.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34211-anonymous_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34211-anonymous_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34211-anonymous_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34211-anonymous_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34212-func_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34212-func_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34212-func_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34212-func_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34250-bug_1607.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34250-bug_1607.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34250-bug_1607.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34250-bug_1607.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34251-bug_1649.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34251-bug_1649.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34251-bug_1649.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34251-bug_1649.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34252-issue_2001.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34252-issue_2001.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34252-issue_2001.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34252-issue_2001.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34253-friends.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34253-friends.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34253-friends.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34253-friends.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34254-issue_1985.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34254-issue_1985.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34254-issue_1985.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34254-issue_1985.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34255-eat_blanks_after_codewidth.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34255-eat_blanks_after_codewidth.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34255-eat_blanks_after_codewidth.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34255-eat_blanks_after_codewidth.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34256-Issue_2836.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34256-Issue_2836.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34256-Issue_2836.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34256-Issue_2836.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34257-brace_init_stdint_macros.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34257-brace_init_stdint_macros.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34257-brace_init_stdint_macros.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34257-brace_init_stdint_macros.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34258-long_lines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34258-long_lines.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34258-long_lines.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34258-long_lines.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34280-UNI-29935.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34280-UNI-29935.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34280-UNI-29935.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34280-UNI-29935.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34290-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34290-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34290-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34290-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34291-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34291-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34291-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34291-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34292-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34292-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34292-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34292-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34293-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34293-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34293-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34293-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34294-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34294-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34294-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34294-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34295-brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34295-brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34295-brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34295-brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34296-i1768.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34296-i1768.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34296-i1768.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34296-i1768.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34297-align-assign-mixed.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34297-align-assign-mixed.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34297-align-assign-mixed.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34297-align-assign-mixed.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34298-align-assign-mixed.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34298-align-assign-mixed.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34298-align-assign-mixed.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34298-align-assign-mixed.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34299-align-assign-mixed.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34299-align-assign-mixed.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34299-align-assign-mixed.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34299-align-assign-mixed.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34300-bug_1236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34300-bug_1236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34300-bug_1236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34300-bug_1236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34301-nl_fdef_brace_cond-f.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34301-nl_fdef_brace_cond-f.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34301-nl_fdef_brace_cond-f.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34301-nl_fdef_brace_cond-f.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34302-nl_fdef_brace_cond-r.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34302-nl_fdef_brace_cond-r.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34302-nl_fdef_brace_cond-r.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34302-nl_fdef_brace_cond-r.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34303-nl_fdef_brace_cond-fr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34303-nl_fdef_brace_cond-fr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34303-nl_fdef_brace_cond-fr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34303-nl_fdef_brace_cond-fr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34304-nl_fdef_brace_cond-rf.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34304-nl_fdef_brace_cond-rf.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34304-nl_fdef_brace_cond-rf.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34304-nl_fdef_brace_cond-rf.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34305-issue_2124-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34305-issue_2124-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34305-issue_2124-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34305-issue_2124-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34306-issue_2124-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34306-issue_2124-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34306-issue_2124-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34306-issue_2124-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34307-2203.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34307-2203.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34307-2203.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34307-2203.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34308-enum_comment_wrap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34308-enum_comment_wrap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34308-enum_comment_wrap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34308-enum_comment_wrap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34309-issue_2209-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34309-issue_2209-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34309-issue_2209-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34309-issue_2209-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34310-issue_2209-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34310-issue_2209-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34310-issue_2209-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34310-issue_2209-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34311-Issue_2250.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34311-Issue_2250.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34311-Issue_2250.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34311-Issue_2250.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34312-Issue_2101.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34312-Issue_2101.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34312-Issue_2101.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34312-Issue_2101.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34313-Issue_2437.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34313-Issue_2437.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34313-Issue_2437.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34313-Issue_2437.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34314-Issue_2604.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34314-Issue_2604.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34314-Issue_2604.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34314-Issue_2604.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34315-align_func_proto_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34315-align_func_proto_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34315-align_func_proto_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34315-align_func_proto_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34316-align_func_proto_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34316-align_func_proto_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34316-align_func_proto_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34316-align_func_proto_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34317-align_func_proto_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34317-align_func_proto_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34317-align_func_proto_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34317-align_func_proto_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34318-align_assign_func_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34318-align_assign_func_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34318-align_assign_func_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34318-align_assign_func_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34319-align_func_proto_thresh2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34319-align_func_proto_thresh2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34319-align_func_proto_thresh2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34319-align_func_proto_thresh2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34320-align_func_proto_thresh2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34320-align_func_proto_thresh2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34320-align_func_proto_thresh2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34320-align_func_proto_thresh2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34321-bug_2285.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34321-bug_2285.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34321-bug_2285.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34321-bug_2285.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34322-issue_2623.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34322-issue_2623.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34322-issue_2623.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34322-issue_2623.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34323-issue_2623.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34323-issue_2623.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34323-issue_2623.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34323-issue_2623.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34324-issue_2623.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34324-issue_2623.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34324-issue_2623.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34324-issue_2623.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34325-Issue_3025.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34325-Issue_3025.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34325-Issue_3025.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34325-Issue_3025.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34326-Issue_3040.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34326-Issue_3040.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34326-Issue_3040.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34326-Issue_3040.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34327-Issue_3044.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34327-Issue_3044.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34327-Issue_3044.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34327-Issue_3044.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34328-Issue_3048.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34328-Issue_3048.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34328-Issue_3048.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34328-Issue_3048.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34330-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34330-Issue_3061_0nl.cpp new file mode 100644 index 00000000..3777dbb0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34330-Issue_3061_0nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34331-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34331-Issue_3061_1nl.cpp new file mode 100644 index 00000000..3777dbb0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34331-Issue_3061_1nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34332-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34332-Issue_3061_2nl.cpp new file mode 100644 index 00000000..3777dbb0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34332-Issue_3061_2nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include \ No newline at end of file diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34333-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34333-Issue_3061_0nl.cpp new file mode 100644 index 00000000..242b6d69 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34333-Issue_3061_0nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34334-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34334-Issue_3061_1nl.cpp new file mode 100644 index 00000000..242b6d69 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34334-Issue_3061_1nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34335-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34335-Issue_3061_2nl.cpp new file mode 100644 index 00000000..242b6d69 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34335-Issue_3061_2nl.cpp @@ -0,0 +1,18 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34336-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34336-Issue_3061_0nl.cpp new file mode 100644 index 00000000..5f64022a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34336-Issue_3061_0nl.cpp @@ -0,0 +1,19 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34337-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34337-Issue_3061_1nl.cpp new file mode 100644 index 00000000..5f64022a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34337-Issue_3061_1nl.cpp @@ -0,0 +1,19 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34338-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34338-Issue_3061_2nl.cpp new file mode 100644 index 00000000..5f64022a --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34338-Issue_3061_2nl.cpp @@ -0,0 +1,19 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34339-Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34339-Issue_3061_0nl.cpp new file mode 100644 index 00000000..e18b92d3 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34339-Issue_3061_0nl.cpp @@ -0,0 +1,20 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34340-Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34340-Issue_3061_1nl.cpp new file mode 100644 index 00000000..e18b92d3 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34340-Issue_3061_1nl.cpp @@ -0,0 +1,20 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34341-Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34341-Issue_3061_2nl.cpp new file mode 100644 index 00000000..e18b92d3 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34341-Issue_3061_2nl.cpp @@ -0,0 +1,20 @@ +DCOPClient::DCOPClient() +{ + TQObject::connect( + &d->postMessageTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT + ( + processPostedMessagesInternal())); + TQObject::connect( + &d->eventLoopTimer, + TQT_SIGNAL(timeout()), + this, + TQT_SLOT( + eventLoopTimeout())); +} + +#include + + diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34350-indent_comma_brace_glob.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34350-indent_comma_brace_glob.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34350-indent_comma_brace_glob.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34350-indent_comma_brace_glob.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34351-indent_comma_brace_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34351-indent_comma_brace_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34351-indent_comma_brace_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34351-indent_comma_brace_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34360-nl_before_struct_struct.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34360-nl_before_struct_struct.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34360-nl_before_struct_struct.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34360-nl_before_struct_struct.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34361-nl_before_struct_scoped_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34361-nl_before_struct_scoped_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34361-nl_before_struct_scoped_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34361-nl_before_struct_scoped_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34370-asm_block_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34370-asm_block_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34370-asm_block_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34370-asm_block_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34500-sp_before_case_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34500-sp_before_case_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34500-sp_before_case_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34500-sp_before_case_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34501-sp_endif_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34501-sp_endif_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34501-sp_endif_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34501-sp_endif_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34502-sp_enum_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34502-sp_enum_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34502-sp_enum_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34502-sp_enum_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34503-sp_enum_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34503-sp_enum_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34503-sp_enum_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34503-sp_enum_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34504-issue_574-i.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34504-issue_574-i.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34504-issue_574-i.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34504-issue_574-i.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34505-Issue_3220.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34505-Issue_3220.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34505-Issue_3220.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34505-Issue_3220.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34506-Issue_3220.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34506-Issue_3220.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34506-Issue_3220.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34506-Issue_3220.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34507-Issue_3220.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34507-Issue_3220.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34507-Issue_3220.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34507-Issue_3220.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34508-Issue_3220.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34508-Issue_3220.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34508-Issue_3220.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34508-Issue_3220.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34509-byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34509-byref-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34509-byref-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34509-byref-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34510-byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34510-byref-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34510-byref-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34510-byref-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34511-byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34511-byref-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34511-byref-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34511-byref-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34512-byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34512-byref-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34512-byref-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34512-byref-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34513-sp_cond_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34513-sp_cond_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34513-sp_cond_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34513-sp_cond_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34514-sp_cond_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34514-sp_cond_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34514-sp_cond_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34514-sp_cond_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34515-sp_cond_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34515-sp_cond_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34515-sp_cond_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34515-sp_cond_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34516-sp_cond_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34516-sp_cond_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34516-sp_cond_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34516-sp_cond_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34517-semi.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34517-semi.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34517-semi.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34517-semi.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34518-semi.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34518-semi.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34518-semi.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34518-semi.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34519-semi.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34519-semi.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34519-semi.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34519-semi.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34520-comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34520-comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34520-comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34520-comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34521-comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34521-comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34521-comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34521-comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34522-comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34522-comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34522-comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34522-comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34523-gcc_case_ellipsis.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34523-gcc_case_ellipsis.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34523-gcc_case_ellipsis.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34523-gcc_case_ellipsis.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34524-bug_1002.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34524-bug_1002.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34524-bug_1002.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34524-bug_1002.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34525-sp_paren_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34525-sp_paren_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34526-sp_paren_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34526-sp_paren_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34526-sp_paren_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34526-sp_paren_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34527-sp_paren_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34527-sp_paren_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34527-sp_paren_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34527-sp_paren_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34528-cmt_trailing_single_line_c_to_cpp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34528-cmt_trailing_single_line_c_to_cpp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34528-cmt_trailing_single_line_c_to_cpp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34528-cmt_trailing_single_line_c_to_cpp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34529-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34529-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34529-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34529-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34530-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34530-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34530-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34530-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34531-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34531-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34531-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34531-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34532-type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34532-type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34532-type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34532-type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34533-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34533-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34533-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34533-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34534-templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34534-templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34534-templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34534-templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34535-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34535-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34535-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34535-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34536-sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34536-sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34536-sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34536-sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34540-byref-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34540-byref-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34540-byref-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34540-byref-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34541-byref-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34541-byref-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34541-byref-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34541-byref-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34542-byref-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34542-byref-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34542-byref-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34542-byref-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34543-byref-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34543-byref-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34543-byref-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34543-byref-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34550-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34550-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34550-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34550-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34551-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34551-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34551-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34551-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34552-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34552-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34553-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34553-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34553-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34553-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34554-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34554-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34554-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34554-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34555-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34555-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34555-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34555-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34556-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34556-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34556-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34556-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34557-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34557-throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34557-throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34557-throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/39000-UNI-64325.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/39000-UNI-64325.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/39000-UNI-64325.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/39000-UNI-64325.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60001-UNI-2650.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60001-UNI-2650.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60001-UNI-2650.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60001-UNI-2650.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60002-UNI-16283.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60002-UNI-16283.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60002-UNI-16283.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60002-UNI-16283.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60003-UNI-1288.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60003-UNI-1288.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60003-UNI-1288.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60003-UNI-1288.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60006-UNI-2049.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60006-UNI-2049.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60006-UNI-2049.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60006-UNI-2049.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60017-UNI-2683.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60017-UNI-2683.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60017-UNI-2683.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60017-UNI-2683.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60022-UNI-18439.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60022-UNI-18439.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60022-UNI-18439.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60022-UNI-18439.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60025-UNI-19894.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60025-UNI-19894.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60025-UNI-19894.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60025-UNI-19894.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60027-UNI-21506.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60027-UNI-21506.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60027-UNI-21506.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60027-UNI-21506.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60028-UNI-21509.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60028-UNI-21509.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60028-UNI-21509.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60028-UNI-21509.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60029-UNI-21510.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60029-UNI-21510.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60029-UNI-21510.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60029-UNI-21510.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60030-UNI-21727.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60030-UNI-21727.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60030-UNI-21727.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60030-UNI-21727.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60031-UNI-21728.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60031-UNI-21728.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60031-UNI-21728.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60031-UNI-21728.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60032-UNI-21729.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60032-UNI-21729.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60032-UNI-21729.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60032-UNI-21729.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60036-UNI-2680.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60036-UNI-2680.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60036-UNI-2680.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60036-UNI-2680.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60038-UNI-30088.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60038-UNI-30088.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60038-UNI-30088.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60038-UNI-30088.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60039-UNI-30628.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60039-UNI-30628.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60039-UNI-30628.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60039-UNI-30628.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60042-UNI-18777.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60042-UNI-18777.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60042-UNI-18777.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60042-UNI-18777.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60043-i2033.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60043-i2033.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60043-i2033.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60043-i2033.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60044-i2116.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60044-i2116.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60044-i2116.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60044-i2116.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60045-align_asterisk_after_type_cast.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60045-align_asterisk_after_type_cast.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60045-align_asterisk_after_type_cast.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60045-align_asterisk_after_type_cast.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60046-align_continuation_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60046-align_continuation_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60046-align_continuation_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60046-align_continuation_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60047-align_default_after_override.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60047-align_default_after_override.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60047-align_default_after_override.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60047-align_default_after_override.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60048-bug_2322.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60048-bug_2322.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60048-bug_2322.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60048-bug_2322.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60049-bug_2402.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60049-bug_2402.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60049-bug_2402.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60049-bug_2402.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60051-bug_2371.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60051-bug_2371.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60051-bug_2371.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60051-bug_2371.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60052-bug_2433_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60052-bug_2433_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60052-bug_2433_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60052-bug_2433_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60053-bug_2433_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60053-bug_2433_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60053-bug_2433_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60053-bug_2433_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60054-interface-keyword-in-cpp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60054-interface-keyword-in-cpp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60054-interface-keyword-in-cpp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60054-interface-keyword-in-cpp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60055-issue_3116.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60055-issue_3116.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60055-issue_3116.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60055-issue_3116.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60056-issue_3116-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60056-issue_3116-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60056-issue_3116-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60056-issue_3116-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60057-issue_3116.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60057-issue_3116.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60057-issue_3116.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60057-issue_3116.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60058-issue_3330.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60058-issue_3330.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60058-issue_3330.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60058-issue_3330.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60059-indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60059-indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60059-indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60059-indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60060-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60060-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60060-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60060-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60061-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60061-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60061-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60061-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60062-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60062-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60062-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60062-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60063-returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60063-returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60063-returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60063-returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60064-issue_3368.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60064-issue_3368.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60064-issue_3368.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60064-issue_3368.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60065-issue_3378.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60065-issue_3378.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60065-issue_3378.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60065-issue_3378.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60066-Issue_3409.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60066-Issue_3409.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60066-Issue_3409.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60066-Issue_3409.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60067-Issue_3283.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60067-Issue_3283.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60067-Issue_3283.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60067-Issue_3283.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60068-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60068-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60068-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60068-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60069-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60069-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60069-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60069-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60070-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60070-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60070-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60070-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60071-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60071-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60071-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60071-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60072-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60072-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60072-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60072-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60073-Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60073-Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60073-Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60073-Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60074-Issue_3284.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60074-Issue_3284.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60074-Issue_3284.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60074-Issue_3284.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60075-Issue_3294.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60075-Issue_3294.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60075-Issue_3294.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60075-Issue_3294.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60076-indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60076-indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60076-indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60076-indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60077-indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60077-indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60077-indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60077-indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60078-Issue_3505.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60078-Issue_3505.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60078-Issue_3505.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60078-Issue_3505.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60079-Issue_3536.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60079-Issue_3536.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60079-Issue_3536.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60079-Issue_3536.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60080-Issue_3538.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60080-Issue_3538.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60080-Issue_3538.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60080-Issue_3538.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60081-Issue_3546.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60081-Issue_3546.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60081-Issue_3546.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60081-Issue_3546.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60082-Issue_3552.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60082-Issue_3552.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60082-Issue_3552.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60082-Issue_3552.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60083-Issue_3570.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60083-Issue_3570.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60084-Issue_3576.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60084-Issue_3576.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60084-Issue_3576.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60084-Issue_3576.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60085-Issue_3576.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60085-Issue_3576.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60085-Issue_3576.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60085-Issue_3576.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60086-indent_namespace_inner_only.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60086-indent_namespace_inner_only.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60086-indent_namespace_inner_only.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60086-indent_namespace_inner_only.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60087-Issue_3550.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60087-Issue_3550.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60087-Issue_3550.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60087-Issue_3550.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60088-Issue_3761.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60088-Issue_3761.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60088-Issue_3761.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60088-Issue_3761.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60089-Issue_3863.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60089-Issue_3863.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60089-Issue_3863.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60089-Issue_3863.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60090-Issue_3863_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60090-Issue_3863_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60090-Issue_3863_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60090-Issue_3863_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60091-Issue_3863_3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60091-Issue_3863_3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60091-Issue_3863_3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60091-Issue_3863_3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60092-Issue_3865.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60092-Issue_3865.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60092-Issue_3865.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60092-Issue_3865.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60093-Issue_3865.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60093-Issue_3865.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60093-Issue_3865.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60093-Issue_3865.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60100-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60100-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60100-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60100-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60101-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60101-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60101-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60101-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60102-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60102-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60102-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60102-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60103-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60103-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60103-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60103-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60104-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60104-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60104-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60104-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60105-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60105-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60105-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60105-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60106-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60106-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60106-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60106-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60107-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60107-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60107-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60107-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60108-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60108-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60108-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60108-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60109-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60109-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60109-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60109-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60110-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60110-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60110-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60110-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60111-sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60111-sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60111-sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60111-sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60112-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60112-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60112-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60112-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60113-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60113-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60113-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60113-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60114-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60114-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60114-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60114-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60115-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60115-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60115-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60115-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60116-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60116-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60116-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60116-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60117-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60117-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60117-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60117-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60118-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60118-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60118-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60118-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60119-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60119-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60119-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60119-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60120-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60120-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60120-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60120-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60121-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60121-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60121-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60121-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60122-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60122-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60122-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60122-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60123-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60123-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60123-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60123-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60124-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60124-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60124-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60124-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60125-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60125-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60125-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60125-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60126-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60126-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60126-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60126-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60127-sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60127-sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60127-sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60127-sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60160-nl_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60160-nl_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60160-nl_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60160-nl_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60161-nl_func-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60161-nl_func-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60161-nl_func-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60161-nl_func-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60162-nl_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60162-nl_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60162-nl_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60162-nl_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60163-nl_func-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60163-nl_func-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60163-nl_func-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60163-nl_func-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10000-simple.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10000-simple.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10000-simple.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10000-simple.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10001-getset.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10001-getset.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10001-getset.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10001-getset.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10002-simple.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10002-simple.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10002-simple.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10002-simple.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10003-region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10003-region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10003-region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10003-region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10010-var-member.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10010-var-member.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10010-var-member.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10010-var-member.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10011-strings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10011-strings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10011-strings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10011-strings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10012-621_this-spacing.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10012-621_this-spacing.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10012-621_this-spacing.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10012-621_this-spacing.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10013-625_where-constraints.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10013-625_where-constraints.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10013-625_where-constraints.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10013-625_where-constraints.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10014-630_bad-new-init-semicolon-removal.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10014-630_bad-new-init-semicolon-removal.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10014-630_bad-new-init-semicolon-removal.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10014-630_bad-new-init-semicolon-removal.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10015-misc-failures.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10015-misc-failures.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10015-misc-failures.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10015-misc-failures.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10016-new-constraint-paren-space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10016-new-constraint-paren-space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10016-new-constraint-paren-space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10016-new-constraint-paren-space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10020-region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10020-region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10020-region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10020-region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10021-region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10021-region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10021-region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10021-region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10022-region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10022-region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10022-region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10022-region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10023-region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10023-region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10023-region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10023-region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10027-oneline_property.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10027-oneline_property.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10027-oneline_property.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10027-oneline_property.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10028-ifcolalign.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10028-ifcolalign.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10028-ifcolalign.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10028-ifcolalign.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10029-when.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10029-when.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10029-when.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10029-when.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10030-sort_using.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10030-sort_using.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10030-sort_using.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10030-sort_using.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10031-bug_i_935.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10031-bug_i_935.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10031-bug_i_935.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10031-bug_i_935.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10032-sort_using_categ.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10032-sort_using_categ.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10032-sort_using_categ.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10032-sort_using_categ.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10039-615_nested-usings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10039-615_nested-usings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10039-615_nested-usings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10039-615_nested-usings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10040-tcf.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10040-tcf.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10040-tcf.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10040-tcf.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10041-gs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10041-gs.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10041-gs.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10041-gs.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10042-exception-filters.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10042-exception-filters.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10042-exception-filters.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10042-exception-filters.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10044-ifcomment.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10044-ifcomment.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10044-ifcomment.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10044-ifcomment.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10045-UNI-1288.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10045-UNI-1288.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10045-UNI-1288.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10045-UNI-1288.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10050-generics.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10050-generics.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10051-UNI-1338.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10051-UNI-1338.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10051-UNI-1338.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10051-UNI-1338.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10055-UNI-1345.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10055-UNI-1345.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10055-UNI-1345.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10055-UNI-1345.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10060-unsafe.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10060-unsafe.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10060-unsafe.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10060-unsafe.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10065-UNI-1975.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10065-UNI-1975.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10065-UNI-1975.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10065-UNI-1975.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10066-UNI-1977.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10066-UNI-1977.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10066-UNI-1977.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10066-UNI-1977.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10067-UNI-1978.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10067-UNI-1978.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10067-UNI-1978.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10067-UNI-1978.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10070-utf16le.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10070-utf16le.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10070-utf16le.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10070-utf16le.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10071-utf16be.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10071-utf16be.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10071-utf16be.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10071-utf16be.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10072-utf16le_no_bom.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10072-utf16le_no_bom.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10072-utf16le_no_bom.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10072-utf16le_no_bom.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10073-utf16be_no_bom.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10073-utf16be_no_bom.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10073-utf16be_no_bom.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10073-utf16be_no_bom.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10074-UNI-2020.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10074-UNI-2020.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10074-UNI-2020.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10074-UNI-2020.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10075-UNI-2021.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10075-UNI-2021.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10075-UNI-2021.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10075-UNI-2021.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10076-UNI-1343.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10076-UNI-1343.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10076-UNI-1343.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10076-UNI-1343.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10077-UNI-1919.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10077-UNI-1919.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10077-UNI-1919.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10077-UNI-1919.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10078-UNI-3484.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10078-UNI-3484.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10078-UNI-3484.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10078-UNI-3484.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10080-property.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10080-property.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10080-property.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10080-property.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10090-string_multi.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10090-string_multi.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10090-string_multi.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10090-string_multi.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10100-bug_600.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10100-bug_600.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10100-bug_600.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10100-bug_600.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10101-sf607.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10101-sf607.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10101-sf607.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10101-sf607.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10103-UNI-2506.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10103-UNI-2506.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10103-UNI-2506.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10103-UNI-2506.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10104-UNI-2505.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10104-UNI-2505.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10104-UNI-2505.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10104-UNI-2505.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10110-mdarray_space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10110-mdarray_space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10110-mdarray_space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10110-mdarray_space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10111-mdarray_space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10111-mdarray_space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10111-mdarray_space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10111-mdarray_space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10112-mdarray_space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10112-mdarray_space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10112-mdarray_space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10112-mdarray_space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10119-preserveTabs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10119-preserveTabs.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10119-preserveTabs.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10119-preserveTabs.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10120-cmt_backslash_eol.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10120-cmt_backslash_eol.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10120-cmt_backslash_eol.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10120-cmt_backslash_eol.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10130-sp_between_new_paren.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10130-sp_between_new_paren.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10130-sp_between_new_paren.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10130-sp_between_new_paren.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10140-remove_semi.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10140-remove_semi.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10140-remove_semi.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10140-remove_semi.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10150-operator-null-conditional.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10150-operator-null-conditional.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10150-operator-null-conditional.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10150-operator-null-conditional.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10151-operator_null-coalescing-assignment.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10151-operator_null-coalescing-assignment.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10151-operator_null-coalescing-assignment.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10151-operator_null-coalescing-assignment.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10160-delegate.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10160-delegate.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10160-delegate.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10160-delegate.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10161-delegate.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10161-delegate.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10161-delegate.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10161-delegate.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10200-logger.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10200-logger.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10200-logger.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10200-logger.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10300-1822.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10300-1822.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10300-1822.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10300-1822.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10628-sf628.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10628-sf628.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10628-sf628.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10628-sf628.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11011-620_getset-brace.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11011-620_getset-brace.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11011-620_getset-brace.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11011-620_getset-brace.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11072-UNI-2007.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11072-UNI-2007.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11072-UNI-2007.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11072-UNI-2007.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11073-UNI-2008.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11073-UNI-2008.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/11073-UNI-2008.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/11073-UNI-2008.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12001-bug_620.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12001-bug_620.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12001-bug_620.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12001-bug_620.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12002-nullable_prop.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12002-nullable_prop.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12002-nullable_prop.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12002-nullable_prop.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12003-fncall_as_ctor_in_attr.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12003-fncall_as_ctor_in_attr.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12003-fncall_as_ctor_in_attr.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12003-fncall_as_ctor_in_attr.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12004-verbatim_strings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12004-verbatim_strings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12004-verbatim_strings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12004-verbatim_strings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12005-bug_1591.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12005-bug_1591.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12005-bug_1591.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12005-bug_1591.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12101-bug_i_679.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12101-bug_i_679.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12101-bug_i_679.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12101-bug_i_679.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12102-mod_full_brace_nl_block_rem_mlcond.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12102-mod_full_brace_nl_block_rem_mlcond.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12102-mod_full_brace_nl_block_rem_mlcond.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12102-mod_full_brace_nl_block_rem_mlcond.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12103-mod_full_brace_nl_block_rem_mlcond.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12103-mod_full_brace_nl_block_rem_mlcond.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12103-mod_full_brace_nl_block_rem_mlcond.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12103-mod_full_brace_nl_block_rem_mlcond.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12104-bug_1637.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12104-bug_1637.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12104-bug_1637.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12104-bug_1637.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12105-bug_1650.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12105-bug_1650.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12105-bug_1650.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12105-bug_1650.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12106-UNI-40685.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12106-UNI-40685.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12106-UNI-40685.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12106-UNI-40685.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12107-mod_full_paren_if_bool.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12107-mod_full_paren_if_bool.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12107-mod_full_paren_if_bool.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12107-mod_full_paren_if_bool.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12108-Issue_2705.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12108-Issue_2705.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12108-Issue_2705.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12108-Issue_2705.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12200-comma.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12200-comma.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12200-comma.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12200-comma.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12201-comma.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12201-comma.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12201-comma.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12201-comma.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12202-comma.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12202-comma.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/12202-comma.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/12202-comma.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/19000-UNI-58354.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/19000-UNI-58354.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/19000-UNI-58354.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/19000-UNI-58354.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/20010-UNI-32658.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/20010-UNI-32658.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/20010-UNI-32658.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/20010-UNI-32658.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/20011-bug_1620.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/20011-bug_1620.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/20011-bug_1620.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/20011-bug_1620.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60004-UNI-2684.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60004-UNI-2684.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60004-UNI-2684.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60004-UNI-2684.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60005-UNI-2685.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60005-UNI-2685.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60005-UNI-2685.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60005-UNI-2685.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60007-UNI-3083.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60007-UNI-3083.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60007-UNI-3083.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60007-UNI-3083.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60008-UNI-17253.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60008-UNI-17253.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60008-UNI-17253.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60008-UNI-17253.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60009-UNI-9917.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60009-UNI-9917.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60009-UNI-9917.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60009-UNI-9917.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60012-UNI-12303.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60012-UNI-12303.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60013-UNI-13955.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60013-UNI-13955.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60013-UNI-13955.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60013-UNI-13955.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60015-UNI-14131.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60015-UNI-14131.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60015-UNI-14131.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60015-UNI-14131.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60016-UNI-11662.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60016-UNI-11662.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60016-UNI-11662.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60016-UNI-11662.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60018-UNI-18777.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60018-UNI-18777.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60018-UNI-18777.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60018-UNI-18777.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60019-UNI-18780.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60019-UNI-18780.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60019-UNI-18780.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60019-UNI-18780.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60020-UNI-18829.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60020-UNI-18829.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60020-UNI-18829.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60020-UNI-18829.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60023-UNI-18437.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60023-UNI-18437.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60023-UNI-18437.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60023-UNI-18437.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60024-UNI-19644.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60024-UNI-19644.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60024-UNI-19644.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60024-UNI-19644.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60026-UNI-19895.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60026-UNI-19895.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60026-UNI-19895.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60026-UNI-19895.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60033-UNI-21730.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60033-UNI-21730.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60033-UNI-21730.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60033-UNI-21730.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60036-UNI-11993.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60036-UNI-11993.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60036-UNI-11993.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60036-UNI-11993.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60037-UNI-29933.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60037-UNI-29933.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60037-UNI-29933.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60037-UNI-29933.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60040-UNI-30498_2.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60040-UNI-30498_2.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60040-UNI-30498_2.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60040-UNI-30498_2.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60041-squeeze-paren-close-Option.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60041-squeeze-paren-close-Option.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60041-squeeze-paren-close-Option.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60041-squeeze-paren-close-Option.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60042-indent-multistring-coulmn1.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60042-indent-multistring-coulmn1.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60042-indent-multistring-coulmn1.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60042-indent-multistring-coulmn1.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60044-UNI-37241.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60044-UNI-37241.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60044-UNI-37241.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60044-UNI-37241.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60045-add-nl-before-namespace.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60045-add-nl-before-namespace.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60045-add-nl-before-namespace.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60045-add-nl-before-namespace.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60046-cast.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60046-cast.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/60046-cast.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60046-cast.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40000-HashMap.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40000-HashMap.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40000-HashMap.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40000-HashMap.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40001-imports.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40001-imports.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40001-imports.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40001-imports.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40002-volatile.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40002-volatile.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40002-volatile.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40002-volatile.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40003-volatile-1.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40003-volatile-1.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40003-volatile-1.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40003-volatile-1.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40004-volatile-2.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40004-volatile-2.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40004-volatile-2.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40004-volatile-2.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40005-volatile-3.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40005-volatile-3.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40005-volatile-3.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40005-volatile-3.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40006-Lexer.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40006-Lexer.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40006-Lexer.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40006-Lexer.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40007-Lexer.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40007-Lexer.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40007-Lexer.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40007-Lexer.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40010-template.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40010-template.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40010-template.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40010-template.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40011-template.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40011-template.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40011-template.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40011-template.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40012-template.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40012-template.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40012-template.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40012-template.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40013-template.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40013-template.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40013-template.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40013-template.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40020-funcfunc.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40020-funcfunc.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40020-funcfunc.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40020-funcfunc.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40021-tst01.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40021-tst01.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40021-tst01.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40021-tst01.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40022-tst02.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40022-tst02.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40022-tst02.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40022-tst02.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40023-bug-indent.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40023-bug-indent.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40023-bug-indent.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40023-bug-indent.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40024-tst03.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40024-tst03.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40024-tst03.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40024-tst03.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40025-tst03.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40025-tst03.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40025-tst03.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40025-tst03.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40026-wysiwyg_strings.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40026-wysiwyg_strings.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40026-wysiwyg_strings.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40026-wysiwyg_strings.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40027-static_if_in_struct.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40027-static_if_in_struct.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40027-static_if_in_struct.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40027-static_if_in_struct.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40030-delegate.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40030-delegate.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40030-delegate.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40030-delegate.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40035-enum.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40035-enum.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40035-enum.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40035-enum.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40040-sort_import.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40040-sort_import.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40040-sort_import.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40040-sort_import.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40050-strings.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40050-strings.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40050-strings.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40050-strings.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40051-numbers.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40051-numbers.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40051-numbers.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40051-numbers.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40052-numbers.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40052-numbers.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40052-numbers.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40052-numbers.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40060-casts.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40060-casts.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40060-casts.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40060-casts.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40061-const.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40061-const.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40061-const.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40061-const.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40070-d_sp_paren.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40070-d_sp_paren.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40070-d_sp_paren.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40070-d_sp_paren.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40080-static_if.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40080-static_if.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40080-static_if.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40080-static_if.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40090-square_indent_tab.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40090-square_indent_tab.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40090-square_indent_tab.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40090-square_indent_tab.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40100-1438.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40100-1438.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40100-1438.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40100-1438.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40201-invariant.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40201-invariant.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40201-invariant.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40201-invariant.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40300-extern_.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40300-extern_.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40300-extern_.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40300-extern_.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40400-vbraces000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40400-vbraces000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40400-vbraces000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40400-vbraces000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40401-vbraces001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40401-vbraces001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40401-vbraces001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40401-vbraces001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40402-vbraces002.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40402-vbraces002.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40402-vbraces002.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40402-vbraces002.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40403-template_use.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40403-template_use.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40403-template_use.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40403-template_use.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40500-template_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40500-template_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40500-template_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40500-template_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40501-template_spacing001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40501-template_spacing001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40501-template_spacing001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40501-template_spacing001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40502-template_spacing001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40502-template_spacing001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40502-template_spacing001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40502-template_spacing001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40503-template_spacing001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40503-template_spacing001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40503-template_spacing001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40503-template_spacing001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40504-type_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40504-type_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40504-type_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40504-type_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40505-type_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40505-type_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40505-type_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40505-type_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40506-type_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40506-type_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40506-type_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40506-type_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/ecma/90000-example-1.es b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/ecma/90000-example-1.es similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/ecma/90000-example-1.es rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/ecma/90000-example-1.es diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80000-assert.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80000-assert.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80000-assert.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80000-assert.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80010-annotation1.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80010-annotation1.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80010-annotation1.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80010-annotation1.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80011-annotation2.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80011-annotation2.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80011-annotation2.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80011-annotation2.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80012-annotation2.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80012-annotation2.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80012-annotation2.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80012-annotation2.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80013-annotation2.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80013-annotation2.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80013-annotation2.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80013-annotation2.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80014-annotation2.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80014-annotation2.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80014-annotation2.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80014-annotation2.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80020-foreach.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80020-foreach.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80020-foreach.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80020-foreach.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80030-variable_aligns.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80030-variable_aligns.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80030-variable_aligns.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80030-variable_aligns.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80040-try.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80040-try.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80040-try.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80040-try.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80050-double_brace.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80050-double_brace.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80050-double_brace.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80050-double_brace.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80051-double_brace.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80051-double_brace.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80051-double_brace.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80051-double_brace.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80060-synchronized.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80060-synchronized.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80060-synchronized.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80060-synchronized.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80061-synchronized.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80061-synchronized.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80061-synchronized.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80061-synchronized.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80062-sp_this_paren.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80062-sp_this_paren.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80062-sp_this_paren.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80062-sp_this_paren.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80063-i1121.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80063-i1121.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80063-i1121.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80063-i1121.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80064-long_cl_cmt.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80064-long_cl_cmt.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80064-long_cl_cmt.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80064-long_cl_cmt.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80065-Java8DoubleColon.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80065-Java8DoubleColon.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80065-Java8DoubleColon.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80065-Java8DoubleColon.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80066-sp_after_for_colon.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80066-sp_after_for_colon.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80066-sp_after_for_colon.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80066-sp_after_for_colon.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80067-doxy-javadoc-alignment.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80067-doxy-javadoc-alignment.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80067-doxy-javadoc-alignment.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80067-doxy-javadoc-alignment.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80068-nl_before_ignore_after_case.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80068-nl_before_ignore_after_case.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80068-nl_before_ignore_after_case.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80068-nl_before_ignore_after_case.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80100-sf567.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80100-sf567.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80100-sf567.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80100-sf567.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80200-sp_before_byref.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80200-sp_before_byref.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80200-sp_before_byref.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80201-generics.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80201-generics.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80201-generics.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80201-generics.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80202-generics_wildcard.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80202-generics_wildcard.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80202-generics_wildcard.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80202-generics_wildcard.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80203-generics_return_type.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80203-generics_return_type.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80203-generics_return_type.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80203-generics_return_type.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80204-cast.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80204-cast.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80204-cast.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80204-cast.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80205-sp_after_angle.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80205-sp_after_angle.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80205-sp_after_angle.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80205-sp_after_angle.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80206-annotation3.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80206-annotation3.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80206-annotation3.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80206-annotation3.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80300-Issue_670.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80300-Issue_670.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80300-Issue_670.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80300-Issue_670.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80301-issue_672.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80301-issue_672.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80301-issue_672.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80301-issue_672.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80302-Issue_1845.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80302-Issue_1845.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80302-Issue_1845.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80302-Issue_1845.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80303-Issue_1122.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80303-Issue_1122.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80303-Issue_1122.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80303-Issue_1122.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80304-Issue_1124.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80304-Issue_1124.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80304-Issue_1124.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80304-Issue_1124.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80305-Issue_1124.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80305-Issue_1124.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80305-Issue_1124.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80305-Issue_1124.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80306-leading-tabs-for-java-lambda.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/java/80306-leading-tabs-for-java-lambda.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/java/80306-leading-tabs-for-java-lambda.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10018-delete-space-oc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10018-delete-space-oc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10018-delete-space-oc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10018-delete-space-oc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10019-func-param-wrap-oc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10019-func-param-wrap-oc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10019-func-param-wrap-oc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10019-func-param-wrap-oc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10020-align-objc-like-xcode.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10020-align-objc-like-xcode.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10020-align-objc-like-xcode.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10020-align-objc-like-xcode.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10021-double-indent-objc-dict.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10021-double-indent-objc-dict.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10021-double-indent-objc-dict.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10021-double-indent-objc-dict.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10022-indent-objc-block.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10022-indent-objc-block.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10022-indent-objc-block.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10022-indent-objc-block.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10033-objc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10033-objc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10033-objc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10033-objc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10034-asm.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10034-asm.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10034-asm.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10034-asm.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10035-definesalign.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10035-definesalign.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10035-definesalign.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10035-definesalign.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10036-inttypes.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10036-inttypes.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10036-inttypes.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10036-inttypes.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10046-UNI-1333.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10046-UNI-1333.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10046-UNI-1333.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10046-UNI-1333.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10102-pp-ignore.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10102-pp-ignore.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/10102-pp-ignore.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10102-pp-ignore.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11030-argtypes.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11030-argtypes.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11030-argtypes.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11030-argtypes.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11031-casting.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11031-casting.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11031-casting.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11031-casting.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11032-newlines.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11032-newlines.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/11032-newlines.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/11032-newlines.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50001-Fraction.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50001-Fraction.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50001-Fraction.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50001-Fraction.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50002-Fraction.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50002-Fraction.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50002-Fraction.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50002-Fraction.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50003-main.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50003-main.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50003-main.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50003-main.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50004-string.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50004-string.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50004-string.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50004-string.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50005-Declarations.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50005-Declarations.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50005-Declarations.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50005-Declarations.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50006-exceptions.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50006-exceptions.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50006-exceptions.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50006-exceptions.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50007-misc.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50007-misc.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50007-misc.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50007-misc.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50008-protocol.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50008-protocol.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50008-protocol.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50008-protocol.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50009-literals.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50009-literals.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50009-literals.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50009-literals.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50010-return_type.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50010-return_type.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50010-return_type.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50010-return_type.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50011-return_type.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50011-return_type.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50011-return_type.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50011-return_type.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50012-return_type.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50012-return_type.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50012-return_type.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50012-return_type.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50014-sp_oc_classname_paren-r.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50014-sp_oc_classname_paren-r.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50014-sp_oc_classname_paren-r.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50014-sp_oc_classname_paren-r.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50015-receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50015-receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50015-receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50015-receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50016-ternary.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50016-ternary.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50016-ternary.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50016-ternary.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50017-ternary.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50017-ternary.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50017-ternary.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50017-ternary.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50018-indent-inside-ternary-operator.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50018-indent-inside-ternary-operator.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50018-indent-inside-ternary-operator.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50018-indent-inside-ternary-operator.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50020-selector.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50020-selector.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50020-selector.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50020-selector.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50021-selector.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50021-selector.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50021-selector.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50021-selector.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50022-selector.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50022-selector.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50022-selector.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50022-selector.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50025-exceptions.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50025-exceptions.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50025-exceptions.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50025-exceptions.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50026-exceptions.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50026-exceptions.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50026-exceptions.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50026-exceptions.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50030-sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50030-sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50030-sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50030-sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50031-sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50031-sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50031-sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50031-sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50032-sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50032-sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50032-sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50032-sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50033-sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50033-sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50033-sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50033-sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50034-sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50034-sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50034-sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50034-sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50035-sort_import_group.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50035-sort_import_group.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50035-sort_import_group.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50035-sort_import_group.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50036-sort_import_group_regex.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50036-sort_import_group_regex.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50036-sort_import_group_regex.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50036-sort_import_group_regex.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50040-complex_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50040-complex_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50040-complex_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50040-complex_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50050-real_world_file.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50050-real_world_file.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50050-real_world_file.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50050-real_world_file.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50060-oc-split.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50060-oc-split.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50060-oc-split.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50060-oc-split.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50061-bug_167.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50061-bug_167.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50061-bug_167.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50061-bug_167.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50062-issue_2631.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50062-issue_2631.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50062-issue_2631.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50062-issue_2631.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50070-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50070-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50070-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50070-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50071-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50071-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50071-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50071-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50072-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50072-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50072-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50072-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50073-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50073-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50073-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50073-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50074-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50074-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50074-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50074-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50075-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50075-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50075-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50075-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50076-blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50076-blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50076-blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50076-blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50077-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50077-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50077-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50077-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50078-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50078-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50078-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50078-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50079-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50079-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50079-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50079-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50080-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50080-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50080-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50080-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50081-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50081-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50081-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50081-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50082-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50082-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50082-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50082-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50083-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50083-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50083-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50083-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50084-more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50084-more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50084-more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50084-more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50085-block_in_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50085-block_in_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50085-block_in_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50085-block_in_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50086-block_in_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50086-block_in_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50086-block_in_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50086-block_in_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50087-indent_oc_inside_msg_sel.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50087-indent_oc_inside_msg_sel.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50087-indent_oc_inside_msg_sel.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50087-indent_oc_inside_msg_sel.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50090-kw.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50090-kw.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50090-kw.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50090-kw.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50091-block_in_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50091-block_in_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50091-block_in_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50091-block_in_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50095-box.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50095-box.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50095-box.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50095-box.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50100-bug_340.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50100-bug_340.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50100-bug_340.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50100-bug_340.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50110-msg_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50110-msg_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50110-msg_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50110-msg_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50111-ns_enum.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50111-ns_enum.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50111-ns_enum.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50111-ns_enum.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50112-ns_enum.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50112-ns_enum.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50112-ns_enum.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50112-ns_enum.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50113-ns_enum.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50113-ns_enum.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50113-ns_enum.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50113-ns_enum.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50120-gh137.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50120-gh137.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50120-gh137.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50120-gh137.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50200-more_blocks_2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50200-more_blocks_2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50200-more_blocks_2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50200-more_blocks_2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50201-blocks_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50201-blocks_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50201-blocks_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50201-blocks_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50202-blocks_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50202-blocks_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50202-blocks_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50202-blocks_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50203-blocks_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50203-blocks_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50203-blocks_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50203-blocks_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50204-blocks_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50204-blocks_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50204-blocks_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50204-blocks_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50205-msg_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50205-msg_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50205-msg_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50205-msg_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50206-issue_2727.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50206-issue_2727.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50206-issue_2727.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50206-issue_2727.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50207-issue_3031.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50207-issue_3031.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50207-issue_3031.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50207-issue_3031.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50300-msg.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50300-msg.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50300-msg.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50300-msg.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50400-for.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50400-for.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50400-for.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50400-for.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50410-oc_cond_colon.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50410-oc_cond_colon.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50410-oc_cond_colon.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50410-oc_cond_colon.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50411-attribute_specifier_seqs.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50411-attribute_specifier_seqs.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50411-attribute_specifier_seqs.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50411-attribute_specifier_seqs.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50500-code_placeholder.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50500-code_placeholder.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50500-code_placeholder.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50500-code_placeholder.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50510-gh293.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50510-gh293.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50510-gh293.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50510-gh293.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50511-gh293.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50511-gh293.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50511-gh293.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50511-gh293.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50512-sp_oc_catch.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50512-sp_oc_catch.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50512-sp_oc_catch.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50512-sp_oc_catch.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50513-sp_oc_boxed.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50513-sp_oc_boxed.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50513-sp_oc_boxed.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50513-sp_oc_boxed.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50514-indent_boxed.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50514-indent_boxed.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50514-indent_boxed.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50514-indent_boxed.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50515-sp_oc_synchronized.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50515-sp_oc_synchronized.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50515-sp_oc_synchronized.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50515-sp_oc_synchronized.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50600-bug_i_477.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50600-bug_i_477.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50600-bug_i_477.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50600-bug_i_477.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50601-bug_i_408.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50601-bug_i_408.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50601-bug_i_408.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50601-bug_i_408.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50602-bug_i_125-412.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50602-bug_i_125-412.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50602-bug_i_125-412.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50602-bug_i_125-412.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50603-gh511.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50603-gh511.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50603-gh511.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50603-gh511.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50604-bug_497.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50604-bug_497.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50604-bug_497.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50604-bug_497.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50605-bug_404.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50605-bug_404.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50605-bug_404.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50605-bug_404.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50606-bug_1366.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50606-bug_1366.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50606-bug_1366.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50606-bug_1366.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50607-sp_after_oc_msg_receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50607-sp_after_oc_msg_receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50607-sp_after_oc_msg_receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50607-sp_after_oc_msg_receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50608-blocks_align2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50608-blocks_align2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50608-blocks_align2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50608-blocks_align2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50609-negative_value.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50609-negative_value.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50609-negative_value.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50609-negative_value.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50610-nelem.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50610-nelem.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50610-nelem.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50610-nelem.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50611-for2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50611-for2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50611-for2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50611-for2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50612-chunk_ends_type1.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50612-chunk_ends_type1.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50612-chunk_ends_type1.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50612-chunk_ends_type1.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50613-chunk_ends_type2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50613-chunk_ends_type2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50613-chunk_ends_type2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50613-chunk_ends_type2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50614-chunk_ends_type3.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50614-chunk_ends_type3.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50614-chunk_ends_type3.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50614-chunk_ends_type3.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50615-block_literal_protocol.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50615-block_literal_protocol.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50615-block_literal_protocol.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50615-block_literal_protocol.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50616-oc_msg_in_pp.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50616-oc_msg_in_pp.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50616-oc_msg_in_pp.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50616-oc_msg_in_pp.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50617-boxed_receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50617-boxed_receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50617-boxed_receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50617-boxed_receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50618-func_def.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50618-func_def.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50618-func_def.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50618-func_def.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50619-cast.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50619-cast.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50619-cast.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50619-cast.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50620-sp_after_angle.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50620-sp_after_angle.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50620-sp_after_angle.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50620-sp_after_angle.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50621-Fraction.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50621-Fraction.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50621-Fraction.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50621-Fraction.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50622-c-cpp-oc-wrapper.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50622-c-cpp-oc-wrapper.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50622-c-cpp-oc-wrapper.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50622-c-cpp-oc-wrapper.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50623-extern-c-attribute.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50623-extern-c-attribute.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50623-extern-c-attribute.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50623-extern-c-attribute.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50624-typeof.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50624-typeof.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50624-typeof.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50624-typeof.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50625-sp_inside_braces_oc_dict.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50625-sp_inside_braces_oc_dict.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50625-sp_inside_braces_oc_dict.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50625-sp_inside_braces_oc_dict.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50626-chunk_ends_type4.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50626-chunk_ends_type4.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50626-chunk_ends_type4.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50626-chunk_ends_type4.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50627-method_ends_semicolon.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50627-method_ends_semicolon.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50627-method_ends_semicolon.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50627-method_ends_semicolon.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50628-macro-close-brace.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50628-macro-close-brace.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50628-macro-close-brace.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50628-macro-close-brace.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50629-pp_bool.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50629-pp_bool.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50629-pp_bool.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50629-pp_bool.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50630-nl_func_call_args_multi_line_ignore_closures.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50630-nl_func_call_args_multi_line_ignore_closures.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50630-nl_func_call_args_multi_line_ignore_closures.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50630-nl_func_call_args_multi_line_ignore_closures.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50631-nl_oc_msg_args_min_params.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50631-nl_oc_msg_args_min_params.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50631-nl_oc_msg_args_min_params.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50631-nl_oc_msg_args_min_params.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50632-nl_oc_msg_args_max_code_width.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50632-nl_oc_msg_args_max_code_width.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50632-nl_oc_msg_args_max_code_width.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50632-nl_oc_msg_args_max_code_width.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50633-ocpp_msg_access.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50633-ocpp_msg_access.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50633-ocpp_msg_access.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50633-ocpp_msg_access.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50700-cmt_insert.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50700-cmt_insert.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50700-cmt_insert.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50700-cmt_insert.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50701-cmt_insert2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50701-cmt_insert2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50701-cmt_insert2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50701-cmt_insert2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50800-properties.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50800-properties.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50800-properties.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50800-properties.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50801-i1213.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50801-i1213.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50801-i1213.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50801-i1213.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50802-available.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50802-available.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50802-available.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50802-available.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50803-indent_single_newline.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50803-indent_single_newline.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50803-indent_single_newline.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50803-indent_single_newline.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50804-issue_2629.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50804-issue_2629.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50804-issue_2629.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50804-issue_2629.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50805-issue_2724.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50805-issue_2724.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50805-issue_2724.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50805-issue_2724.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50810-bug_841.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50810-bug_841.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50810-bug_841.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50810-bug_841.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50811-bug_1674.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50811-bug_1674.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50811-bug_1674.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50811-bug_1674.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50812-bug_1683.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50812-bug_1683.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50812-bug_1683.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50812-bug_1683.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50813-sp_before_oc_proto_list.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50813-sp_before_oc_proto_list.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50813-sp_before_oc_proto_list.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50813-sp_before_oc_proto_list.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50814-sp_before_oc_proto_list.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50814-sp_before_oc_proto_list.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50814-sp_before_oc_proto_list.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50814-sp_before_oc_proto_list.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50815-sp_before_oc_proto_list.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50815-sp_before_oc_proto_list.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50815-sp_before_oc_proto_list.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50815-sp_before_oc_proto_list.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50816-issue_2675.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50816-issue_2675.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50816-issue_2675.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50816-issue_2675.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50817-issue_2722.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50817-issue_2722.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50817-issue_2722.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50817-issue_2722.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50900-1927.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50900-1927.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50900-1927.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50900-1927.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50901-Issue_2172.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50901-Issue_2172.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50901-Issue_2172.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50901-Issue_2172.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50902-Issue_2289.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50902-Issue_2289.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50902-Issue_2289.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50902-Issue_2289.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50903-Issue_681.oc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50903-Issue_681.oc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50903-Issue_681.oc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50903-Issue_681.oc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50904-double_angle_space.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50904-double_angle_space.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50904-double_angle_space.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50904-double_angle_space.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50905-double_angle_space.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50905-double_angle_space.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50905-double_angle_space.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50905-double_angle_space.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50906-double_angle_space.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50906-double_angle_space.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50906-double_angle_space.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50906-double_angle_space.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50907-align_colon_with_ternary_1.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50907-align_colon_with_ternary_1.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50907-align_colon_with_ternary_1.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50907-align_colon_with_ternary_1.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50908-align_colon_with_ternary_2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50908-align_colon_with_ternary_2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50908-align_colon_with_ternary_2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50908-align_colon_with_ternary_2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50909-3766.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50909-3766.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50909-3766.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50909-3766.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50910-3767.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50910-3767.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50910-3767.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50910-3767.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50911-3811.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50911-3811.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50911-3811.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50911-3811.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50912-3812.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50912-3812.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50912-3812.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50912-3812.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50913-3813.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50913-3813.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50914-3819.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50914-3819.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50914-3819.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50914-3819.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50915-3822.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50915-3822.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50915-3822.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50915-3822.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50916-3823.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50916-3823.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/50916-3823.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50916-3823.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51000-sp_cond_ternary_short.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51000-sp_cond_ternary_short.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51000-sp_cond_ternary_short.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51000-sp_cond_ternary_short.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51001-ns_enum-i.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51001-ns_enum-i.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51001-ns_enum-i.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51001-ns_enum-i.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51002-sp_oc_catch.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51002-sp_oc_catch.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51002-sp_oc_catch.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51002-sp_oc_catch.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51003-sp_oc_catch.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51003-sp_oc_catch.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51003-sp_oc_catch.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51003-sp_oc_catch.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51004-block_pointer.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51004-block_pointer.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/51004-block_pointer.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/51004-block_pointer.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/60011-UNI-11095.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/60011-UNI-11095.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/oc/60011-UNI-11095.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/60011-UNI-11095.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60000-functions.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60000-functions.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60000-functions.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60000-functions.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60001-comment.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60001-comment.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60001-comment.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60001-comment.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60002-traffic.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60002-traffic.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60002-traffic.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60002-traffic.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60003-tags.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60003-tags.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60003-tags.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60003-tags.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60004-enum.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60004-enum.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60004-enum.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60004-enum.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60005-unbraced.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60005-unbraced.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60010-str-escape.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60010-str-escape.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60010-str-escape.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60010-str-escape.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60020-switch-vsemi.sma b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60020-switch-vsemi.sma similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60020-switch-vsemi.sma rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60020-switch-vsemi.sma diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60030-crusty_ex-1.sma b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60030-crusty_ex-1.sma similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60030-crusty_ex-1.sma rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60030-crusty_ex-1.sma diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60040-preproc.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60040-preproc.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60040-preproc.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60040-preproc.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60050-gh419.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60050-gh419.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60050-gh419.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60050-gh419.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60100-Issue_2586.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60100-Issue_2586.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60100-Issue_2586.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60100-Issue_2586.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60101-Issue_2665.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60101-Issue_2665.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/pawn/60101-Issue_2665.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60101-Issue_2665.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02400-mysql.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02400-mysql.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02400-mysql.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02400-mysql.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02401-sta-select.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02401-sta-select.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02401-sta-select.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02401-sta-select.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02402-issue_527.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02402-issue_527.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/sql/02402-issue_527.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/sql/02402-issue_527.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70000-list.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70000-list.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70000-list.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70000-list.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70001-advanced.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70001-advanced.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70001-advanced.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70001-advanced.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70010-verbatim_str.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70010-verbatim_str.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70010-verbatim_str.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70010-verbatim_str.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70011-verbatim_str2.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70011-verbatim_str2.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70011-verbatim_str2.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70011-verbatim_str2.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70012-verbatim_str2.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70012-verbatim_str2.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70012-verbatim_str2.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70012-verbatim_str2.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70020-preproc.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70020-preproc.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70020-preproc.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70020-preproc.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70287-gh287.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70287-gh287.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70287-gh287.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70287-gh287.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70300-Issue_2090.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70300-Issue_2090.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70300-Issue_2090.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70300-Issue_2090.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70301-Issue_2270.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70301-Issue_2270.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70301-Issue_2270.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70301-Issue_2270.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70302-cast.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70302-cast.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70302-cast.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70302-cast.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70303-nullable.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70303-nullable.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70303-nullable.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70303-nullable.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70304-identifier.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70304-identifier.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70304-identifier.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70304-identifier.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70310-mdarray_space.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70310-mdarray_space.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70310-mdarray_space.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70310-mdarray_space.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70311-mdarray_space.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70311-mdarray_space.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70311-mdarray_space.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70311-mdarray_space.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70312-mdarray_space.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70312-mdarray_space.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/vala/70312-mdarray_space.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/vala/70312-mdarray_space.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/fixtest.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/fixtest.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/fixtest.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/fixtest.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/generate_p_files.sh b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/generate_p_files.sh similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/generate_p_files.sh rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/generate_p_files.sh diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/imported.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/imported.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/imported.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/imported.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/1225.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/1225.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/1225.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/1225.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2205.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2205.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2205.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2205.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2278.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2278.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2278.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2278.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2279.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2279.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2279.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2279.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2360.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2360.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2360.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2360.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2411.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2411.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2411.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2411.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2640.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2640.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2640.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2640.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2845.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2845.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_2845.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_2845.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3169.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3169.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3169.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3169.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3192.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3192.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3192.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3192.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3233.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3233.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3233.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3233.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3269.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3269.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3269.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3269.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3272.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3272.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3272.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3272.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3274.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3274.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3274.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3274.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3327.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3327.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3327.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3327.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3339.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3339.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3339.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3339.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3342.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3342.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3342.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3342.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3343.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3343.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3343.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3343.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3345.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3345.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3345.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3345.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3351.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3351.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3351.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3351.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3353.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3353.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3353.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3353.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3356.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3356.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3356.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3356.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3362.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3362.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3362.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3362.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3366.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3366.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3366.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3366.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3370.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3370.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3370.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3370.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3376.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3376.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3376.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3376.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3377.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3377.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3377.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3377.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3402.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3402.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3402.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3402.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3421.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3421.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3421.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3421.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3431.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3431.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3431.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3431.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3436.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3436.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3436.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3436.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3454.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3454.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3454.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3454.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3457.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3457.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3457.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3457.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3472.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3472.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3472.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3472.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3476.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3476.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3476.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3476.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3480.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3480.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3480.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3480.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3493.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3493.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3493.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3493.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3496.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3496.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3496.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3496.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3506.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3506.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3506.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3506.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3516.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3516.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3516.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3516.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3518.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3518.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3518.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3518.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3548.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3548.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3548.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3548.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3556.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3556.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3556.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3556.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3559.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3559.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3559.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3559.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3561.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3561.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3561.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3561.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3565.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3565.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3565.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3565.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3567.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3567.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3567.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3567.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3580.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3580.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3580.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3580.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3582.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3582.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3582.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3582.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3587.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3587.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3587.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3587.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3601.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3601.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3601.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3601.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3662.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3662.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3662.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3662.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3873.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3873.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3873.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3873.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3985.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3985.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3985.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3985.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3989.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3989.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3989.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3989.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3992.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3992.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_3992.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_3992.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_4044.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_4044.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/Issue_4044.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/Issue_4044.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/add_long_comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/add_long_comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/add_long_comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/add_long_comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-equ.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-equ.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-equ.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-equ.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-proto-vars.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-proto-vars.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-proto-vars.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-proto-vars.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-proto.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-proto.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-proto.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-proto.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-string.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-string.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-string.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-string.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-struct-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-struct-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-struct-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-struct-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-typedef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-typedef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-typedef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-typedef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-var.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-var.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align-var.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align-var.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_assign_var_defs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_assign_var_defs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_assign_var_defs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_assign_var_defs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_assigns.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_assigns.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_assigns.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_assigns.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_attr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_attr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_attr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_attr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_func_proto_star_amp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_func_proto_star_amp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_func_proto_star_amp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_func_proto_star_amp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_keep_extra.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_keep_extra.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_keep_extra.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_keep_extra.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_span_418.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_span_418.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_span_418.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_span_418.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_span_419.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_span_419.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_span_419.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_span_419.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_thresh_416.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_thresh_416.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_thresh_416.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_thresh_416.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_thresh_417.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_thresh_417.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_sf_call_thresh_417.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_sf_call_thresh_417.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_stack.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_stack.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_stack.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_stack.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_trailing_do_cmt.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_trailing_do_cmt.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/align_trailing_do_cmt.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/align_trailing_do_cmt.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/asm.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/asm.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/asm.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/asm.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/attribute.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/attribute.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/attribute.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/attribute.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/backslash-newline-lex.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/backslash-newline-lex.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/backslash-newline-lex.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/backslash-newline-lex.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/beautifier-off.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/beautifier-off.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/beautifier-off.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/beautifier-off.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bits.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bits.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bits.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bits.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bool-pos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bool-pos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bool-pos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bool-pos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/br_cmt.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/br_cmt.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/br_cmt.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/br_cmt.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace-remove3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace-remove3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-4.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-4.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-4.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-4.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-5.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-5.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces-5.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces-5.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bsnl.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bsnl.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bsnl.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bsnl.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1041.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1041.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1041.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1041.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1196.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1196.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1196.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1196.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1702.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1702.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1702.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1702.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1718.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1718.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_1718.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_1718.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_2331.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_2331.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_2331.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_2331.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_3156.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_3156.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_3156.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_3156.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_489.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_489.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_489.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_489.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_637.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_637.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_671.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_671.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_671.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_671.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_222.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_222.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_222.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_222.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_771.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_771.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_771.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_771.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_876.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_876.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bug_i_876.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_i_876.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-3.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-3.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-3.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-3.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-4.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-4.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-4.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-4.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-5.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-5.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-5.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-5.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-6.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-6.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-6.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-6.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-7.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-7.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-7.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-7.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs-8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bugs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/case-nl_before_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/case-nl_before_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/case-nl_before_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/case-nl_before_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cast_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cast_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cast_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cast_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/casts.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/casts.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/casts.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/casts.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/clang-has_include.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/clang-has_include.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/clang-has_include.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/clang-has_include.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt-align.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt-align.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt-align.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt-align.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_multi.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_multi.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_multi.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_multi.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_multi_utf8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_multi_utf8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_multi_utf8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_multi_utf8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_nl_end.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_nl_end.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_nl_end.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_nl_end.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_reflow.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_reflow.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_reflow.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_reflow.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_right_align.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_right_align.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cmt_right_align.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cmt_right_align.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/code_width.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/code_width.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/code_width.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/code_width.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/colon-asm.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/colon-asm.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/colon-asm.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/colon-asm.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment-convert.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment-convert.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment-convert.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment-convert.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_javadoc_single.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_javadoc_single.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_javadoc_single.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_javadoc_single.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_long_lines.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_long_lines.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_long_lines.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_trailing_c_multiline.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_trailing_c_multiline.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/comment_conversion_trailing_c_multiline.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/comment_conversion_trailing_c_multiline.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cond.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cond.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/cond.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/cond.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/custom_types_ssl.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/custom_types_ssl.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/custom_types_ssl.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/custom_types_ssl.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/define-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/define-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/define-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/define-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/deref.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/deref.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/deref.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/deref.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/directfb.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/directfb.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/directfb.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/directfb.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/dos.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/dos.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/dos.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/dos.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/double-sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/double-sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/double-sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/double-sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/doxy-comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/doxy-comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/doxy-comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/doxy-comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/else-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/else-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/else-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/else-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/empty-braces.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/empty-braces.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/empty-braces.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/empty-braces.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/empty-for.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/empty-for.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/empty-for.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/empty-for.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum-struct-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum-struct-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum-struct-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum-struct-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum_comma_ifdef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum_comma_ifdef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum_comma_ifdef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum_comma_ifdef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum_gallery.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum_gallery.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/enum_gallery.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/enum_gallery.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/extern.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/extern.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/extern.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_indent_func_def_col1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_indent_func_def_col1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_indent_func_def_col1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_indent_func_def_col1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_type.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_type.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/fcn_type.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/fcn_type.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/for-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/for-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/for-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/for-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/forever.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/forever.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/forever.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/forever.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/freebsd.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/freebsd.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/freebsd.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/freebsd.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_call_user.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_call_user.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_call_user.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_call_user.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_call_user2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_call_user2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_call_user2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_call_user2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_var_multi_paren.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_var_multi_paren.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_var_multi_paren.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_var_multi_paren.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_wrap.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_wrap.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/func_wrap.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/func_wrap.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/funcfunc.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/funcfunc.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/funcfunc.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/funcfunc.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/function-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/function-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/function-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/function-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/function_prototypes_alignment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/function_prototypes_alignment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/function_prototypes_alignment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/function_prototypes_alignment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/gh399.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/gh399.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/gh399.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/gh399.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/global-vars.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/global-vars.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/global-vars.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/global-vars.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/hello.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/hello.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/hello.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/hello.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1270.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1270.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1270.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1270.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1413.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1413.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1413.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1413.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1564.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1564.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i1564.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i1564.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i2c-core.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i2c-core.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/i2c-core.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/i2c-core.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/if_chain.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/if_chain.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/if_chain.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/if_chain.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/ifdef-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/ifdef-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/ifdef-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/ifdef-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/ifdef-nest.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/ifdef-nest.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/ifdef-nest.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/ifdef-nest.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/incdec_postfix_multiply.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/incdec_postfix_multiply.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/incdec_postfix_multiply.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/incdec_postfix_multiply.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/include-guard.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/include-guard.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/include-guard.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/include-guard.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/include_define.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/include_define.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/include_define.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/include_define.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-macro-brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-macro-brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-macro-brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-macro-brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-off-after-assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-off-after-assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-off-after-assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-off-after-assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-vbrace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-vbrace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent-vbrace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-vbrace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_first_bool_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_first_bool_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_first_bool_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_first_bool_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_ternary-1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_ternary-1.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_ternary-1.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_ternary-1.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_ternary-2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_ternary-2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/indent_ternary-2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent_ternary-2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/infinite-loops.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/infinite-loops.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/infinite-loops.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/infinite-loops.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/int-types.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/int-types.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/int-types.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/int-types.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/kw_subst.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_1.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_1.c new file mode 100644 index 00000000..4bed8aee --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_1.c @@ -0,0 +1,39 @@ +static int buf_write_do_autocmds(buf_T *buf, char **fnamep, char **sfnamep, char **ffnamep, + linenr_T start, linenr_T *endp, exarg_T *eap, bool append, + bool filtering, bool reset_changed, bool overwriting, bool whole, + const pos_T orig_start, const pos_T orig_end) +{ +} + +static int buf_write_make_backup(char *fname, bool append, FileInfo *file_info_old, vim_acl_T acl, + int perm, unsigned bkc, bool file_readonly, bool forceit, + int *backup_copyp, char **backupp, Error_T *err) +{ +} + +Channel *channel_job_start(char **argv, const char *exepath, CallbackReader on_stdout, + CallbackReader on_stderr, Callback on_exit, bool pty, bool rpc, + bool overlapped, bool detach, ChannelStdinMode stdin_mode, + const char *cwd, uint16_t pty_width, uint16_t pty_height, dict_T *env, + varnumber_T *status_out) +{ +} + +void vim_str2nr(const char *const start, int *const prep, int *const len, const int what, + varnumber_T *const nptr, uvarnumber_T *const unptr, const int maxlen, + const bool strict, bool *const overflow) +{ +} + +static inline int json_decoder_pop(ValuesStackItem obj, ValuesStack *const stack, + ContainerStack *const container_stack, const char **const pp, + bool *const next_map_special, bool *const didcomma, + bool *const didcolon) +{ +} + +void extmark_set(buf_T *buf, uint32_t ns_id, uint32_t *idp, int row, colnr_T col, int end_row, + colnr_T end_col, Decoration *decor, bool right_gravity, bool end_right_gravity, + bool no_undo, bool invalidate, Error *err) +{ +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_2.c new file mode 100644 index 00000000..51297836 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/line_multi_split_2.c @@ -0,0 +1,7 @@ +void DCOPServer::processMessage( IceConn iceConn, int opcode) +{ + if ( !conn ) { + tqWarning("[dcopserver] DCOPServer::processMessage message from unknown connection. [opcode = %d]", opcode); + return; + } +} diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/lvalue.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/lvalue.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/lvalue.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/lvalue.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mac.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mac.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mac.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mac.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/macro-returns.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/macro-returns.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/macro-returns.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/macro-returns.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/minus-minus.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/minus-minus.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/minus-minus.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/minus-minus.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/misc.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/misc.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/misc.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/misc.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod-paren.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod-paren.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod-paren.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod-paren.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_case_brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_case_brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_case_brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_case_brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_move_case_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_move_case_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_move_case_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_move_case_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_move_case_return_bad.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_move_case_return_bad.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/mod_move_case_return_bad.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/mod_move_case_return_bad.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/multi.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/multi.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/multi.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/multi.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/my_infile.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/my_infile.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/my_infile.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/my_infile.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/negative_value.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/negative_value.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/negative_value.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/negative_value.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/newline_after_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/newline_after_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/newline_after_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/newline_after_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-cont.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-cont.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-cont.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-cont.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-cont2.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-cont2.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-cont2.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-cont2.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-semicolon.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-semicolon.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-semicolon.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-semicolon.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-ver-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-ver-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl-ver-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl-ver-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_assign.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_assign.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_assign.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_assign.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_before_ignore_after_case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_before_ignore_after_case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_before_ignore_after_case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_before_ignore_after_case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_before_return.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_before_return.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_before_return.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_before_return.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_create_one_liner.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_create_one_liner.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_create_one_liner.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_create_one_liner.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_ds_struct_enum.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_ds_struct_enum.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_ds_struct_enum.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_ds_struct_enum.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_func_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_func_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_func_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_func_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_proto_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_proto_endif.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_proto_endif.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_proto_endif.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_return_expr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_return_expr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/nl_return_expr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/nl_return_expr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one-liner-define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one-liner-define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one-liner-define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one-liner-define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one-liner-init.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one-liner-init.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one-liner-init.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one-liner-init.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one_liners.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one_liners.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/one_liners.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/one_liners.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/paren-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/paren-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/paren-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/paren-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/paren_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/paren_indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/paren_indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/paren_indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/parenthesized_indirect_call.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/parenthesized_indirect_call.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/parenthesized_indirect_call.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/parenthesized_indirect_call.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pascal_ptr.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pascal_ptr.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pascal_ptr.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pascal_ptr.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pos_compare.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pos_compare.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pos_compare.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pos_compare.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pos_conditional.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pos_conditional.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pos_conditional.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pos_conditional.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-before-func-def.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-before-func-def.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-before-func-def.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-before-func-def.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-if-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-if-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-if-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-if-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-nest.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-nest.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-nest.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-nest.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-space.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp-space.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp-space.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_concat_asn1.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_concat_asn1.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_concat_asn1.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_concat_asn1.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_indent_with_tabs.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_indent_with_tabs.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_indent_with_tabs.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_indent_with_tabs.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_multiline_define.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_multiline_define.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_multiline_define.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_multiline_define.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_ret.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_ret.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_ret.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_ret.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_space_before_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_space_before_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pp_space_before_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pp_space_before_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pragma.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pragma.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pragma.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pragma.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pragma_asm.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pragma_asm.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/pragma_asm.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/pragma_asm.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/preproc-if.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/preproc-if.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/preproc-if.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/preproc-if.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/return-compound-literal.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/return-compound-literal.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/return-compound-literal.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/return-compound-literal.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/return-multi.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/return-multi.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/return-multi.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/return-multi.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/semicolons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/semicolons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/semicolons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/semicolons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sf588.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sf588.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sf588.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sf588.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sf594.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sf594.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sf594.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sf594.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/single_line_comment_after.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/single_line_comment_after.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/single_line_comment_after.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/single_line_comment_after.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sort_include.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sort_include.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sort_include.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sort_include.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_after_sparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_after_sparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_after_sparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_after_sparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_cmt_cpp_start.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_cmt_cpp_start.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_cmt_cpp_start.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_cmt_cpp_start.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_embed_comment.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_embed_comment.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_embed_comment.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_embed_comment.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_func_call_user_inside_fparen.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_func_call_user_inside_fparen.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sp_func_call_user_inside_fparen.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sp_func_call_user_inside_fparen.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sparen-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sparen-indent.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/sparen-indent.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/sparen-indent.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/star-style.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/star-style.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/star-style.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/star-style.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/string_prefixes.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/string_prefixes.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/string_prefixes.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/string_prefixes.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/string_utf8.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/string_utf8.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/string_utf8.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/string_utf8.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/struct-brace.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/struct-brace.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/struct-brace.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/struct-brace.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/switch-case.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/switch-case.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/switch-case.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/switch-case.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/switch.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/switch.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/switch.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/switch.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/t3.in.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/t3.in.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/t3.in.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/t3.in.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/type-cast.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/type-cast.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/type-cast.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/type-cast.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/type_wrap.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/type_wrap.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/type_wrap.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/type_wrap.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/utf8-identifiers.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/utf8-identifiers.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/utf8-identifiers.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/utf8-identifiers.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vardefcol.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vardefcol.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vardefcol.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/various_colons.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/various_colons.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/various_colons.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/various_colons.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-do.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-do.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-pp.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-pp.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-pp.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-pp.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-while.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-while.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-while.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vb-while.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vbrace_one_liner.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vbrace_one_liner.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vbrace_one_liner.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/vbrace_one_liner.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/whole_file_ifdef.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/whole_file_ifdef.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/whole_file_ifdef.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/whole_file_ifdef.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/xml.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/xml.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/xml.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/xml.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2138.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2138.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2138.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2138.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2185.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2185.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2185.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2185.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2203.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2203.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/2203.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/2203.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/621_this-spacing.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/621_this-spacing.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/621_this-spacing.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/621_this-spacing.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/622_ifdef-indentation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/622_ifdef-indentation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/622_ifdef-indentation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/622_ifdef-indentation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/623_caret-spacing.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/623_caret-spacing.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/623_caret-spacing.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/623_caret-spacing.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/633_decl-in-func-typedef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/633_decl-in-func-typedef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/633_decl-in-func-typedef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/633_decl-in-func-typedef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/634_extern-c-no-block.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/634_extern-c-no-block.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/634_extern-c-no-block.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/634_extern-c-no-block.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DB.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DB.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DB.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DB.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DefaultAndDelete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DefaultAndDelete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DefaultAndDelete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DefaultAndDelete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Discussion_3987.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Discussion_3987.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Discussion_3987.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Discussion_3987.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DoxygenComments.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DoxygenComments.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/DoxygenComments.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/DoxygenComments.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Example.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Example.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Example.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Example.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I1112-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I1112-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I2102.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I2102.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I2102.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I2102.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I2103.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I2103.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/I2103.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/I2103.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1052.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1052.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1052.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1052.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1130.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1130.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1130.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1130.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1167.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1167.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1167.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1167.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1184.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1184.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1184.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1184.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1460.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1460.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1460.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1460.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1511.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1511.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1511.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1511.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1692.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1692.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1692.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1692.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1703.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1703.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1703.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1703.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1704.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1704.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1704.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1704.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1733.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1733.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1733.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1733.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1734.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1734.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1734.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1734.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1737.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1737.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1737.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1737.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1753.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1753.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1753.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1753.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1813.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1813.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1923.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1923.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1923.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1923.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1966.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1966.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_1966.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1966.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2020.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2020.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2020.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2020.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2045.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2045.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2045.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2045.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2085.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2085.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2085.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2085.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2091.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2091.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2091.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2091.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2099.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2099.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2099.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2099.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2101.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2101.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2101.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2101.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2138.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2138.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2138.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2138.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2149.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2149.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2149.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2149.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2150.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2150.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2150.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2150.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2151.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2151.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2151.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2151.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2163.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2163.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2163.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2163.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2166.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2166.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2166.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2166.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2170.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2170.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2170.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2170.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2186.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2186.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2186.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2186.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2195.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2195.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2195.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2195.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2219.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2219.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2219.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2219.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2224.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2224.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2224.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2224.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2229.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2229.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2229.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2229.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2232.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2232.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2232.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2232.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2250.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2250.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2250.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2250.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2281.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2281.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2281.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2281.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2302.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2302.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2302.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2302.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2305.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2305.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2305.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2305.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2319.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2319.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2319.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2319.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2332.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2332.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2332.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2332.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2343.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2343.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2343.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2343.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2345-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2345-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2345-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2345-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2345-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2345-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2345-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2345-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2368.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2368.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2368.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2368.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2383.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2383.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2383.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2383.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2386.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2386.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2386.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2386.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2387.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2387.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2387.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2387.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2437.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2437.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2437.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2437.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2440.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2440.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2440.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2440.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2440_nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2440_nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2440_nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2440_nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2478.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2478.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2478.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2478.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2561.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2561.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2561.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2561.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2565.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2565.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2565.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2565.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2570.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2570.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2570.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2570.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2582.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2582.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2582.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2582.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2591.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2591.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2591.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2591.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2594.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2594.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2594.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2594.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2596.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2596.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2596.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2596.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2604.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2604.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2604.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2604.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2668.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2668.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2668.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2668.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2672-a.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2672-a.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2672-a.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2672-a.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2672-b.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2672-b.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2672-b.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2672-b.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2688.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2688.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2688.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2688.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2689.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2689.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2689.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2689.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2692.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2692.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2692.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2692.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2703.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2703.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2703.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2703.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2726.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2726.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2726.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2726.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2734.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2734.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2734.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2734.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2735.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2735.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2735.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2735.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2742.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2742.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2742.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2742.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2757.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2757.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2757.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2757.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2758.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2758.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2758.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2758.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2759.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2759.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2759.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2759.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2771.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2771.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2771.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2771.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2794.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2794.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2794.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2794.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2795.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2795.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2795.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2795.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2823.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2823.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2823.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2823.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2831.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2831.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2831.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2831.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2836.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2836.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2836.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2836.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2873.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2873.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2873.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2873.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2879.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2879.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2879.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2879.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2886.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2886.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2886.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2886.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2890.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2890.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2890.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2890.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2902.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2902.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2902.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2902.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2907.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2907.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2907.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2907.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2910.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2910.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2910.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2910.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2914.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2914.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2914.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2914.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2921.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2921.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2921.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2921.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2930.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2930.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2930.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2930.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2942.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2942.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2942.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2942.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2949.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2949.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2949.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2949.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2957.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2957.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2957.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2957.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2971.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2971.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2971.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_2971.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3010.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3010.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3010.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3010.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3018.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3018.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3018.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3018.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3025.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3025.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3025.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3025.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3034.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3034.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3034.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3034.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3040.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3040.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3040.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3040.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3044.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3044.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3044.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3044.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3048.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3048.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3048.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3048.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3052.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3052.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3052.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3052.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3054-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3054-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3054-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3054-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3054.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3054.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3054.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3054.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3055-a.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3055-a.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3055-a.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3055-a.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3055.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3055.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3055.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3055.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3058.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3058.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3058.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3058.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_0nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_0nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_0nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_0nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_1nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_1nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_1nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_1nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_2nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_2nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3061_2nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3061_2nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3080.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3080.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3080.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3080.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3097.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3097.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3097.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3097.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3113.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3113.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3113.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3113.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3164.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3164.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3164.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3164.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3176.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3176.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3176.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3176.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3197.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3197.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3197.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3197.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3198.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3198.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3198.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3198.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3203.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3203.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3203.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3203.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3205.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3205.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3205.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3205.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3220.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3220.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3220.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3220.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3237.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3237.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3237.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3237.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3252.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3252.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3252.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3252.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3283.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3283.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3283.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3283.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3284.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3284.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3284.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3284.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3294.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3294.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3294.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3294.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3309.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3309.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3309.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3309.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3316.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3316.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3316.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3316.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3321.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3321.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3321.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3321.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3357.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3357.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3357.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3357.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3409.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3409.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3409.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3409.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3413.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3413.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3422.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3422.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3422.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3422.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3428.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3428.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3428.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3428.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3446.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3446.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3446.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3446.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3448.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3448.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3448.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3448.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3505.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3505.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3505.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3505.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3513-0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3513-0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3513-0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3513-0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3513-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3513-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3513-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3513-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3536.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3536.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3536.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3536.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3538.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3538.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3538.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3538.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3546.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3546.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3546.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3546.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3550.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3550.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3550.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3550.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3552.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3552.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3552.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3552.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3558.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3558.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3558.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3558.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3570.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3570.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3570.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3570.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3576.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3576.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3576.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3576.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3604.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3604.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3604.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3604.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3614.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3614.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3614.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3614.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3691.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3691.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3691.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3691.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3710.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3710.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3710.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3710.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3761.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3761.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3761.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3761.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3785.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3785.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3785.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3785.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3786.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3786.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3786.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3786.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863_3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863_3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3863_3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3863_3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3865.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3865.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3865.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3865.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3914.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3914.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3914.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3914.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3915.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3915.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3915.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3915.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3919.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3919.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3919.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3919.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3920.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3920.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3920.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3920.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3965-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3965-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3965-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3965-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3965.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3965.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3965.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3965.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3967.cc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3967.cc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3967.cc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3967.cc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3980.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3980.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3980.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3980.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3983.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3983.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3983.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3983.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3996.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3996.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_3996.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3996.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4023.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4023.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4023.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4023.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4026.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4026.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4026.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4026.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4027.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4027.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4027.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4027.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4036.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4036.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4036.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4036.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4042.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4042.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4042.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4042.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4080.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4080.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4080.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4080.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4094.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4094.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4094.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4094.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4132.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4132.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4132.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4132.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4239.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4239.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_4239.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_4239.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_750.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_750.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_750.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_750.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_931.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_931.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_931.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_931.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_995-do.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_995-do.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_995-do.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_995-do.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/NewLine.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/NewLine.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/NewLine.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/NewLine.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/NewLine0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/NewLine0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/NewLine0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/NewLine0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/PR326_invalid-backslash-eol-csharp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/PR326_invalid-backslash-eol-csharp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/PR326_invalid-backslash-eol-csharp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/PR326_invalid-backslash-eol-csharp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_EMIT.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_EMIT.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_EMIT.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_EMIT.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_FOREACH.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_FOREACH.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_FOREACH.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_FOREACH.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_FOREVER.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_FOREVER.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_FOREVER.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_FOREVER.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_SIGNAL_SLOT.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_SIGNAL_SLOT.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_SIGNAL_SLOT.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Q_SIGNAL_SLOT.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/STUCK_macro-difficulties.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/STUCK_macro-difficulties.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/STUCK_macro-difficulties.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/STUCK_macro-difficulties.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Timestamp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Timestamp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Timestamp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Timestamp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-10496.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-10496.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-10496.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-10496.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-12046.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-12046.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-12046.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-12046.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1288.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1288.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1288.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1288.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1334.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1334.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1334.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1334.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1335.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1335.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1335.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1335.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1337.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1337.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1337.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1337.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1339.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1339.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1339.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1339.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1340.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1340.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1340.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1340.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1344.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1344.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1344.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1344.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1346.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1346.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1346.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1346.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1347.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1347.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1347.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1347.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1350.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1350.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1350.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1350.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1356.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1356.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1356.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1356.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1358.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1358.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1358.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1358.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-16283.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-16283.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-16283.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-16283.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-18439.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-18439.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-18439.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-18439.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-18777.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-18777.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-18777.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-18777.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1980.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1980.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1980.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1980.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1981.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1981.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1981.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1981.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1983.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1983.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-1983.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1983.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-19894.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-19894.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-19894.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-19894.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2049.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2049.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2049.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2049.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21506.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21506.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21506.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21506.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21509.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21509.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21509.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21509.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21510.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21510.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21510.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21510.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21727.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21727.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21727.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21727.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21728.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21728.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21728.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21728.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21729.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21729.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-21729.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-21729.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2650.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2650.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2650.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2650.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2680.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2680.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2680.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2680.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2683.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2683.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-2683.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-2683.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-29935.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-29935.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-29935.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-29935.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-30088.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-30088.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-30088.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-30088.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-30628.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-30628.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-30628.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-30628.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-32657.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-32657.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-32657.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-32657.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-38381.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-38381.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-38381.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-38381.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-64325.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-64325.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-64325.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-64325.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-9650.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-9650.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/UNI-9650.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-9650.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/al.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/al.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/al.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/al.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-330.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-330.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-330.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-330.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-assign-mixed.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-assign-mixed.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-assign-mixed.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-assign-mixed.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-star-amp-pos.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-star-amp-pos.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align-star-amp-pos.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align-star-amp-pos.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_across_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_across_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_across_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_across_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_assign_func_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_assign_func_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_assign_func_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_assign_func_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_asterisk_after_type_cast.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_asterisk_after_type_cast.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_asterisk_after_type_cast.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_asterisk_after_type_cast.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_class-constr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_class-constr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_class-constr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_class-constr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_class.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_class.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_class.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_constr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_constr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_constr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_constr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_continuation_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_continuation_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_continuation_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_continuation_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_default_after_override.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_default_after_override.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_default_after_override.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_default_after_override.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_fcall.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_fcall.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_fcall.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_fcall.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_params.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_params.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_params.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_params.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_proto_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_proto_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_proto_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_proto_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_proto_thresh2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_proto_thresh2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_func_proto_thresh2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_func_proto_thresh2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_left_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_left_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_left_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_left_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_left_shift2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_left_shift2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_left_shift2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_left_shift2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_right_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_right_comment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_right_comment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_right_comment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_var_def_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_var_def_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_var_def_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/align_var_def_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/alt_tokens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/alt_tokens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/alt_tokens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/alt_tokens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/anonymous_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/anonymous_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/anonymous_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/anonymous_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/arith_vs_byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/arith_vs_byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/arith_vs_byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/arith_vs_byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/asm_block_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/asm_block_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/asm_block_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/asm_block_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/attribute_specifier_seqs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/attribute_specifier_seqs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/attribute_specifier_seqs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/attribute_specifier_seqs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/av.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/av.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/av.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/av.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bit-colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bit-colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bit-colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bit-colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bom.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bom.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bom.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bom.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bool.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bool.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bool.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bool.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/brace_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/brace_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/brace_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/brace_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/brace_init_stdint_macros.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/brace_init_stdint_macros.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/brace_init_stdint_macros.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/brace_init_stdint_macros.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braced_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braced_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braced_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braced_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braced_init_template_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braced_init_template_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braced_init_template_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braced_init_template_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braces_align.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braces_align.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braces_align.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braces_align.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braces_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braces_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/braces_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/braces_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1001.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1001.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1001.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1001.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1002.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1002.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1002.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1002.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1003.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1003.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1003.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1003.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1004.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1004.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1004.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1004.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1005.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1005.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1005.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1005.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1020.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1020.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1020.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1020.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1027.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1027.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1027.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1027.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1032.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1032.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1032.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1032.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1068.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1068.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1068.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1068.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1108.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1108.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1108.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1108.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1112.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1112.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1112.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1112.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1127.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1127.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1127.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1127.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1134.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1134.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1134.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1134.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1139.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1139.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1139.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1139.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1158.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1158.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1158.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1158.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1160.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1160.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1160.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1160.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1161.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1161.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1161.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1161.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1169.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1169.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1169.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1169.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1170.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1170.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1170.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1170.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1235.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1235.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1235.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1235.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1236.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1236.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1236.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1236.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1249.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1249.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1249.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1249.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1288.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1288.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1288.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1288.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1289.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1289.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1289.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1289.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1296.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1296.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1296.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1296.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1315.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1315.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1315.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1315.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1321.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1321.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1321.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1321.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1324.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1324.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1324.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1324.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1338.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1338.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1338.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1338.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1340.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1340.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1340.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1340.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1346.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1346.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1346.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1346.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1349.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1349.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1349.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1349.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1395.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1395.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1395.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1395.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1402.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1402.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1402.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1402.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1403.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1403.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1403.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1403.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1432.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1432.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1432.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1432.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1439.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1439.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1439.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1439.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1452.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1452.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1452.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1452.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1462.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1462.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1462.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1462.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1607.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1607.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1607.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1607.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1649.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1649.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1649.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1649.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1689.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1689.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1689.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1689.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1691.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1691.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1691.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1691.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1717.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1717.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1717.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1717.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1758-f.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1758-f.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1758-f.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1758-f.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1758.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1758.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1758.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1758.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1854.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1854.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1854.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1854.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1862.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1862.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1862.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_1862.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2285.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2285.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2285.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2285.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2322.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2322.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2322.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2322.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2371.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2371.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2371.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2371.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2402.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2402.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2402.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2402.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2433_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2433_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2433_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_2433_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_33056.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_33056.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_33056.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_33056.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_472.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_472.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_472.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_472.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_481.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_481.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_481.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_481.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_484.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_484.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_484.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_484.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_485.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_485.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_485.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_485.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_488.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_488.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_488.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_488.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_495.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_495.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_495.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_495.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_612.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_612.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_612.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_612.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_631.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_631.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_631.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_631.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_633.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_633.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_633.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_633.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_634.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_634.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_634.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_634.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_643.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_643.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_643.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_643.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_651.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_651.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_651.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_651.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_653.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_653.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_653.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_653.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_654.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_654.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_654.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_654.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_657.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_657.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_657.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_657.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_662.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_662.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_662.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_662.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_663.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_663.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_663.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_663.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_664.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_664.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_664.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_664.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_666.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_666.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_666.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_666.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_670.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_670.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_670.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_670.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_670.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_670.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_670.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_670.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_671.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_671.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_671.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_671.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_858.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_858.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_858.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_858.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_902.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_902.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_902.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_902.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_1000.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_1000.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_1000.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_1000.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_197.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_197.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_197.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_197.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_322.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_322.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_322.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_322.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_323.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_323.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_323.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_323.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_359.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_359.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_359.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_359.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_405.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_405.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_405.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_405.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_409.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_409.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_409.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_409.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_411.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_411.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_411.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_411.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_478.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_478.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_478.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_478.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_481.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_481.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_481.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_481.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_503.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_503.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_503.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_503.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_512.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_512.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_512.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_512.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_525.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_525.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_525.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_525.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_552.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_552.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_552.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_552.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_568.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_568.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_568.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_568.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_575.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_575.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_575.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_575.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_596.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_596.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_596.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_596.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_646.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_646.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_646.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_646.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_663.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_663.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_663.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_663.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_666.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_666.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_666.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_666.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_682.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_682.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_682.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_682.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_687.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_687.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_687.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_687.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_753.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_753.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_753.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_753.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_793.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_793.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_793.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_793.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_825.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_825.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_825.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_825.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_889.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_889.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_889.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_889.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_928.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_928.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_928.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_928.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_938.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_938.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_938.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_938.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_999.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_999.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_999.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_999.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_width.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_width.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_i_width.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_width.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref-4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref-4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/byref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/byref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/call_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/call_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/call_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/call_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/case-brace-remove.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/case-brace-remove.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/case-brace-remove.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/case-brace-remove.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cast.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cast.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cast.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cast.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/casts.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/casts.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/casts.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/casts.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-addr.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-addr.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-addr.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-addr.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-implementation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-implementation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-implementation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-implementation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class-init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class-init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt-cpp-cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt-cpp-cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt-cpp-cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt-cpp-cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt-reflow.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt-reflow.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt-reflow.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt-reflow.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_backslash_eol.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_backslash_eol.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_backslash_eol.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_backslash_eol.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_convert_tab_to_spaces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_convert_tab_to_spaces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_convert_tab_to_spaces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_convert_tab_to_spaces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_indent_pp.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_indent_pp.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_indent_pp.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_indent_pp.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_insert.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_insert.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_insert.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_insert.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_right.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_right.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_right.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_right.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_trailing_single_line_c_to_cpp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_trailing_single_line_c_to_cpp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cmt_trailing_single_line_c_to_cpp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cmt_trailing_single_line_c_to_cpp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comment-align-multiline.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comment-align-multiline.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comment-align-multiline.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comment-align-multiline.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comment-align.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comment-align.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comment-align.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/comment-align.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/const_throw.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/const_throw.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/const_throw.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/const_throw.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/constructor.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/constructor.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/constructor.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/constructor.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/conversion_operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/conversion_operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/conversion_operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/conversion_operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cout.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cout.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cout.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cout.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cpp17.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cpp17.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cpp17.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cpp17.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cpp_move.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cpp_move.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/cpp_move.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/cpp_move.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ctor-var.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ctor-var.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ctor-var.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ctor-var.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/custom-open-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/custom-open-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/custom-open-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/custom-open-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/custom-open.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/custom-open.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/custom-open.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/custom-open.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/define-indentation.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/define-indentation.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/define-indentation.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/define-indentation.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/delete.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/delete.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/delete.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/delete.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/deref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/deref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/deref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/deref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/digraph.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/digraph.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/digraph.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/digraph.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/disable_macro.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/disable_macro.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/disable_macro.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/disable_macro.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/dont-detab-strings.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/dont-detab-strings.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/dont-detab-strings.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/dont-detab-strings.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/dont-process-defines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/dont-process-defines.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/dont-process-defines.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/dont-process-defines.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/eat_blanks_after_codewidth.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/eat_blanks_after_codewidth.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/eat_blanks_after_codewidth.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/eat_blanks_after_codewidth.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/eigen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/eigen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/eigen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/eigen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_comma.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_comma.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_comma.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_comma.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_comment_wrap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_comment_wrap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_comment_wrap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_comment_wrap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_shr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_shr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/enum_shr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/enum_shr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/exception.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/exception.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/exception.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/exception.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/extern_c.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/extern_c.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/extern_c.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/extern_c.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/extern_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/extern_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/extern_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/extern_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/first_len_minimum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/first_len_minimum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/first_len_minimum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/first_len_minimum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/fix_for_relational_operators.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/fix_for_relational_operators.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/fix_for_relational_operators.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/fix_for_relational_operators.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_auto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_auto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_auto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_auto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_long.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_long.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_long.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_long.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_loop_head.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_loop_head.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/for_loop_head.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/for_loop_head.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/foreach.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/foreach.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/foreach.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/foreach.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/friends.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/friends.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/friends.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/friends.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func-param-wrap-oc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func-param-wrap-oc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func-param-wrap-oc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func-param-wrap-oc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_call_chain.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_call_chain.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_call_chain.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_call_chain.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_class.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_class.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_class.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_param_indent_leading_comma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_param_indent_leading_comma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/func_param_indent_leading_comma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/func_param_indent_leading_comma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/function-def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/function-def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/function-def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/function-def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/functype_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/functype_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/functype_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/functype_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/gcc_case_ellipsis.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/gcc_case_ellipsis.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/gcc_case_ellipsis.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/gcc_case_ellipsis.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/gh555.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/gh555.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/gh555.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/gh555.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/goto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/goto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/goto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/goto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1082.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1082.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1082.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1082.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1165.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1165.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1165.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1165.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1181.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1181.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1181.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1181.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1207.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1207.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1207.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1207.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1218.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1218.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1218.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1218.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1464.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1464.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1464.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1464.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1466.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1466.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1466.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1466.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1509.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1509.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1509.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1509.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1509_bug_1112_correction.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1509_bug_1112_correction.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1509_bug_1112_correction.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1509_bug_1112_correction.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1516.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1516.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1516.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1516.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1536.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1536.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1536.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1536.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1565.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1565.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1565.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1565.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1617.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1617.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1617.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1617.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1768.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1768.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i1768.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i1768.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i2033.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i2033.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i2033.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i2033.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i2116.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i2116.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i2116.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i2116.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i683.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i683.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/i683.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i683.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if-constexpr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if-constexpr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if-constexpr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if-constexpr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if_chain_braces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if_chain_braces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if_chain_braces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if_chain_braces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if_constexpr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if_constexpr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/if_constexpr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/if_constexpr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ifcomment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ifcomment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ifcomment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ifcomment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-c.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-c.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-c.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-c.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-inside-ternary-operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-inside-ternary-operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-inside-ternary-operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-inside-ternary-operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-misc.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-misc.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-misc.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-misc.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-off.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-off.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent-off.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent-off.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_braces_no.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_braces_no.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_braces_no.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_braces_no.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comma_brace_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comma_brace_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comma_brace_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comma_brace_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comma_brace_glob.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comma_brace_glob.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comma_brace_glob.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comma_brace_glob.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comment_align_thresh.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comment_align_thresh.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_comment_align_thresh.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_comment_align_thresh.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ctor_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ctor_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ctor_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ctor_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ctor_members_twice.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ctor_members_twice.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ctor_members_twice.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ctor_members_twice.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_func_alias_prototype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_func_alias_prototype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_func_alias_prototype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_func_alias_prototype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace2.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace2.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace2.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace2.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace_inner_only.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace_inner_only.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace_inner_only.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace_inner_only.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace_single_indent.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace_single_indent.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace_single_indent.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_namespace_single_indent.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_off_after_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_off_after_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_off_after_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_off_after_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_param.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_param.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_param.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_param.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_decl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_decl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_decl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_paren_after_func_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_switch_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_switch_pp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_switch_pp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_switch_pp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ternary-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ternary-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_ternary-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_ternary-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_var_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_var_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_var_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_var_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_var_def_cont.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_var_def_cont.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_var_def_cont.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/indent_var_def_cont.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/init-list-call.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/init-list-call.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/init-list-call.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/init-list-call.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/init_align.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/init_align.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/init_align.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/init_align.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/initlist_leading_commas.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/initlist_leading_commas.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/initlist_leading_commas.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/initlist_leading_commas.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/interface-keyword-in-cpp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/interface-keyword-in-cpp.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/interface-keyword-in-cpp.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/interface-keyword-in-cpp.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1752.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1752.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1752.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1778.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1778.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1778.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1778.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1782.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1782.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1782.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1782.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1804.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1804.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1804.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1804.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1916.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1916.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1916.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1916.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1919.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1919.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1919.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1919.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1946.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1946.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1946.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1946.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1985.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1985.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_1985.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_1985.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2000.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2000.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2000.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2000.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2001.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2001.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2001.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2001.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2124-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2124-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2124-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2124-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2124-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2124-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2124-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2124-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2209-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2209-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2209-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2209-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2209-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2209-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2209-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2209-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2623.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2623.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_2623.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_2623.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3105_1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3105_1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3105_1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3105_1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3105_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3105_2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3105_2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3105_2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3116-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3116-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3116-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3116-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3116.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3116.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3116.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3116.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3330.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3330.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3330.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3330.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3368.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3368.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3368.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3368.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3378.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3378.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_3378.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_3378.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_523.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_523.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_523.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_523.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_547_for_each.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_547_for_each.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_547_for_each.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_547_for_each.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_564.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_564.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_564.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_564.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_574-i.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_574-i.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_574-i.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_574-i.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_624_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_624_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_624_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_624_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_633_typename.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_633_typename.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_633_typename.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_633_typename.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_672.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_672.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/issue_672.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/issue_672.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/kw_subst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/kw_subst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/kw_subst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/kw_subst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/kw_subst2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/kw_subst2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/kw_subst2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/kw_subst2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_brace_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_brace_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_brace_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_brace_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_in_one_liner.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_in_one_liner.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_in_one_liner.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_in_one_liner.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_selfcalling.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_selfcalling.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lambda_selfcalling.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lambda_selfcalling.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Mac.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Mac.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Mac.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Mac.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Unix.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Unix.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Unix.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Unix.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Win.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Win.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/lineEndings-Win.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/lineEndings-Win.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_br_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_br_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_br_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_br_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_lines.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_lines.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_lines.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_lines.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/long_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/long_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/macro_spaces.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/macro_spaces.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/macro_spaces.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/macro_spaces.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc5.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc5.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc5.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc5.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc6.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc6.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/misc6.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/misc6.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/mod_remove_empty_return-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/mod_remove_empty_return-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/mod_remove_empty_return-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/mod_remove_empty_return-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/mod_remove_empty_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/mod_remove_empty_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/mod_remove_empty_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/mod_remove_empty_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ms-style-ref.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ms-style-ref.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ms-style-ref.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ms-style-ref.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/multi_line.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/multi_line.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/multi_line.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/multi_line.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/namespace_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/namespace_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/namespace_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/namespace_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/new_op.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/new_op.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/new_op.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/new_op.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl-class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl-class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl-class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl-class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl-namespace.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl-namespace.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl-namespace.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl-namespace.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_assign_leave_one_liners.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_assign_leave_one_liners.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_assign_leave_one_liners.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_assign_leave_one_liners.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_after.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_after.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_after.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_after.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_brace_open_test.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_brace_open_test.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_brace_open_test.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_brace_open_test.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_func_body_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_func_body_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_func_body_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_func_body_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_struct_scoped_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_struct_scoped_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_struct_scoped_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_struct_scoped_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_struct_struct.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_struct_struct.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_struct_struct.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_before_struct_struct.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_brace_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_brace_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_brace_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_brace_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-f.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-f.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-f.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-f.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-fr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-fr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-fr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-fr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-r.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-r.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-r.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-r.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-rf.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-rf.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_fdef_brace_cond-rf.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_fdef_brace_cond-rf.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_for_leave_one_liners.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_for_leave_one_liners.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_for_leave_one_liners.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_for_leave_one_liners.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func-2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func-2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func-2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_call_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_call_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_decl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_decl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_decl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_def_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_def_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_def_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_def_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_paren_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_paren_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_paren_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_paren_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_scope_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_scope_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_scope_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_scope_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_type_name.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_type_name.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_func_type_name.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_func_type_name.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_inside_namespace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_inside_namespace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_inside_namespace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_inside_namespace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_max_blank_in_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_max_blank_in_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_max_blank_in_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_max_blank_in_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/noexcept.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/noexcept.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/noexcept.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/noexcept.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/not_lambda.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/not_lambda.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/not_lambda.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/not_lambda.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/op_sym_empty.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/op_sym_empty.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/op_sym_empty.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/op_sym_empty.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/operator.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/operator.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/operator.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/operator.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/operator_proto.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/operator_proto.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/operator_proto.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/operator_proto.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/out-668.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/out-668.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/out-668.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/out-668.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/output.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/output.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/output.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/output.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/override_virtual.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/override_virtual.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/override_virtual.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/override_virtual.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/parameter-packs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/parameter-packs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/parameter-packs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/parameter-packs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/patch_32.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/patch_32.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/patch_32.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/patch_32.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_bool_in_template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_bool_in_template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_bool_in_template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_bool_in_template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_shift.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_shift.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pos_shift.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pos_shift.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp-define-indent.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp-define-indent.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp-define-indent.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp-define-indent.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp-pragma.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp-pragma.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp-pragma.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp-pragma.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_case.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_case.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_case.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_case.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_extern.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_extern.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_extern.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_extern.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_func_def.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_func_def.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_indent_func_def.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_indent_func_def.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_multi_comment.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_multi_comment.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/pp_multi_comment.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/pp_multi_comment.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/proto-wrap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/proto-wrap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/proto-wrap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/proto-wrap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ptr-star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ptr-star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/ptr-star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/ptr-star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/qt-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/qt-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/qt-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/qt-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/qtargs.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/qtargs.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/qtargs.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/qtargs.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_braced_init.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_braced_init.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_braced_init.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_braced_init.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_init_list.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_init_list.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_init_list.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_init_list.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_remove.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_remove.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/return_remove.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/return_remove.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/returns.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/returns.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/returns.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/returns.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/semi.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/semi.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/semi.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/semi.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/semicolons.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/semicolons.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/semicolons.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/semicolons.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.2886991.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.2886991.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.2886991.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.2886991.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.3266678.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.3266678.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.3266678.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.3266678.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.3315874.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.3315874.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf.3315874.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf.3315874.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf557.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf557.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf557.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf557.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf562.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf562.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf562.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf562.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf567.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf567.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf567.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf567.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf574.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf574.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf574.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf574.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf583.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf583.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf583.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf583.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf593.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf593.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sf593.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sf593.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sim.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sim.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sim.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sim.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_angle.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_angle.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_angle.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_angle.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_type.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_type.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_after_type.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_after_type.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_angle_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_angle_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_angle_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_angle_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_arith_additive.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_arith_additive.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_arith_additive.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_arith_additive.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_balance_nested_parens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_balance_nested_parens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_balance_nested_parens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_balance_nested_parens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_byref_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_byref_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_byref_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_byref_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_case_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_case_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_case_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_case_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_constr_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_constr_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_constr_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_constr_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_not_var_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_not_var_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_not_var_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_not_var_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_tr_emb_cmt_input.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_tr_emb_cmt_input.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_before_tr_emb_cmt_input.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_before_tr_emb_cmt_input.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_brace_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_brace_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_brace_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_brace_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_brace_catch.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_brace_catch.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_brace_catch.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_brace_catch.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cmt_cpp_region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cmt_cpp_region.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cmt_cpp_region.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cmt_cpp_region.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cmt_cpp_start.cc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cmt_cpp_start.cc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cmt_cpp_start.cc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cmt_cpp_start.cc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cond_question.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cond_question.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cond_question.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cond_question.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cparen_oparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cparen_oparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cparen_oparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cparen_oparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cpp_lambda_fparen.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cpp_lambda_fparen.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_cpp_lambda_fparen.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_cpp_lambda_fparen.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_decltype.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_decltype.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_decltype.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_decltype.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_endif_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_endif_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_endif_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_endif_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_enum_assign.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_enum_assign.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_enum_assign.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_enum_assign.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_enum_colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_enum_colon.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_enum_colon.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_enum_colon.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_func_call_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_func_call_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_func_call_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_func_call_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_inside_braces_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_inside_braces_enum.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_inside_braces_enum.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_inside_braces_enum.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_not_not.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_not_not.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_not_not.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_not_not.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_paren_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_paren_brace.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_paren_brace.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_paren_brace.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_qualifier_ptr_star.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_qualifier_ptr_star.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_qualifier_ptr_star.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_qualifier_ptr_star.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_skip_vbrace_tokens.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_skip_vbrace_tokens.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_skip_vbrace_tokens.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_skip_vbrace_tokens.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_throw_paren.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_throw_paren.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_throw_paren.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_throw_paren.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_type_func.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_type_func.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/sp_type_func.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/sp_type_func.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/squeeze_ifdef.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/squeeze_ifdef.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/squeeze_ifdef.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/squeeze_ifdef.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/static.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/static.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/static.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/static.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/stdcall.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/stdcall.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/stdcall.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/stdcall.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/string_replace_tab_chars.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/string_replace_tab_chars.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/string_replace_tab_chars.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/string_replace_tab_chars.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/strings.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/strings.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/strings.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/strings.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/tab-0.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/tab-0.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/tab-0.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/tab-0.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/tab-1.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/tab-1.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/tab-1.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/tab-1.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templ_class.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templ_class.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templ_class.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templ_class.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates3.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates3.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates3.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates3.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates4.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates4.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/templates4.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/templates4.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/throws.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/throws.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/throws.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/toggle_processing_cmt.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/toggle_processing_cmt.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/toggle_processing_cmt.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/toggle_processing_cmt.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/toggle_processing_cmt2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/toggle_processing_cmt2.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/toggle_processing_cmt2.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/toggle_processing_cmt2.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/trailing_return.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/trailing_return.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/trailing_return.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/trailing_return.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/trailing_return_byref_ptr.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/trailing_return_byref_ptr.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/trailing_return_byref_ptr.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/trailing_return_byref_ptr.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/try-catch-nl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/try-catch-nl.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/try-catch-nl.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/try-catch-nl.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/type_brace_init_lst.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/type_brace_init_lst.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/type_brace_init_lst.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/type_brace_init_lst.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/uniform_initialization.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/uniform_initialization.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/uniform_initialization.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/uniform_initialization.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/using-alias-in-define.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/using-alias-in-define.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/using-alias-in-define.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/using-alias-in-define.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/var_def_blks.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/var_def_blks.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/var_def_blks.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/var_def_blks.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/var_def_gap.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/var_def_gap.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/var_def_gap.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/var_def_gap.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/variadic-template.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/variadic-template.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/variadic-template.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/variadic-template.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/wacky-template.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/wacky-template.cpp similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/wacky-template.cpp rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/wacky-template.cpp diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/1822.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/1822.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/1822.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/1822.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/615_nested-usings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/615_nested-usings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/615_nested-usings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/615_nested-usings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/620_getset-brace.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/620_getset-brace.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/620_getset-brace.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/620_getset-brace.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/621_this-spacing.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/621_this-spacing.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/621_this-spacing.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/621_this-spacing.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/625_where-constraints.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/625_where-constraints.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/625_where-constraints.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/625_where-constraints.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/630_bad-new-init-semicolon-removal.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/630_bad-new-init-semicolon-removal.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/630_bad-new-init-semicolon-removal.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/630_bad-new-init-semicolon-removal.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/Issue_2705.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/Issue_2705.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/Issue_2705.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/Issue_2705.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-11662.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-11662.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-11662.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-11662.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-11993.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-11993.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-11993.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-11993.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-12303.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-12303.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-12303.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-12303.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1288.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1288.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1288.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1288.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1338.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1338.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1338.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1338.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1343.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1343.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1343.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1343.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1345.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1345.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1345.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1345.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-13955.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-13955.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-13955.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-13955.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-14131.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-14131.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-14131.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-14131.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-17253.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-17253.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-17253.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-17253.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18437.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18437.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18437.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18437.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18777.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18777.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18777.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18777.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18780.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18780.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18780.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18780.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18829.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18829.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-18829.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-18829.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1919.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1919.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1919.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1919.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-19644.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-19644.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-19644.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-19644.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1975.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1975.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1975.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1975.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1977.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1977.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1977.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1977.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1978.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1978.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-1978.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-1978.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-19895.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-19895.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-19895.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-19895.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2007.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2007.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2007.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2007.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2008.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2008.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2008.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2008.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2020.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2020.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2020.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2020.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2021.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2021.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2021.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2021.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-21730.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-21730.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-21730.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-21730.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2505.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2505.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2505.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2505.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2506.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2506.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2506.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2506.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2684.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2684.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2684.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2684.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2685.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2685.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-2685.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-2685.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-29933.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-29933.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-29933.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-29933.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-30498_2.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-30498_2.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-30498_2.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-30498_2.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-3083.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-3083.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-3083.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-3083.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-32658.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-32658.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-32658.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-32658.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-3484.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-3484.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-3484.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-3484.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-36862.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-36862.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-36862.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-36862.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-37241.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-37241.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-37241.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-37241.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-40685.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-40685.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-40685.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-40685.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-58354.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-58354.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-58354.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-58354.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-9917.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-9917.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/UNI-9917.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/UNI-9917.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/add-nl-before-namespace.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/add-nl-before-namespace.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/add-nl-before-namespace.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/add-nl-before-namespace.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1591.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1591.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1591.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1591.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1620.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1620.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1620.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1620.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1637.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1637.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1637.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1637.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1650.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1650.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_1650.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_1650.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_600.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_600.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_600.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_600.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_620.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_620.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_620.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_620.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_i_679.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_i_679.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_i_679.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_i_679.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_i_935.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_i_935.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/bug_i_935.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/bug_i_935.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/cast.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/cast.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/cast.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/cast.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/cmt_backslash_eol.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/cmt_backslash_eol.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/cmt_backslash_eol.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/cmt_backslash_eol.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/comma.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/comma.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/comma.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/comma.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/delegate.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/delegate.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/exception-filters.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/exception-filters.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/exception-filters.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/exception-filters.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/fncall_as_ctor_in_attr.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/fncall_as_ctor_in_attr.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/fncall_as_ctor_in_attr.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/fncall_as_ctor_in_attr.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/generics.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/generics.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/getset.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/getset.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/getset.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/getset.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/gs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/gs.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/gs.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/gs.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/ifcolalign.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/ifcolalign.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/ifcolalign.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/ifcolalign.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/ifcomment.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/ifcomment.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/ifcomment.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/ifcomment.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/indent-multistring-coulmn1.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/indent-multistring-coulmn1.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/indent-multistring-coulmn1.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/indent-multistring-coulmn1.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/logger.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/logger.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/logger.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/logger.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mdarray_space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mdarray_space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mdarray_space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mdarray_space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/misc-failures.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/misc-failures.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/misc-failures.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/misc-failures.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mod_full_brace_nl_block_rem_mlcond.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mod_full_brace_nl_block_rem_mlcond.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mod_full_brace_nl_block_rem_mlcond.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mod_full_brace_nl_block_rem_mlcond.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mod_full_paren_if_bool.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mod_full_paren_if_bool.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/mod_full_paren_if_bool.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/mod_full_paren_if_bool.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/new-constraint-paren-space.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/new-constraint-paren-space.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/new-constraint-paren-space.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/new-constraint-paren-space.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/nullable_prop.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/nullable_prop.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/nullable_prop.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/nullable_prop.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/oneline_property.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/oneline_property.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/oneline_property.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/oneline_property.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/operator-null-conditional.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/operator-null-conditional.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/operator-null-conditional.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/operator-null-conditional.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/operator_null-coalescing-assignment.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/operator_null-coalescing-assignment.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/operator_null-coalescing-assignment.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/operator_null-coalescing-assignment.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/preserveTabs.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/preserveTabs.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/preserveTabs.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/preserveTabs.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/property.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/property.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/property.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/property.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/region.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/region.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/region.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/region.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/remove_semi.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/remove_semi.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/remove_semi.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/remove_semi.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sf607.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sf607.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sf607.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sf607.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sf628.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sf628.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sf628.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sf628.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/simple.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/simple.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/simple.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/simple.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sort_using.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sort_using.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sort_using.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sort_using.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sort_using_categ.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sort_using_categ.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sort_using_categ.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sort_using_categ.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sp_between_new_paren.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sp_between_new_paren.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/sp_between_new_paren.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/sp_between_new_paren.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/squeeze-paren-close-Option.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/squeeze-paren-close-Option.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/squeeze-paren-close-Option.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/squeeze-paren-close-Option.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/string_multi.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/string_multi.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/string_multi.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/string_multi.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/strings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/strings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/strings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/strings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/tcf.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/tcf.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/tcf.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/tcf.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/unsafe.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/unsafe.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/unsafe.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/unsafe.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16be.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16be.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16be.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16be.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16be_no_bom.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16be_no_bom.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16be_no_bom.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16be_no_bom.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16le.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16le.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16le.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16le.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16le_no_bom.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16le_no_bom.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/utf16le_no_bom.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/utf16le_no_bom.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/var-member.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/var-member.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/var-member.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/var-member.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/verbatim_strings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/verbatim_strings.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/verbatim_strings.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/verbatim_strings.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/when.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/when.cs similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/when.cs rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/when.cs diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/1438.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/1438.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/1438.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/1438.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/HashMap.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/HashMap.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/HashMap.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/HashMap.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/Lexer.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/Lexer.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/Lexer.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/Lexer.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/bug-indent.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/bug-indent.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/bug-indent.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/bug-indent.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/casts.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/casts.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/casts.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/casts.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/const.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/const.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/const.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/const.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/d_sp_paren.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/d_sp_paren.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/d_sp_paren.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/d_sp_paren.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/delegate.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/delegate.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/delegate.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/delegate.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/enum.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/enum.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/enum.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/enum.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/extern_.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/extern_.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/extern_.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/extern_.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/funcfunc.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/funcfunc.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/funcfunc.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/funcfunc.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/imports.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/imports.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/imports.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/imports.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/invariant.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/invariant.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/invariant.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/invariant.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/numbers.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/numbers.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/numbers.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/numbers.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/sort_import.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/sort_import.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/sort_import.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/sort_import.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/square_indent_tab.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/square_indent_tab.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/square_indent_tab.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/square_indent_tab.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/static_if.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/static_if.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/static_if.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/static_if.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/static_if_in_struct.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/static_if_in_struct.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/static_if_in_struct.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/static_if_in_struct.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/strings.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/strings.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/strings.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/strings.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_spacing001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_spacing001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_spacing001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_spacing001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_use.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_use.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/template_use.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/template_use.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst01.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst01.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst01.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst01.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst02.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst02.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst02.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst02.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst03.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst03.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/tst03.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/tst03.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/type_spacing000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/type_spacing000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/type_spacing000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/type_spacing000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces000.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces000.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces000.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces000.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces001.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces001.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces001.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces001.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces002.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces002.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/vbraces002.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/vbraces002.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-1.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-1.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-1.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-1.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-2.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-2.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-2.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-2.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-3.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-3.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile-3.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile-3.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/volatile.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/volatile.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/wysiwyg_strings.d b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/wysiwyg_strings.d similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/d/wysiwyg_strings.d rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/d/wysiwyg_strings.d diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/ecma/example-1.es b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/ecma/example-1.es similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/ecma/example-1.es rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/ecma/example-1.es diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1122.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1122.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1122.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1122.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1124.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1124.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1124.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1124.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1845.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1845.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_1845.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_1845.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_670.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_670.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Issue_670.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Issue_670.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Java8DoubleColon.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Java8DoubleColon.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/Java8DoubleColon.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/Java8DoubleColon.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation1.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation1.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation1.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation1.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation2.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation2.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation2.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation2.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation3.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation3.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/annotation3.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/annotation3.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/assert.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/assert.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/assert.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/assert.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/cast.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/cast.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/cast.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/cast.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/double_brace.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/double_brace.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/double_brace.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/double_brace.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/doxy-javadoc-alignment.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/doxy-javadoc-alignment.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/doxy-javadoc-alignment.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/doxy-javadoc-alignment.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/foreach.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/foreach.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/foreach.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/foreach.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics_return_type.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics_return_type.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics_return_type.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics_return_type.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics_wildcard.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics_wildcard.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/generics_wildcard.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/generics_wildcard.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/i1121.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/i1121.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/i1121.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/i1121.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/issue_672.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/issue_672.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/issue_672.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/issue_672.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/leading-tabs-for-java-lambda.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/leading-tabs-for-java-lambda.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/leading-tabs-for-java-lambda.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/leading-tabs-for-java-lambda.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/long_cl_cmt.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/long_cl_cmt.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/long_cl_cmt.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/long_cl_cmt.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/nl_before_ignore_after_case.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/nl_before_ignore_after_case.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/nl_before_ignore_after_case.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/nl_before_ignore_after_case.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sf567.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sf567.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sf567.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sf567.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_after_angle.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_after_angle.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_after_angle.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_after_angle.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_after_for_colon.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_after_for_colon.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_after_for_colon.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_after_for_colon.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_before_byref.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_before_byref.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_before_byref.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_before_byref.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_this_paren.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_this_paren.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/sp_this_paren.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/sp_this_paren.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/synchronized.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/synchronized.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/synchronized.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/synchronized.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/try.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/try.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/try.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/try.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/variable_aligns.java b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/variable_aligns.java similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/java/variable_aligns.java rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/java/variable_aligns.java diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/1927.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/1927.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/1927.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/1927.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3766.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3766.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3766.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3766.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3767.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3767.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3767.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3767.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3811.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3811.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3811.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3811.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3812.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3812.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3812.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3812.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3813.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3813.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3813.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3813.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3819.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3819.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3819.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3819.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3822.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3822.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3822.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3822.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3823.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3823.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/3823.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/3823.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Declarations.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Declarations.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Declarations.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Declarations.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Fraction.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Fraction.h similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Fraction.h rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Fraction.h diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Fraction.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Fraction.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Fraction.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Fraction.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_2172.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_2172.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_2172.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_2172.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_2289.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_2289.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_2289.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_2289.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_681.oc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_681.oc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/Issue_681.oc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/Issue_681.oc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/UNI-11095.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/UNI-11095.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/UNI-11095.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/UNI-11095.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/UNI-1333.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/UNI-1333.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/UNI-1333.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/UNI-1333.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align-objc-like-xcode.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align-objc-like-xcode.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align-objc-like-xcode.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align-objc-like-xcode.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align_colon_with_ternary_1.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align_colon_with_ternary_1.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align_colon_with_ternary_1.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align_colon_with_ternary_1.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align_colon_with_ternary_2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align_colon_with_ternary_2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/align_colon_with_ternary_2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/align_colon_with_ternary_2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/argtypes.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/argtypes.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/argtypes.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/argtypes.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/asm.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/asm.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/asm.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/asm.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/attribute_specifier_seqs.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/attribute_specifier_seqs.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/attribute_specifier_seqs.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/attribute_specifier_seqs.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/available.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/available.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/available.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/available.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_in_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_in_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_in_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_in_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_literal_protocol.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_literal_protocol.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_literal_protocol.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_literal_protocol.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_pointer.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_pointer.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/block_pointer.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/block_pointer.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks_align2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks_align2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/blocks_align2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/blocks_align2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/box.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/box.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/box.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/box.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/boxed_receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/boxed_receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/boxed_receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/boxed_receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1366.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1366.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1366.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1366.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_167.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_167.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_167.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_167.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1674.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1674.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1674.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1674.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1683.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1683.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_1683.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_1683.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_340.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_340.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_404.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_404.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_404.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_404.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_497.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_497.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_497.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_497.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_841.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_841.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_841.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_841.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_125-412.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_125-412.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_125-412.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_125-412.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_408.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_408.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_408.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_408.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_477.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_477.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/bug_i_477.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_i_477.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/c-cpp-oc-wrapper.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/c-cpp-oc-wrapper.c similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/c-cpp-oc-wrapper.c rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/c-cpp-oc-wrapper.c diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cast.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cast.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cast.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cast.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/casting.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/casting.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/casting.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/casting.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type1.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type1.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type1.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type1.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type3.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type3.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type3.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type3.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type4.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type4.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/chunk_ends_type4.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/chunk_ends_type4.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cmt_insert.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cmt_insert.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cmt_insert.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cmt_insert.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cmt_insert2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cmt_insert2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/cmt_insert2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/cmt_insert2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/code_placeholder.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/code_placeholder.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/code_placeholder.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/code_placeholder.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/complex_method.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/complex_method.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/complex_method.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/complex_method.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/definesalign.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/definesalign.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/definesalign.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/definesalign.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/delete-space-oc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/delete-space-oc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/delete-space-oc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/delete-space-oc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/double-indent-objc-dict.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/double-indent-objc-dict.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/double_angle_space.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double_angle_space.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/double_angle_space.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double_angle_space.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/exceptions.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/exceptions.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/exceptions.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/exceptions.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/extern-c-attribute.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/extern-c-attribute.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/extern-c-attribute.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/extern-c-attribute.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/for.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/for.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/for.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/for.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/for2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/for2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/for2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/for2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/func-param-wrap-oc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/func-param-wrap-oc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/func-param-wrap-oc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/func-param-wrap-oc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/func_def.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/func_def.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/func_def.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/func_def.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh137.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh137.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh137.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh137.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh293.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh293.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh293.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh293.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh511.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh511.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/gh511.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/gh511.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/i1213.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/i1213.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/i1213.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/i1213.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent-inside-ternary-operator.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent-inside-ternary-operator.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent-inside-ternary-operator.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent-inside-ternary-operator.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent-objc-block.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent-objc-block.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent-objc-block.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent-objc-block.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_boxed.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_boxed.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_boxed.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_boxed.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_oc_inside_msg_sel.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_oc_inside_msg_sel.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_oc_inside_msg_sel.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_oc_inside_msg_sel.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_single_newline.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_single_newline.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/indent_single_newline.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/indent_single_newline.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/inttypes.h.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/inttypes.h.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/inttypes.h.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/inttypes.h.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2629.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2629.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2629.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2629.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2631.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2631.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2631.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2631.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2675.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2675.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2675.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2675.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2722.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2722.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2722.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2722.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2724.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2724.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2724.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2724.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2727.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2727.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_2727.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_2727.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_3031.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_3031.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/issue_3031.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/issue_3031.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/kw.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/kw.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/kw.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/kw.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/literals.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/literals.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/literals.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/literals.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/macro-close-brace.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/macro-close-brace.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/macro-close-brace.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/macro-close-brace.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/main.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/main.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/main.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/main.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/method_ends_semicolon.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/method_ends_semicolon.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/method_ends_semicolon.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/method_ends_semicolon.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/misc.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/misc.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/misc.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/misc.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/more_blocks.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/more_blocks.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/more_blocks.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/more_blocks.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/more_blocks_2.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/more_blocks_2.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/more_blocks_2.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/more_blocks_2.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/msg.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/msg.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/msg.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/msg.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/msg_align.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/msg_align.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/msg_align.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/msg_align.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/negative_value.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/negative_value.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/negative_value.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/negative_value.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nelem.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nelem.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/newlines.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/newlines.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/newlines.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/newlines.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_func_call_args_multi_line_ignore_closures.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_func_call_args_multi_line_ignore_closures.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_func_call_args_multi_line_ignore_closures.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_func_call_args_multi_line_ignore_closures.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_oc_msg_args_max_code_width.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_oc_msg_args_max_code_width.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_oc_msg_args_max_code_width.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_oc_msg_args_max_code_width.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_oc_msg_args_min_params.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_oc_msg_args_min_params.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/nl_oc_msg_args_min_params.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nl_oc_msg_args_min_params.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ns_enum-i.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ns_enum-i.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ns_enum-i.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ns_enum-i.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ns_enum.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ns_enum.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ns_enum.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ns_enum.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/objc.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/objc.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/objc.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/objc.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc-split.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc-split.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc-split.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc-split.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc_cond_colon.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc_cond_colon.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc_cond_colon.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc_cond_colon.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc_msg_in_pp.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc_msg_in_pp.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/oc_msg_in_pp.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/oc_msg_in_pp.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ocpp_msg_access.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ocpp_msg_access.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ocpp_msg_access.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ocpp_msg_access.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/pp-ignore.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/pp-ignore.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/pp-ignore.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/pp-ignore.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/pp_bool.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/pp_bool.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/pp_bool.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/pp_bool.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/properties.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/properties.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/properties.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/properties.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/protocol.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/protocol.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/protocol.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/protocol.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/react_native.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/react_native.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/react_native.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/react_native.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/real_world_file.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/real_world_file.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/real_world_file.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/real_world_file.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/return_type.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/return_type.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/return_type.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/return_type.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/selector.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/selector.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/selector.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/selector.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import_group.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import_group.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import_group.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import_group.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import_group_regex.mm b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import_group_regex.mm similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sort_import_group_regex.mm rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sort_import_group_regex.mm diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_after_angle.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_after_angle.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_after_angle.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_after_angle.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_after_oc_msg_receiver.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_after_oc_msg_receiver.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_after_oc_msg_receiver.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_after_oc_msg_receiver.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_before_oc_proto_list.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_before_oc_proto_list.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_before_oc_proto_list.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_before_oc_proto_list.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_cond_ternary_short.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_cond_ternary_short.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_inside_braces_oc_dict.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_inside_braces_oc_dict.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_inside_braces_oc_dict.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_inside_braces_oc_dict.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_boxed.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_boxed.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_boxed.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_boxed.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_catch.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_catch.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_catch.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_catch.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_classname_paren-r.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_classname_paren-r.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_classname_paren-r.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_classname_paren-r.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_synchronized.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_synchronized.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/sp_oc_synchronized.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_oc_synchronized.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/string.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/string.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/string.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/string.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ternary.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ternary.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/ternary.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/ternary.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/typeof.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/typeof.m similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/oc/typeof.m rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/typeof.m diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/Issue_2586.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/Issue_2586.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/Issue_2586.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/Issue_2586.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/Issue_2665.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/Issue_2665.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/Issue_2665.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/Issue_2665.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/comment.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/comment.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/comment.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/comment.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/crusty_ex-1.sma b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/crusty_ex-1.sma similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/crusty_ex-1.sma rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/crusty_ex-1.sma diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/enum.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/enum.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/enum.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/enum.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/functions.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/functions.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/functions.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/functions.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/gh419.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/gh419.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/gh419.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/gh419.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/preproc.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/preproc.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/preproc.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/preproc.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/rpn_calc.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/rpn_calc.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/rpn_calc.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/rpn_calc.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/str-escape.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/str-escape.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/str-escape.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/str-escape.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/switch-vsemi.sma b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/switch-vsemi.sma similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/switch-vsemi.sma rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/switch-vsemi.sma diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/tags.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/tags.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/tags.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/tags.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/test1.pawn b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/test1.pawn similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/test1.pawn rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/test1.pawn diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/traffic.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/traffic.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/traffic.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/traffic.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/unbraced.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/unbraced.p similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/pawn/unbraced.p rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/pawn/unbraced.p diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/issue_527.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/issue_527.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/issue_527.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/issue_527.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/mysql.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/mysql.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/mysql.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/mysql.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/sta-select.sqc b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/sta-select.sqc similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/sql/sta-select.sqc rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/sql/sta-select.sqc diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/Issue_2090.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/Issue_2090.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/Issue_2090.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/Issue_2090.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/Issue_2270.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/Issue_2270.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/Issue_2270.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/Issue_2270.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/advanced.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/advanced.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/advanced.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/advanced.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/cast.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/cast.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/cast.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/cast.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/gh287.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/gh287.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/gh287.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/gh287.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/identifier.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/identifier.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/identifier.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/identifier.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/list.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/list.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/list.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/list.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/mdarray_space.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/mdarray_space.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/mdarray_space.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/mdarray_space.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/nullable.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/nullable.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/nullable.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/nullable.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/preproc.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/preproc.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/preproc.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/preproc.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/verbatim_str.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/verbatim_str.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/verbatim_str.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/verbatim_str.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/verbatim_str2.vala b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/verbatim_str2.vala similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/vala/verbatim_str2.vala rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/vala/verbatim_str2.vala diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/java.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/java.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/java.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/java.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/objective-c.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/objective-c.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/objective-c.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/objective-c.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/pawn.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/pawn.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/pawn.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/pawn.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_format_tests.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_format_tests.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_format_tests.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_format_tests.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_sources_tests.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_sources_tests.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_sources_tests.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_sources_tests.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_test.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_test.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/run_test.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/run_test.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/staging.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/staging.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/staging.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/staging.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/__init__.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/__init__.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/__init__.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/__init__.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/ansicolor.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/ansicolor.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/ansicolor.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/ansicolor.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/config.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/config.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/config.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/config.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/failure.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/failure.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/failure.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/failure.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/selector.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/selector.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/selector.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/selector.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/test.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/test.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/test.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/test.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/utilities.py b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/utilities.py similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/test_uncrustify/utilities.py rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/test_uncrustify/utilities.py diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/tests.vpj b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/tests.vpj similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/tests.vpj rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/tests.vpj diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/vala.test b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/vala.test similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/vala.test rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/vala.test diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/uncrustify.vpj b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/uncrustify.vpj similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/uncrustify.vpj rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/uncrustify.vpj diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/uncrustify.vpw b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/uncrustify.vpw similarity index 100% rename from debian/uncrustify-trinity/uncrustify-trinity-0.78.0/uncrustify.vpw rename to debian/uncrustify-trinity/uncrustify-trinity-0.78.1/uncrustify.vpw diff --git a/debian/uncrustify-trinity/uncrustify-trinity_0.78.0.orig.tar.gz b/debian/uncrustify-trinity/uncrustify-trinity_0.78.0.orig.tar.gz deleted file mode 100644 index 27360583..00000000 Binary files a/debian/uncrustify-trinity/uncrustify-trinity_0.78.0.orig.tar.gz and /dev/null differ diff --git a/debian/uncrustify-trinity/uncrustify-trinity_0.78.1.orig.tar.gz b/debian/uncrustify-trinity/uncrustify-trinity_0.78.1.orig.tar.gz new file mode 100644 index 00000000..755a732e Binary files /dev/null and b/debian/uncrustify-trinity/uncrustify-trinity_0.78.1.orig.tar.gz differ