Search found 2 matches

by x5a17ed
Sun Jun 04, 2023 10:22 pm
Forum: wimlib discussion
Topic: please consider using clang-format for consistent code styling
Replies: 3
Views: 5463

Re: please consider using clang-format for consistent code styling

wimlib uses the Linux kernel coding style. (There are a couple minor differences, but don't worry about them.) Please don't change it to the GNU coding style. I adjusted the previously linked branch on github to use a clang-format file that was taken from the linux kernel code base plus a few chang...
by x5a17ed
Wed May 31, 2023 8:56 am
Forum: wimlib discussion
Topic: please consider using clang-format for consistent code styling
Replies: 3
Views: 5463

please consider using clang-format for consistent code styling

Hi, I would like to contribute a line changes that I'm currently working on back to the upstream of this project. My intentions are to be as unintrusive as possible with these changes. Unfortunately there are no written contribution guidelines available yet though. Therefore I assume that the bare m...