amd: add .editorconfig

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 <notasas@gmail.com>
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Grazvydas Ignotas 2017-08-28 00:21:41 +03:00
parent 9c92e82b32
commit 15800180f3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = tab
indent_size = tab

View File

@ -0,0 +1,3 @@
[*.{c,h}]
indent_style = tab
indent_size = tab