MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setIndentSize

Method setIndentSize

libraries/XMLWriter/XMLWriter.h:106–106  ·  view source on GitHub ↗

INDENT typically 0,2,4; default == 2; multiple of 2;

Source from the content-addressed store, hash-verified

104 // typically 0,2,4; default == 2;
105 // multiple of 2;
106 void setIndentSize(const uint8_t size = 2) { _indentStep = size; };
107 uint8_t getIndentSize() { return _indentStep; };
108 // for manual layout control
109 void incrIndent() { _indent += _indentStep; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64