clang-format versioning
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It might be a good idea to force a particular version of clang-format as they produce different output. For example, we can force install clang-format 6 and then use that. CS50 Sandbox seems to use the earliest version of clang-format among platforms used in CSUF CPSC 121 (CS50, Tuffix 2019, Tuffix 2020). It uses clang-format version 6 out of ubuntu 18.04
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where cppaudit invokes or configures clang-format, then check how the project’s supported platforms currently determine its version. The work is done when a consistent clang-format version, specifically the proposed version 6, is selected and the project’s formatting behavior no longer varies by platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100