Skip to content

Commit

Permalink
consistent auto_indent
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 12, 2024
1 parent 7d7c18e commit e06d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/util/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down

0 comments on commit e06d95a

Please sign in to comment.