Files
mesa/docs/codingstyle.rst
Eric Engestrom bcc1e33966 docs/codingstyle: fix clang-format command
I should've copy/pasted it back into my terminal to double-check it.

The `-o` is incorrect (it splits each char that matches into its own
line) and there's a missing `^` to remove lines that start with a hash
even if they contain anything else.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24028>
2023-07-06 18:54:41 +00:00

7.8 KiB