Skip to content

Increase indenting in schema JSON file #7625

@camdecoster

Description

@camdecoster

Description

The current schema JSON file (test/plot-schema.json which gets copied to dist/plot-schema.json) uses an indentation of 1 space per level. This makes it hard for a human to read. The indentation should be updated to 2 spaces per level.

Steps to reproduce

  • Open test/plot-schema.json
  • Try to read through it
  • Rest your eyes and take something for the headache

Notes

  • The script which builds the schema needs to be updated here in the calls to stringify
  • This will create a huge diff in the schema but it will all be white space

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions