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
..
2023-09-10 22:31:47 +08:00
2023-08-09 18:36:44 -07:00
2024-11-08 09:08:38 +01:00
2023-08-09 18:36:44 -07:00
2023-08-09 18:36:44 -07:00
2023-08-09 18:36:44 -07:00
2023-08-11 11:27:29 -07:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2024-05-25 20:59:00 +03:00
2015-02-27 23:23:03 +00:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2023-08-11 11:27:29 -07:00
2015-02-27 23:23:03 +00:00
2023-08-09 18:36:44 -07:00
2023-08-09 18:36:44 -07:00
2023-08-19 22:30:57 +02:00
2024-12-14 19:05:48 -03:00
2011-01-18 09:11:09 +00: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
2011-01-18 09:11:09 +00:00
2023-10-09 23:07:54 +03:00
2023-01-19 00:13:08 +02: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-01-03 15:51:48 +02:00
2008-03-08 15:15:25 +00:00
2024-12-14 19:05:48 -03:00
2024-12-14 19:05:48 -03:00
2023-10-20 21:30:39 +03:00
2023-10-09 23:07:54 +03:00
2014-08-20 04:26:31 +00:00
2024-12-14 19:05:48 -03:00
2023-05-27 21:52:35 -03:00
2023-01-30 09:25:01 -03:00
2011-01-18 09:11:09 +00:00
2011-01-18 09:11:09 +00:00
2023-10-08 16:45:06 +03:00
2023-10-08 16:45:06 +03:00
2023-01-03 15:51:48 +02:00
2012-03-23 18:46:54 +00:00
2011-01-18 09:11:09 +00:00
2014-06-02 19:00:06 +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
2014-01-22 13:28:48 +00:00
2023-10-08 16:45:06 +03:00
2024-12-14 19:05:48 -03:00
2023-08-20 20:52:34 +03:00
2024-12-14 19:05:48 -03:00
2008-03-08 15:15:25 +00:00
2024-12-14 19:05:48 -03:00
2024-12-10 17:15:21 +02:00
2024-01-29 21:37:05 +02:00
2024-12-14 19:05:48 -03:00
2024-12-14 19:05:48 -03:00
2022-01-16 13:59:59 +00:00
2024-12-14 19:05:48 -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
2008-03-08 15:15:25 +00:00
2024-12-14 19:05:48 -03:00
2008-03-08 15:15:25 +00:00
2024-12-14 19:05:48 -03:00
2006-04-19 11:32:51 +00:00
2006-04-19 11:32:51 +00:00
2023-01-03 15:51:48 +02:00
2006-04-19 11:32:51 +00: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
2024-12-14 19:05:48 -03:00
2023-01-19 00:13:08 +02:00
2024-12-14 19:05:48 -03:00
2023-01-19 00:13:08 +02:00
2023-08-09 18:36:44 -07:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2023-01-19 00:13:08 +02:00
2008-03-08 15:15:25 +00:00
2023-10-20 21:30:39 +03:00
2009-03-24 20:41:54 +00:00
2006-04-19 11:32:51 +00:00
2023-01-03 15:51:48 +02:00
2023-10-23 15:46:51 -03:00
2011-01-18 09:11:09 +00:00
2024-08-22 08:48:29 +03:00
2023-01-03 15:51:48 +02:00
2024-12-14 19:05:48 -03:00
2011-01-18 09:11:09 +00:00
2024-12-14 19:05:48 -03:00
2011-01-18 09:11:09 +00:00
2007-06-29 10:40:05 +00:00
2011-01-18 09:11:09 +00:00
2011-01-18 09:11:09 +00:00
2011-01-18 09:11:09 +00:00