Am 17.01.2018 um 17:06 schrieb Michel Dänzer: > From: Michel Dänzer <michel.daenzer at amd.com> > > In order to use consistent editorconfig settings in both amdgpu > directories. > > Signed-off-by: Michel Dänzer <michel.daenzer at amd.com> Maybe use a symlink instead of a copy? Just in case we need to update something. Either way Reviewed-by: Christian König <christian.koenig at amd.com>. Regards, Christian. > --- > 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