Fix the YAML files indentation for files in scripts/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
135 B
YAML
11 lines
135 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
properties:
|
|
foo:
|
|
required: false
|
|
type: int
|
|
|
|
baz:
|
|
required: true
|
|
type: int
|