Am 17.01.2018 um 17:06 schrieb Michel Dänzer:
From: Michel Dänzer <[email protected]>

In order to use consistent editorconfig settings in both amdgpu
directories.

Signed-off-by: Michel Dänzer <[email protected]>

Maybe use a symlink instead of a copy? Just in case we need to update something.

Either way Reviewed-by: Christian König <[email protected]>.

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

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to