Files
guru/dev-cpp
ingenarel 2585c9f1ad */*: leading whitespaces -> tab
command used:
```
find -type f -name '*.ebuild' -exec sed -i -E 's/^    /\t/g' {} +
```

I was running this command anyway after when I was working on a few
packages because my formatter broke, decided to run it on the root of
the repo then because I was already gonna run it on the packages that I
was working on

I checked each package manually and ran pkgdev to actually see if it was
emitting any warnings, and all of them did for the leading whitepsaces

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-16 05:56:41 +06:00
..
2025-10-27 18:27:09 +05:00
2025-11-16 23:26:20 +01:00
2025-11-18 17:53:08 +01:00
2025-11-16 22:24:15 +01:00
2025-11-16 22:25:21 +01:00
2025-11-18 17:53:08 +01:00