diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2023-12-22 14:42:21 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2023-12-22 14:42:21 -0500 |
| commit | e17db8c1cb6670bf504520ff5cc82365878cec01 (patch) | |
| tree | 57b56071b734ad5d269cd2b0ca5e7e0f7c67ad27 /.gitattributes | |
| parent | a1d280018264c78907dfe7cf894f3187e2f798a7 (diff) | |
some directPrint work
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..47d43017 --- /dev/null +++ b/.gitattributes @@ -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 |
