tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Standardize Tracy macros to not end with a semicolon

Open BitwiseMage opened this issue 3 months ago • 0 comments

Fix #592

Used the following regex to match the macros (#\s*define Tracy.*);{1}$ and replaced it with group 1 itself $1 This was a quick hack that I did locally and works on my small codebase Further testing should be done

BitwiseMage avatar Sep 25 '25 01:09 BitwiseMage