-
Notifications
You must be signed in to change notification settings - Fork 364
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
Feature Request: Insert blank lines before/after single-line fields #433
Comments
Thanks for the suggestion. We do not currently have a configuration for inserting/removing blank lines on single line fields. We do have configuration options for inserting blank lines between multi-line fields (e.g. those with leading comments). |
The relevant code for anyone interested in pursuing: This should be a very straight forward clone of the logic for single-line properties vs. multi-line properties. Similar to single-line properties, it should be off by default in configuration. |
Thanks, |
Thanks, I appreciate it. Lets leave this open (edited title) as a feature request for anyone interested in running with it. It would be a great warming up activity for someone new. |
Fixes codecadwallader#433 Modify field case to account for single line cases.
Fixes codecadwallader#433 Add "single-line fields" option to the cleaning insert options view and view model.
…ields Feature Request: Insert blank lines before/after single-line fields, fixes #433
Environment
Description
i want to remove any blank line between class fields or force inserting a blank line between class fields
Steps to recreate
Current behavior
Some class fields have new line between and some with no blank line between
Expected behavior
Force blank line or force remove blank line
The text was updated successfully, but these errors were encountered: