1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-26 03:16:35 +00:00

Merge branch 'fix-glsl-editorconfig' into 'master'

Fix GLSL .editorconfig

See merge request OpenMW/openmw!2954
This commit is contained in:
psi29a 2023-04-22 19:30:26 +00:00
commit 44ed3bed2b

View File

@ -10,7 +10,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true
[*.glsl]
[*.{glsl,vert,tesc,tese,geom,frag,comp}]
indent_style = space
indent_size = 4
insert_final_newline = false
insert_final_newline = true