diff options
author | Grazvydas Ignotas <[email protected]> | 2017-08-28 00:21:41 +0300 |
---|---|---|
committer | Grazvydas Ignotas <[email protected]> | 2017-08-29 01:08:58 +0300 |
commit | 15800180f3dbd2e2bdd2159d48199d2d43f98815 (patch) | |
tree | 98f5f6b5e1ba4ce81013fd95e642a11931a7ec97 /src/amd/vulkan | |
parent | 9c92e82b324291b56e701d6ad265ec73b21a654f (diff) |
amd: add .editorconfig
amd/common/ and amd/vulkan/ are using tabs for indent, which doesn't
match the settings in root .editorconfig, so let's override.
Signed-off-by: Grazvydas Ignotas <[email protected]>
Acked-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/vulkan')
-rw-r--r-- | src/amd/vulkan/.editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amd/vulkan/.editorconfig b/src/amd/vulkan/.editorconfig new file mode 100644 index 00000000000..21a3c7d1274 --- /dev/null +++ b/src/amd/vulkan/.editorconfig @@ -0,0 +1,3 @@ +[*.{c,h}] +indent_style = tab +indent_size = tab |