forked from bblanchon/ArduinoJson
Set default tab size to 2
This commit is contained in:
@ -19,7 +19,7 @@ namespace ArduinoJson
|
||||
: sink(p)
|
||||
{
|
||||
level = 0;
|
||||
tabSize = 1;
|
||||
tabSize = 2;
|
||||
isNewLine = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user