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
I've modified the definition of white-space; the initial version just used ' ', while the definition says anything that regex '\s' accepts. But the latter definition is ambiguous, and you can't include the line separator in the token separator. The definition doesn't actually define the line separator (I think '\n' is fine).
The text was updated successfully, but these errors were encountered:
tfgg
changed the title
C++ & definition: Define whitespace properly
C++ & format: Define whitespace properly
Dec 23, 2014
From Paul
The text was updated successfully, but these errors were encountered: