briankendall / vscode-indent-to-bracket

Extension for VS Code that adds "indent to bracket" behavior available in Sublime Text and other editors
The Unlicense
6 stars 4 forks source link

Newline after a boolean expression involving < or > or bit shift expression involving << or >> causes incorrect indentation #2

Closed briankendall closed 6 years ago

briankendall commented 6 years ago

Probably need to not indent to triangle brackets -- requires proper syntactic understanding of code.