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:
parent
d30b0adddb
commit
4dcb0d40d2
1 changed files with 4 additions and 0 deletions
4
src/asahi/.editorconfig
Normal file
4
src/asahi/.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[*.cl]
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
max_line_length = 78
|
||||
Loading…
Add table
Add a link
Reference in a new issue