forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit064750a
committed
Improve indentation of multiline initialization expressions.
If a variable has an initialization expression that wraps onto thenext line(s), pg_bsd_indent will now indent the continuation linesone stop, instead of aligning them flush with the variable declaration.We've been holding off applying this until the last v16 CF finished,but now it's time.Thomas Munro and Tom LaneDiscussion:https://postgr.es/m/20230120013137.7ky7nl4e4zjorrfa@awork3.anarazel.de1 parentbbec50d commit064750a
3 files changed
+8
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
209 | 210 |
| |
210 | 211 |
| |
211 | 212 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments
Comments
(0)