clang-format: Add GNU style based on GStreamer's with some adjustments
Hey all,
Another MR from !111 (merged) -- though more controversial, this adds a .clang-format emulating (as close as I could get) the GStreamer/GNU coding style.
I know there's not an universal consensus on whether to keep using gst-indent
or moving to clang-format
, but this file should get us 90% of the way there.
Let me know what you think.