str_block!() { /* proc-macro */ }Expand description
Remove the first line if it’s empty except for whitespace, and remove common indentation from all lines, if any. Lines that are empty except for whitespace are treated as if they have the common indentation.
Call with {} like str_block!{"string"} to stop rustfmt from moving your string.