editorconfig: Fix up the tab rendering width.
[mesa.git] / .editorconfig
index a8b8a88f5d28da8d80074c98ba9af611e44263d5..6eb0702a25a0cb9afdabe7cb3c12853646f5ff3a 100644 (file)
@@ -6,6 +6,7 @@ root = true
 [*]
 charset = utf-8
 insert_final_newline = true
+tab_width = 8
 
 [*.{c,h,cpp,hpp,cc,hh}]
 indent_style = space