Idea
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Idea created a post, AnsweredVue Formatting Issue: Controlling Line Breaks for Component Attributes
When a component has too many attributes to fit in one line, the formatter places each attribute on a separate line. How can I prevent it from doing this or stop it from automatically wrapping when... -
Idea created a post, AnsweredFormatting Issue in Java: Aligning Labels and Keywords on the Same Line
How can I format my code so that the labels and keywords are on the same line instead of wrapping to the next line? Currently, it looks like this: I would like it to look like this: