From 18603f145dd83a0255f08f455968ad1396af3b4f Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 12 Jan 2021 12:17:02 +0100 Subject: [PATCH] Updated clang format (markdown) --- clang-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-format.md b/clang-format.md index e5bcbf4..cd06233 100644 --- a/clang-format.md +++ b/clang-format.md @@ -10,7 +10,7 @@ It can be installed with `apt install clang-format` or `zypper in clang-tools` To also correct the formatting of XS files, configure clang-format to use the clang-format-xs wrapper like so ``` git config clangformat.extensions c,h,xs -git config clangformat.binary $PWD/.github/workflows/clangformat/clang-format-xs +git config clangformat.binary $PWD/utils/clang-format-xs/clang-format-xs ``` ## Manual check after `git add`