mesa/src/imagination/.editorconfig
Karmjit Mahil 6d34925967 pvr: Change indentation from tab to spaces for xml files.
This is done to match other drivers and to use spaces for
indentation throughout the whole of the powervr driver.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18319>
2022-08-31 08:26:17 +00:00

6 lines
91 B
INI

[*.{c,h,cpp,hpp,cc,hh}]
max_line_length = 80
[*.xml]
indent_style = space
indent_size = 2