At least with vim, this is needed to actually get tab instead of 3 spaces after hitting the tab key. --- src/gallium/drivers/radeonsi/.editorconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/radeonsi/.editorconfig b/src/gallium/drivers/radeonsi/.editorconfig index cc8e11f..21a3c7d 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 -- 2.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev