Files
dougal-software/bin
D. Berge e3a3bdb153 Clean up whitespace.
Commands used:

find . -type f -name '*.js'| while read FILE; do if echo $FILE |grep -qv node_modules; then sed -ri 's/^\s+$//' "$FILE"; fi; done
find . -type f -name '*.vue'| while read FILE; do if echo $FILE |grep -qv node_modules; then sed -ri 's/^\s+$//' "$FILE"; fi; done
find . -type f -name '*.py'| while read FILE; do if echo $FILE |grep -qv node_modules; then sed -ri 's/^\s+$//' "$FILE"; fi; done
2022-04-29 14:48:21 +02:00
..
2022-04-26 17:36:48 +02:00
2022-02-07 17:03:10 +01:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00
2020-08-08 23:59:13 +02:00
2020-08-08 23:59:13 +02:00
2020-08-08 23:59:13 +02:00
2022-04-13 09:04:52 +02:00
2020-09-06 13:45:56 +02:00
2022-04-29 14:48:21 +02:00
2022-04-29 14:48:21 +02:00