Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Side by Side Diff: CHANGELOG.md

Issue 889943004: Indent the parameter list more if the body is a wrapped "=>". Fix #144. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update changelog. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/source_visitor.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.1.3 1 # 0.1.3
2 2
3 * Split different operators with the same precedence equally (#130). 3 * Split different operators with the same precedence equally (#130).
4 * No spaces for empty for loop clauses (#132). 4 * No spaces for empty for loop clauses (#132).
5 * Don't touch files whose contents did not change (#127). 5 * Don't touch files whose contents did not change (#127).
6 * Skip formatting files in hidden directories (#125). 6 * Skip formatting files in hidden directories (#125).
7 * Don't include trailing whitespace when preserving selection (#124). 7 * Don't include trailing whitespace when preserving selection (#124).
8 * Force constructor initialization lists to their own line if the parameter 8 * Force constructor initialization lists to their own line if the parameter
9 list is split across multiple lines (#151). 9 list is split across multiple lines (#151).
10 * Allow splitting in index operator calls (#140). 10 * Allow splitting in index operator calls (#140).
11 * Indent the parameter list more if the body is a wrapped "=>" (#144).
11 12
12 # 0.1.2 13 # 0.1.2
13 14
14 * Move split conditional operators to the beginning of the next line. 15 * Move split conditional operators to the beginning of the next line.
15 16
16 # 0.1.1 17 # 0.1.1
17 18
18 * Support formatting enums (#120). 19 * Support formatting enums (#120).
19 * Handle Windows line endings in multiline strings (#126). 20 * Handle Windows line endings in multiline strings (#126).
20 * Increase nesting for conditional operators (#122). 21 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/source_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698