Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Line endings: LF in git and in every working tree, on every platform.
# Both this repo and its plugin-cs2-addons sibling already store LF; this
# keeps checkouts from drifting per-machine (a Git for Windows install sets
# core.autocrlf=true system-wide) so local builds match CI, which runs on
# ubuntu-latest, and cross-repo diffs against the sibling stay readable.
* text=auto eol=lf

# Build outputs are gitignored, but if one is ever committed deliberately
# git must not touch its bytes.
*.wasm binary
Loading