google / google/xls

Expression attribute formatting is a bit funky

Open
#2,085 4 comments 0 reactions 0 assignees View on GitHub
bug dslx:fmt
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

When using the new channel attributes, I'm seeing formatting like the following:

```
let (looooooooooong_name0,looooooooooong_name1) = #[....]
chan<...>();
```

and think this would be better:
```
let (looooooooooong_name0,looooooooooong_name1) =
#[....]
chan<...>();
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.