You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This file documents the changes made to the formatter with each release.
13
13
- Removed space between lambda function name and parameter list
14
14
- Force @export and @onready annotations to stay on the same line as a variable but keep other annotations separate
15
15
- Stop trying to format any code containing parse errors. Until now we tried to still format definitions around the code with errors, but this can lead to cases where the formatter produces invalid code
16
+
- Add line wrapping for annotation arguments (#330)
16
17
17
18
### Fixed
18
19
@@ -23,6 +24,7 @@ This file documents the changes made to the formatter with each release.
23
24
- Fixed various edge cases with ignored directories: paths are now normalized before comparison
24
25
- Fixed special get syntax with parentheses having an extra space (#314)
25
26
- Output warnings to stderr when using reorder and safe mode together (#332)
27
+
- Removed the space between `...` and variadic parameter names (#331)
0 commit comments