diff options
author | Eric Anholt <[email protected]> | 2017-12-20 16:51:29 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-03 14:25:23 -0800 |
commit | 7d8b19f0ddda502227a7baccfa0df3db7ed67051 (patch) | |
tree | ec1e3571f175ec327289971485eab7f8eecc097b /src/gallium/drivers/vc5/.editorconfig | |
parent | 190ac52827da3b6e094102df54c7cbc04c77e3e3 (diff) |
broadcom/vc5: Switch to using the C++ interface for the simulator.
In newer versions they've removed the C interface, so make one here. This
also isolates the Mesa codebase from the simulator codebase, so we don't
have conflicts over things like "unreachable"
Diffstat (limited to 'src/gallium/drivers/vc5/.editorconfig')
-rw-r--r-- | src/gallium/drivers/vc5/.editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/.editorconfig b/src/gallium/drivers/vc5/.editorconfig index f3d8c479154..5a9f3c041a4 100644 --- a/src/gallium/drivers/vc5/.editorconfig +++ b/src/gallium/drivers/vc5/.editorconfig @@ -1,3 +1,3 @@ -[*.{c,h}] +[*.{c,h,cpp}] indent_style = space indent_size = 8 |