Merge pull request #32403 from yeonghoey/enforce4space
Print errors when tab indent found in [codeblock]
This commit is contained in:
commit
c9781df316
4 changed files with 13 additions and 8 deletions
|
|
@ -69,7 +69,7 @@
|
|||
[codeblock]
|
||||
{
|
||||
"content-length": 12,
|
||||
"Content-Type": "application/json; charset=UTF-8",
|
||||
"Content-Type": "application/json; charset=UTF-8",
|
||||
}
|
||||
[/codeblock]
|
||||
</description>
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@
|
|||
Commonly used to create a one-shot delay timer as in the following example:
|
||||
[codeblock]
|
||||
func some_function():
|
||||
print("start")
|
||||
yield(get_tree().create_timer(1.0), "timeout")
|
||||
print("end")
|
||||
print("start")
|
||||
yield(get_tree().create_timer(1.0), "timeout")
|
||||
print("end")
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue