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

Preserve indentation when using parseDocument #338

Closed

Commits on Nov 17, 2021

  1. feat: Preserve indentation in map/seq values

    Nathan Fenner committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d0c752e View commit details
    Browse the repository at this point in the history
  2. feat: add preserveCollectionIndentation option

    Nathan Fenner committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9a4fe29 View commit details
    Browse the repository at this point in the history
  3. test: add test to verify indentation preservation with preserveCollec…

    …tionIndentation
    Nathan Fenner committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5083b19 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fix(indentation): remove 'keepSourceTokens' logic from 'preserveColle…

    …ctionIndentation' code
    Nathan Fenner committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    34a37e2 View commit details
    Browse the repository at this point in the history
  2. chore(indentation): use 'in' to detect whether indent value is presen…

    …t in key/value
    Nathan Fenner committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4a1b2cc View commit details
    Browse the repository at this point in the history
  3. test(indentation): add more tests for editing values

    Nathan Fenner committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    15c363c View commit details
    Browse the repository at this point in the history