diff --git a/cat_win/util/editor.py b/cat_win/util/editor.py index 7e646c06..e616b518 100644 --- a/cat_win/util/editor.py +++ b/cat_win/util/editor.py @@ -53,7 +53,7 @@ class Editor: """ loading_failed = False special_indentation = '\t' - auto_indent = True + auto_indent = False def __init__(self, file: str, file_encoding: str, debug_mode: bool = False) -> None: """