summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-06-12 19:00:13 +0900
committerMichel Dänzer <michel@daenzer.net>2017-06-13 10:20:16 +0900
commit87dac00db38fa962c2fd6aa66c8482a9d7464903 (patch)
tree6cbffa5dd2f2ba62c8b04aa7c6022b1adf13d6d5
parent57d67d55d32e9196fceef41a693c89d0eb163a72 (diff)
amdgpu: Add .editorconfig file for amdgpu coding style
The .editorconfig file in the toplevel directory doesn't match. Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--amdgpu/.editorconfig9
1 files changed, 9 insertions, 0 deletions
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