Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 11.0.2
-
None
-
ee75c7276 (12.0)
Description
If a line contains a string with a letter å ä och ö (Swedish letters) the next line is incorectly indented.
e.g.
int main()
{ cout << "ä" << endl; return 0; // incorrectly indented by auto-indent selection }se also