clang-format-all
Code formatter
A tool to format C and C++ code using clang-format in a consistent manner
Run clang-format -i on all of the files in your C or C++ project
147 stars
4 watching
40 forks
Language: Shell
last commit: 8 months ago
Linked from 1 awesome list
clang-format
Related projects:
Repository | Description | Stars |
---|---|---|
barisione/clang-format-hooks | Applies a coding style with clang-format to new code added to an existing code base. | 203 |
micjabbour/pronto-clang_format | A tool to automatically reformat code according to configurable style guidelines using the Pronto runner and clang-format | 0 |
suse/clang-extract | A tool to extract code content from source files using the clang and LLVM infrastructure. | 14 |
mitaki28/vscode-clang | An extension for Visual Studio Code that provides C/C++/Objective-C code completion and diagnostics using the Clang compiler | 128 |
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 493 |
kbenzie/git-cmake-format | Automates code formatting in CMake projects during development and commit processes. | 58 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |
benoitsan/bbuncrustifyplugin-xcode | An Xcode plugin for formatting Objective-C code using Uncrustify or ClangFormat | 1,193 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 964 |
kkinnear/zprint | A tool for formatting and beautifying Clojure and Clojurescript source code and s-expressions to improve readability. | 556 |
nixos/nixfmt | A tool that formats code according to a standardized style | 922 |
tweag/topiary | A tool that automates uniform formatting of code in multiple languages using a simple DSL. | 569 |
cheshirekow/cmake_format | A tool to improve the readability of CMake project files by formatting their contents. | 973 |