1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 20:23:54 +00:00

Merge branch 'glsl-editorconfig' into 'master'

Update .editorconfig to include GLSL

See merge request OpenMW/openmw!3
This commit is contained in:
Marc Zinnschlag 2018-06-21 18:29:31 +00:00
commit f52e06fc19

View file

@ -8,4 +8,9 @@ insert_final_newline = true
[*.hpp]
indent_style = space
indent_size = 4
insert_final_newline = true
insert_final_newline = true
[*.glsl]
indent_style = space
indent_size = 4
insert_final_newline = false