protected property Dumper::$indentation

The amount of spaces to use for indentation of nested nodes.

Type: integer

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php, line 26

Class

Dumper
Dumper dumps PHP variables to YAML strings.

Namespace

Symfony\Component\Yaml

Code

protected $indentation = 4;