Return the number of whitespace characters to output for each level of indentation.
Synopsis
Declared in <bslim_printer.h>
int
spacesPerLevel() const;
Description
The number of whitespace characters for each level of indentation is configured using the spacesPerLevel supplied at construction.
Return Value
number of whitespace characters to output for each level of indentation
Created with MrDocs