Skip to content

Commit 3c6e884

Browse files
emitrackmanivan-trackman
authored andcommitted
Merged PR 55130: Bugfix: Force CRLF on all svg gradients
Bugfix: Force CRLF on all svg gradients
1 parent 439b6ff commit 3c6e884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Inspector/FigmaUpdater.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ async Task WriteGradientsAsync(int progress, CancellationToken token)
225225
{
226226
Indent = true,
227227
NewLineOnAttributes = true,
228+
NewLineChars = "\r\n",
228229
IndentChars = " ",
229230
Async = true
230231
});

0 commit comments

Comments
 (0)