From: Michel Dänzer <michel.daenzer@xxxxxxx> In order to use consistent editorconfig settings in both amdgpu directories. Signed-off-by: Michel Dänzer <michel.daenzer at amd.com> --- tests/amdgpu/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/amdgpu/.editorconfig diff --git a/tests/amdgpu/.editorconfig b/tests/amdgpu/.editorconfig new file mode 100644 index 00000000..426273fd --- /dev/null +++ b/tests/amdgpu/.editorconfig @@ -0,0 +1,13 @@ +# To use this config with your editor, follow the instructions at: +# http://editorconfig.org + +[*] +charset = utf-8 +indent_style = tab +indent_size = 8 +tab_width = 8 +insert_final_newline = true + +[meson.build] +indent_style = space +indent_size = 2 -- 2.15.1