Commit 01fa49b
committed
Enforce LF line endings with .gitattributes
Two files in #60 were committed with CRLF although .editorconfig asks for LF.
Git now normalizes every text file to LF on commit and checks it out as LF on
every platform, so the editor setting can no longer be bypassed. gradlew.bat
keeps CRLF in the working tree. jar and png files are marked binary.
Also fix the linguist-generated pattern: the jOOQ sources live under
generated/src/, not src/generated/, so the old pattern matched nothing.1 parent 971582e commit 01fa49b
2 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments