You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the indentation improvement, we would like to entirely strip comments from the current line being considered before evaluating the indentation rules
Simplify the indentation regexes in order not to take into account comment placements for indentation.
The text was updated successfully, but these errors were encountered:
Fixed with #210641. This PR actually treats strings, regexe and comment tokens in a similar manner. The language configuration brackets in these tokens are stripped and the indentation rules are evaluated on the stripped lines
In relation to #209519
As part of the indentation improvement, we would like to entirely strip comments from the current line being considered before evaluating the indentation rules
Simplify the indentation regexes in order not to take into account comment placements for indentation.
The text was updated successfully, but these errors were encountered: