Skip to content

Commit 1095a06

Browse files
authored
DEVDOCS-6658 Normalize line endings to LF (#1212)
# [DEVDOCS-6658] ## What changed? This change normalizes all text files in the documentation repository to use LF (`\n`) line endings To easily review this, get Github to ignore whitespace changes in the diff by adding `?w=1` to the URL: https://github.com/bigcommerce/docs/pull/1212/files?w=1 ## Why? - LF is the standard line ending for cross-platform repositories - Prevents noisy diffs caused by mixed CRLF/LF endings. I have a number of other updates lined up but ended up with gaint diffs because of the line-endings, so let's standardise them first Proof that this is only changing line endings and nothing else: <img width="744" height="108" alt="Screenshot 2025-12-20 at 3 19 18 pm" src="https://github.com/user-attachments/assets/d0898716-7f01-4592-8298-6831cfc437a1" /> [DEVDOCS-6658]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6658?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 1c40926 commit 1095a06

File tree

28 files changed

+16897
-16897
lines changed

28 files changed

+16897
-16897
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
title: Pagination
2-
type: object
3-
description: Used to response pagination information
4-
properties:
5-
pagination:
6-
type: object
7-
properties:
8-
limit:
9-
type: integer
10-
maximum: 250
11-
exclusiveMaximum: true
12-
minimum: 1
13-
exclusiveMinimum: true
14-
description: 'Pagination limit default: 10'
15-
example: 10
16-
offset:
17-
type: integer
18-
minimum: 0
19-
description: 'Pagination offset default: 0'
20-
example: 0
21-
totalCount:
22-
type: integer
23-
example: 998
24-
description: The total number of the all data
25-
example:
26-
pagination:
27-
limit: 10
28-
offset: 0
29-
totalCount: 1
30-
x-internal: false
1+
title: Pagination
2+
type: object
3+
description: Used to response pagination information
4+
properties:
5+
pagination:
6+
type: object
7+
properties:
8+
limit:
9+
type: integer
10+
maximum: 250
11+
exclusiveMaximum: true
12+
minimum: 1
13+
exclusiveMinimum: true
14+
description: 'Pagination limit default: 10'
15+
example: 10
16+
offset:
17+
type: integer
18+
minimum: 0
19+
description: 'Pagination offset default: 0'
20+
example: 0
21+
totalCount:
22+
type: integer
23+
example: 998
24+
description: The total number of the all data
25+
example:
26+
pagination:
27+
limit: 10
28+
offset: 0
29+
totalCount: 1
30+
x-internal: false

0 commit comments

Comments
 (0)