editorconfig: Set for glsl files

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37608>
This commit is contained in:
Connor Abbott 2025-09-19 17:27:55 -04:00 committed by Marge Bot
parent ee5a95319d
commit 8c16d7f18a

View file

@ -8,7 +8,7 @@ charset = utf-8
insert_final_newline = true insert_final_newline = true
tab_width = 8 tab_width = 8
[*.{c,h,cpp,hpp,cc,hh,y,yy,cl}] [*.{c,h,cpp,hpp,cc,hh,y,yy,cl,glsl}]
indent_style = space indent_style = space
indent_size = 3 indent_size = 3
max_line_length = 78 max_line_length = 78