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

Format all C++ code for one style and [optional]implement pr style check #127

Open
nassipkali opened this issue Mar 30, 2023 · 1 comment

Comments

@nassipkali
Copy link
Member

nassipkali commented Mar 30, 2023

Java projects has ./gradlew spotlessCheck, ./gradlew spotlessApply. That command formats all files to one style in Java. Format code with same way with clang-format
Optional: About PR style check I mean if PR didn't followed Code Style Guide then PR should be rejected by Bot.

@Konard
Copy link
Member

Konard commented Mar 30, 2023

We have https://github.com/linksplatform/Settings/blob/main/.clang-format, maybe we can just use it with some CLI command.

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

No branches or pull requests

2 participants