From 8c16d7f18a7e8a0196b32533b5c36eed5c91a0df Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Fri, 19 Sep 2025 17:27:55 -0400 Subject: [PATCH] editorconfig: Set for glsl files Part-of: --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 230165b43e4..8ab6d381822 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,y,yy,cl}] +[*.{c,h,cpp,hpp,cc,hh,y,yy,cl,glsl}] indent_style = space indent_size = 3 max_line_length = 78