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

Side by Side Diff: CHANGELOG.md

Issue 850953004: Don't touch files whose contents do not change. Fix #127. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update changelog. Created 5 years, 11 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/io.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 * Don't touch files whose contents did not change (#127).
4 5
5 # 0.1.2 6 # 0.1.2
6 7
7 * Move split conditional operators to the beginning of the next line. 8 * Move split conditional operators to the beginning of the next line.
8 9
9 # 0.1.1 10 # 0.1.1
10 11
11 * Support formatting enums (#120). 12 * Support formatting enums (#120).
12 * Handle Windows line endings in multiline strings (#126). 13 * Handle Windows line endings in multiline strings (#126).
13 * Increase nesting for conditional operators (#122). 14 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698