We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
/* formatterSettingsOverride */ /* { "AblFormatter.ifFormatting": true, "AblFormatter.assignFormatting": true, "AblFormatter.expressionFormatting": true, "AblFormatter.expressionFormattingLogicalLocation": "New"}*/ IF NOT AVAILABLE DICTDB THEN DO TRANSACTION: IF mss_username <> ? AND mss_username <> "" THEN message "A". message "a". ASSIGN c = c + " " + mss_conparms . END. ``` abl
gets formatted correctly the first time:
IF NOT AVAILABLE DICTDB THEN DO TRANSACTION: IF mss_username <> ? AND mss_username <> "" THEN message "A". message "a". ASSIGN c = c + " " + mss_conparms . END.
reformatting again:
The text was updated successfully, but these errors were encountered:
gustason
No branches or pull requests
For example,
gets formatted correctly the first time:
reformatting again:
The text was updated successfully, but these errors were encountered: