techscript

Code Formatter

The TechScript Formatter (tools/formatter) enforces a uniform style layout across all codebases.


🏗️ Usage

Format a single file:

tech fmt main.txs

Format all files recursively in the current workspace:

tech fmt .

Verify formatting on CI without editing files:

tech fmt --check .

🧬 Formatter Styles & Rules

The formatter applies the following styling rules automatically: