Module: Mesa Branch: master Commit: 12b55c8e27bbbe59e646f969325c362137eb8fc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12b55c8e27bbbe59e646f969325c362137eb8fc1
Author: Eric Anholt <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
