mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 23:37:37 +02:00
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