Re: [Mesa-dev] [PATCH] amd: add .editorconfig

2017-08-28 Thread Nicolai Hähnle
On 27.08.2017 23:44, Grazvydas Ignotas wrote: amd/common/ and amd/vulkan/ are using tabs for indent, which doesn't match the settings in root .editorconfig, so let's override. Signed-off-by: Grazvydas Ignotas Reviewed-by: Nicolai Hähnle --- src/amd/common/.editorconfig | 3 +++ src/amd

Re: [Mesa-dev] [PATCH] amd: add .editorconfig

2017-08-27 Thread Bas Nieuwenhuizen
Heh, I noticed today that kate started following these rules for me too. Acked-by: Bas Nieuwenhuizen On Sun, Aug 27, 2017, at 23:44, Grazvydas Ignotas wrote: > amd/common/ and amd/vulkan/ are using tabs for indent, which doesn't > match the settings in root .editorconfig, so let's override. >

[Mesa-dev] [PATCH] amd: add .editorconfig

2017-08-27 Thread Grazvydas Ignotas
amd/common/ and amd/vulkan/ are using tabs for indent, which doesn't match the settings in root .editorconfig, so let's override. Signed-off-by: Grazvydas Ignotas --- src/amd/common/.editorconfig | 3 +++ src/amd/vulkan/.editorconfig | 3 +++ 2 files changed, 6 insertions(+) create mode 100644