szymon-czapracki opened a new pull request, #3426: URL: https://github.com/apache/mynewt-core/pull/3426
This PR introduces a clang-format-based code style enforcement mechanism to replace the legacy uncrustify formatting system. The key changes include: - Adding a .clang-format configuration file aligned with the [Apache Mynewt Coding Standards](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md). - Integrating style checks into the CI workflow to ensure consistent formatting across the codebase. - Providing a Python-based script to run clang-format checks locally, aiding in developer-side validation before committing code. The goal of this transition is to simplify tooling, ensure consistency with modern style enforcement, and reduce friction for contributors by aligning local and CI formatting expectations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org