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
Making an issue to pre-empt others experiences ^.^ Feel free to +1 if you were affected by this, or leave an example snippet of the "before" code
Most of our styles don't take comments into account, and can get away with it. defs is the exception.
ModuleDirectives currently moves comments around on an initial run as it does its big rewrites.
ideally this wouldn't be the case, but for now it's less work to manually put things back where they should be than it is to write the code to do it automatically :)
The text was updated successfully, but these errors were encountered:
Making an issue to pre-empt others experiences ^.^ Feel free to +1 if you were affected by this, or leave an example snippet of the "before" code
Most of our styles don't take comments into account, and can get away with it.
defs
is the exception.ModuleDirectives
currently moves comments around on an initial run as it does its big rewrites.ideally this wouldn't be the case, but for now it's less work to manually put things back where they should be than it is to write the code to do it automatically :)
The text was updated successfully, but these errors were encountered: