-
Notifications
You must be signed in to change notification settings - Fork 80
Labels
enhancementNew feature or requestNew feature or requestrefactorClean up with no new functionalityClean up with no new functionality
Description
Describe your use case
We have a .clang-format
file that specifies cpp formatting, yet many files seem to be violating these rules. Additionally, for bsk-rl
we use the Ruff formatter for Python (which is generally recommended) and should be doing the same thing for this repo.
We should run these formatters once over the entire repo then add formatting steps to the pre-commit file to ensure no new code is merged that does not adhere to the formatting we have specified. This will make it much easier to maintain consistent code standard moving forward!
Describe alternatives solutions you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorClean up with no new functionalityClean up with no new functionality
Type
Projects
Status
👀 In review