1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-08 16:45:34 +02:00

Merge pull request #275 from NicknineTheEagle/nn/gitattr

Added .gitattributes
This commit is contained in:
Detanup01 2025-07-10 15:16:10 +02:00 committed by GitHub
commit f25f765c2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 20757 additions and 20760 deletions

8
.gitattributes vendored Normal file
View file

@ -0,0 +1,8 @@
* text=auto eol=lf
*.rc text eol=crlf
*.sh text eol=lf
*.bat text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.sln text eol=crlf

View file

@ -54,17 +54,6 @@ You can also find instructions here in [README.release.md](./post_build/README.r
## One time setup
### **Cloning the repo**
Disable automatic CRLF handling:
*Locally*
```shell
git config --local core.autocrlf false
```
*Or globally/system wide*
```shell
git config --system core.autocrlf false
git config --global core.autocrlf false
```
Clone the repo and its submodules **recursively**
```shell
git clone --recurse-submodules -j8 https://github.com/Detanup01/gbe_fork.git