Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Indent on if without braces #66

Open
@jerome-quere

Description

@jerome-quere

When I use Auto Indent on an If without braces I get the following :

if ($test)
foo()

Shouldn't it be

if ($test)
  foo()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions