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
When indenting things inside open python parentheses spanning several lines, the indenting of the following line is highlighted as being not good, when actually it's not real indenting.
Scope inspector screenshots
The error is this one : Inconsistent spacing detected (39 given, expected a multiple of 4). Indentation must consist only of spaces in Ren'Py scripts. Each indentation level must consist of the same number of spaces. (4 spaces is strongly recommended.)
Extension version
2.0.13
Issue description
When indenting things inside open python parentheses spanning several lines, the indenting of the following line is highlighted as being not good, when actually it's not real indenting.
Scope inspector screenshots
The error is this one :
Inconsistent spacing detected (39 given, expected a multiple of 4). Indentation must consist only of spaces in Ren'Py scripts. Each indentation level must consist of the same number of spaces. (4 spaces is strongly recommended.)
Code
The text was updated successfully, but these errors were encountered: