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

[Tools] Sanitize existing clang-format rules #2806

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

Fuzzbawls
Copy link
Collaborator

Removes un-necessary extra whitespace, set explicit values instead of implied values for some rules, and update the standard to c++14.

Updated the following rules to their new names:

  • AlignEscapedNewlinesLeft -> AlignEscapedNewlines
  • IndentFunctionDeclarationAfterType -> IndentWrappedFunctionNames

Removed the following rules as they are un-necessary:

  • Penalty*: since we don't enforce a line length
  • TabWidth: since we don't use tabs

Removes un-necessary extra whitespace, set explicit values instead of
implied values for some rules, and update the standard to c++14.

Updated the following rules to their new names:
- `AlignEscapedNewlinesLeft` -> `AlignEscapedNewlines`
- `IndentFunctionDeclarationAfterType` -> `IndentWrappedFunctionNames`

Removed the following rules as they are un-necessary:
- `Penalty*`: since we don't enforce a line length
- `TabWidth`: since we don't use tabs
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Feb 12, 2023
@Fuzzbawls Fuzzbawls self-assigned this Feb 12, 2023
Copy link
Member

@Liquid369 Liquid369 left a comment

Choose a reason for hiding this comment

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

tACK 472a423

Copy link

@panleone panleone left a comment

Choose a reason for hiding this comment

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

utACK 472a423

@Fuzzbawls Fuzzbawls merged commit e4634a5 into PIVX-Project:master Mar 13, 2023
@Fuzzbawls Fuzzbawls modified the milestones: 6.0.0, 5.6.0 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants