Currently `si_trace_print` is [hardcoded to four spaces](https://github.com/jtmoon79/si_trace_print/blob/0.3.10/src/stack.rs#L224-L265). Allow the user to somehow select the spacing. Ideally this would be a global variable set once and not require modifying all calls of `si_trace_print` macros.