mirror of
https://github.com/zeldaret/tp.git
synced 2025-02-16 22:50:12 +00:00
![TakaRikka](/assets/img/avatar_default.png)
Some checks failed
Build / build (GZ2E01) (push) Has been cancelled
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
# 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
|