Files
Bubberstation/tgui-next/.gitattributes
T
Aleksej KomarovandRob Bailey 133076afb0 Validate committed tgui build in Travis (#47427)
* Validate committed build in Travis

* Something different

* Document installation of git hooks

* Grammar perhaps

* Call tgui hook installer from tools/hooks/install.sh
2019-11-02 21:06:54 -07:00

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