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
"Every function and method declaration should have one blank line before and after itself. An exception to this rule are functions that are declared at the start of a file (only need one blank line after their declaration) or at the end of a file (only need one blank line before their declaration). "
The exception to this doesn't seem to be working when using the out of the box default. It is asking for white-space after my last function in a class.
The text was updated successfully, but these errors were encountered:
not sure about "files" as mentioned in the quote, but we would like to have that warning turned off for the first and the last function in a struct/class/enum/etc.
"Every function and method declaration should have one blank line before and after itself. An exception to this rule are functions that are declared at the start of a file (only need one blank line after their declaration) or at the end of a file (only need one blank line before their declaration). "
The exception to this doesn't seem to be working when using the out of the box default. It is asking for white-space after my last function in a class.
The text was updated successfully, but these errors were encountered: