The editor should remember the tab level of the current line and, upon newline, tab the next line in.
If the line ends in
{ [ ( , then do () : increase indent
anything else : same indent
Add a toggle to preferences.
Update:
- I've addressed the auto-indentation feature
The editor should remember the tab level of the current line and, upon newline, tab the next line in.
If the line ends in
{ [ ( , then do (): increase indentanything else: same indentAdd a toggle to preferences.
Update: