You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Move convert_indent into CodeEdit
This commit is contained in:
@@ -222,9 +222,6 @@ public:
|
||||
void trim_trailing_whitespace();
|
||||
void insert_final_newline();
|
||||
|
||||
void convert_indent_to_spaces();
|
||||
void convert_indent_to_tabs();
|
||||
|
||||
enum CaseStyle {
|
||||
UPPER,
|
||||
LOWER,
|
||||
|
||||
Reference in New Issue
Block a user