mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 16:23:30 +00:00
* Time to become our TGUI God. * Visually sprucing the copyrights. These shouldn't be ignored :) * babababa * https://github.com/tgstation/tgstation/pull/50422 * dooootdooot * Holy fuck Updates the tools folder Updates our build tooling Updates TGUI MASSIVELY I'm going to go scream in a hole now * ?? * Was it this dum thing? * orrrr * It's this isn't it * Did it manually * hubah * TGUI Changelog * oops * What if I use the original? * Lets try this again * Shit commenting out for now * asdasd * Fuck it use the old one and remember to replace later * Updates yarn.lock * Lets try something horrid * Nope it HATES THAT * fucc * The great eslinting * HOLY SHIT * Final? * ? * asd tgstation/tgstation/pull/59914 tgstation/tgstation/pull/66317 * Improved Asset handling. * Oops * Subsystem stuff * Recompiles the Changelong again. * Finally Fixed Communicators * Compiled Changelogs... AGAIN
44 lines
783 B
Plaintext
44 lines
783 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
|