pikmin2/.gitattributes
Luke Street 7d23ceeecc
Use dtk-template for ninja build (#216)
* shift-jis purge

dtk part 1

Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com>
Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com>

* build versioning and static prints

Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com>
Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com>

* actual dtk stuff

woop?

Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com>
Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com>

* suspicious file changes

@roeming please investigate these changes

Co-Authored-By: roeming <25447777+roeming@users.noreply.github.com>

* version reconciliation

the else blocks really should be futureproofed

* minor correction of global to weak

also replace configure.py and purge linker-map.txt

* Update Makefile

* makefile and ninja silliness

* Update build.yml

* makefile test

* Update build.yml

* Update Makefile

* All fixed

* More JP string fixes

* Fix demo all_source build

* Add objdiff report, Makefile dep autodownloads, lots of cleanup & more

* Update README

* Update progress badges

* Restore old docs

* changing FILE_POS.c to FILE_POS.C

* Rename FILE_POS.c to FILE_POS.C

* fix for make

---------

Co-authored-by: EpochFlame <jupiterror@gmail.com>
Co-authored-by: roeming <25447777+roeming@users.noreply.github.com>
Co-authored-by: Luke Street <549122+encounter@users.noreply.github.com>
Co-authored-by: roeming <brother64youyou@gmail.com>
2024-08-17 00:36:56 -04:00

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