Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: feat/allow json indent config #1715

Draft
wants to merge 1 commit into
base: next
Choose a base branch
from
Draft

Conversation

six7
Copy link
Collaborator

@six7 six7 commented Mar 22, 2023

this is a work in progress PR for allowing customization of the JSON indentation settings.

TODO:

  • Add UI to choose indentation type of 2 spaces, 4 spaces, tab
  • Pick up UI setting from wherever we perform our stringifyTokens function
  • Save UI setting in $metadata as jsonIndentation so this is the same by whoever uses the stored tokens (e.g. on GitHub)

@six7 six7 changed the base branch from main to next March 22, 2023 08:39
@six7 six7 linked an issue Mar 22, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to choose json indentation type
1 participant