Updated clang format (markdown)

ailin-nemui 2021-01-12 12:17:02 +01:00
parent d6f4beb03f
commit 18603f145d

@ -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 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.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` ## Manual check after `git add`