Set default tab size to 2

This commit is contained in:
Benoit Blanchon
2014-08-26 11:59:41 +02:00
parent 61952a9bcd
commit 48018bd6e6
3 changed files with 25 additions and 25 deletions

View File

@ -19,7 +19,7 @@ namespace ArduinoJson
: sink(p)
{
level = 0;
tabSize = 1;
tabSize = 2;
isNewLine = true;
}