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
If select the unaligned code in the C code, press TAB or CTRL+] to align and some of the alignment will fail
In the following code, select the inner if statement block, and press TAB or CTRL+], "}" is always not indented.
if (0) { if (0) { return 0; } }
correct alignment :
4195 Dev channel
Windows 10, 19045
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
If select the unaligned code in the C code, press TAB or CTRL+] to align and some of the alignment will fail
Steps to reproduce
In the following code, select the inner if statement block, and press TAB or CTRL+], "}" is always not indented.
Expected behavior
correct alignment :
Actual behavior
Sublime Text build number
4195 Dev channel
Operating system & version
Windows 10, 19045
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
The text was updated successfully, but these errors were encountered: