mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
This pull request converts the changelog to TGUI. Note: Old unused changelog files will be automatically removed on the next changelog run Why It's Good For The Game More consistent UI, ability to view all historic logs. Changelog cl Celotajs refactor: Converted the changelog popup to TGUI /cl
45 lines
784 B
Plaintext
45 lines
784 B
Plaintext
* text=auto
|
|
|
|
## Enforce text mode and LF line breaks
|
|
*.bat text eol=lf
|
|
*.cjs text eol=lf
|
|
*.css text eol=lf
|
|
*.dm text eol=lf
|
|
*.dme text eol=lf
|
|
*.dmf text eol=lf
|
|
*.htm text eol=lf
|
|
*.html text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.jsx text eol=lf
|
|
*.md text eol=lf
|
|
*.ps1 text eol=lf
|
|
*.py text eol=lf
|
|
*.scss text eol=lf
|
|
*.sh text eol=lf
|
|
*.sql text eol=lf
|
|
*.svg text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.txt text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
|
|
## Enforce binary mode
|
|
*.bmp binary
|
|
*.dll binary
|
|
*.dmb binary
|
|
*.exe binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.png binary
|
|
*.so binary
|
|
|
|
## Merger hooks, run tools/hooks/install.bat or install.sh to set up
|
|
*.dmm text eol=lf merge=dmm
|
|
*.dmi binary merge=dmi
|
|
|
|
## Force tab indents on dm files
|
|
*.dm whitespace=indent-with-non-tab
|
|
|