- Notifications
You must be signed in to change notification settings - Fork928
Commit3f65bd1
authored
fix: ignore surronding whitespace for cli config (#12250)
* fix: ignore surronding whitespace for cli configCli config files break if you edit them manually with any editor.Editors drop a newline at the end, and we not break on this.If a developer manually edits a file, it should still work1 parent475c365 commit3f65bd1
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
88 |
| - | |
| 89 | + | |
| 90 | + | |
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
93 | 95 |
| |
94 |
| - | |
| 96 | + | |
95 | 97 |
| |
96 | 98 |
| |
97 | 99 |
| |
|
0 commit comments
Comments
(0)