8000 Formatter does not break long lines (> 180 columns) · Issue #2838 · tact-lang/tact · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Formatter does not break long lines (> 180 columns) #2838
Open
@anton-trunov

Description

@anton-trunov
...
    receive(msg: GetStaticData) {
        throwUnless(NotInit, self.owner != null);

        sendMsg(sender(), 0, ReportStaticData, msg.queryId, beginCell().storeUint(self.itemIndex, 256).storeAddress(self.collectionAddress), SendRemainingValue); // implementation detail
    }
...
./bin/tact-fmt.js -w src/benchmarks/contracts/nft-item.tact
nft-item.tact 29ms (unchanged)

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugSomething isn't working or isn't rightscope: formatterSource code formatter (Tact, TL-B, TASM)

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0