We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e610215 commit ff7958aCopy full SHA for ff7958a
1 file changed
queries/gdscript.scm
@@ -33,7 +33,7 @@
33
34
(dictionary
35
"{" @append_empty_softline @append_indent_start
36
- "}" @prepend_empty_softline @append_empty_softline @prepend_indent_end)
+ "}" @prepend_empty_softline @prepend_indent_end)
37
(dictionary "," @append_spaced_softline . (comment)? @do_nothing)
38
(dictionary "{" @append_space "}" @prepend_space (#single_line_only!))
39
(pair ":" @append_space)
0 commit comments