Rider IDE Formatting
Upload id: 2023_02_09_29bv6HSL6zMCWsRs9WEKcZ (file: Screenshot 2023-02-09 100858.png)
How do I stop Rider IDE, (when using code reformat) to stop moving variables on the same line as [Space()] and [Header()] fields.
See attached photo.
If you add space below it then use code reformat it moves it up as seen in the picture.
Also, when submitting topics here, Rider is not an option in the select menu.
Please sign in to leave a comment.
Hello Justin Z,
Thank you for contacting Rider forum.
There are two settings in
Preferences | Editor | Code Style | C# | Line Brakes and Wrapping -> Arrangement of Attributes. Set onKeep Existing Arrangement of attributesif you want not to change the place of attributes. Also, you can set thePlace field attribute on the same linetoneverfor auto-format.I hope this helps! Should you have any questions, let me know.