From 795dd9e87e44d1c49f160cd003cdde4113ee8247 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 13 Apr 2021 17:32:05 +0300 Subject: tools: drop the .py extension --- docs/project-clang-format.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/project-clang-format.md (limited to 'docs/project-clang-format.md') diff --git a/docs/project-clang-format.md b/docs/project-clang-format.md new file mode 100644 index 0000000..d294730 --- /dev/null +++ b/docs/project-clang-format.md @@ -0,0 +1,5 @@ +`clang-format` all C/C++ files in the project. + + $ cd project/ + $ python3 path/to/tools/project-clang-format # Prints a diff + $ python3 path/to/tools/project-clang-format -i # Edits files in-place -- cgit v1.2.3