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

Fix GLSL .editorconfig

We switched to using stage-specific extensions, and insert_final_newline should always have been true.
This commit is contained in:
AnyOldName3 2023-04-21 17:32:01 +00:00
parent 675dfb9725
commit 7ad97be1e4

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