Major cleanup and add toml configuration

This commit is contained in:
2026-04-13 12:01:51 -07:00
parent 9dbd17eb49
commit e43d177afe
21 changed files with 716 additions and 1321 deletions
+10
View File
@@ -0,0 +1,10 @@
# Set default behavior to automatically normalize line endings
* text=auto
# Force bash/shell scripts to always use LF
*.sh text eol=lf
*.bash text eol=lf
# Force Windows scripts to use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf