Skip to content

Commit

Permalink
disable auto_indent on default
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 8, 2024
1 parent 3dd3832 commit ff6aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/persistence/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Config:
DKW.LARGE_FILE_SIZE: 1024 * 1024 * 100, # 100 Megabytes
DKW.STRIP_COLOR_ON_PIPE: True,
DKW.EDITOR_INDENTATION: '\t',
DKW.EDITOR_AUTO_INDENT: True,
DKW.EDITOR_AUTO_INDENT: False,
}

elements = list(default_dic.keys())
Expand Down

0 comments on commit ff6aa7c

Please sign in to comment.