An open API service indexing awesome lists of open source software.

https://github.com/funnbot/dia_game


https://github.com/funnbot/dia_game

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Game
# [Folder Structure](./docs/folder_structure.md)

# Contributing
## Configure EOL (Windows)
```bash
git config core.autocrlf false
git config core.eol lf
```
### Re-normalize existing files
```bash
git add --update --renormalize
```
### List files in working directory with CRLF
```bash
git ls-files --eol | grep "w/crlf"
```
### List committed files with CRLF
Don't want this to happen
```bash
git ls-files --eol | grep "i/crlf"
```