Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Clang-Format settings to adhere to the used coding style #2331

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

Ansariel
Copy link
Contributor

  • Fix whitespaces for initializer lists (type x {value}; to type x{ value };)
  • Change pointer alignment from right to left (type *name to type* name)

* Fix whitespaces for initializer lists ("type x {value};" vs "type x{ value };")
* Change pointer alignment from right to left
Copy link
Contributor

@marchcat marchcat left a comment

Choose a reason for hiding this comment

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

Thank you!

@marchcat marchcat merged commit a070ca0 into secondlife:develop Aug 19, 2024
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 2024
@Ansariel Ansariel deleted the develop_clangformat branch August 21, 2024 17:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants