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:
commit
f25f765c2c
74 changed files with 20757 additions and 20760 deletions
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal 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
|
11
README.md
11
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue