mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
This ports TGUI, and makes the old nano crew monitor and the disposal bins use it as first examples.
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
* text=auto
|
|
|
|
## Enforce text mode and LF line breaks
|
|
*.js text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.json text eol=lf
|
|
|
|
## Treat bundles as binary and ignore them during conflicts
|
|
*.bundle.* binary merge=tgui-merge-bundle
|