You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #96925 from SaNeOr/fix-#96908
Fix spaces converted to tabs in triple quote strings
This commit is contained in:
@@ -1039,6 +1039,10 @@ void CodeEdit::convert_indent(int p_from_line, int p_to_line) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (is_in_string(i) != -1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Check chars in the line.
|
||||
int j = 0;
|
||||
int space_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user