Re: INN indentation
Russ Allbery <[email protected]>
| Newsgroups | gmane.network.inn |
|---|---|
| Organization | The Eyrie |
| Message-ID | <[email protected]> |
Russ Allbery <[email protected]> writes: > For the record, here's the .clang-format file I use for my personal > projects: Oh, and if anyone wants to try this, make sure you have clang-format installed (on Debian it's a separate package), save .clang-format at the root of the tree, and then run: find . -name '*.[ch]' -print | xargs clang-format -style=file -i -- Russ Allbery ([email protected]) <https://www.eyrie.org/~eagle/> Please send questions to the list rather than mailing me directly. <https://www.eyrie.org/~eagle/faqs/questions.html> explains why.