csharp: do not format autogenerated code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5192>
This commit is contained in:
parent
eaec7d9acb
commit
4ad6d4f99d
@ -1,6 +1,10 @@
|
|||||||
# Remove the line below if you want to inherit .editorconfig settings from higher directories
|
# Remove the line below if you want to inherit .editorconfig settings from higher directories
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
# Ignore generated C# files
|
||||||
|
[**/generated/**.cs]
|
||||||
|
generated_code = true
|
||||||
|
|
||||||
# C# files
|
# C# files
|
||||||
[**/custom/*.cs]
|
[**/custom/*.cs]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user