clang-format
There are 270 repositories under clang-format topic.
ttroy50/cmake-examples
Useful CMake Examples
TheLartians/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
travisjeffery/ClangFormat-Xcode
Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
friendlyanon/cmake-init
The missing CMake project initializer
filipdutescu/modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
google/vim-codefmt
Vim plugin for syntax-aware code formatting
rhysd/vim-clang-format
Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, and so on.
StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
Caphyon/clang-power-tools
Bringing clang-tidy magic to Visual Studio C++ developers.
adonais/skylark
Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
pocc/pre-commit-hooks
C/C++ hooks to integrate with pre-commit
madduci/moderncpp-project-template
A Modern C++ cross-platform Project Template with CMake, conan (optional), cppcheck (optional) and clang-format (optional)
franneck94/CppProjectTemplate
C++ project template with unit-tests, documentation, ci-testing and workflows.
Sarcasm/run-clang-format
A wrapper script around clang-format, suitable for linting multiple files and to use for continuous integration
xaverh/vscode-clang-format
A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
barisione/clang-format-hooks
Apply a coding style with clang-format only to new code added to an existing code base.
mikeroyal/LLVM-Guide
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally implemented for C/C++ , though, has a variety of front-ends, including Java, Python, etc.
TheLartians/Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
JBakamovic/cxxd
C/C++ language server implemented on top of Clang frontend.
pananton/cpp-lib-template
Template for C++ library built with CMake
eklitzke/clang-format-all
Run clang-format -i on all of the files in your C or C++ project
DoozyX/clang-format-lint-action
This action checks if the source code matches the .clang-format file.
xyproto/cxx
:electric_plug: Configuration-free utility for building, testing and packaging executables written in C++. Can auto-detect compilation flags based on includes, via the package system and pkg-config.
philips-software/amp-devcontainer
🔋amp-devcontainer is a batteries-included devcontainer useable for modern, embedded, software development
jidicula/clang-format-action
GitHub Action for clang-format checking
johnthagen/clang-blueprint
:european_castle: Example C++11 CMake project that incorporates awesome Clang tooling :dragon:
cpp-linter/cpp-linter-action
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
ssciwr/clang-format-wheel
clang-format python wheels
Bupterambition/objc-format-check
🛠A code-format tool for C or OC
wangzw/CppStyle
An Eclipse plugin that integrates clang-format and cpplint (cpplint.py)
KRMisha/Makefile
Cross-platform C++ Makefile project template
jinay1991/spleeter
Deezer Spleeter Library (C++)
Caphyon/clang-format-editor
Clang-Format Editor is a tool that helps you find the best Clang-Format Style for your C++, C#, Java, JavaScript, and Objective-C code.
bloomberg/bde_verify
Tool used to format, improve and verify code to BDE guidelines
zemasoft/clangformat-cmake
A simple CMake module for clang-format support
Takishima/cmake-pre-commit-hooks
List of hooks for pre-commit to use with projects built using CMake. The hooks will automatically make a configure step using CMake in order to generate the compilation database if required.