asahi: Add .editorconfig for CL files

These are formatted with 3-space indents like our C code, so tell
editors about it.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26963>
This commit is contained in:
Asahi Lina 2023-11-08 15:42:41 +09:00 committed by Alyssa Rosenzweig
parent d30b0adddb
commit 4dcb0d40d2

4
src/asahi/.editorconfig Normal file
View file

@ -0,0 +1,4 @@
[*.cl]
indent_style = space
indent_size = 3
max_line_length = 78