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.0.tar.gz
(39.9 kB
view hashes)
Built Distribution
Close
Hashes for clang_format_all-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1c29d75900358aded10341073fe93759d3628ee990e74c298cf4da14a89486 |
|
MD5 | 111efaf3160f68bfa4251a2fb12f5e66 |
|
BLAKE2b-256 | a41db446b79d38c78fd82fb35447691b3592b60b7d11b7cd7082aafaab260ba6 |