broadcom: add editorconfig
authorEric Anholt <eric@anholt.net>
Fri, 3 Feb 2017 21:30:42 +0000 (13:30 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 25 Jul 2017 21:44:52 +0000 (14:44 -0700)
This is the same 8-space style used in the vc4 and vc5 gallium drivers.

src/broadcom/.editorconfig [new file with mode: 0644]

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