projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
decd2b3
)
broadcom: add editorconfig
author
Eric Anholt
<eric@anholt.net>
Fri, 3 Feb 2017 21:30:42 +0000
(13:30 -0800)
committer
Eric 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]
patch
|
blob
diff --git a/src/broadcom/.editorconfig
b/src/broadcom/.editorconfig
new file mode 100644
(file)
index 0000000..
f3d8c47
--- /dev/null
+++ b/
src/broadcom/.editorconfig
@@ -0,0
+1,3
@@
+[*.{c,h}]
+indent_style = space
+indent_size = 8