From fa5137c11d2d4accd9bfc68b3498e7e16829c3ab Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 28 Jan 2017 16:58:29 +0100 Subject: [doc] Remove unused clang format dev script Also, update the clang format file to reflect the current coding style mentioned in the developer notes. --- contrib/devtools/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'contrib/devtools/README.md') diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 6c0047833f..34f2af6866 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -8,11 +8,6 @@ check-doc.py Check if all command line args are documented. The return value indicates the number of undocumented args. -clang-format.py -=============== - -A script to format cpp source code according to [.clang-format](../../src/.clang-format). This should only be applied to new files or files which are currently not actively developed on. Also, git subtrees are not subject to formatting. - clang-format-diff.py =================== @@ -24,6 +19,7 @@ the script should be called from the git root folder as follows. ``` git diff -U0 HEAD~1.. | ./contrib/devtools/clang-format-diff.py -p1 -i -v ``` + copyright\_header.py ==================== -- cgit v1.2.3