Skip to content

Script Editor: automatic indentation after a colon

Rafał Mikrut requested to merge github/fork/koalefant/text-editor into master

Created by: koalefant

This is a little code editor improvement, whenever you hit Enter after a colon the next line will be automatically indented:

if condition:⏎ -> ꕯ

Saves one tab-press for each control statement or function declaration.

Merge request reports