Files
UltraGrid/data
Martin Pulec b73edbf575 scripts: remove SC2140 disable
It is not needed to split the string like this:
```
a="potentially long string on"\
"multiple lines"
```
but it is better rather to put the '\' inside the string:
```
a="potentially long string on\
multiple lines"
```
2024-02-09 12:14:21 +01:00
..
2021-02-24 09:51:42 +01:00
2024-02-09 12:14:21 +01:00
2021-07-29 15:04:17 +02:00
2018-08-24 11:24:26 +02:00
2018-09-26 10:13:29 +02:00