Community
Participate
Working Groups
Set indentation size to 2. In the following code position the cursor on x and select Create local variable from the quick fix menu. void test() { x = 1; } The result has invalid indentation: void test() { int x; x = 1; } The preference for using tabs for indentation is also not respected.
duplicate of 333937
*** This bug has been marked as a duplicate of bug 333937 ***