diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/common/.editorconfig | 3 | ||||
-rw-r--r-- | src/amd/vulkan/.editorconfig | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/amd/common/.editorconfig b/src/amd/common/.editorconfig new file mode 100644 index 00000000000..21a3c7d1274 --- /dev/null +++ b/src/amd/common/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h}] +indent_style = tab +indent_size = tab diff --git a/src/amd/vulkan/.editorconfig b/src/amd/vulkan/.editorconfig new file mode 100644 index 00000000000..21a3c7d1274 --- /dev/null +++ b/src/amd/vulkan/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h}] +indent_style = tab +indent_size = tab |