From: Eric Anholt Date: Fri, 3 Feb 2017 21:30:42 +0000 (-0800) Subject: broadcom: add editorconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12b55c8e27bbbe59e646f969325c362137eb8fc1;p=mesa.git broadcom: add editorconfig This is the same 8-space style used in the vc4 and vc5 gallium drivers. --- diff --git a/src/broadcom/.editorconfig b/src/broadcom/.editorconfig new file mode 100644 index 00000000000..f3d8c479154 --- /dev/null +++ b/src/broadcom/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h}] +indent_style = space +indent_size = 8