Fix the YAML files indentation for files in scripts/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
9 lines
161 B
YAML
9 lines
161 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
include: [grandchild-1.yaml, grandchild-2.yaml, grandchild-3.yaml]
|
|
|
|
properties:
|
|
bar:
|
|
required: true
|
|
type: int
|