From a42c7d493a4b064b858dcd36623e13bc7099df9e Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:38:15 +1100 Subject: chore: format --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed073fa..ef09262 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,5 @@ All third-party dependencies are licensed under their own license. * Formatting * `xmake format` * Lint (no change) `find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror` - * Format (edit in place) `find src/ -iname *.h -o -iname *.c | xargs clang-format -i --style=file` \ No newline at end of file + * Format (edit in place) `find src/ \( -iname "*.h" -o -iname "*.c" \) | xargs clang-format -i --style=file` + * `clang-format` must be installed! \ No newline at end of file -- cgit v1.2.3-70-g09d2