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

Let annotations span several lines #644

Open
fedinskiy opened this issue Jan 6, 2023 · 0 comments
Open

Let annotations span several lines #644

fedinskiy opened this issue Jan 6, 2023 · 0 comments
Labels
good first issue Good for newcomers priority/low lowest priority

Comments

@fedinskiy
Copy link
Contributor

Right now, if we have something like that in the code:

    @GitRepositoryQuarkusApplication(repo = "https://github.com/quarkusio/todo-demo-app.git",
            artifact = "todo-backend-1.0-SNAPSHOT-runner.jar",
            mavenArgs = ARGS)

(max line length is 89, easy to read and understand)
then our formatter will glue it in one line:
@GitRepositoryQuarkusApplication(repo = "https://github.com/quarkusio/todo-demo-app.git", artifact = "todo-backend-1.0-SNAPSHOT-runner.jar", mavenArgs = ARGS)
(max line length is 158 characters, harder to read and understand)

We should change the formatting rules for both FW and TS

@fedinskiy fedinskiy changed the title Let annotatations span on several lines Let annotatations span several lines Jan 6, 2023
@michalvavrik michalvavrik changed the title Let annotatations span several lines Let annotations span several lines Apr 11, 2023
@michalvavrik michalvavrik added good first issue Good for newcomers priority/low lowest priority labels Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority/low lowest priority
Projects
None yet
Development

No branches or pull requests

2 participants