Alex Jiao

Results 14 issues of Alex Jiao

``` use GenServer import Bitwise import Kernel, except: [length: 1] alias Mix.Utils alias MapSet, as: Set require Logger ```

feature

- [ ] Accept option for line length limit - [x] When dealing with lists, maps, structs, or tuples, detect user intent and split element by element. - [ ]...

feature

If there is no space after `#`, e.g., `#inline comment`, then it won't get preserved by the formatter. This should be related to an incorrect column number from the tokenizer.

bug

- [ ] Accept option to turn semantic equivalence check off as it is turned on by default. - [ ] Raise error and abort formatting if there is a...

feature