🔧 Fixes generated code detection and xml formatting
This commit is contained in:
+4
-1
@@ -10,5 +10,8 @@ trim_trailing_whitespace = true
|
|||||||
[*.sh]
|
[*.sh]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
[{*.Generated.*.cs,Migrations/*,Scripts/*}]
|
[*.{xml,csproj,props,targets,nuspec}]
|
||||||
|
max_line_length = 1000
|
||||||
|
|
||||||
|
[{*.Generated.*.cs,**/Migrations/*.cs}]
|
||||||
generated_code = true
|
generated_code = true
|
||||||
|
|||||||
Reference in New Issue
Block a user