aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'amdgpu/.editorconfig')
-rw-r--r--amdgpu/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/amdgpu/.editorconfig b/amdgpu/.editorconfig
index 2528d675..426273fd 100644
--- a/amdgpu/.editorconfig
+++ b/amdgpu/.editorconfig
@@ -7,3 +7,7 @@ indent_style = tab
7indent_size = 8 7indent_size = 8
8tab_width = 8 8tab_width = 8
9insert_final_newline = true 9insert_final_newline = true
10
11[meson.build]
12indent_style = space
13indent_size = 2