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

configurable maximum block width befor switching to C-Style #67

Open
2 tasks
janiswehen opened this issue May 12, 2022 · 0 comments
Open
2 tasks

configurable maximum block width befor switching to C-Style #67

janiswehen opened this issue May 12, 2022 · 0 comments
Labels
story 📚 User stories are short, simple descriptions of a feature.

Comments

@janiswehen
Copy link
Contributor

janiswehen commented May 12, 2022

Problem to solve

As Squeak Developer, I want to be able to change at what blockwidth PoppyPrint will switch to C-Syle codeblocks so that I have more control and can customize PoppyPrint to my own Coding Style.

Further details

  • width is generally measured in amount of characters

Acceptance Criteria

  • When setting the normal block width to x then I want blocks with a width smaller than x to be PoppyPrited in one line.
  • When setting the normal block width to x then I want blocks with a width bigger than x to be PoppyPrited in to C-Syle blocks.
@janiswehen janiswehen added the story 📚 User stories are short, simple descriptions of a feature. label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story 📚 User stories are short, simple descriptions of a feature.
Projects
None yet
Development

No branches or pull requests

1 participant