Skip to content

Can formatting rules be configured? #32

@ppazos

Description

@ppazos

I need a slightly custom format config (indentation, spaces after clauses, and enters on code blocks, but I'm not sure if I can configure these rules:

  1. 3 space indentation, no tabs
  2. if(....) => if (....) // added space after the if
  3. if (...) { => if (...)
    { // code block starts on next line, also ends on next line after the last clause in the block: if (...)
    {
    ...
    ...
    }

Thanks!

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