1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00

Working on wrapping for formatter

This commit is contained in:
Brian Fiete 2020-03-28 14:26:14 -07:00
parent edcdb3bbb1
commit 076931cf3b
8 changed files with 315 additions and 66 deletions

View file

@ -62,6 +62,8 @@ public:
int mQueuedSpaceCount;
int mLastSpaceOffset; // Indent difference from original to new
bool mExpectingNewLine;
int mCurCol;
int mMaxCol;
bool mIsFirstStatementInBlock;
bool mForceUseTrivia;