aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/clang-format.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 17:32:05 +0300
commit795dd9e87e44d1c49f160cd003cdde4113ee8247 (patch)
tree8235133e9007abdb53ed7380f201058c24269031 /docs/clang-format.md
parentREADME: fix badge links (diff)
downloadcmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.tar.gz
cmake-common-795dd9e87e44d1c49f160cd003cdde4113ee8247.zip
tools: drop the .py extension
Diffstat (limited to 'docs/clang-format.md')
-rw-r--r--docs/clang-format.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/clang-format.md b/docs/clang-format.md
deleted file mode 100644
index 217b2da..0000000
--- a/docs/clang-format.md
+++ /dev/null
@@ -1,5 +0,0 @@
-`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