AlbertHald / Minecraft-Turtle-Language

A beginner friendly programming language for a programmable turtle in Minecraft.
GNU General Public License v3.0
0 stars 0 forks source link

Detect indentation type when pretty printing #76

Open atjn opened 1 year ago

atjn commented 1 year ago

The pretty printer is currently hard coded to use two spaces as indentation. We should not be enforcing a specific indentation type, instead the printer should attempt to detect the indentation being used, and configure itself to force that indentation throughout the document.