Fix .editorconfig generated code glob pattern

This commit is contained in:
Susko3 2024-04-16 12:02:17 +02:00
parent ac582bdacf
commit e0a7e3dec9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*g.cs]
[*.g.cs]
generated_code = true
[*.cs]