From 359422c97cce93bbb27051f9df3efb45bd0b9052 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 23 Aug 2025 11:18:44 +0200 Subject: settings file writing --- libs/zip/CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libs/zip/CONTRIBUTING.md (limited to 'libs/zip/CONTRIBUTING.md') diff --git a/libs/zip/CONTRIBUTING.md b/libs/zip/CONTRIBUTING.md new file mode 100644 index 0000000..eebbbac --- /dev/null +++ b/libs/zip/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Contribution Rules/Coding Standards +No need to throw away your coding style, just do your best to follow default clang-format style. +Apply `clang-format` to the source files before commit: +```sh +for file in $(git ls-files | \grep -E '\.(c|h)$' | \grep -v -- '#') +do + clang-format -i $file --style=LLVM +done +``` -- cgit v1.2.3-70-g09d2