https://github.com/funnbot/dia_game
https://github.com/funnbot/dia_game
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/funnbot/dia_game
- Owner: funnbot
- Created: 2024-08-16T21:25:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T00:39:19.000Z (8 months ago)
- Last Synced: 2025-01-09T15:02:14.817Z (4 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```