summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/code_formatter
Commit message (Expand)AuthorAgeFilesLines
* Consider comments inside function callsJosé Valim2017-11-071-0/+135
* Pass the proper precedence to binary operator handling, closes #7005José Valim2017-11-071-0/+9
* Restrict next break fits and eols on operators and function callsJosé Valim2017-10-272-35/+41
* Fix formatting of multiline "foo.{...}" calls (#6979)Andrea Leopardi2017-10-261-0/+17
* Respect the user's choice on callsJosé Valim2017-10-261-1/+54
* Treat => and : as operators in the formatterJosé Valim2017-10-266-52/+66
* Consistently add spaces after notJosé Valim2017-10-251-4/+4
* Support next break fits inside tuplesJosé Valim2017-10-251-0/+34
* Recognize hashbangs in the formatterJosé Valim2017-10-241-0/+5
* Format @spec with map literal with multi keysPedro Medeiros2017-10-191-0/+6
* Ensure left side of | in maps has parens when necessaryJosé Valim2017-10-191-0/+5
* Fix a bug where we discarded some meta in some literals in the parser (#6946)Andrea Leopardi2017-10-171-0/+10
* Simplify rules for & with binary operatorsJosé Valim2017-10-161-2/+4
* Keep integer/float underscores in the formatter, closes #6931José Valim2017-10-161-5/+8
* Formatter should not fail on empty clauses, closes #6924José Valim2017-10-122-1/+27
* Run code formatter on Code.Formatter.GeneralTestEric Meadows-Jönsson2017-10-111-44/+86
* Make sure to not break guards on clauses with commentsJosé Valim2017-10-111-1/+19
* Format more files with little formatting requirementJosé Valim2017-10-111-23/+64
* Format more pending files and ensure proper clause args breakJosé Valim2017-10-112-4/+17
* Format more files with little formatting requirementJosé Valim2017-10-111-23/+28
* Preserve escaped new lines in formatter, closes #6861José Valim2017-10-111-16/+26
* Format more files with little formatting requirementJosé Valim2017-10-111-2/+2
* Run the code formatter on Code.Formatter.OperatorsTest (#6865)Matt2017-10-111-20/+122
* Respect multiline decision regarding keyword listsJosé Valim2017-10-112-10/+34
* Format calls_test.exs (#6847)Johan Sim Jian An2017-10-101-139/+206
* Group left and right side of operatorsJosé Valim2017-10-101-0/+6
* Do not add parens for var.field before do/end blocksJosé Valim2017-10-101-0/+14
* Format all files that have less than 10 entries in myers differenceJosé Valim2017-10-101-1/+1
* Nest function heads on cursorJosé Valim2017-10-101-0/+10
* Do not introduce trailing whitespace on heredocsJosé Valim2017-10-101-0/+41
* Consistently format operators in captureJosé Valim2017-10-101-1/+4
* Ensure maps/structs with updates convergeJosé Valim2017-10-101-0/+12
* Always wrap binary operators in groupsJosé Valim2017-10-101-0/+10
* Do not apply next_break_fits if eol is presentJosé Valim2017-10-091-0/+7
* Keep the user's choice on non-module remote calls with no argsJosé Valim2017-10-091-4/+7
* Format bitstring generators in comprehensionsJosé Valim2017-10-091-0/+13
* Do not apply special keyword syntax if there are generatorsJosé Valim2017-10-091-0/+9
* When when and | also respect new linesJosé Valim2017-10-091-0/+29
* Do not skip parens for right associative operatorsJosé Valim2017-10-091-1/+4
* Only keep locals_without_parens if they never had parens to start withJosé Valim2017-10-091-0/+8
* Keep () in no args type funs for clarityJosé Valim2017-10-091-2/+2
* Allow groups to inherit the parent breakJosé Valim2017-10-092-1/+13
* Run the code formatter on CodeFormatter.IntegrationTest (#6657)Devon Estes2017-10-091-1/+1
* Consistently respect user's choice on clausesJosé Valim2017-10-091-0/+8
* Also preserve user newlines if trailing commas existJosé Valim2017-10-091-1/+72
* Properly track one args in formatter, closes #6645José Valim2017-10-091-0/+25
* Add mix formatJosé Valim2017-10-081-0/+8
* Add code formatter (#6639)José Valim2017-10-077-0/+4371