Add a .clang-format file (#952)
authorBernd Schubert <bernd.schubert@fastmail.fm>
Mon, 27 May 2024 08:18:19 +0000 (10:18 +0200)
committerGitHub <noreply@github.com>
Mon, 27 May 2024 08:18:19 +0000 (10:18 +0200)
commit05becec65d7c92cb1ee090934cec5f61dc66c605
tree446596811da9acf1797d9a665afd1525c1792246
parent6476b1c3ccde2fc4e8755858c96debf55aa0574b
Add a .clang-format file (#952)

This is direct copy of <linux>/.clang-format as
this project was initiated with linux style. Some
lines that were auto-generated are removed
("# Taken from:...).

Some files like example/passthrough_hp.cc use
a different style - these files probably should
be cleaned up when major changes are done to them.
.clang-format [new file with mode: 0644]