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

Line breaks were made even where they were not required #30

Closed
akira1987 opened this issue Jul 31, 2020 · 2 comments
Closed

Line breaks were made even where they were not required #30

akira1987 opened this issue Jul 31, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@akira1987
Copy link

Before Format
public Attachment attachment1 {get;set;}

Wanna to Format
public Attachment attachment1 { get; set; }

After Formated
public Attachment attachment1 {
get;
set;
}

@JJLongoria
Copy link
Owner

Hi @akira1987 , thanks for report!

I working on some bug fixeds and I will include this issue. Sorry for the problems and I will publish a new bug fixed version as soon as posible.

Regards!

@JJLongoria JJLongoria self-assigned this Aug 2, 2020
@JJLongoria JJLongoria added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Aug 2, 2020
@JJLongoria
Copy link
Owner

Hi @akira1987

I published a new version (v2.2.0) with some improvements and a new setting for Apex Formatter to formar empty properties on a single line 👍 You can found it on Settings > Aura Helper > Apex Format > Class Members > Single Line Properties

Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants