Mesa (master): radv: Update editorconfig.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 10 01:56:24 UTC 2021


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

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Thu Apr  8 02:54:40 2021 +0200

radv: Update editorconfig.

Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10091>

---

 src/amd/vulkan/.editorconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/amd/vulkan/.editorconfig b/src/amd/vulkan/.editorconfig
index 21a3c7d1274..0be88c991dc 100644
--- a/src/amd/vulkan/.editorconfig
+++ b/src/amd/vulkan/.editorconfig
@@ -1,3 +1,4 @@
-[*.{c,h}]
-indent_style = tab
-indent_size = tab
+[*.{c,h,cpp}]
+indent_style = space
+indent_size = 3
+max_line_length = 100



More information about the mesa-commit mailing list