Alex Jiao
Alex Jiao
``` use GenServer import Bitwise import Kernel, except: [length: 1] alias Mix.Utils alias MapSet, as: Set require Logger ```
- [ ] Accept option for line length limit - [x] When dealing with lists, maps, structs, or tuples, detect user intent and split element by element. - [ ]...
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.
- [ ] Accept option to turn semantic equivalence check off as it is turned on by default. - [ ] Raise error and abort formatting if there is a...