mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:49:58 +00:00
Merge branch 'glsl-editorconfig' into 'master'
Update .editorconfig to include GLSL See merge request OpenMW/openmw!3
This commit is contained in:
commit
f52e06fc19
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…
Reference in a new issue