Commit 1095a06
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=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent 1c40926 commit 1095a06
File tree
28 files changed
+16897
-16897
lines changed- docs
- b2b-edition
- models/utils
- specs
- api-v3/invoice_management
- config
- invoice
- payment
- receipt
- storefront/invoice_protal
- invoice
- payment_bc_order
- payment
- receipet
- start/migration
- examples
- models/_root
- reference
28 files changed
+16897
-16897
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments