mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
4 spaces are added at start of line to match previous indent, and if previous line ended in colon. Backspace deletes 4 space if only spaces begin a line. Configurable via MICROPY_REPL_AUTO_INDENT. Disabled by default.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.