Format entire directories of source files with clang-format. This tool also allows to check for formatting without modifying files.
Project description
Format All The Things!
This is a python script that will run clang-format -i
on your code.
Basic usage:
clang_format_all --config config.yaml
The yaml file should look like this:
root_dir: "."
#When true, files will only be checked. None will be modified.
check_all: true
file_extensions: ['.cpp', '.cc', '.C', 'CPP', '.c++', 'cp', '.cxx', '.h', '.hh', '.hpp']
exclude_dirs:
- "fmt"
- "simple_gpio"
- "build"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clang_format_all-0.1.4.tar.gz
(39.9 kB
view hashes)
Built Distribution
Close
Hashes for clang_format_all-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 816f2203a96aaf9c84da6b47c5ebcfdc8203e5609ca0f2749f3c5471b3b1b9dd |
|
MD5 | 2318d62225eb892cfb917ce3de45baa2 |
|
BLAKE2b-256 | 60cfa0364d238d9f10caab89b853ed72608eed1ac066d8fea1021e5292b3fafb |