robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[QUESTION] Is it possible set two spaces after three dots in .robot, .resource file?

Open TomasJelinek-ext44181 opened this issue 5 months ago • 1 comments

Please describe. Having too long line of code. So I hit enter where I want to separet code on new line. I get ... (four spaces) on new line. I need just two spaces.

settings.json { "[robot]": { "editor.insertSpaces": true, "editor.tabSize": 2 }, "robot.formatting.provider": "none", "robot.codeFormatting.indentSize": 2, "robot.codeFormatting.separator": "space" }

pyproject.toml [tool.robotidy] spacecount = 2 indent = 2 line_length = 116 configure = [ "MergeAndOrderSections: order=comments,settings,variables,keywords,testcases", "NormalizeAssignments: equal_sign_type = remove", "NormalizeAssignments: equal_sign_type_variables = remove", "NormalizeNewLines: section_lines = 1", "OrderSettingsSection: imports_order = library,resource,variables", "AlignSettingsSection: enabled = False", "AlignVariablesSection: enabled = False", "NormalizeTags: normalize_case = False", ]

VS code showint Spaces: 2 (for all indent using spaces, tabs)

Image Image

Desktop (please complete the following information):

  • VS Code Version 1.103.2
  • RobotCode Version 1.8.0
  • OS: Windows
  • Python Version 3.12.7
  • RobotFramework Version 7.0.1
  • Additional tools like robocop 5.5.0, robotidy 4.14.0

TomasJelinek-ext44181 avatar Sep 11 '25 13:09 TomasJelinek-ext44181