Skip to content

final keyword should stay on the same line #282

@lppedd

Description

@lppedd

Esplicative GIF.
Peek 14-10-2019 15-48

Input:

final BackupStatus lastStatus = BackupStatus.fromDbValue(backupRepository.getLastStatus());

Expected output:

final BackupStatus lastStatus = 
{indent}BackupStatus.fromDbValue(backupRepository.getLastStatus());

This is on master branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions