some directPrint work

This commit is contained in:
elijah-thomas774
2023-12-22 14:42:21 -05:00
parent a1d2800182
commit e17db8c1cb
3 changed files with 385 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files
*.py text
# Enforce platform-specific encodings
*.bat text eol=crlf
*.sh text eol=lf
*.sha1 text eol=lf
# decomp-toolkit writes files with LF
config/**/*.txt text eol=lf