Skip to content

Auto-Indent for single lined body without braces  #1

@coder3101

Description

@coder3101

Is your feature request related to a problem? Please describe.
Whenever I am using the for loop or anything like that and not using the parenthesis then it just goes to the new line .
Like :

for( int i = 0 ; i < 10 ; ++i)
|

Describe the solution you'd like
If the pointer comes here that would be nice idea .
Like :

 for( int i = 0 ; i < 10 ; ++i)
       |

Originally requested here : cpeditor/cpeditor#63

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions