AndroidIDE
AndroidIDE copied to clipboard
Error Code Block not format
Issue Checklist
- [X] I confirm that this issue is not a duplicate and hasn't been reported before.
- [X] I agree to follow the project's code of conduct.
- [X] I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.
Additional terms
- [X] I understand that providing incomplete or inaccurate information may result in the issue being closed.
- [X] I agree to provide all requested details promptly for a comprehensive bug report.
Issue explanation
Hello, when I use the block code, the editor cannot sort my code
demo java code
var it = """
test
test
test
"""
Expected behavior
I expect the block code to be arranged like other codes. In the original version of Google Java format, this problem is solved, but in your program, it is not yet.
Version name
I am using the latest final release
Download source
GitHub
Relevant log output
No response