glsl: Fixes ident issue in glsl_parser.yy and update editorconfig for it
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19875>
This commit is contained in:
parent
9f5ace9857
commit
c5a4520b3c
2 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ charset = utf-8
|
|||
insert_final_newline = true
|
||||
tab_width = 8
|
||||
|
||||
[*.{c,h,cpp,hpp,cc,hh,y}]
|
||||
[*.{c,h,cpp,hpp,cc,hh,y,yy}]
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
max_line_length = 78
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue