You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Automatically add new line to scripts
This commit is contained in:
@@ -2102,6 +2102,9 @@ void VisualScriptEditor::goto_line(int p_line, bool p_with_error) {
|
||||
void VisualScriptEditor::trim_trailing_whitespace() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::insert_final_newline() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::convert_indent_to_spaces() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user