Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
ab8b6fd7db
commit
3ec1848c3e
6 changed files with 5 additions and 7 deletions
2
LICENSE
2
LICENSE
|
@ -10,4 +10,4 @@
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[book]
|
[book]
|
||||||
title = "Brain"
|
title = "Brain"
|
||||||
author = "Wilfried OLLIVIER"
|
author = "Wilfried OLLIVIER"
|
||||||
description = "My draft notebook"
|
description = "My draft notebook"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
# Dev
|
# Dev
|
||||||
|
|
|
@ -10,4 +10,4 @@ Match and capture **ONLY** the number of cats and dogs using ?:, for _non captur
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
(\d+) (?:cats|dogs)
|
(\d+) (?:cats|dogs)
|
||||||
```
|
```
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
# js
|
# js
|
||||||
|
|
|
@ -29,5 +29,3 @@ Then I decide to give this concept a shot.
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue