You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just installed the Unibeautify extension and while it does what I really want (wrap long lines), it's causing a bigger problem with floats. Here's an example snippet:
using System;publicclassBeautifyExample{publicBeautifyExample(){floatfour=4f;}}
Upon save it reformats this to:
using System;publicclassBeautifyExample{publicBeautifyExample(){floatfour=4 f;}}
I've disabled and re-enabled the Unibeautify extension and confirmed it was caused by this. My current config is:
Which was generated through the online config generator linked in the docs.
I'm also not sure how to work around this? It does it automatically on save, I don't see a comment for ignoring lines and I can't for the life of me find a setting that controls this. Any help would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
Hi, just installed the Unibeautify extension and while it does what I really want (wrap long lines), it's causing a bigger problem with floats. Here's an example snippet:
Upon save it reformats this to:
I've disabled and re-enabled the Unibeautify extension and confirmed it was caused by this. My current config is:
VS Code version is 1.11.2. OS is Windows.
Which was generated through the online config generator linked in the docs.
I'm also not sure how to work around this? It does it automatically on save, I don't see a comment for ignoring lines and I can't for the life of me find a setting that controls this. Any help would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered: