From 764c4af1394d394b11b53819f3fe5ef98eeecde6 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 5 Mar 2022 21:46:39 +0100 Subject: [PATCH] README: Fix example of ignore files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b536d3..3705e11 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Multiple exclude rules can also be put in a `.clang-format-ignore` file, which a Example: ``` # ignore third_party code from clang-format checks -src/third_party/* -src/ignored/* +./src/third_party/* +./src/ignored/* ``` ### `extensions`