22 Mar
2021
22 Mar
'21
12:15 a.m.
On Sun Mar 21, 2021 at 12:39 PM PDT, Alyssa Ross wrote:
--- I'm not entirely happy with the automatic formatting, but I think it's worth it.
.clang-format | 10 ++++++++++ num.c | 2 +- vsock.c | 4 ++-- vsockclient.c | 5 +++-- vsockserver-socketbinder.c | 8 ++++---- vsockserver.c | 27 +++++++++++++++------------ vsockserverd.c | 9 +++++---- 7 files changed, 40 insertions(+), 25 deletions(-) create mode 100644 .clang-format
I wish every C / C++ repo used (something like) this, so I wouldn't have to guess on the code style. Major +1. Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>