diff options
author | Connor Abbott <[email protected]> | 2019-05-17 15:04:21 +0200 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2019-05-29 15:55:40 +0200 |
commit | ee2a92bcde0d34f5f92375598167422206efda21 (patch) | |
tree | 71ddd475160bf7f0c14abeaf89abfd2d7bba16a4 | |
parent | 551b61528f6754aa91948ed13821cf2c90cf8970 (diff) |
radeonsi: Fix editorconfig
At least on vim, indenting doesn't work without this. Copied from
src/amd/vulkan.
Reviewed-by: Marek Olšák <[email protected]>
-rw-r--r-- | src/gallium/drivers/radeonsi/.editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/.editorconfig b/src/gallium/drivers/radeonsi/.editorconfig index cc8e11ffd65..21a3c7d1274 100644 --- a/src/gallium/drivers/radeonsi/.editorconfig +++ b/src/gallium/drivers/radeonsi/.editorconfig @@ -1,2 +1,3 @@ [*.{c,h}] indent_style = tab +indent_size = tab |