Skip to content

Space after @ #144

@naibaf361

Description

@naibaf361

A space is added after the @. The Code is not working after formatting and i don't see a configuration to disable adding the space.

Unibeautify Playground link

Language: C#

Config:

{
  "C#": {
    "indent_comments": true,
    "indent_style": "space",
    "indent_size": 2,
    "max_preserve_newlines": 10,
    "quotes": "none",
    "wrap_line_length": 80,
    "break_chained_methods": false,
    "multiline_ternary": "always",
    "align_assignments": false,
    "beautifiers": [
      "Pretty Diff"
    ]
  }
}

Input:


public test()
{
        //Script wird gestartet
        Process.Start(@"\\ATHENE\Users\frottmann\Desktop\testPolicy\PolicyTest.bat");

        return null;
}

Output:

public test() {
  //Script wird gestartet
  **Process.Start(@ "\\ATHENE\Users\frottmann\Desktop\testPolicy\PolicyTest.bat");**

  return null;
}

Expected behavior:

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