From 87dac00db38fa962c2fd6aa66c8482a9d7464903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 12 Jun 2017 19:00:13 +0900 Subject: [PATCH] amdgpu: Add .editorconfig file for amdgpu coding style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .editorconfig file in the toplevel directory doesn't match. Acked-by: Christian König Reviewed-by: Alex Deucher --- amdgpu/.editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 amdgpu/.editorconfig diff --git a/amdgpu/.editorconfig b/amdgpu/.editorconfig new file mode 100644 index 00000000..2528d675 --- /dev/null +++ b/amdgpu/.editorconfig @@ -0,0 +1,9 @@ +# 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