mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Update .editorconfig to include GLSL
This commit is contained in:
parent
22eb037c18
commit
d1736ad0c8
1 changed files with 6 additions and 1 deletions
|
@ -8,4 +8,9 @@ insert_final_newline = true
|
||||||
[*.hpp]
|
[*.hpp]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.glsl]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = false
|
Loading…
Add table
Add a link
Reference in a new issue