mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-25 05:36:17 +01:00
trying to update from TGUI Next to TGUI 3, so we can later upgrade from TGUI 3 to TGUI 4.
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
|