File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 169169 . (comment)? @do_nothing )
170170
171171(comment) @append_empty_softline @prepend_input_softline
172- (region_start) @append_empty_softline @prepend_input_softline
172+ (region_start) @append_empty_softline @prepend_input_softline
173173(region_end) @append_empty_softline @prepend_input_softline
174174
175175; Allow one blank line before following statements
238238(annotation) @append_space
239239((annotation (identifier) @append_space ) @append_empty_softline . (comment)? @do_nothing (#not-match? @append_space "^(onready|export)$"))
240240(annotation (arguments "(" @prepend_antispace ))
241- (function_definition (annotations (annotation) @append_hardline ))
242241
243242; This is used to preserve new lines after semicolons for people who use them on
244243; all code lines
Original file line number Diff line number Diff line change 1- @rpc
2- func foo ():
1+ @abstract func foo ():
32 pass
43
54
Original file line number Diff line number Diff line change 1- @rpc func foo ():
1+ @abstract func foo ():
22 pass
33
44
You can’t perform that action at this time.
0 commit comments