]> wimlib.net Git - wimlib/commit
Add a clang-format file
authorEric Biggers <ebiggers3@gmail.com>
Sat, 22 Jul 2023 23:33:08 +0000 (16:33 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 23 Jul 2023 00:03:36 +0000 (17:03 -0700)
commite64e8de72590d1e5cad985a47d9544b036905f2c
tree5c9cc8b1a7f8c556b7bf6a090d67db04524ea406
parentae44786dcd57c6668233c51fa1c6e3a60fd459cd
Add a clang-format file

This approximates the de facto coding style of this project, which is
quite similar to the Linux kernel coding style.

This is just in case people to use it with 'git clang-format', as
requested at https://wimlib.net/forums/viewtopic.php?t=666.  I'm not
planning to reformat all the existing code to make it match exactly.
.clang-format [new file with mode: 0644]