tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
22 stars 9 forks source link

Formatter does not respect underscores in numerical literals #50

Open anton-trunov opened 2 weeks ago

anton-trunov commented 2 weeks ago

For instance, the following snippet

const MaxArraySize: Int = 5_000;

gets formatted as

const MaxArraySize: Int = 5000;