Marco Antonio J. Costa and majcosta
86ad401186
add newline at end of file where it's lacking
...
.editorconfig already enforces it but it's getting changed piecemeal in
every commit. just get it done with.
the script:
```
find . -type f -not -path "./.git/*" -not -path "./.vs/*" | while read -r file; do
isFile=$(file -0 "$file" | cut -d $'\0' -f2)
case "$isFile" in
(*text*)
echo "$file is text"
if [[ $(tail -c 1 "$file" | wc -l) -ne 1 ]]; then
echo "" >> "$file"
fi
;;
(*)
echo "file isn't text"
;;
esac
done
```
2024-12-14 19:05:48 -03:00
..
2024-12-14 19:05:48 -03:00
2024-12-14 19:05:48 -03:00
2006-04-19 11:32:51 +00:00
2023-02-15 11:49:04 +02:00
2024-12-14 19:05:48 -03:00
2023-01-14 02:08:39 -03:00
2023-10-07 15:14:15 +03:00
2016-07-03 21:26:45 +00:00
2023-01-19 00:13:08 +02:00
2021-03-11 20:41:44 +00:00
2024-08-22 08:48:29 +03:00
2021-06-14 21:15:31 +00:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-10-07 15:14:15 +03:00
2023-10-07 15:14:15 +03:00
2023-10-07 15:14:15 +03:00
2024-12-14 19:05:48 -03:00
2023-01-19 00:13:08 +02:00
2021-03-11 20:41:44 +00:00
2023-01-03 15:51:48 +02:00
2021-03-11 20:41:44 +00:00
2023-10-02 19:30:17 +03:00
2014-01-09 20:51:02 +00:00
2023-01-03 15:51:48 +02:00
2021-03-11 20:41:44 +00:00
2024-08-22 08:48:29 +03:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-10-02 19:30:17 +03:00
2024-12-14 19:05:48 -03:00
2023-09-08 21:58:13 +03:00
2023-09-08 21:58:13 +03:00
2023-01-19 00:13:08 +02:00
2024-12-14 19:05:48 -03:00
2021-03-11 20:41:44 +00:00
2021-03-11 20:41:44 +00:00
2023-10-07 15:14:15 +03:00
2024-12-14 19:05:48 -03:00
2023-10-08 16:45:06 +03:00
2021-06-27 12:20:46 +00:00
2023-10-08 16:45:06 +03:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2010-02-28 18:38:52 +00:00
2023-10-07 15:14:15 +03:00
2024-12-14 19:05:48 -03:00
2024-12-14 19:05:48 -03:00
2023-12-24 17:29:01 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2010-02-28 18:38:52 +00:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2013-12-01 22:27:03 +00:00
2023-01-19 00:13:08 +02:00
2021-07-07 20:05:42 +00:00
2024-12-14 19:05:48 -03:00
2023-10-08 16:45:06 +03:00
2024-12-14 19:05:48 -03:00
2023-10-08 16:45:06 +03:00
2023-02-15 11:49:04 +02:00
2023-01-19 00:13:08 +02:00
2024-12-14 19:05:48 -03:00
2023-01-03 15:51:48 +02:00
2011-01-18 09:11:09 +00:00
2012-05-30 10:19:53 +00:00