Shorten line length in project file
CompletedWhen I'm diffing the .hzp file on my project, it has some lines that are very very long:
For example:
<project Name="OLED_main">
<configuration Name="Common" Placement="Flash" Target="STM32F205RE" arm_architecture="v7M" arm_core_type="Cortex-M3" arm_fpu_type="None" arm_gcc_target="arm-unknown-eabi" arm_link_debugio_type="Breakpoint" arm_linker_heap_size="128" arm_linker_jtag_pad_pre_dr="1" arm_linker_jtag_pad_pre_ir="5" arm_linker_process_stack_size="0" arm_linker_stack_size="4096" arm_simulator_memory_simulation_filename="$(TargetsDir)/STM32/STM32SimulatorMemory.dll" arm_simulator_memory_simulation_parameter="STM32F205RE;0x80000;0x20000" arm_target_connect_with_reset="Yes" arm_target_debug_interface_type="ADIv5" arm_target_interface_type="SWD" arm_target_loader_applicable_loaders="Flash" arm_target_loader_default_loader="Flash" arm_target_restrict_memory_accesses="Yes" c_additional_options="-Wall;-Wextra;-Wstrict-prototypes;-Wmissing-prototypes" c_system_include_directories="$(StudioDir)/include;$(PackagesDir)/include;$(StudioDir)/include/stlport" c_user_include_directories="$(ProjectDir)/include;$(TargetsDir)/STM32/include;$(TargetsDir)/CMSIS_3/CMSIS/Include;$(ProjectDir)/../common/include;$(ProjectDir)/../grlib_SSD1353/include;$(ProjectDir)/font;.;$(ProjectDir)/../STM32F2xx_StdPeriph_Lib/Libraries/CMSIS/Include;$(ProjectDir)/../STM32F2xx_StdPeriph_Lib/Libraries/STM32F2xx_StdPeriph_Driver/inc;$(ProjectDir)/../STM32F2xx_StdPeriph_Lib/Libraries/CMSIS/Device/ST/STM32F2xx/Include" linker_memory_map_file="$(TargetsDir)/STM32/STM32F205RE_MemoryMap.xml" linker_output_format="hex" linker_section_placement_file="$(StudioDir)/targets/Cortex_M/flash_placement.xml" project_dependencies="stm32f2_lib;grlib_SSD1353" project_directory="" project_type="Executable" property_groups_file_path="$(TargetsDir)/STM32/propertyGroups.xml" target_get_partname_script="GetPartName()" target_match_partname_script="MatchPartName("$(Target)")" target_reset_script="Reset()" target_trace_initialize_script="EnableTrace("$(TraceInterfaceType)")"/>
Yes, that's all one line. Is there a way to break it so that I can more easily see what changed when I use my diff tool? Thanks.
Please sign in to leave a comment.
Comments
1 comment