titzer / virgil

A fast and lightweight native programming language
1.24k stars 48 forks source link

Formatting conventions #86

Open srackham opened 2 years ago

srackham commented 2 years ago

What are the recommended Virgil documentation and code formatting conventions? The documentation (.md files) mostly indents code with 4 spaces per indent. Looks like code (.v3 files) uses tabs for indentation.

titzer commented 2 years ago

I generally use tabs only.