From c6e99acef81208ae679fe4234b6b35e111f91789 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Apr 2021 01:27:21 +0300 Subject: tools: update usage information, add docs/ entries --- docs/clang-format.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/clang-format.md (limited to 'docs/clang-format.md') diff --git a/docs/clang-format.md b/docs/clang-format.md new file mode 100644 index 0000000..217b2da --- /dev/null +++ b/docs/clang-format.md @@ -0,0 +1,5 @@ +`clang-format` all C/C++ files in the project. + + $ cd project/ + $ python3 path/to/tools/clang-format.py # Prints a diff + $ python3 path/to/tools/clang-format.py -i # Edits files in-place -- cgit v1.2.3