From 51a586a6187c557ec9cce92726e093c31bb0f68d Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Tue, 21 Oct 2025 20:01:40 +0000 Subject: [PATCH] more resources for C language style guides. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eafc797..bc93058 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,8 @@ $ pip install -e . - The [Black](https://pypi.org/project/black/#description) Python code style checker / enforcer. - The Mathworks' [MATLAB Style Guide](https://www.mathworks.com/matlabcentral/fileexchange/46056-matlab-style-guidelines-2-0) - A community-maintained [Style Guide for MATLAB](https://sites.google.com/site/matlabstyleguidelines/home) +## For the C Language + - [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) + - [`cpplint`](https://github.com/cpplint/cpplint) is a style _linter_ for C that checks against the Google C++ Style Guide. + - [LLVM Code Style Guide](https://llvm.org/docs/CodingStandards.html) + - [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy/) Can be configured to a variety of code styles. \ No newline at end of file