fix line endings

This commit is contained in:
marhali 2022-10-28 21:41:58 +02:00
parent d85db1fd48
commit 2b4170ada0
8 changed files with 52 additions and 52 deletions

View File

@ -1,11 +1,11 @@
{ {
"title": "Titel", "title": "Titel",
"number": 187, "number": 187,
"object": { "object": {
"title": "Titel" "title": "Titel"
}, },
"array": [ "array": [
"element1", "element1",
"element2" "element2"
] ]
} }

View File

@ -1,11 +1,11 @@
{ {
"title": "Title", "title": "Title",
"number": -187, "number": -187,
"object": { "object": {
"title": "Title" "title": "Title"
}, },
"array": [ "array": [
"item1", "item1",
"item2" "item2"
] ]
} }

View File

@ -1,12 +1,12 @@
{ {
"title": "Titel", "title": "Titel",
"number": 187, "number": 187,
"hex": 0x187, "hex": 0x187,
"object": { "object": {
"title": "Titel", "title": "Titel",
}, },
"array": [ "array": [
"element1", "element1",
"element2", "element2",
], ],
} }

View File

@ -1,12 +1,12 @@
{ {
"title": "Title", "title": "Title",
"number": -187, "number": -187,
"hex": -0x187, "hex": -0x187,
"object": { "object": {
"title": "Title", "title": "Title",
}, },
"array": [ "array": [
"item1", "item1",
"item2", "item2",
], ],
} }

View File

@ -1,2 +1,2 @@
breakLine=eins\nzwei breakLine=eins\nzwei
title=Titel title=Titel

View File

@ -1,2 +1,2 @@
breakLine=first\nsecond breakLine=first\nsecond
title=Title title=Title

View File

@ -1,3 +1,3 @@
title: Titel title: Titel
nested: nested:
title: Titel title: Titel

View File

@ -1,3 +1,3 @@
title: Title title: Title
nested: nested:
title: Title title: Title