Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.5.0-rc1
-
None
-
Windows 7 x64, Creator from ab1107c497, Tabs only, Tab size 4, Indent size 4, Continuation lines with Regular Indent
-
63d18a45377cac0d6f2f4f66cd5facb4817aace9
Description
#ifndef TEST #define TEST #define FOO 42 void bar(); #endif
Press TAB at the start of the first line. Result:
#ifndef TEST #define TEST #define FOO 42 void bar(); #endif
(The first line is indented twice, all following lines once)
Expected: Only the first line is indented once