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

Support sequence indentation #232

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Support sequence indentation #232

merged 1 commit into from
Jun 29, 2021

Conversation

nervo
Copy link
Contributor

@nervo nervo commented Jun 29, 2021

Fix #177

This introduces a new IndentSequence boolean encode option, taking encoder indentation value.

Before:

A:
- 1
- 2

After

A:
  - 1
  - 2

@codecov-commenter
Copy link

Codecov Report

Merging #232 (4768d50) into master (b003782) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   76.72%   76.80%   +0.07%     
==========================================
  Files          12       12              
  Lines        2948     2957       +9     
==========================================
+ Hits         2262     2271       +9     
  Misses        461      461              
  Partials      225      225              

@goccy
Copy link
Owner

goccy commented Jun 29, 2021

Thank you for the contribution ! LGTM !!

@goccy goccy merged commit 2bc7bb1 into goccy:master Jun 29, 2021
@nervo
Copy link
Contributor Author

nervo commented Jul 1, 2021

@goccy any plan to release a new version ?

@nervo nervo deleted the feature/sequence-indentation branch July 1, 2021 10:25
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.

Beautify map of slice output
3 participants