littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

Convert indentation to spaces #7

Closed Moosems closed 1 year ago

Moosems commented 1 year ago

The convention for Python files is to use 4 spaces into tabs and it makes it easier to mess around and test this after converting it to use tabs.