Module: Mesa
Branch: master
Commit: 15800180f3dbd2e2bdd2159d48199d2d43f98815
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=15800180f3dbd2e2bdd2159d48199d2d43f98815

Author: Grazvydas Ignotas <[email protected]>
Date:   Mon Aug 28 00:21:41 2017 +0300

amd: add .editorconfig

amd/common/ and amd/vulkan/ are using tabs for indent, which doesn't
match the settings in root .editorconfig, so let's override.

Signed-off-by: Grazvydas Ignotas <[email protected]>
Acked-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>

---

 src/amd/common/.editorconfig | 3 +++
 src/amd/vulkan/.editorconfig | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/amd/common/.editorconfig b/src/amd/common/.editorconfig
new file mode 100644
index 0000000000..21a3c7d127
--- /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 0000000000..21a3c7d127
--- /dev/null
+++ b/src/amd/vulkan/.editorconfig
@@ -0,0 +1,3 @@
+[*.{c,h}]
+indent_style = tab
+indent_size = tab

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

Reply via email to