Mesa (master): broadcom: add editorconfig

Eric Anholt anholt at kemper.freedesktop.org
Tue Jul 25 21:56:01 UTC 2017


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Feb  3 13:30:42 2017 -0800

broadcom: add editorconfig

This is the same 8-space style used in the vc4 and vc5 gallium drivers.

---

 src/broadcom/.editorconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/broadcom/.editorconfig b/src/broadcom/.editorconfig
new file mode 100644
index 0000000000..f3d8c47915
--- /dev/null
+++ b/src/broadcom/.editorconfig
@@ -0,0 +1,3 @@
+[*.{c,h}]
+indent_style = space
+indent_size = 8




More information about the mesa-commit mailing list