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 1c0eb1d commit 4fea64aCopy full SHA for 4fea64a
tests/expected/comments_indentation.gd
@@ -8,3 +8,13 @@ func test() -> void:
8
9
func test2():
10
pass # This comment should stay here too
11
+
12
13
+func test3() -> void:
14
+ print("Test")
15
+ # This comment should stay at the end of the function
16
17
18
+# This comment should stay above the function
19
+func test4() -> void:
20
tests/input/comments_indentation.gd
@@ -7,3 +7,11 @@ func test() -> void:
7
0 commit comments