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.3.tar.gz
(39.9 kB
view hashes)
Built Distribution
Close
Hashes for clang_format_all-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 609cadf374fefaf344cbc90df2d11d071c0d542cce42bb8a9903e6e81a36157c |
|
MD5 | feeda4ccdf7b15b78a36a0baf9492058 |
|
BLAKE2b-256 | fa9ce9f5d443085619dbb850307d64279c47fd5631c5c21fd9299767b99b88be |