summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-11-23 00:04:14 +0800
committerMarge Bot <emma+marge@anholt.net>2022-11-24 02:56:03 +0000
commit59fb86ea6f1143a9ce4f3616725b2d67163072a8 (patch)
tree5888c8a39c27bf02b80bd37fa7b23391468dbc08 /.editorconfig
parent20c936bee1f819b625f6ee1ecfcf45e848a8543d (diff)
mesa: replace tab with 3 space in mesa/program/program_parse.y by tools
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19969>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 69098804768..6f7d47e90b3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ charset = utf-8
insert_final_newline = true
tab_width = 8
-[*.{c,h,cpp,hpp,cc,hh}]
+[*.{c,h,cpp,hpp,cc,hh,y}]
indent_style = space
indent_size = 3
max_line_length = 78