mirror of https://github.com/ppy/SDL3-CS.git
Fix .editorconfig generated code glob pattern
This commit is contained in:
parent
ac582bdacf
commit
e0a7e3dec9
|
|
@ -9,7 +9,7 @@ indent_style = space
|
|||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*g.cs]
|
||||
[*.g.cs]
|
||||
generated_code = true
|
||||
|
||||
[*.cs]
|
||||
|
|
|
|||
Loading…
Reference in New Issue