[Mesa-dev] [PATCH] radeonsi: set indent_size in .editorconfig
Grazvydas Ignotas
notasas at gmail.com
Sat Feb 3 22:19:33 UTC 2018
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
More information about the mesa-dev
mailing list