MaciejPatro / cmake-tidy

Project provides a set of tools that will ease the development process for code written in CMake.
MIT License
15 stars 0 forks source link

weird newlines added when formatting #69

Closed MaciejPatro closed 4 years ago

MaciejPatro commented 4 years ago
        # IDE folder organization
        set_target_properties(${TARGET}
                PROPERTIES
                        FOLDER PythonBindings
                        DEBUG_POSTFIX ""
                        RUNTIME_OUTPUT_NAME_DEBUG        "${NEW_TARGET_NAME}"
                        RUNTIME_OUTPUT_NAME_RELEASE      "${NEW_TARGET_NAME}"
                        RUNTIME_OUTPUT_DIRECTORY_DEBUG   "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/Debug/swxpy"
                        RUNTIME_OUTPUT_DIRECTORY_RELEASE "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/Release/swxpy"
                        SUFFIX .pyd
        )

check why some weird newliens were added

MaciejPatro commented 4 years ago

not reproducible