diff options
author | Eric Anholt <[email protected]> | 2017-02-03 13:30:42 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-07-25 14:44:52 -0700 |
commit | 12b55c8e27bbbe59e646f969325c362137eb8fc1 (patch) | |
tree | b2b50c76e81a89b322db2ed8727c8b00f4b4ac8a /src/broadcom/.editorconfig | |
parent | decd2b32aa56f1d8b31cd9cef5a0891097083cd6 (diff) |
broadcom: add editorconfig
This is the same 8-space style used in the vc4 and vc5 gallium drivers.
Diffstat (limited to 'src/broadcom/.editorconfig')
-rw-r--r-- | src/broadcom/.editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |