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

Expose defaultPrettyPrinter as pp.Default #75

Merged
merged 1 commit into from
Oct 16, 2022
Merged

Conversation

k0kubun
Copy link
Owner

@k0kubun k0kubun commented Oct 16, 2022

Example

pp.Default.SetExportedOnly(true)

Impact

The following things will newly be configurable globally:

  • SetDecimalUnit
  • SetExportedOnly
  • SetOutput
  • SetThousandsSeparator

The following things were already available as pp.*, but now you're encouraged to use pp.Default.* instead:

  • SetColorScheme, ResetColorScheme
  • SetOutput, ResetOutput
    • Original: SetDefaultOutput, ResetDefaultOutput
  • SetColoringEnabled
    • Original ColoringEnabled

@k0kubun k0kubun merged commit 8475c6f into master Oct 16, 2022
@k0kubun k0kubun deleted the expose-default branch October 16, 2022 07:05
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.

1 participant