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
Given this input:
>>SOURCE FORMAT IS FREE identification division. program-id. test. environment division. data division. procedure division. display 'hello world'. stop run.
invoking the LSP formatter will shift the >>SOURCE FORMAT IS FREE line all the way to the left:
>>SOURCE FORMAT IS FREE
which generates a 'note' from GnuCOBOL:
src/test.cbl:1: note: free format detected 1 > >>SOURCE FORMAT IS FREE 2 | identification division. 3 | program-id. test.
I don't believe it should be modifying this line.
The text was updated successfully, but these errors were encountered:
Agreed
Sorry, something went wrong.
lefessan
No branches or pull requests
Given this input:
invoking the LSP formatter will shift the
>>SOURCE FORMAT IS FREE
line all the way to the left:which generates a 'note' from GnuCOBOL:
I don't believe it should be modifying this line.
The text was updated successfully, but these errors were encountered: