Skip to content

Conversation

lenemter
Copy link
Member

Fixes #204

@lenemter lenemter requested a review from a team February 21, 2025 13:07
@danirabbit
Copy link
Member

Hm I think there should be a blank line after this, no?

Either way needs the // other code part to show whether there is a space or not

@lenemter lenemter requested a review from danirabbit February 23, 2025 09:11
// other code
```

The placement of empty lines after blocks ending with a closing bracket and semicolon is not regulated. You may add an empty line if it improves readability.
Copy link
Collaborator

@jeremypw jeremypw Sep 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't these closing braces, strictly speaking? We need to clarify rules about closing braces and closing brackets as we sometimes have a closing bracket on its own line, e.g for long param list:

        long_variable_name = long_function_name (
                long_param_name_1,
                long_param_name_2,
                ((a ,b ,c) => {

                }
        );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code Style - Clarification needed for whitespace after closing bracket guidelines

3 participants