mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01: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