Revision 1e58a8c05d8fd4e39d664ac56516fa7681d4bd56 authored by Alan Agius on 06 December 2022, 11:49:32 UTC, committed by Andrew Kushnir on 06 December 2022, 17:58:22 UTC
Previously, the `budgets` was not wrapped in quotes which caused the JSON to be invalid.

PR Close #48375
1 parent 40d6a06
Raw File
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf
back to top