Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

formatting is not happening correctly in some case #323

@sourav-kumar

Description

@sourav-kumar

There are two cases where I found formatting not happening correctly,

  1. actual:
.class-name {  padding: 0;  }

after formatting:

.class-name {  padding: 0;
}

There should not be any change as per rule written in styleling-config-standard. Means closing brace should not be on new line.

  1. actual
$variableName: #fff !default;

After formatting

$variableName: #fff!default;

space is getting removed after stylefmt formatting which is wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions